From 4e4fcc7aa9c21a11ea7f902398b69c9058faae33 Mon Sep 17 00:00:00 2001 From: "snyk-io[bot]" <141718529+snyk-io[bot]@users.noreply.github.com> Date: Tue, 31 Dec 2024 17:20:39 +0000 Subject: [PATCH] feat: upgrade @angular/cli from 15.0.0 to 19.0.4 Snyk has created this PR to upgrade @angular/cli from 15.0.0 to 19.0.4. See this package in npm: @angular/cli See this project in Snyk: https://app.snyk.io/org/hashim21223445/project/e2271224-e88d-42f3-9b41-57a888547e24?utm_source=github-cloud-app&utm_medium=referral&page=upgrade-pr --- examples/angular/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/angular/package.json b/examples/angular/package.json index 5a49b305e713..732cdd6ae995 100644 --- a/examples/angular/package.json +++ b/examples/angular/package.json @@ -22,7 +22,7 @@ }, "devDependencies": { "@angular-devkit/build-angular": "^15.0.0", - "@angular/cli": "~15.0.0", + "@angular/cli": "~19.0.4", "@angular/compiler-cli": "^15.0.0", "@types/jasmine": "~4.3.0", "jasmine-core": "~4.5.0",