Skip to content

Commit 75ca38e

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-9292519
1 parent 3ede503 commit 75ca38e

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

client/package-lock.json

+4-4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

client/package.json

+1-1
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.8.2",
2222
"i18next": "^23.4.6",
2323
"i18next-browser-languagedetector": "^7.1.0",
2424
"i18next-http-backend": "^2.2.2",

0 commit comments

Comments
 (0)