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-6124857
  • Loading branch information
snyk-bot committed Dec 29, 2023
1 parent c1fdb3f commit e60030b
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 @@ -19,7 +19,7 @@
"build": "tsc -d"
},
"dependencies": {
"axios": "1.6.0",
"axios": "1.6.3",
"chalk": "^4.1.2",
"cheerio": "^1.0.0-rc.12",
"fast-xml-parser": "^4.3.2",
Expand Down

0 comments on commit e60030b

Please sign in to comment.