Skip to content

Commit 12da354

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-AXIOS-12613773
1 parent 12fa2c0 commit 12da354

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": "^9.0.0",
3333
"@nestjs/core": "^6.0.0",
3434
"@nestjs/platform-express": "^6.0.0",
3535
"reflect-metadata": "^0.1.13",

0 commit comments

Comments
 (0)