Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 927a659

Browse files
committedMar 10, 2025
fix: app/package.json & app/package-lock.json to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-AXIOS-9292519
1 parent f38b799 commit 927a659

File tree

2 files changed

+157
-77
lines changed

2 files changed

+157
-77
lines changed
 

‎app/package-lock.json

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

‎app/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"@fortawesome/fontawesome-svg-core": "^1.2.36",
3434
"@fortawesome/free-solid-svg-icons": "^5.15.4",
3535
"@fortawesome/vue-fontawesome": "^0.1.9",
36-
"axios": "^0.21.3",
36+
"axios": "^1.8.2",
3737
"buefy": "^0.9.8",
3838
"dotenv-webpack": "^2.0.0",
3939
"vue": "^2.6.11",

0 commit comments

Comments
 (0)
Please sign in to comment.