From a51c965ac29dc901234823cb9de4a8d6923f2e73 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 2 Dec 2025 03:35:21 +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-ANGULARCOMMON-14135651 --- .../features/json/angularjs/dotnet-tour-of-heroes/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 30fff35aee..e68286119b 100644 --- a/samples/features/json/angularjs/dotnet-tour-of-heroes/package.json +++ b/samples/features/json/angularjs/dotnet-tour-of-heroes/package.json @@ -16,7 +16,7 @@ } ], "dependencies": { - "@angular/common": "~2.1.0", + "@angular/common": "~19.2.16", "@angular/compiler": "~2.1.0", "@angular/core": "~2.1.0", "@angular/forms": "~2.1.0",