Skip to content

Commit 27bac37

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-NESTJSCOMMON-9538801
1 parent bdad11d commit 27bac37

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
@@ -29,7 +29,7 @@
2929
"test:e2e": "jest --config ./test/jest-e2e.json"
3030
},
3131
"dependencies": {
32-
"@nestjs/common": "^6.0.0",
32+
"@nestjs/common": "^11.0.16",
3333
"@nestjs/core": "^6.0.0",
3434
"@nestjs/platform-express": "^6.0.0",
3535
"reflect-metadata": "^0.1.13",

0 commit comments

Comments
 (0)