From 737324700b4d97a97c50fc4c482e30073cb48707 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 11 Feb 2021 04:21: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 e9a4f5c..f2ecf16 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "dependencies": { "@angular/common": "^2.0.0-rc.1", "@angular/compiler": "^2.0.0-rc.1", - "@angular/core": "^2.0.0-rc.1", + "@angular/core": "^11.0.5", "@angular/http": "^2.0.0-rc.1", "@angular/platform-browser": "^2.0.0-rc.1", "@angular/platform-browser-dynamic": "^2.0.0-rc.1",