Skip to content

Commit 18b1724

Browse files
Update dependencies
1 parent 79d616f commit 18b1724

File tree

2 files changed

+13
-13
lines changed

2 files changed

+13
-13
lines changed

bun.lock

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

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "github-webhook-proxy",
3-
"packageManager": "bun@1.3.6",
3+
"packageManager": "bun@1.3.7",
44
"main": "lambdas/proxy/index.js",
55
"type": "module",
66
"scripts": {
@@ -10,18 +10,18 @@
1010
"test": "bun test"
1111
},
1212
"dependencies": {
13-
"axios": "1.13.2",
13+
"axios": "1.13.4",
1414
"lodash.mapkeys": "4.6.0",
1515
"micromatch": "4.0.8",
16-
"zod": "4.3.5"
16+
"zod": "4.3.6"
1717
},
1818
"devDependencies": {
1919
"@octokit/webhooks": "14.2.0",
20-
"@types/aws-lambda": "8.10.159",
20+
"@types/aws-lambda": "8.10.160",
2121
"@types/bun": "1.3.6",
2222
"@types/lodash.mapkeys": "4.6.9",
2323
"@types/micromatch": "4.0.10",
24-
"prettier": "3.7.4",
24+
"prettier": "3.8.1",
2525
"typescript": "5.9.3"
2626
}
2727
}

0 commit comments

Comments
 (0)