diff --git a/package-lock.json b/package-lock.json index f4c70d1..f771671 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": "14.2.7", + "resolved": "https://registry.npmjs.org/@angular/animations/-/animations-14.2.7.tgz", + "integrity": "sha512-4vI22Pa56FkE7ydxZwEd7RHwIjfyE5MnbgB2fWEQ3obnul8GnQT7OHWiPgzV57SDqOCWZyWdLm9xuOnZVdypxQ==", "requires": { "tslib": "^2.3.0" } diff --git a/package.json b/package.json index c9acf15..9dd50b7 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ }, "private": true, "dependencies": { - "@angular/animations": "^13.3.3", + "@angular/animations": "^14.0.0", "@angular/common": "^13.3.3", "@angular/compiler": "^13.3.3", "@angular/core": "^13.3.3",