From c3165e8c75c5c53969b858d61a49bae3d8e34535 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 6 Dec 2025 07:24:35 +0000 Subject: [PATCH] fix: tests/angular_devkit/build_angular/hello-world-app-ve/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-ANGULARCOMPILER-14157154 --- .../build_angular/hello-world-app-ve/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/angular_devkit/build_angular/hello-world-app-ve/package.json b/tests/angular_devkit/build_angular/hello-world-app-ve/package.json index 5aecb7dd20b6..467cb8d2dc1f 100644 --- a/tests/angular_devkit/build_angular/hello-world-app-ve/package.json +++ b/tests/angular_devkit/build_angular/hello-world-app-ve/package.json @@ -16,7 +16,7 @@ "//NOTE2": "The used dependencies are the ones in packages/angular_devkit/build_angular.", "@angular/animations": "^6.0.0-rc.0", "@angular/common": "^6.0.0-rc.0", - "@angular/compiler": "^6.0.0-rc.0", + "@angular/compiler": "^19.2.17", "@angular/core": "^6.0.0-rc.0", "@angular/forms": "^6.0.0-rc.0", "@angular/http": "^6.0.0-rc.0",