diff --git a/frontend/package-lock.json b/frontend/package-lock.json index 53cbb8f..ff2ad92 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -680,9 +680,9 @@ } }, "@angular/animations": { - "version": "13.3.11", - "resolved": "https://registry.npmjs.org/@angular/animations/-/animations-13.3.11.tgz", - "integrity": "sha512-KE/3RuvixHIk9YTSwaUsezsUm9Ig9Y8rZMpHOT/8bRtzPiJ5ld2GnDHjrJgyZn7TdoP4wz4YCta5eC4ycu+KCw==", + "version": "14.2.2", + "resolved": "https://registry.npmjs.org/@angular/animations/-/animations-14.2.2.tgz", + "integrity": "sha512-YPtwjfjGCtRlGIYyFK8JPq6kfR8Gz93kmkIF+fnUes42M5DAQvCccVRxi1OXU6dDLsFY9w7DvTl+HR/VocaFsg==", "requires": { "tslib": "^2.3.0" } diff --git a/frontend/package.json b/frontend/package.json index 4c21f39..d1f4faf 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -12,7 +12,7 @@ }, "private": true, "dependencies": { - "@angular/animations": "~13.3.0", + "@angular/animations": "~14.2.0", "@angular/cdk": "^13.2.6", "@angular/common": "~14.2.0", "@angular/compiler": "~14.2.0",