From a90eba1d3d9df3bdaac88563e320b6f38622f1c2 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 4 Dec 2025 00:07:18 +0000 Subject: [PATCH] fix: s3-angular-website/typescript/website/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-ANGULARCOMPILER-14157154 - https://snyk.io/vuln/SNYK-JS-ANGULARCOMMON-14135651 --- s3-angular-website/typescript/website/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/s3-angular-website/typescript/website/package.json b/s3-angular-website/typescript/website/package.json index c896e7f6..cb887122 100644 --- a/s3-angular-website/typescript/website/package.json +++ b/s3-angular-website/typescript/website/package.json @@ -12,8 +12,8 @@ "private": true, "dependencies": { "@angular/animations": "~10.0.6", - "@angular/common": "~10.0.6", - "@angular/compiler": "~10.0.6", + "@angular/common": "~19.2.16", + "@angular/compiler": "~19.2.17", "@angular/core": "~10.0.6", "@angular/forms": "~10.0.6", "@angular/platform-browser": "~10.0.6",