From e53e23147e9f239c15382364c47e1a6410473b79 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 11 Feb 2021 08:13:40 +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 6aac51ba5..d840b3717 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ "@angular/animations": "11.0.3", "@angular/common": "11.0.3", "@angular/compiler": "11.0.3", - "@angular/core": "11.0.3", + "@angular/core": "11.0.5", "@angular/forms": "11.0.3", "@angular/platform-browser": "11.0.3", "@angular/platform-browser-dynamic": "11.0.3",