From 54fe7a097722818b4c962455d8c7b84a1113e474 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 20 Feb 2020 03:54:53 +0000 Subject: [PATCH] fix: upgrade @angular/animations from 8.2.9 to 8.2.14 Snyk has created this PR to upgrade @angular/animations from 8.2.9 to 8.2.14. See this package in NPM: https://www.npmjs.com/package/@angular/animations 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..ca26fd8 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -28,7 +28,7 @@ }, "private": true, "dependencies": { - "@angular/animations": "^8.2.9", + "@angular/animations": "^8.2.14", "@angular/cdk": "^8.2.3", "@angular/common": "^8.2.9", "@angular/compiler": "^8.2.9", diff --git a/frontend/yarn.lock b/frontend/yarn.lock index b04b5f9..76729ac 100644 --- a/frontend/yarn.lock +++ b/frontend/yarn.lock @@ -139,10 +139,10 @@ "@angular-devkit/core" "8.3.8" rxjs "6.4.0" -"@angular/animations@^8.2.9": - version "8.2.9" - resolved "https://registry.yarnpkg.com/@angular/animations/-/animations-8.2.9.tgz#2da26a6ebcb8041fe681c0f8214d65b543da1e61" - integrity sha512-l30AF0d9P5okTPM1wieUHgcnDyGSNvyaBcxXSOkT790wAP2v5zs7VrKq9Lm+ICu4Nkx07KrOr5XLUHhqsg3VXA== +"@angular/animations@^8.2.14": + version "8.2.14" + resolved "https://registry.yarnpkg.com/@angular/animations/-/animations-8.2.14.tgz#76736b21e56165e6ca4925fb69605bdcc56aba7d" + integrity sha512-3Vc9TnNpKdtvKIXcWDFINSsnwgEMiDmLzjceWg1iYKwpeZGQahUXPoesLwQazBMmxJzQiA4HOMj0TTXKZ+Jzkg== dependencies: tslib "^1.9.0"