From 1f77a217459d407cebd047674dd0027ab087cc53 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 5 Aug 2026 21:25:44 +0000 Subject: [PATCH] chore(deps-dev): bump @angular/animations from 22.0.6 to 22.1.0 Bumps [@angular/animations](https://github.com/angular/angular/tree/HEAD/packages/animations) from 22.0.6 to 22.1.0. - [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/v22.1.0/packages/animations) --- updated-dependencies: - dependency-name: "@angular/animations" dependency-version: 22.1.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 10 +++++----- package.json | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index f41cbbd54..ecbf7608d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -20,7 +20,7 @@ }, "devDependencies": { "@angular-devkit/build-angular": "22.0.8", - "@angular/animations": "22.0.6", + "@angular/animations": "22.1.0", "@angular/cli": "22.1.2", "@angular/common": "22.1.0", "@angular/compiler": "22.0.6", @@ -1078,9 +1078,9 @@ } }, "node_modules/@angular/animations": { - "version": "22.0.6", - "resolved": "https://registry.npmjs.org/@angular/animations/-/animations-22.0.6.tgz", - "integrity": "sha512-5bBAuKtawVK4KPq6U/yoE5yCyKymEnXNN7UJ1Lb7PUuuYmLnUXb7zJpC7HwtHTuV/0PTCkGlLE59NtcrrolTuA==", + "version": "22.1.0", + "resolved": "https://registry.npmjs.org/@angular/animations/-/animations-22.1.0.tgz", + "integrity": "sha512-MHXOXmn9zmkiq234J+pr2Ir4A+z1iiVmQ0WjQ4skvK8GHTjnjeHKb4HrpAo5f7S3W0oenszmkNCddTQ3pvoJPw==", "deprecated": "@angular/animations is deprecated. Use `animate.enter` and `animate.leave` instead. For more information see: https://v22.angular.dev/guide/animations.", "dev": true, "license": "MIT", @@ -1091,7 +1091,7 @@ "node": "^22.22.3 || ^24.15.0 || >=26.0.0" }, "peerDependencies": { - "@angular/core": "22.0.6" + "@angular/core": "22.1.0" } }, "node_modules/@angular/cli": { diff --git a/package.json b/package.json index c34d21833..dd2572391 100644 --- a/package.json +++ b/package.json @@ -68,7 +68,7 @@ }, "devDependencies": { "@angular-devkit/build-angular": "22.0.8", - "@angular/animations": "22.0.6", + "@angular/animations": "22.1.0", "@angular/cli": "22.1.2", "@angular/common": "22.1.0", "@angular/compiler": "22.0.6",