diff --git a/frontend/package-lock.json b/frontend/package-lock.json index 180e37c..4f29b32 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -311,9 +311,9 @@ } }, "@angular/animations": { - "version": "14.2.2", - "resolved": "https://registry.npmjs.org/@angular/animations/-/animations-14.2.2.tgz", - "integrity": "sha512-YPtwjfjGCtRlGIYyFK8JPq6kfR8Gz93kmkIF+fnUes42M5DAQvCccVRxi1OXU6dDLsFY9w7DvTl+HR/VocaFsg==", + "version": "15.0.0", + "resolved": "https://registry.npmjs.org/@angular/animations/-/animations-15.0.0.tgz", + "integrity": "sha512-AEtVjsmKb/kFLlnP3/+wuEgrL8bJD0L4gpetU6QCWR1G3im6yEbatbn2OkWenTS65F9maZNc9T5yK09ZRPwr9Q==", "requires": { "tslib": "^2.3.0" } diff --git a/frontend/package.json b/frontend/package.json index 1fa1c6c..1e2fa52 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -12,7 +12,7 @@ }, "private": true, "dependencies": { - "@angular/animations": "~14.2.0", + "@angular/animations": "~15.0.0", "@angular/cdk": "^14.0.0", "@angular/common": "~14.2.0", "@angular/compiler": "~14.2.0",