From b5eb9fcc401b948e7ac5307283973ff0b159bf60 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Oct 2025 05:30:55 +0000 Subject: [PATCH] chore(deps): bump @angular/animations from 20.1.6 to 20.3.3 Bumps [@angular/animations](https://github.com/angular/angular/tree/HEAD/packages/animations) from 20.1.6 to 20.3.3. - [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.3/packages/animations) --- updated-dependencies: - dependency-name: "@angular/animations" dependency-version: 20.3.3 dependency-type: direct:production update-type: version-update:semver-minor ... 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 2b74d51..b136159 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "0.0.0", "dependencies": { "@acrodata/code-editor": "^0.5.1", - "@angular/animations": "^20.1.6", + "@angular/animations": "^20.3.3", "@angular/common": "^20.1.6", "@angular/compiler": "^20.1.6", "@angular/core": "^20.1.6", @@ -437,9 +437,10 @@ } }, "node_modules/@angular/animations": { - "version": "20.1.6", - "resolved": "https://registry.npmjs.org/@angular/animations/-/animations-20.1.6.tgz", - "integrity": "sha512-vSU0BP0BzX20HoCE81MKcr9cd6H9zB1qbCNk2J1ulH1C9rXs5ZpeORy+riIJTOZDYLtE0jCsXT3pvVb+nPmADQ==", + "version": "20.3.3", + "resolved": "https://registry.npmjs.org/@angular/animations/-/animations-20.3.3.tgz", + "integrity": "sha512-nXpe1sAhMbQm4VTKhnP/zL2w5s2Kxjr9bZ7krOSTtyO9Wxjhd7oJN4mgCVRa80oEMheiDTmanPaMFLEN0pzang==", + "license": "MIT", "dependencies": { "tslib": "^2.3.0" }, @@ -447,8 +448,7 @@ "node": "^20.19.0 || ^22.12.0 || >=24.0.0" }, "peerDependencies": { - "@angular/common": "20.1.6", - "@angular/core": "20.1.6" + "@angular/core": "20.3.3" } }, "node_modules/@angular/build": { diff --git a/package.json b/package.json index 2f57670..6dca27f 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ "private": true, "dependencies": { "@acrodata/code-editor": "^0.5.1", - "@angular/animations": "^20.1.6", + "@angular/animations": "^20.3.3", "@angular/common": "^20.1.6", "@angular/compiler": "^20.1.6", "@angular/core": "^20.1.6",