Skip to content

Commit 1db743f

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-6671926
1 parent 7902f43 commit 1db743f

File tree

2 files changed

+54
-83
lines changed

2 files changed

+54
-83
lines changed

frontend/package-lock.json

Lines changed: 53 additions & 82 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
@@ -14,7 +14,7 @@
1414
"test": "vue-cli-service test:unit && vue-cli-service test:e2e"
1515
},
1616
"dependencies": {
17-
"axios": "0.21.4",
17+
"axios": "1.7.8",
1818
"bootstrap": "5.3.3",
1919
"core-js": "3.36.0",
2020
"vue": "3.2.47",

0 commit comments

Comments
 (0)