From 278a51c66e6646fd7790f64f27cb6732a2fb4d6e Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 11 Feb 2021 06:44:43 +0000 Subject: [PATCH] fix: package.json & package-lock.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-ANGULARCORE-1070902 --- package-lock.json | 15 +++++++++++---- package.json | 2 +- 2 files changed, 12 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index d567d79..5477ed0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -967,11 +967,18 @@ } }, "@angular/core": { - "version": "8.2.8", - "resolved": "https://registry.npmjs.org/@angular/core/-/core-8.2.8.tgz", - "integrity": "sha512-LlHgqlDCt+vO/B6LBZtDfSrzTqaB5w/gp3ZWUVrPjeY5GDky6P0ZSVTnRL/uUi49wBFJehMaNoGEoORqnQBOLA==", + "version": "11.0.5", + "resolved": "https://registry.npmjs.org/@angular/core/-/core-11.0.5.tgz", + "integrity": "sha512-XAXWQi7R3ucZXQwx9QK5jSKJeQyRJ53u2dQDpr7R5stzeCy1a5hrNOkZLg9zOTTPcth/6+FrOrRZP9SMdxtw3w==", "requires": { - "tslib": "^1.9.0" + "tslib": "^2.0.0" + }, + "dependencies": { + "tslib": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.1.0.tgz", + "integrity": "sha512-hcVC3wYEziELGGmEEXue7D75zbwIIVUMWAVbHItGPx0ziyXxrOMQx4rQEVEV45Ut/1IotuEvwqPopzIOkDMf0A==" + } } }, "@angular/forms": { diff --git a/package.json b/package.json index 87e561e..c9de1f3 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ "@angular/animations": "~8.2.7", "@angular/common": "~8.2.7", "@angular/compiler": "~8.2.7", - "@angular/core": "~8.2.7", + "@angular/core": "~11.0.5", "@angular/forms": "~8.2.7", "@angular/platform-browser": "~8.2.7", "@angular/platform-browser-dynamic": "~8.2.7",