From 5199924262924005ca5fd805afde45c6fc8cd222 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 2 Dec 2025 18:40:48 +0000 Subject: [PATCH] fix: 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 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index bfda340d..c2a9cc7d 100644 --- a/package.json +++ b/package.json @@ -12,8 +12,8 @@ "ionic:serve": "ionic-app-scripts serve" }, "dependencies": { - "@angular/common": "5.0.1", - "@angular/compiler": "5.0.1", + "@angular/common": "19.2.16", + "@angular/compiler": "19.2.17", "@angular/compiler-cli": "5.0.1", "@angular/core": "5.0.1", "@angular/forms": "5.0.1",