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",