From 0c7ff08512f699bcaee86824e3a2fbb204fee5a3 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 11 Feb 2021 06:21:18 +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 | 14 ++++++++++---- 2 files changed, 11 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index d150710..e497f3a 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,7 @@ "@angular/animations": "^6.0.9", "@angular/common": "^6.0.9", "@angular/compiler": "^6.0.9", - "@angular/core": "^6.0.9", + "@angular/core": "^11.0.5", "@angular/forms": "^6.0.9", "@angular/http": "^6.0.9", "@angular/platform-browser": "^6.0.9", diff --git a/yarn.lock b/yarn.lock index 182c345..ba9f1af 100644 --- a/yarn.lock +++ b/yarn.lock @@ -135,11 +135,12 @@ dependencies: tslib "^1.9.0" -"@angular/core@^6.0.9": - version "6.0.9" - resolved "https://registry.yarnpkg.com/@angular/core/-/core-6.0.9.tgz#a68cc0f5ddffa535df65f3e798ba2fcd6f6eec1b" +"@angular/core@^11.0.5": + version "11.2.0" + resolved "https://registry.yarnpkg.com/@angular/core/-/core-11.2.0.tgz#309ae61d55b21fca0b644a6571109741d64b2467" + integrity sha512-jnbnJTW2GwfkRoXG8J4zs5FMcahMZwo6jrZGe9FiXjCYG9cLEuOXy4h99Z1s/o0vc/VXyWgym7SmeEgv+urf8g== dependencies: - tslib "^1.9.0" + tslib "^2.0.0" "@angular/forms@^6.0.9": version "6.0.9" @@ -6373,6 +6374,11 @@ tslib@^1.8.0, tslib@^1.8.1, tslib@^1.9.0: version "1.9.3" resolved "https://registry.yarnpkg.com/tslib/-/tslib-1.9.3.tgz#d7e4dd79245d85428c4d7e4822a79917954ca286" +tslib@^2.0.0: + version "2.1.0" + resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.1.0.tgz#da60860f1c2ecaa5703ab7d39bc05b6bf988b97a" + integrity sha512-hcVC3wYEziELGGmEEXue7D75zbwIIVUMWAVbHItGPx0ziyXxrOMQx4rQEVEV45Ut/1IotuEvwqPopzIOkDMf0A== + tslint@~5.10.0: version "5.10.0" resolved "https://registry.yarnpkg.com/tslint/-/tslint-5.10.0.tgz#11e26bccb88afa02dd0d9956cae3d4540b5f54c3"