Skip to content

Commit e64b39a

Browse files
feat(deps): update dependencies
1 parent fe57043 commit e64b39a

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.terraform-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.13.0
1+
1.13.1

bun.lockb

342 Bytes
Binary file not shown.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"dependencies": {
1313
"axios": "1.11.0",
1414
"lodash.mapkeys": "4.6.0",
15-
"zod": "4.0.17"
15+
"zod": "4.1.5"
1616
},
1717
"devDependencies": {
1818
"@octokit/webhooks": "14.1.3",
@@ -21,7 +21,7 @@
2121
"@types/jest": "30.0.0",
2222
"@types/lodash.mapkeys": "4.6.9",
2323
"@types/micromatch": "4.0.9",
24-
"jest": "30.0.5",
24+
"jest": "30.1.3",
2525
"prettier": "3.6.2",
2626
"typescript": "5.9.2"
2727
},

versions.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
terraform {
2-
required_version = "1.13.0"
2+
required_version = "1.13.1"
33

44
required_providers {
55
aws = {

0 commit comments

Comments
 (0)