Skip to content

Commit ccb0340

Browse files
committed
fix: samples/client/petstore/typescript-nestjs-v8-provided-in-root/builds/default/package.json to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-MULTER-10773732
1 parent 12fa2c0 commit ccb0340

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

samples/client/petstore/typescript-nestjs-v8-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": "^8.0.0",
3333
"@nestjs/core": "^8.0.0",
34-
"@nestjs/platform-express": "^8.0.0",
34+
"@nestjs/platform-express": "^10.4.20",
3535
"@nestjs/axios": "^2.0.0",
3636
"reflect-metadata": "^0.1.13",
3737
"rimraf": "^2.6.3",

0 commit comments

Comments
 (0)