From 4228e452758cc99748d99b459ef5200fec4eff11 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 9 Aug 2025 23:36:59 +0000 Subject: [PATCH] fix: integration/ng-add-standalone/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-TMP-11501554 --- integration/ng-add-standalone/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/integration/ng-add-standalone/package.json b/integration/ng-add-standalone/package.json index 8a5502ae180b..c572a52608cd 100644 --- a/integration/ng-add-standalone/package.json +++ b/integration/ng-add-standalone/package.json @@ -26,7 +26,7 @@ }, "devDependencies": { "@angular-devkit/build-angular": "file:../../node_modules/@angular-devkit/build-angular", - "@angular/cli": "file:../../node_modules/@angular/cli", + "@angular/cli": "19.0.0", "@angular/compiler-cli": "file:../../node_modules/@angular/compiler-cli", "@types/jasmine": "~4.3.0", "jasmine-core": "~4.6.0",