Skip to content

Commit

Permalink
fix: samples/client/petstore/typescript-axios/builds/with-npm-version…
Browse files Browse the repository at this point in the history
…/package.json & samples/client/petstore/typescript-axios/builds/with-npm-version/package-lock.json to reduce vulnerabilities

The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-JS-AXIOS-6671926
  • Loading branch information
snyk-bot committed Nov 28, 2024
1 parent bdad11d commit 5ade56d
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 18 deletions.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"prepare": "npm run build"
},
"dependencies": {
"axios": "^1.6.1"
"axios": "^1.7.8"
},
"devDependencies": {
"@types/node": "12.11.5 - 12.20.42",
Expand Down

0 comments on commit 5ade56d

Please sign in to comment.