From d413ec9f15db74f3c0e98788f691cad214412aac Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 12 Jan 2026 11:11:23 +0000 Subject: [PATCH] fix: com.servoy.eclipse.ngclient.ui/packagetemplate/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-ANGULARCOMPILER-14908872 - https://snyk.io/vuln/SNYK-JS-ANGULARCORE-14908871 --- com.servoy.eclipse.ngclient.ui/packagetemplate/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/com.servoy.eclipse.ngclient.ui/packagetemplate/package.json b/com.servoy.eclipse.ngclient.ui/packagetemplate/package.json index 57f07b6b95..c1ca2b8a69 100644 --- a/com.servoy.eclipse.ngclient.ui/packagetemplate/package.json +++ b/com.servoy.eclipse.ngclient.ui/packagetemplate/package.json @@ -17,8 +17,8 @@ "@angular/animations": "20.2.2", "@angular/cdk": "20.2.1", "@angular/common": "20.2.2", - "@angular/compiler": "20.2.2", - "@angular/core": "20.2.2", + "@angular/compiler": "20.3.16", + "@angular/core": "20.3.16", "@angular/forms": "20.2.2", "@servoy/public": "2025.9.1", "rxjs": "7.8.2",