Skip to content

Commit e88fa60

Browse files
Update dependencies
1 parent d30aff1 commit e88fa60

File tree

4 files changed

+20
-24
lines changed

4 files changed

+20
-24
lines changed

.terraform-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.13.5
1+
1.14.3

bun.lock

Lines changed: 12 additions & 16 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "github-webhook-proxy",
3-
"packageManager": "bun@1.3.1",
3+
"packageManager": "bun@1.3.5",
44
"main": "lambdas/proxy/index.js",
55
"type": "module",
66
"scripts": {
@@ -13,15 +13,15 @@
1313
"axios": "1.13.2",
1414
"lodash.mapkeys": "4.6.0",
1515
"micromatch": "4.0.8",
16-
"zod": "4.1.12"
16+
"zod": "4.2.1"
1717
},
1818
"devDependencies": {
19-
"@octokit/webhooks": "14.1.3",
20-
"@types/aws-lambda": "8.10.157",
21-
"@types/bun": "1.3.2",
19+
"@octokit/webhooks": "14.2.0",
20+
"@types/aws-lambda": "8.10.159",
21+
"@types/bun": "1.3.5",
2222
"@types/lodash.mapkeys": "4.6.9",
2323
"@types/micromatch": "4.0.10",
24-
"prettier": "3.6.2",
24+
"prettier": "3.7.4",
2525
"typescript": "5.9.3"
2626
}
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.5"
2+
required_version = "1.14.3"
33

44
required_providers {
55
aws = {

0 commit comments

Comments
 (0)