Skip to content

Commit d199aa0

Browse files
feat(deps): update dependencies
1 parent 16330cb commit d199aa0

File tree

4 files changed

+3
-3
lines changed

4 files changed

+3
-3
lines changed

.terraform-version

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

bun.lockb

0 Bytes
Binary file not shown.

package.json

Lines changed: 1 addition & 1 deletion
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.14"
15+
"zod": "4.0.17"
1616
},
1717
"devDependencies": {
1818
"@octokit/webhooks": "14.1.3",

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.12.2"
2+
required_version = "1.13.0"
33

44
required_providers {
55
aws = {

0 commit comments

Comments
 (0)