From cfd3f0f65e37efa8e19b1f4a6931ae32b9ad8e22 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 May 2025 08:38:23 +0000 Subject: [PATCH] chore(deps): bump @angular/animations from 19.1.5 to 19.2.9 Bumps [@angular/animations](https://github.com/angular/angular/tree/HEAD/packages/animations) from 19.1.5 to 19.2.9. - [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/19.2.9/packages/animations) --- updated-dependencies: - dependency-name: "@angular/animations" dependency-version: 19.2.9 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 11 ++++++----- package.json | 2 +- 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index 091bb13..e85ebc2 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": "^19.2.9", "@angular/cdk": "^19.1.3", "@angular/common": "^19.1.0", "@angular/compiler": "^19.1.0", @@ -471,9 +471,9 @@ } }, "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": "19.2.9", + "resolved": "https://registry.npmjs.org/@angular/animations/-/animations-19.2.9.tgz", + "integrity": "sha512-Xg/JD8GyeUpBwno51iuK/iJnbSVc6A+THyP+2ScNVdWFdLyuCiEr9EbIHdeGDnhK1f/MVjRKbkrN6OElkxCx8A==", "license": "MIT", "dependencies": { "tslib": "^2.3.0" @@ -482,7 +482,8 @@ "node": "^18.19.1 || ^20.11.1 || >=22.0.0" }, "peerDependencies": { - "@angular/core": "19.1.5" + "@angular/common": "19.2.9", + "@angular/core": "19.2.9" } }, "node_modules/@angular/build": { diff --git a/package.json b/package.json index d21ac03..3ecbe40 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": "^19.2.9", "@angular/cdk": "^19.1.3", "@angular/common": "^19.1.0", "@angular/compiler": "^19.1.0",