From 3d9530a0307340ba2615d3b6ed5ff5de3872ca85 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 27 Nov 2024 15:39:58 +0000 Subject: [PATCH] fix: samples/client/petstore/typescript-angular-v5/npm/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-HAWK-6969142 --- samples/client/petstore/typescript-angular-v5/npm/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samples/client/petstore/typescript-angular-v5/npm/package.json b/samples/client/petstore/typescript-angular-v5/npm/package.json index 3de3a319525..23cdc27f949 100644 --- a/samples/client/petstore/typescript-angular-v5/npm/package.json +++ b/samples/client/petstore/typescript-angular-v5/npm/package.json @@ -27,7 +27,7 @@ "@angular/common": "^5.0.0", "@angular/compiler": "^5.0.0", "@angular/platform-browser": "^5.0.0", - "ng-packagr": "^2.4.1", + "ng-packagr": "^4.1.0", "reflect-metadata": "^0.1.3", "rxjs": "^5.4.0", "zone.js": "^0.7.6",