From 7dd058dea57be8dcca5d13ba76d133256b25d0a0 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 13 Jan 2026 11:19:59 +0000 Subject: [PATCH] fix: a2_website/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-ANGULARCORE-14908871 --- a2_website/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/a2_website/package.json b/a2_website/package.json index 0326e10..98e9e7a 100644 --- a/a2_website/package.json +++ b/a2_website/package.json @@ -16,7 +16,7 @@ "dependencies": { "@angular/common": "~19.2.16", "@angular/compiler": "~19.2.17", - "@angular/core": "~11.0.5", + "@angular/core": "~19.2.18", "@angular/forms": "~2.1.1", "@angular/http": "~2.1.1", "@angular/platform-browser": "~2.1.1",