From 3810a6e1e6b6891131a0d0dae58072e5011c6359 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 20 Feb 2020 03:54:59 +0000 Subject: [PATCH] fix: upgrade @angular/common from 8.2.9 to 8.2.14 Snyk has created this PR to upgrade @angular/common from 8.2.9 to 8.2.14. See this package in NPM: https://www.npmjs.com/package/@angular/common See this project in Snyk: https://app.snyk.io/org/pogoma/project/5418d7d8-0304-4929-b879-2f82a5fefa46?utm_source=github&utm_medium=upgrade-pr --- frontend/package.json | 2 +- frontend/yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/frontend/package.json b/frontend/package.json index 9134e40..83b131e 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -30,7 +30,7 @@ "dependencies": { "@angular/animations": "^8.2.9", "@angular/cdk": "^8.2.3", - "@angular/common": "^8.2.9", + "@angular/common": "^8.2.14", "@angular/compiler": "^8.2.9", "@angular/core": "^8.2.9", "@angular/forms": "^8.2.9", diff --git a/frontend/yarn.lock b/frontend/yarn.lock index b04b5f9..d2fa657 100644 --- a/frontend/yarn.lock +++ b/frontend/yarn.lock @@ -180,10 +180,10 @@ universal-analytics "^0.4.20" uuid "^3.3.2" -"@angular/common@^8.2.9": - version "8.2.9" - resolved "https://registry.yarnpkg.com/@angular/common/-/common-8.2.9.tgz#b0543c3694b861ae7771f6ef25677ffef3fdd924" - integrity sha512-76WDU1USlI5vAzqCJ3gxCQGuu57aJEggNk/xoWmQEXipiFTFBh2wSKn/dE6Txr/q3COTPIcrmb9OCeal5kQPIA== +"@angular/common@^8.2.14": + version "8.2.14" + resolved "https://registry.yarnpkg.com/@angular/common/-/common-8.2.14.tgz#027e52b2951c14082d6e3af1a4ffa1356220e439" + integrity sha512-Qmt+aX2quUW54kaNT7QH7WGXnFxr/cC2C6sf5SW5SdkZfDQSiz8IaItvieZfXVQUbBOQKFRJ7TlSkt0jI/yjvw== dependencies: tslib "^1.9.0"