From 79f4cb9770c2104207ed4ece4819c29a5b4c3fc8 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 13 Nov 2024 22:25:07 +0000 Subject: [PATCH] fix: samples/client/petstore/typescript-angular-v4/npm/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-CROSSSPAWN-8303230 --- samples/client/petstore/typescript-angular-v4/npm/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samples/client/petstore/typescript-angular-v4/npm/package.json b/samples/client/petstore/typescript-angular-v4/npm/package.json index da24708a248..0dc84b8f794 100644 --- a/samples/client/petstore/typescript-angular-v4/npm/package.json +++ b/samples/client/petstore/typescript-angular-v4/npm/package.json @@ -27,7 +27,7 @@ "@angular/common": "^4.0.0", "@angular/compiler": "^4.0.0", "@angular/platform-browser": "^4.0.0", - "ng-packagr": "^1.6.0", + "ng-packagr": "^5.0.0", "reflect-metadata": "^0.1.3", "rxjs": "^5.4.0", "zone.js": "^0.7.6",