From 631d3f2b7d595df2b1fe1baf1631ebb17977d81e Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 3 Dec 2025 08:10:51 +0000 Subject: [PATCH] fix: examples/angular/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/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/angular/package.json b/examples/angular/package.json index 9382f1d5a873..d552a190079a 100644 --- a/examples/angular/package.json +++ b/examples/angular/package.json @@ -6,8 +6,8 @@ }, "private": true, "dependencies": { - "@angular/common": "^11.0.0", - "@angular/compiler": "^11.0.0", + "@angular/common": "^19.2.16", + "@angular/compiler": "^19.2.17", "@angular/core": "^11.0.0", "@angular/forms": "^11.0.0", "@angular/platform-browser": "^11.0.0",