Skip to content

Commit 5cfaacc

Browse files
chore(deps): update dependencies (#238)
* feat(deps): update dependencies * Update package.json --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Dan Adajian <dadajian@expediagroup.com>
1 parent f193c13 commit 5cfaacc

File tree

2 files changed

+15
-8
lines changed

2 files changed

+15
-8
lines changed

bun.lockb

10.3 KB
Binary file not shown.

package.json

Lines changed: 15 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -10,24 +10,31 @@
1010
"test": "bun jest"
1111
},
1212
"dependencies": {
13-
"axios": "1.10.0",
13+
"axios": "1.11.0",
1414
"lodash.mapkeys": "4.6.0",
15-
"zod": "4.0.5"
15+
"zod": "4.0.14"
1616
},
1717
"devDependencies": {
18-
"@octokit/webhooks": "14.1.0",
19-
"@swc/jest": "0.2.38",
20-
"@types/aws-lambda": "8.10.150",
18+
"@octokit/webhooks": "14.1.3",
19+
"@swc/jest": "0.2.39",
20+
"@types/aws-lambda": "8.10.152",
2121
"@types/jest": "30.0.0",
2222
"@types/lodash.mapkeys": "4.6.9",
2323
"@types/micromatch": "4.0.9",
24-
"jest": "30.0.3",
24+
"jest": "30.0.5",
2525
"prettier": "3.6.2",
26-
"typescript": "5.8.3"
26+
"typescript": "5.9.2"
2727
},
2828
"jest": {
2929
"transform": {
30-
"^.+\\.(t|j)sx?$": "@swc/jest"
30+
"^.+\\.(t|j)sx?$": [
31+
"@swc/jest",
32+
{
33+
"jsc": {
34+
"target": "esnext"
35+
}
36+
}
37+
]
3138
},
3239
"moduleNameMapper": {
3340
"^(\\.{1,2}/.*)\\.js$": "$1"

0 commit comments

Comments
 (0)