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-BODYPARSER-7926860
- https://snyk.io/vuln/SNYK-JS-EXPRESS-7926867
- https://snyk.io/vuln/SNYK-JS-SEND-7926862
- https://snyk.io/vuln/SNYK-JS-SERVESTATIC-7926865
  • Loading branch information
snyk-bot committed Sep 17, 2024
1 parent be618ec commit c4098fe
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"dependencies": {
"@nestjs/common": "^6.0.0",
"@nestjs/core": "^6.0.0",
"@nestjs/platform-express": "^6.0.0",
"@nestjs/platform-express": "^10.4.2",
"reflect-metadata": "^0.1.13",
"rimraf": "^2.6.3",
"rxjs": "^7.1.0"
Expand Down

0 comments on commit c4098fe

Please sign in to comment.