Skip to content

Commit

Permalink
fix: samples/client/petstore/typescript-nestjs-v6-provided-in-root/bu…
Browse files Browse the repository at this point in the history
…ilds/default/package.json to reduce vulnerabilities

The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-JS-AXIOS-6032459
  • Loading branch information
snyk-bot committed Oct 27, 2023
1 parent 0b37b59 commit ec830a5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"test:e2e": "jest --config ./test/jest-e2e.json"
},
"dependencies": {
"@nestjs/common": "^6.0.0",
"@nestjs/common": "^9.0.0",
"@nestjs/core": "^6.0.0",
"@nestjs/platform-express": "^6.0.0",
"reflect-metadata": "^0.1.13",
Expand Down

0 comments on commit ec830a5

Please sign in to comment.