From e07a7929f55807e70fd59f3b8591276d6df991e7 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 1 Dec 2025 09:30:39 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-ANGULARCOMMON-14135651 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 2d3afbf..fc50aee 100644 --- a/package.json +++ b/package.json @@ -45,7 +45,7 @@ "xcode": "open -a Xcode platforms/ios/" }, "dependencies": { - "@angular/common": "11.2.6", + "@angular/common": "19.2.16", "@angular/core": "11.2.6", "@angular/forms": "11.2.6", "@angular/platform-browser": "11.2.6",