Skip to content

Commit c458eec

Browse files
Update dependencies
1 parent 36126c6 commit c458eec

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

bun.lock

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

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "github-webhook-proxy",
3-
"packageManager": "bun@1.3.7",
3+
"packageManager": "bun@1.3.9",
44
"main": "lambdas/proxy/index.js",
55
"type": "module",
66
"scripts": {
@@ -10,15 +10,15 @@
1010
"test": "bun test"
1111
},
1212
"dependencies": {
13-
"axios": "1.13.4",
13+
"axios": "1.13.5",
1414
"lodash.mapkeys": "4.6.0",
1515
"micromatch": "4.0.8",
1616
"zod": "4.3.6"
1717
},
1818
"devDependencies": {
1919
"@octokit/webhooks": "14.2.0",
2020
"@types/aws-lambda": "8.10.160",
21-
"@types/bun": "1.3.7",
21+
"@types/bun": "1.3.8",
2222
"@types/lodash.mapkeys": "4.6.9",
2323
"@types/micromatch": "4.0.10",
2424
"prettier": "3.8.1",

0 commit comments

Comments
 (0)