diff --git a/package-lock.json b/package-lock.json index c3a5e50e1..0d34f3a94 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.10", + "@angular/animations": "^11.2.11", "@angular/cdk": "^11.1.0", "@angular/common": "^11.2.10", "@angular/compiler": "^11.2.8", @@ -374,14 +374,14 @@ "dev": true }, "node_modules/@angular/animations": { - "version": "11.2.10", - "resolved": "https://registry.npmjs.org/@angular/animations/-/animations-11.2.10.tgz", - "integrity": "sha512-fnmZtbVJuWAchzAj1+wU0AlQfa5J4jA/2P7qo4QDCNshWvkWVplO0huAdBgb5K0UjOstpRKFhwjK3DhuKGM/0A==", + "version": "11.2.11", + "resolved": "https://registry.npmjs.org/@angular/animations/-/animations-11.2.11.tgz", + "integrity": "sha512-br6rGBVYlkgJWw9YMTS/TkgJX2zBUr5VNvQRhYVH8PlDjBLPBSHUSzkYHvXOK4hsTvg0tF0QZUpt4xt9PmQ4sQ==", "dependencies": { "tslib": "^2.0.0" }, "peerDependencies": { - "@angular/core": "11.2.10" + "@angular/core": "11.2.11" } }, "node_modules/@angular/cdk": { @@ -22508,9 +22508,9 @@ } }, "@angular/animations": { - "version": "11.2.10", - "resolved": "https://registry.npmjs.org/@angular/animations/-/animations-11.2.10.tgz", - "integrity": "sha512-fnmZtbVJuWAchzAj1+wU0AlQfa5J4jA/2P7qo4QDCNshWvkWVplO0huAdBgb5K0UjOstpRKFhwjK3DhuKGM/0A==", + "version": "11.2.11", + "resolved": "https://registry.npmjs.org/@angular/animations/-/animations-11.2.11.tgz", + "integrity": "sha512-br6rGBVYlkgJWw9YMTS/TkgJX2zBUr5VNvQRhYVH8PlDjBLPBSHUSzkYHvXOK4hsTvg0tF0QZUpt4xt9PmQ4sQ==", "requires": { "tslib": "^2.0.0" } diff --git a/package.json b/package.json index 93889d514..3850e0ad9 100644 --- a/package.json +++ b/package.json @@ -75,7 +75,7 @@ }, "private": true, "dependencies": { - "@angular/animations": "^11.2.10", + "@angular/animations": "^11.2.11", "@angular/cdk": "^11.1.0", "@angular/common": "^11.2.10", "@angular/compiler": "^11.2.8",