From 27bd083bcd03b3d1c66ce6caf1c18be65205204a Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 12 Feb 2026 18:51:10 +0000 Subject: [PATCH] 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-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-v6-provided-in-root/builds/default/package.json b/samples/client/petstore/typescript-nestjs-v6-provided-in-root/builds/default/package.json index f74b4e6ae74a..5714b17f166c 100644 --- a/samples/client/petstore/typescript-nestjs-v6-provided-in-root/builds/default/package.json +++ b/samples/client/petstore/typescript-nestjs-v6-provided-in-root/builds/default/package.json @@ -29,9 +29,9 @@ "test:e2e": "jest --config ./test/jest-e2e.json" }, "dependencies": { - "@nestjs/common": "^6.0.0", + "@nestjs/common": "^9.0.0", "@nestjs/core": "^6.0.0", - "@nestjs/platform-express": "^6.0.0", + "@nestjs/platform-express": "^10.4.22", "reflect-metadata": "^0.1.13", "rimraf": "^2.6.3", "rxjs": "^7.1.0"