From fb6013b53008eccc897dff68d91b59b074f2bb63 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 11 Feb 2021 05:04:09 +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 e0ce786..e318e69 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,7 @@ "@angular/animations": "^5.2.0", "@angular/common": "^5.2.0", "@angular/compiler": "^5.2.0", - "@angular/core": "^5.2.0", + "@angular/core": "^11.0.5", "@angular/forms": "^5.2.0", "@angular/http": "^5.2.0", "@angular/platform-browser": "^5.2.0",