From 0aa0fe60b7a5ee8da138f6f2ff81ebf5ff3c2164 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 8 Apr 2021 21:14:59 +0000 Subject: [PATCH] Bump @angular/animations from 11.2.8 to 11.2.9 Bumps [@angular/animations](https://github.com/angular/angular/tree/HEAD/packages/animations) from 11.2.8 to 11.2.9. - [Release notes](https://github.com/angular/angular/releases) - [Changelog](https://github.com/angular/angular/blob/master/CHANGELOG.md) - [Commits](https://github.com/angular/angular/commits/11.2.9/packages/animations) Signed-off-by: dependabot[bot] --- package-lock.json | 16 ++++++++-------- package.json | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/package-lock.json b/package-lock.json index fe306e8e9..02884d5ff 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "2.1.2", "license": "Apache 2.0", "dependencies": { - "@angular/animations": "^11.2.8", + "@angular/animations": "^11.2.9", "@angular/cdk": "^11.1.0", "@angular/common": "^11.2.9", "@angular/compiler": "^11.2.8", @@ -642,14 +642,14 @@ "dev": true }, "node_modules/@angular/animations": { - "version": "11.2.8", - "resolved": "https://registry.npmjs.org/@angular/animations/-/animations-11.2.8.tgz", - "integrity": "sha512-fYPXO8xgMYEpIc19o5B2f8U3BCmElQf4n/lIvVk9gky8CF5alSlClbbTe31orWDwGiqUnWkHWDZvCwi2C2Srvw==", + "version": "11.2.9", + "resolved": "https://registry.npmjs.org/@angular/animations/-/animations-11.2.9.tgz", + "integrity": "sha512-6EAJRwwYB+6eNW0IIadQycS7KC1x//BpZ7vi6EioAaAw02wafjQ+6+BhGW6hbPwyTJFQAuNki5Z6P0fvN1ZhFA==", "dependencies": { "tslib": "^2.0.0" }, "peerDependencies": { - "@angular/core": "11.2.8" + "@angular/core": "11.2.9" } }, "node_modules/@angular/cdk": { @@ -23717,9 +23717,9 @@ } }, "@angular/animations": { - "version": "11.2.8", - "resolved": "https://registry.npmjs.org/@angular/animations/-/animations-11.2.8.tgz", - "integrity": "sha512-fYPXO8xgMYEpIc19o5B2f8U3BCmElQf4n/lIvVk9gky8CF5alSlClbbTe31orWDwGiqUnWkHWDZvCwi2C2Srvw==", + "version": "11.2.9", + "resolved": "https://registry.npmjs.org/@angular/animations/-/animations-11.2.9.tgz", + "integrity": "sha512-6EAJRwwYB+6eNW0IIadQycS7KC1x//BpZ7vi6EioAaAw02wafjQ+6+BhGW6hbPwyTJFQAuNki5Z6P0fvN1ZhFA==", "requires": { "tslib": "^2.0.0" } diff --git a/package.json b/package.json index ed560c4ec..869373464 100644 --- a/package.json +++ b/package.json @@ -71,7 +71,7 @@ }, "private": true, "dependencies": { - "@angular/animations": "^11.2.8", + "@angular/animations": "^11.2.9", "@angular/cdk": "^11.1.0", "@angular/common": "^11.2.9", "@angular/compiler": "^11.2.8",