From 34d9a823028ca51d41471e6fe0eba7fdf55b50eb Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 16 Jan 2026 15:20:16 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-ANGULARCORE-14908871 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index fa4e1e9f..ef106a21 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ }, "dependencies": { "@angular/common": "^20.3.3", - "@angular/core": "^20.3.3", + "@angular/core": "^20.3.16", "@angular/forms": "^20.3.3", "@angular/platform-browser": "^20.3.3", "@angular/platform-browser-dynamic": "^20.3.3",