From 0920b3876041ee144c2060819178a301463c1605 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 4 Dec 2025 15:15:59 +0000 Subject: [PATCH] fix: TechoramaTypescript/begin/client/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 --- TechoramaTypescript/begin/client/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/TechoramaTypescript/begin/client/package.json b/TechoramaTypescript/begin/client/package.json index c036c28d6..01377bdd6 100644 --- a/TechoramaTypescript/begin/client/package.json +++ b/TechoramaTypescript/begin/client/package.json @@ -14,8 +14,8 @@ "author": "", "license": "ISC", "dependencies": { - "@angular/common": "2.0.0-rc.1", - "@angular/compiler": "2.0.0-rc.1", + "@angular/common": "19.2.16", + "@angular/compiler": "19.2.17", "@angular/core": "2.0.0-rc.1", "@angular/http": "2.0.0-rc.1", "@angular/platform-browser": "2.0.0-rc.1",