From 1e7801b44caa9a244f8f95c0ea47e4a7924940e1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 31 May 2026 03:33:13 +0000 Subject: [PATCH] Build(deps): Bump @angular/animations in /frontend Bumps [@angular/animations](https://github.com/angular/angular/tree/HEAD/packages/animations) from 19.2.22 to 20.3.23. - [Release notes](https://github.com/angular/angular/releases) - [Changelog](https://github.com/angular/angular/blob/main/CHANGELOG.md) - [Commits](https://github.com/angular/angular/commits/v20.3.23/packages/animations) --- updated-dependencies: - dependency-name: "@angular/animations" dependency-version: 20.3.23 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- frontend/package-lock.json | 13 ++++++------- frontend/package.json | 2 +- 2 files changed, 7 insertions(+), 8 deletions(-) diff --git a/frontend/package-lock.json b/frontend/package-lock.json index 265fac9..a596d0c 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -8,7 +8,7 @@ "name": "hotel-frontend", "version": "0.0.1", "dependencies": { - "@angular/animations": "^19.0.0", + "@angular/animations": "^20.3.23", "@angular/common": "^19.0.0", "@angular/compiler": "^19.0.0", "@angular/core": "^19.0.0", @@ -440,19 +440,18 @@ } }, "node_modules/@angular/animations": { - "version": "19.2.22", - "resolved": "https://registry.npmjs.org/@angular/animations/-/animations-19.2.22.tgz", - "integrity": "sha512-Sl921GvzVrZ+DRLB0neRQQfcciYi9p8bDdeTSevFO4VhvX0L1ij8EH/NJD4/UfKo6y1E5RZLOulst7zJ5VVSwg==", + "version": "20.3.23", + "resolved": "https://registry.npmjs.org/@angular/animations/-/animations-20.3.23.tgz", + "integrity": "sha512-oISWui3jvYSB4ZQcHTYt0K/NniCMVtQxamELa9JkpGbMDDNAG7tDd+tKSvZXIYWOx3Q6fT7AXpk7IiU/Kxyi9g==", "license": "MIT", "dependencies": { "tslib": "^2.3.0" }, "engines": { - "node": "^18.19.1 || ^20.11.1 || >=22.0.0" + "node": "^20.19.0 || ^22.12.0 || >=24.0.0" }, "peerDependencies": { - "@angular/common": "19.2.22", - "@angular/core": "19.2.22" + "@angular/core": "20.3.23" } }, "node_modules/@angular/build": { diff --git a/frontend/package.json b/frontend/package.json index 9aa97d9..ef8ed21 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -11,7 +11,7 @@ }, "private": true, "dependencies": { - "@angular/animations": "^19.0.0", + "@angular/animations": "^20.3.23", "@angular/common": "^19.0.0", "@angular/compiler": "^19.0.0", "@angular/core": "^19.0.0",