Skip to content
This repository has been archived by the owner on Jul 16, 2024. It is now read-only.

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-6124857
  • Loading branch information
snyk-bot committed Dec 27, 2023
1 parent 501d75e commit c00287e
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 @@ -136,7 +136,7 @@
"prettify": "prettier --write src/**/*"
},
"dependencies": {
"axios": "^1.3.4"
"axios": "^1.6.3"
},
"devDependencies": {
"@rollup/plugin-replace": "^4.0.0",
Expand Down

0 comments on commit c00287e

Please sign in to comment.