From a025b4dcfca067aa54566d13534abc04622b235f Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 24 Mar 2021 17:05:04 +0000 Subject: [PATCH] Bump @angular/animations from 11.2.6 to 11.2.7 (#1604) --- 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 3258c3afc2..cc4f789669 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.6", + "@angular/animations": "^11.2.7", "@angular/cdk": "^11.1.0", "@angular/common": "^11.2.5", "@angular/compiler": "^11.2.6", @@ -636,14 +636,14 @@ "dev": true }, "node_modules/@angular/animations": { - "version": "11.2.6", - "resolved": "https://registry.npmjs.org/@angular/animations/-/animations-11.2.6.tgz", - "integrity": "sha512-fci034QakkoIrFeY/uOmDvf6AupZ7ziU1FlBMs/wn4HOqwsPCofpawvFQnfj5nez1+KM5JOJ1VHmZKJupkWfgw==", + "version": "11.2.7", + "resolved": "https://registry.npmjs.org/@angular/animations/-/animations-11.2.7.tgz", + "integrity": "sha512-i+H5vC2/NUqZwGeoDHpLDn81R3prQGwT1AajMqFw9D3U6VX6G5EfYmn1zLvu8nL2r4cYMsSQ/LKnKl2jnQX0sQ==", "dependencies": { "tslib": "^2.0.0" }, "peerDependencies": { - "@angular/core": "11.2.6" + "@angular/core": "11.2.7" } }, "node_modules/@angular/cdk": { @@ -23704,9 +23704,9 @@ } }, "@angular/animations": { - "version": "11.2.6", - "resolved": "https://registry.npmjs.org/@angular/animations/-/animations-11.2.6.tgz", - "integrity": "sha512-fci034QakkoIrFeY/uOmDvf6AupZ7ziU1FlBMs/wn4HOqwsPCofpawvFQnfj5nez1+KM5JOJ1VHmZKJupkWfgw==", + "version": "11.2.7", + "resolved": "https://registry.npmjs.org/@angular/animations/-/animations-11.2.7.tgz", + "integrity": "sha512-i+H5vC2/NUqZwGeoDHpLDn81R3prQGwT1AajMqFw9D3U6VX6G5EfYmn1zLvu8nL2r4cYMsSQ/LKnKl2jnQX0sQ==", "requires": { "tslib": "^2.0.0" } diff --git a/package.json b/package.json index 2ae299ae4f..b3815da2af 100644 --- a/package.json +++ b/package.json @@ -71,7 +71,7 @@ }, "private": true, "dependencies": { - "@angular/animations": "^11.2.6", + "@angular/animations": "^11.2.7", "@angular/cdk": "^11.1.0", "@angular/common": "^11.2.5", "@angular/compiler": "^11.2.6",