From 3059f8518cb30c58af352379ffef8907dde95266 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 20 Jan 2026 00:08:53 +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-14908872 - https://snyk.io/vuln/SNYK-JS-ANGULARCORE-14908871 --- TechoramaTypescript/begin/client/package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/TechoramaTypescript/begin/client/package.json b/TechoramaTypescript/begin/client/package.json index c036c28d6..b07b7b200 100644 --- a/TechoramaTypescript/begin/client/package.json +++ b/TechoramaTypescript/begin/client/package.json @@ -15,8 +15,8 @@ "license": "ISC", "dependencies": { "@angular/common": "2.0.0-rc.1", - "@angular/compiler": "2.0.0-rc.1", - "@angular/core": "2.0.0-rc.1", + "@angular/compiler": "19.2.18", + "@angular/core": "19.2.18", "@angular/http": "2.0.0-rc.1", "@angular/platform-browser": "2.0.0-rc.1", "@angular/platform-browser-dynamic": "2.0.0-rc.1", @@ -30,7 +30,7 @@ "rxjs": "5.0.0-beta.6", "zone.js": "^0.6.12", - "angular2-in-memory-web-api": "0.0.7", + "angular2-in-memory-web-api": "0.0.10", "bootstrap": "^3.3.6" }, "devDependencies": {