Skip to content

Commit 04a3968

Browse files
Update dependencies (#261)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 5719ac2 commit 04a3968

2 files changed

Lines changed: 11 additions & 11 deletions

File tree

bun.lock

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

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "github-webhook-proxy",
3-
"packageManager": "bun@1.3.11",
3+
"packageManager": "bun@1.3.12",
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.14.0",
13+
"axios": "1.15.0",
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.161",
21-
"@types/bun": "1.3.11",
21+
"@types/bun": "1.3.12",
2222
"@types/lodash.mapkeys": "4.6.9",
2323
"@types/micromatch": "4.0.10",
24-
"prettier": "3.8.1",
24+
"prettier": "3.8.2",
2525
"typescript": "6.0.2"
2626
}
2727
}

0 commit comments

Comments
 (0)