From 39b265327fa0ab570a758201f4759c71ae2593bd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Aug 2025 12:53:51 +0000 Subject: [PATCH] chore(deps): bump @angular/animations from 19.1.5 to 20.1.4 Bumps [@angular/animations](https://github.com/angular/angular/tree/HEAD/packages/animations) from 19.1.5 to 20.1.4. - [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.1.4/packages/animations) --- updated-dependencies: - dependency-name: "@angular/animations" dependency-version: 20.1.4 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package-lock.json | 13 +++++++------ package.json | 2 +- 2 files changed, 8 insertions(+), 7 deletions(-) diff --git a/package-lock.json b/package-lock.json index 091bb13..127fcad 100644 --- a/package-lock.json +++ b/package-lock.json @@ -8,7 +8,7 @@ "name": "input-otp", "version": "0.0.0", "dependencies": { - "@angular/animations": "^19.1.0", + "@angular/animations": "^20.1.4", "@angular/cdk": "^19.1.3", "@angular/common": "^19.1.0", "@angular/compiler": "^19.1.0", @@ -471,18 +471,19 @@ } }, "node_modules/@angular/animations": { - "version": "19.1.5", - "resolved": "https://registry.npmjs.org/@angular/animations/-/animations-19.1.5.tgz", - "integrity": "sha512-jRZgLdSjr94EpBFIyCUZM7YKBi5TO2+J8PKmz7IdNrYNuUaGfy8k816/57Vgmsb18dnpA2Kf7R2AlOpNcDcsOA==", + "version": "20.1.4", + "resolved": "https://registry.npmjs.org/@angular/animations/-/animations-20.1.4.tgz", + "integrity": "sha512-y4mq2r6jhAj5QuA3UnWkVfok0EcA22uH+XVb4HBKY7q23/xaQYu2CGdVOVpdUsaPTf3zRD1DkAnTkV3J3ZHIiA==", "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": "19.1.5" + "@angular/common": "20.1.4", + "@angular/core": "20.1.4" } }, "node_modules/@angular/build": { diff --git a/package.json b/package.json index d21ac03..8472ebc 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "copy": "cpx README.md dist/ngxpert/input-otp" }, "dependencies": { - "@angular/animations": "^19.1.0", + "@angular/animations": "^20.1.4", "@angular/cdk": "^19.1.3", "@angular/common": "^19.1.0", "@angular/compiler": "^19.1.0",