From ea91d91ad342de70e008de272d68ed553ccab737 Mon Sep 17 00:00:00 2001 From: renovate Date: Fri, 21 Oct 2022 20:08:43 +0000 Subject: [PATCH] Update dependency @angular/animations to v14 --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) 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", -- 2.45.1