From b5f19eaf9b47b326e16ddb28963e700529f1ec6f Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 28 Nov 2025 07:35:51 +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",