Skip to content

Commit d1b8fd4

Browse files
committed
fix: apps/koa-esm/package.json to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-AXIOS-15252993
1 parent 546b076 commit d1b8fd4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

apps/koa-esm/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"vitest": "^1.5.0"
2929
},
3030
"dependencies": {
31-
"axios": "^1.12.0",
31+
"axios": "^1.13.5",
3232
"cross-env": "^7.0.3",
3333
"got": "^14.4.1",
3434
"koa": "^2.16.2",

0 commit comments

Comments
 (0)