From 00f51cf4a25b0c9d1470c4b03f37af99ccb09691 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Sep 2025 21:36:46 +0000 Subject: [PATCH] chore(deps): bump @angular/animations from 18.2.1 to 20.3.1 Bumps [@angular/animations](https://github.com/angular/angular/tree/HEAD/packages/animations) from 18.2.1 to 20.3.1. - [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/20.3.1/packages/animations) --- updated-dependencies: - dependency-name: "@angular/animations" dependency-version: 20.3.1 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package-lock.json | 12 ++++++------ package.json | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/package-lock.json b/package-lock.json index 5324764..01a5d47 100644 --- a/package-lock.json +++ b/package-lock.json @@ -8,7 +8,7 @@ "name": "coolshapes", "version": "0.0.0", "dependencies": { - "@angular/animations": "^18.2.0", + "@angular/animations": "^20.3.1", "@angular/common": "^18.2.0", "@angular/compiler": "^18.2.0", "@angular/core": "^18.2.0", @@ -277,18 +277,18 @@ } }, "node_modules/@angular/animations": { - "version": "18.2.1", - "resolved": "https://registry.npmjs.org/@angular/animations/-/animations-18.2.1.tgz", - "integrity": "sha512-jit452yuE6DMVV09E6RAjgapgw64mMVH31ccpPvMDekzPsTuP3KNKtgRFU/k2DFhYJvyczM1AqqlgccE/JGaRw==", + "version": "20.3.1", + "resolved": "https://registry.npmjs.org/@angular/animations/-/animations-20.3.1.tgz", + "integrity": "sha512-mexSwaikVE2s+GDhB9fuagEvxbnKHWsqLlO7/R2nY9tTUxBO3drWe3p0D5GxG/EsEyzZU+86ED867q/JmAiVvw==", "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/core": "18.2.1" + "@angular/core": "20.3.1" } }, "node_modules/@angular/build": { diff --git a/package.json b/package.json index 7db2251..300efcb 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,7 @@ "semantic-release": "semantic-release" }, "dependencies": { - "@angular/animations": "^18.2.0", + "@angular/animations": "^20.3.1", "@angular/common": "^18.2.0", "@angular/compiler": "^18.2.0", "@angular/core": "^18.2.0",