diff --git a/frontend/package-lock.json b/frontend/package-lock.json index 1c8944c..a9df5d2 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -634,9 +634,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 560d170..5776148 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": "~13.3.0", "@angular/compiler": "~13.2.0",