From 4c3ac6133367ebe3ec50a7746c152b0887a13e8c Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 12 Mar 2025 15:28:25 +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-9292519 --- .../builds/default/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 88bcf553b289..77b7d012ea2b 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 @@ -25,7 +25,7 @@ "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", "reflect-metadata": "^0.1.13",