diff --git a/frontend/package-lock.json b/frontend/package-lock.json index 6ec06a75..659d3716 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -8,7 +8,7 @@ "version": "1.0.0", "dependencies": { "@angular-devkit/build-angular": "~0.1102.3", - "@angular/animations": "~11.0.0", + "@angular/animations": "~11.0.9", "@angular/cdk": "^11.2.3", "@angular/cli": "~11.2.3", "@angular/common": "~11.0.0", @@ -585,11 +585,14 @@ "integrity": "sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg==" }, "node_modules/@angular/animations": { - "version": "11.0.0", - "resolved": "https://registry.npmjs.org/@angular/animations/-/animations-11.0.0.tgz", - "integrity": "sha512-RGaAnZOI73bPnNWrJq/p8sc+hpUBhScq139M6r4qQjQPsPahazL6v6hHAgRhZNemqw164d1oE4K/22O/i0E3Tw==", + "version": "11.0.9", + "resolved": "https://registry.npmjs.org/@angular/animations/-/animations-11.0.9.tgz", + "integrity": "sha512-/KsMBUbRTqp29CNLbRIe4/8IxWxhnbUUZWqULaySnRDDW/p2m4miPcFVSp4zjrDZPqdXSibDiCyTiWmQ5PTuKA==", "dependencies": { "tslib": "^2.0.0" + }, + "peerDependencies": { + "@angular/core": "11.0.9" } }, "node_modules/@angular/cdk": { @@ -18449,9 +18452,9 @@ } }, "@angular/animations": { - "version": "11.0.0", - "resolved": "https://registry.npmjs.org/@angular/animations/-/animations-11.0.0.tgz", - "integrity": "sha512-RGaAnZOI73bPnNWrJq/p8sc+hpUBhScq139M6r4qQjQPsPahazL6v6hHAgRhZNemqw164d1oE4K/22O/i0E3Tw==", + "version": "11.0.9", + "resolved": "https://registry.npmjs.org/@angular/animations/-/animations-11.0.9.tgz", + "integrity": "sha512-/KsMBUbRTqp29CNLbRIe4/8IxWxhnbUUZWqULaySnRDDW/p2m4miPcFVSp4zjrDZPqdXSibDiCyTiWmQ5PTuKA==", "requires": { "tslib": "^2.0.0" } diff --git a/frontend/package.json b/frontend/package.json index a6e8675c..075a6916 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -15,7 +15,7 @@ "private": true, "dependencies": { "@angular-devkit/build-angular": "~0.1102.3", - "@angular/animations": "~11.0.0", + "@angular/animations": "~11.0.9", "@angular/cdk": "^11.2.3", "@angular/cli": "~11.2.3", "@angular/common": "~11.0.0",