From 17c103c42543d89ea47b2b5181b2eb5fb096db6a Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 10 Feb 2021 22:38:53 +0000 Subject: [PATCH] fix: package.json & yarn.lock to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-ANGULARCORE-1070902 --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 9f806b1..5942dcd 100644 --- a/package.json +++ b/package.json @@ -119,7 +119,7 @@ "@angular/cdk": "10.2.5", "@angular/common": "10.2.0", "@angular/compiler": "10.2.0", - "@angular/core": "10.2.0", + "@angular/core": "11.0.5", "@angular/forms": "10.2.0", "@angular/http": "7.2.16", "@angular/material": "10.2.5", diff --git a/yarn.lock b/yarn.lock index fce7435..4b34f52 100644 --- a/yarn.lock +++ b/yarn.lock @@ -201,10 +201,10 @@ resolved "https://registry.yarnpkg.com/@angular/compiler/-/compiler-9.0.0.tgz#87e0bef4c369b6cadae07e3a4295778fc93799d5" integrity sha512-ctjwuntPfZZT2mNj2NDIVu51t9cvbhl/16epc5xEwyzyDt76pX9UgwvY+MbXrf/C/FWwdtmNtfP698BKI+9leQ== -"@angular/core@10.2.0": - version "10.2.0" - resolved "https://registry.yarnpkg.com/@angular/core/-/core-10.2.0.tgz#a5eac8b37ef5268f90e45e06b1a4d48ab55f31dc" - integrity sha512-pj+0cIDHMfeTFFrxbxM1qanSqhnA3ybCYMQm+Fs/WAPlLSvB6s/vVhq6tCdicHzd7/fujGXPcb8Hvtx+km8TqQ== +"@angular/core@11.0.5": + version "11.0.5" + resolved "https://registry.yarnpkg.com/@angular/core/-/core-11.0.5.tgz#b8c448c3cd4f6dae7327cc1ba4ee2aa29c8dbc26" + integrity sha512-XAXWQi7R3ucZXQwx9QK5jSKJeQyRJ53u2dQDpr7R5stzeCy1a5hrNOkZLg9zOTTPcth/6+FrOrRZP9SMdxtw3w== dependencies: tslib "^2.0.0"