From 7e07aed66f6010283836155c602f149a2b93d921 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 4 Dec 2025 13:52:46 +0000 Subject: [PATCH] fix: testangular2/todo/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-ANGULARCOMPILER-14157154 --- testangular2/todo/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testangular2/todo/package.json b/testangular2/todo/package.json index 4bf448f..de284ec 100644 --- a/testangular2/todo/package.json +++ b/testangular2/todo/package.json @@ -12,7 +12,7 @@ "test-integration": "protractor" }, "dependencies": { - "@angular/compiler": "2.4.5", + "@angular/compiler": "19.2.17", "@angular/core": "2.4.5", "@angular/common": "2.4.5", "@angular/forms": "2.4.5",