Skip to content

Commit 2dca3e3

Browse files
committed
fix: samples/client/petstore/typescript-nestjs-v6-provided-in-root/builds/default/package.json to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-PATHTOREGEXP-8482416
1 parent bdad11d commit 2dca3e3

File tree

1 file changed

+1
-1
lines changed
  • samples/client/petstore/typescript-nestjs-v6-provided-in-root/builds/default

1 file changed

+1
-1
lines changed

samples/client/petstore/typescript-nestjs-v6-provided-in-root/builds/default/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"dependencies": {
3232
"@nestjs/common": "^6.0.0",
3333
"@nestjs/core": "^6.0.0",
34-
"@nestjs/platform-express": "^6.0.0",
34+
"@nestjs/platform-express": "^10.4.14",
3535
"reflect-metadata": "^0.1.13",
3636
"rimraf": "^2.6.3",
3737
"rxjs": "^7.1.0"

0 commit comments

Comments
 (0)