Skip to content

Commit

Permalink
chore(deps): update devdependencies (#213)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jul 28, 2024
1 parent 7f20ef1 commit 8c6a038
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .terraform-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.9.2
1.9.3
2 changes: 1 addition & 1 deletion USAGE.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

| Name | Version |
|------|---------|
| <a name="requirement_terraform"></a> [terraform](#requirement\_terraform) | 1.9.2 |
| <a name="requirement_terraform"></a> [terraform](#requirement\_terraform) | 1.9.3 |

## Providers

Expand Down
Binary file modified bun.lockb
Binary file not shown.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,13 @@
"devDependencies": {
"@octokit/webhooks": "13.3.0",
"@swc/jest": "0.2.36",
"@types/aws-lambda": "8.10.141",
"@types/aws-lambda": "8.10.142",
"@types/jest": "29.5.12",
"@types/lodash.mapkeys": "4.6.9",
"@types/micromatch": "4.0.9",
"jest": "29.7.0",
"prettier": "3.3.3",
"typescript": "5.5.3"
"typescript": "5.5.4"
},
"jest": {
"transform": {
Expand Down
2 changes: 1 addition & 1 deletion versions.tf
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
terraform {
required_version = "1.9.2"
required_version = "1.9.3"

required_providers {
aws = {
Expand Down

0 comments on commit 8c6a038

Please sign in to comment.