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 9, 2024
1 parent e8f7c30 commit ae3ea87
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 @@ -23,7 +23,7 @@
"test": "jest --coverage --detectOpenHandles"
},
"dependencies": {
"axios": "^0.27.2",
"axios": "^1.6.4",
"xmlbuilder2": "^3.1.1"
},
"devDependencies": {
Expand Down

0 comments on commit ae3ea87

Please sign in to comment.