From db075da374bf9fee4f712b7e54bb45fd8bc5a174 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 13 Jan 2026 18:14:31 +0000 Subject: [PATCH] fix: samples/features/json/angularjs/dotnet-tour-of-heroes/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 --- .../json/angularjs/dotnet-tour-of-heroes/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/samples/features/json/angularjs/dotnet-tour-of-heroes/package.json b/samples/features/json/angularjs/dotnet-tour-of-heroes/package.json index 6bbd3e56cb..27910417aa 100644 --- a/samples/features/json/angularjs/dotnet-tour-of-heroes/package.json +++ b/samples/features/json/angularjs/dotnet-tour-of-heroes/package.json @@ -17,8 +17,8 @@ ], "dependencies": { "@angular/common": "~2.1.0", - "@angular/compiler": "~2.1.0", - "@angular/core": "~2.1.0", + "@angular/compiler": "~19.2.18", + "@angular/core": "~19.2.18", "@angular/forms": "~2.1.0", "@angular/http": "~2.1.0", "@angular/platform-browser": "~2.1.0",