Skip to content

Commit

Permalink
chore(deps): update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 2, 2024
1 parent e5f3f33 commit 9ddf89a
Show file tree
Hide file tree
Showing 4 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.8
1.10.0
Binary file modified bun.lockb
Binary file not shown.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,19 +10,19 @@
"test": "bun jest"
},
"dependencies": {
"axios": "1.7.7",
"axios": "1.7.8",
"lodash.mapkeys": "4.6.0",
"zod": "3.23.8"
},
"devDependencies": {
"@octokit/webhooks": "13.4.1",
"@swc/jest": "0.2.37",
"@types/aws-lambda": "8.10.145",
"@types/aws-lambda": "8.10.146",
"@types/jest": "29.5.14",
"@types/lodash.mapkeys": "4.6.9",
"@types/micromatch": "4.0.9",
"jest": "29.7.0",
"prettier": "3.3.3",
"prettier": "3.4.1",
"typescript": "5.7.2"
},
"jest": {
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.8"
required_version = "1.10.0"

required_providers {
aws = {
Expand Down

0 comments on commit 9ddf89a

Please sign in to comment.