Skip to content

Commit 08fd5dc

Browse files
committed
fix: app/package.json to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-AXIOS-12613773
1 parent f38b799 commit 08fd5dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/package.json

Lines changed: 1 addition & 1 deletion
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.12.0",
3737
"buefy": "^0.9.8",
3838
"dotenv-webpack": "^2.0.0",
3939
"vue": "^2.6.11",

0 commit comments

Comments
 (0)