From 6a11094c7e980ba18d9f8fcab0370401c599cd46 Mon Sep 17 00:00:00 2001 From: renovate Date: Sun, 9 Apr 2023 01:06:11 +0000 Subject: [PATCH] Update dependency @angular/animations to v15 --- 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 9236d20..2288226 100644 --- a/package-lock.json +++ b/package-lock.json @@ -373,9 +373,9 @@ } }, "@angular/animations": { - "version": "13.4.0", - "resolved": "https://registry.npmjs.org/@angular/animations/-/animations-13.4.0.tgz", - "integrity": "sha512-PkEmDd5zpbz/7fudxyb6qL9sBMTPlzpSIh85AapGhjgRSUSRSGuJLj49R35fQ/44c4K5bHMPEsGZjMR0oDsGdg==", + "version": "15.2.6", + "resolved": "https://registry.npmjs.org/@angular/animations/-/animations-15.2.6.tgz", + "integrity": "sha512-2fEhhj7xTzWHD61B502eXwDclsurkOK7CU+iRdl8EAtEobLRt62sG/XHmJ71UaaniWyI/H0sUSEJuF8TIPcaoQ==", "requires": { "tslib": "^2.3.0" } diff --git a/package.json b/package.json index e0fa0f3..5b7ed1f 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",