Skip to content

Commit

Permalink
fix: samples/client/petstore/typescript-axios/builds/es6-target/packa…
Browse files Browse the repository at this point in the history
…ge.json to reduce vulnerabilities

The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-JS-AXIOS-6144788
  • Loading branch information
snyk-bot committed Jan 6, 2024
1 parent 0b37b59 commit d10f40f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"prepublishOnly": "npm run build"
},
"dependencies": {
"axios": "^0.21.1"
"axios": "^1.6.4"
},
"devDependencies": {
"@types/node": "^12.11.5",
Expand Down

0 comments on commit d10f40f

Please sign in to comment.