From 804327c4a8ebfdf96a8e3a24de3b99f644fbed0d Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 21 Mar 2025 00:52:46 +0000 Subject: [PATCH] fix: upgrade @angular/common from 2.1.2 to 2.4.10 Snyk has created this PR to upgrade @angular/common from 2.1.2 to 2.4.10. See this package in npm: @angular/common See this project in Snyk: https://app.snyk.io/org/codes-exe/project/dbda94f6-7d4f-4773-8088-84b9da32cd38?utm_source=github&utm_medium=referral&page=upgrade-pr --- .../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..39d1af0368 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": "~2.4.10", "@angular/compiler": "~2.1.0", "@angular/core": "~2.1.0", "@angular/forms": "~2.1.0",