From 3b09880e94a47f6d4fc8daeb89846fbec8fa83c5 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 9 Dec 2025 07:29:10 +0000 Subject: [PATCH] fix: website-frontend/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-ANGULARCOMPILER-14157154 --- website-frontend/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website-frontend/package.json b/website-frontend/package.json index ac302ae..fbe5d67 100644 --- a/website-frontend/package.json +++ b/website-frontend/package.json @@ -15,7 +15,7 @@ "author": "Etienne Danvoye", "dependencies": { "@angular/common": "~6.1.10", - "@angular/compiler": "~6.1.10", + "@angular/compiler": "~19.2.17", "@angular/core": "~6.1.10", "@angular/forms": "~6.1.10", "@angular/http": "~6.1.10",