diff --git a/package-lock.json b/package-lock.json index a8bac33..46421d1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -261,9 +261,9 @@ } }, "@angular/animations": { - "version": "13.3.3", - "resolved": "https://registry.npmjs.org/@angular/animations/-/animations-13.3.3.tgz", - "integrity": "sha512-rP1e0XYjHxPCnvSN3k0ZCBTfIvpKbFI8fxlZMD85PI9HAko5Dc1Y5XCWrcMzdCF4C5nfqbzfzuZke5H3Y46AVQ==", + "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/package.json b/package.json index 5f37cd2..8882cae 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ }, "private": true, "dependencies": { - "@angular/animations": "^13.3.3", + "@angular/animations": "^15.0.0", "@angular/common": "^13.3.3", "@angular/compiler": "^13.3.3", "@angular/core": "^13.3.3",