From 05b8c19ab33dab6c11817f35d4cfa2776e1df46d Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 15 Feb 2026 04:00:37 +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-AXIOS-15252993 - https://snyk.io/vuln/SNYK-JS-QS-15268416 --- .../builds/default/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 c49a0a25b9c8..0674a249c926 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 @@ -29,9 +29,9 @@ "test:e2e": "jest --config ./test/jest-e2e.json" }, "dependencies": { - "@nestjs/common": "^8.0.0", + "@nestjs/common": "^9.0.0", "@nestjs/core": "^8.0.0", - "@nestjs/platform-express": "^8.0.0", + "@nestjs/platform-express": "^10.4.22", "reflect-metadata": "^0.1.13", "rimraf": "^2.6.3", "rxjs": "^6.5.2"