diff --git a/package-lock.json b/package-lock.json index 89ed2bc41..4ca7e556a 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.5", + "@angular/animations": "^11.2.6", "@angular/cdk": "^11.1.0", "@angular/common": "^11.2.5", "@angular/compiler": "^11.2.4", @@ -634,14 +634,14 @@ "dev": true }, "node_modules/@angular/animations": { - "version": "11.2.5", - "resolved": "https://registry.npmjs.org/@angular/animations/-/animations-11.2.5.tgz", - "integrity": "sha512-VcXfIlgJNOYl0eR/oY8uJ2PN0aIAZBKpXCQv4giQ1Cz1oC9GaHq1OnU1Y+WGB4vW9BsNSkib+MTdDRlMXhyAtA==", + "version": "11.2.6", + "resolved": "https://registry.npmjs.org/@angular/animations/-/animations-11.2.6.tgz", + "integrity": "sha512-fci034QakkoIrFeY/uOmDvf6AupZ7ziU1FlBMs/wn4HOqwsPCofpawvFQnfj5nez1+KM5JOJ1VHmZKJupkWfgw==", "dependencies": { "tslib": "^2.0.0" }, "peerDependencies": { - "@angular/core": "11.2.5" + "@angular/core": "11.2.6" } }, "node_modules/@angular/cdk": { @@ -23670,9 +23670,9 @@ } }, "@angular/animations": { - "version": "11.2.5", - "resolved": "https://registry.npmjs.org/@angular/animations/-/animations-11.2.5.tgz", - "integrity": "sha512-VcXfIlgJNOYl0eR/oY8uJ2PN0aIAZBKpXCQv4giQ1Cz1oC9GaHq1OnU1Y+WGB4vW9BsNSkib+MTdDRlMXhyAtA==", + "version": "11.2.6", + "resolved": "https://registry.npmjs.org/@angular/animations/-/animations-11.2.6.tgz", + "integrity": "sha512-fci034QakkoIrFeY/uOmDvf6AupZ7ziU1FlBMs/wn4HOqwsPCofpawvFQnfj5nez1+KM5JOJ1VHmZKJupkWfgw==", "requires": { "tslib": "^2.0.0" } diff --git a/package.json b/package.json index 8e113995b..431258ec0 100644 --- a/package.json +++ b/package.json @@ -71,7 +71,7 @@ }, "private": true, "dependencies": { - "@angular/animations": "^11.2.5", + "@angular/animations": "^11.2.6", "@angular/cdk": "^11.1.0", "@angular/common": "^11.2.5", "@angular/compiler": "^11.2.4",