Skip to content

Commit

Permalink
fix: package.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-6144788
  • Loading branch information
snyk-bot committed Jan 5, 2024
1 parent adc1c77 commit 3a7615e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"dependencies": {
"@babel/runtime": "^7.16.3",
"@quasar/extras": "^1.12.1",
"axios": "^0.24.0",
"axios": "^1.6.4",
"core-js": "^3.19.2",
"file-saver": "^2.0.5",
"instantsearch.css": "^7.4.5",
Expand Down

0 comments on commit 3a7615e

Please sign in to comment.