From 8d8860b392d785d4c14463a6b04215be37d91612 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 11 Feb 2021 03:22:51 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-ANGULARCORE-1070902 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 7353243..4a3561b 100644 --- a/package.json +++ b/package.json @@ -26,7 +26,7 @@ "dependencies": { "@angular/common": "~2.4.0", "@angular/compiler": "~2.4.0", - "@angular/core": "~2.4.0", + "@angular/core": "~11.0.5", "@angular/forms": "~2.4.0", "@angular/http": "~2.4.0", "@angular/platform-browser": "~2.4.0",