Skip to content

Commit 0339389

Browse files
committed
fix: web/package.json & web/package-lock.json to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-AXIOS-9403194
1 parent 85b9ff7 commit 0339389

File tree

2 files changed

+11
-10
lines changed

2 files changed

+11
-10
lines changed

web/package-lock.json

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

web/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"dependencies": {
1212
"@mdi/font": "^5.9.55",
1313
"ansi_up": "^6.0.2",
14-
"axios": "^0.29.0",
14+
"axios": "^1.8.3",
1515
"chart.js": "^3.8.0",
1616
"chartjs-adapter-moment": "^1.0.1",
1717
"core-js": "^3.40.0",

0 commit comments

Comments
 (0)