Skip to content

Commit 92503ba

Browse files
Update dependencies
1 parent 1b37826 commit 92503ba

File tree

2 files changed

+18
-22
lines changed

2 files changed

+18
-22
lines changed

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
}

0 commit comments

Comments
 (0)