From 6b1c9366e93568ea8be077e5c4a0423b9fd8c5b7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Feb 2026 06:58:27 +0000 Subject: [PATCH] Bump @angular/animations from 21.1.1 to 21.1.2 Bumps [@angular/animations](https://github.com/angular/angular/tree/HEAD/packages/animations) from 21.1.1 to 21.1.2. - [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/v21.1.2/packages/animations) --- updated-dependencies: - dependency-name: "@angular/animations" dependency-version: 21.1.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 10 +++++----- package.json | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index add967a..14db0f1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -8,7 +8,7 @@ "name": "efaps-angular-fe", "version": "0.0.0", "dependencies": { - "@angular/animations": "^21.1.1", + "@angular/animations": "^21.1.2", "@angular/common": "^21.1.1", "@angular/compiler": "^21.1.1", "@angular/core": "^21.1.1", @@ -351,9 +351,9 @@ } }, "node_modules/@angular/animations": { - "version": "21.1.1", - "resolved": "https://registry.npmjs.org/@angular/animations/-/animations-21.1.1.tgz", - "integrity": "sha512-OQRyNbFBCkuihdCegrpN/Np5YQ7uV9if48LAoXxT68tYhK3S/Qbyx2MzJpOMFEFNfpjXRg1BZr8hVcZVFnArpg==", + "version": "21.1.2", + "resolved": "https://registry.npmjs.org/@angular/animations/-/animations-21.1.2.tgz", + "integrity": "sha512-8lVSH3y/Pq22ND9ng80UQwQRiIPIE7oD3vuV98Wufld59+s5g4PdJNqPhEVD5dkYD0gYQcm3jTIXSeYuOfpsUg==", "license": "MIT", "dependencies": { "tslib": "^2.3.0" @@ -362,7 +362,7 @@ "node": "^20.19.0 || ^22.12.0 || >=24.0.0" }, "peerDependencies": { - "@angular/core": "21.1.1" + "@angular/core": "21.1.2" } }, "node_modules/@angular/build": { diff --git a/package.json b/package.json index 94745d8..d2f2964 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,7 @@ }, "private": true, "dependencies": { - "@angular/animations": "^21.1.1", + "@angular/animations": "^21.1.2", "@angular/common": "^21.1.1", "@angular/compiler": "^21.1.1", "@angular/core": "^21.1.1",