Skip to content

Commit

Permalink
fix: app/package.json & app/package-lock.json to reduce vulnerabilities
Browse files Browse the repository at this point in the history
The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-JS-AXIOS-6671926
  • Loading branch information
snyk-bot committed Nov 28, 2024
1 parent f38b799 commit 8ab16e5
Show file tree
Hide file tree
Showing 2 changed files with 54 additions and 62 deletions.
114 changes: 53 additions & 61 deletions app/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"@fortawesome/fontawesome-svg-core": "^1.2.36",
"@fortawesome/free-solid-svg-icons": "^5.15.4",
"@fortawesome/vue-fontawesome": "^0.1.9",
"axios": "^0.21.3",
"axios": "^1.7.8",
"buefy": "^0.9.8",
"dotenv-webpack": "^2.0.0",
"vue": "^2.6.11",
Expand Down

0 comments on commit 8ab16e5

Please sign in to comment.