From c729348e0e76805154b454bf427bb7a3e231e21c Mon Sep 17 00:00:00 2001 From: "snyk-io[bot]" <141718529+snyk-io[bot]@users.noreply.github.com> Date: Fri, 13 Feb 2026 12:04:12 +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-AJV-15274295 - https://snyk.io/vuln/SNYK-JS-QS-15268416 --- 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..3a6cf3f03f3 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": "^5.0.0", "reflect-metadata": "^0.1.3", "rxjs": "^5.4.0", "zone.js": "^0.7.6",