From c08a5d076ac2fb547cd44e4bd1faa92ac801ffbb Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 17 Sep 2024 15:44:41 +0000 Subject: [PATCH] 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-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 --- .../builds/default/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samples/client/petstore/typescript-nestjs-v8-provided-in-root/builds/default/package.json b/samples/client/petstore/typescript-nestjs-v8-provided-in-root/builds/default/package.json index e32c30bcde0c..065c539c81ad 100644 --- a/samples/client/petstore/typescript-nestjs-v8-provided-in-root/builds/default/package.json +++ b/samples/client/petstore/typescript-nestjs-v8-provided-in-root/builds/default/package.json @@ -31,7 +31,7 @@ "dependencies": { "@nestjs/common": "^8.0.0", "@nestjs/core": "^8.0.0", - "@nestjs/platform-express": "^8.0.0", + "@nestjs/platform-express": "^10.4.2", "@nestjs/axios": "^2.0.0", "reflect-metadata": "^0.1.13", "rimraf": "^2.6.3",