From 905e35e4cf6772b5e4caf4ecfe71fb08e378628e Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 11 Feb 2021 08:31:22 +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 bcedb6c..3642242 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ "@angular/animations": "^5.0.0", "@angular/common": "^5.0.0", "@angular/compiler": "^5.0.0", - "@angular/core": "^5.0.0", + "@angular/core": "^11.0.5", "@angular/forms": "^5.0.0", "@angular/http": "^5.0.0", "@angular/platform-browser": "^5.0.0",