From 039917ef4fefe47eb8f65d1605fe482f31d9c946 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 2 Dec 2025 23:05:01 +0000 Subject: [PATCH] fix: examples/angular-todomvc/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-ANGULARCOMPILER-14157154 - https://snyk.io/vuln/SNYK-JS-ANGULARCOMMON-14135651 --- examples/angular-todomvc/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/angular-todomvc/package.json b/examples/angular-todomvc/package.json index b2d5ea1b93..825c30b2eb 100644 --- a/examples/angular-todomvc/package.json +++ b/examples/angular-todomvc/package.json @@ -13,8 +13,8 @@ "private": true, "dependencies": { "@angular/animations": "~11.0.4", - "@angular/common": "~11.0.4", - "@angular/compiler": "~11.0.4", + "@angular/common": "~19.2.16", + "@angular/compiler": "~19.2.17", "@angular/core": "~11.0.4", "@angular/forms": "~11.0.4", "@angular/platform-browser": "~11.0.4",