Skip to content

Commit b25c2e1

Browse files
committed
fix: client/package.json & client/package-lock.json to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-AXIOS-15252993
1 parent 397f40d commit b25c2e1

File tree

2 files changed

+15
-13
lines changed

2 files changed

+15
-13
lines changed

client/package-lock.json

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

client/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"@tailwindcss/vite": "^4.0.0",
1919
"@vercel/speed-insights": "^1.1.0",
2020
"antd": "^5.23.0",
21-
"axios": "^1.5.1",
21+
"axios": "^1.13.5",
2222
"i18next": "^23.4.6",
2323
"i18next-browser-languagedetector": "^7.1.0",
2424
"i18next-http-backend": "^2.2.2",

0 commit comments

Comments
 (0)