diff --git a/package-lock.json b/package-lock.json index c13febe27..018966928 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "2.2.0", "license": "Apache 2.0", "dependencies": { - "@angular/animations": "~13.1.0", + "@angular/animations": "~13.1.2", "@angular/cdk": "~13.1.0", "@angular/common": "~13.1.1", "@angular/compiler": "~13.0.3", @@ -374,9 +374,9 @@ "dev": true }, "node_modules/@angular/animations": { - "version": "13.1.1", - "resolved": "https://registry.npmjs.org/@angular/animations/-/animations-13.1.1.tgz", - "integrity": "sha512-6ECC9Dn5gmV4U1cz1pRJ2p5lo0BET2CjG1RbhTaZR8lOsoMsmlV/JdBAp8eyYTiGii3MLS6Q2P/hN/YG2SRGQQ==", + "version": "13.1.2", + "resolved": "https://registry.npmjs.org/@angular/animations/-/animations-13.1.2.tgz", + "integrity": "sha512-k1eQ8YZq3eelLhJDQjkRCt/4MXxwK2TFeGdtcYJF0G7vFOppE8hlI4PT7Bvmk08lTqvgiqtTI3ZaYmIINLfUMg==", "dependencies": { "tslib": "^2.3.0" }, @@ -384,7 +384,7 @@ "node": "^12.20.0 || ^14.15.0 || >=16.10.0" }, "peerDependencies": { - "@angular/core": "13.1.1" + "@angular/core": "13.1.2" } }, "node_modules/@angular/cdk": { @@ -17669,9 +17669,9 @@ } }, "@angular/animations": { - "version": "13.1.1", - "resolved": "https://registry.npmjs.org/@angular/animations/-/animations-13.1.1.tgz", - "integrity": "sha512-6ECC9Dn5gmV4U1cz1pRJ2p5lo0BET2CjG1RbhTaZR8lOsoMsmlV/JdBAp8eyYTiGii3MLS6Q2P/hN/YG2SRGQQ==", + "version": "13.1.2", + "resolved": "https://registry.npmjs.org/@angular/animations/-/animations-13.1.2.tgz", + "integrity": "sha512-k1eQ8YZq3eelLhJDQjkRCt/4MXxwK2TFeGdtcYJF0G7vFOppE8hlI4PT7Bvmk08lTqvgiqtTI3ZaYmIINLfUMg==", "requires": { "tslib": "^2.3.0" } diff --git a/package.json b/package.json index 0140b0f1a..970447de1 100644 --- a/package.json +++ b/package.json @@ -74,7 +74,7 @@ }, "private": true, "dependencies": { - "@angular/animations": "~13.1.0", + "@angular/animations": "~13.1.2", "@angular/cdk": "~13.1.0", "@angular/common": "~13.1.1", "@angular/compiler": "~13.0.3",