Skip to content

Commit dd05a9e

Browse files
committed
fix: frontend/package.json & frontend/package-lock.json to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-AXIOS-6032459
1 parent 875c0e4 commit dd05a9e

File tree

2 files changed

+8
-42
lines changed

2 files changed

+8
-42
lines changed

frontend/package-lock.json

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

frontend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"@types/node": "^16.18.50",
1717
"@types/react": "^18.2.21",
1818
"@types/react-dom": "^18.2.7",
19-
"axios": "^1.5.0",
19+
"axios": "^1.6.0",
2020
"dayjs": "^1.11.9",
2121
"http-proxy-middleware": "^2.0.6",
2222
"i18next": "^23.5.1",

0 commit comments

Comments
 (0)