From 824842fffc1532dd68f1ddbb356f76d73fdae0b1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Apr 2025 10:38:13 +0000 Subject: [PATCH] chore(deps): bump @angular/animations from 19.1.5 to 19.2.8 Bumps [@angular/animations](https://github.com/angular/angular/tree/HEAD/packages/animations) from 19.1.5 to 19.2.8. - [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.8/packages/animations) --- updated-dependencies: - dependency-name: "@angular/animations" dependency-version: 19.2.8 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..fd89e20 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.8", "@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.8", + "resolved": "https://registry.npmjs.org/@angular/animations/-/animations-19.2.8.tgz", + "integrity": "sha512-gKWBusQvjb946uuTXaXWzkEfLdTiy9GUNZ9okF3yolv+aoW0D8AM9mVvTX1xdqAV3xuIxRXRbkWG7BR+p8xVzQ==", "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.8", + "@angular/core": "19.2.8" } }, "node_modules/@angular/build": { diff --git a/package.json b/package.json index d21ac03..f1ea350 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.8", "@angular/cdk": "^19.1.3", "@angular/common": "^19.1.0", "@angular/compiler": "^19.1.0",