From 212f99d4675006be14a884ac72a79ee1c53b7e63 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 23 Jan 2025 02:20:55 +0000 Subject: [PATCH] Bump @angular/animations from 10.2.5 to 19.1.3 Bumps [@angular/animations](https://github.com/angular/angular/tree/HEAD/packages/animations) from 10.2.5 to 19.1.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/19.1.3/packages/animations) --- updated-dependencies: - dependency-name: "@angular/animations" dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package-lock.json | 24 ++++++++++++++---------- package.json | 2 +- 2 files changed, 15 insertions(+), 11 deletions(-) diff --git a/package-lock.json b/package-lock.json index 29af9a3..5de4bce 100644 --- a/package-lock.json +++ b/package-lock.json @@ -8,7 +8,7 @@ "name": "oslc-ui", "version": "0.0.0", "dependencies": { - "@angular/animations": "^10.2.5", + "@angular/animations": "^19.1.3", "@angular/cdk": "^10.2.0", "@angular/common": "^10.2.5", "@angular/compiler": "^10.2.5", @@ -525,14 +525,18 @@ "dev": true }, "node_modules/@angular/animations": { - "version": "10.2.5", - "resolved": "https://registry.npmjs.org/@angular/animations/-/animations-10.2.5.tgz", - "integrity": "sha512-lIMwjY1pAqpCM4Ayndf2RsvOWRUc5QV7W82XNou6pIBv2T1i1XV6H72I5Sk9Z4sxxBYCWncEaEub+C6NcS8QRg==", + "version": "19.1.3", + "resolved": "https://registry.npmjs.org/@angular/animations/-/animations-19.1.3.tgz", + "integrity": "sha512-MI+Tbp9OOisrQtTQH7o+xiQCODXicCs8WHNpGzdCpnXdRkQuVSOb6xAjD9OXJqcQGotLgeyennnkIJGXdz4RTA==", + "license": "MIT", "dependencies": { - "tslib": "^2.0.0" + "tslib": "^2.3.0" + }, + "engines": { + "node": "^18.19.1 || ^20.11.1 || >=22.0.0" }, "peerDependencies": { - "@angular/core": "10.2.5" + "@angular/core": "19.1.3" } }, "node_modules/@angular/cdk": { @@ -19975,11 +19979,11 @@ } }, "@angular/animations": { - "version": "10.2.5", - "resolved": "https://registry.npmjs.org/@angular/animations/-/animations-10.2.5.tgz", - "integrity": "sha512-lIMwjY1pAqpCM4Ayndf2RsvOWRUc5QV7W82XNou6pIBv2T1i1XV6H72I5Sk9Z4sxxBYCWncEaEub+C6NcS8QRg==", + "version": "19.1.3", + "resolved": "https://registry.npmjs.org/@angular/animations/-/animations-19.1.3.tgz", + "integrity": "sha512-MI+Tbp9OOisrQtTQH7o+xiQCODXicCs8WHNpGzdCpnXdRkQuVSOb6xAjD9OXJqcQGotLgeyennnkIJGXdz4RTA==", "requires": { - "tslib": "^2.0.0" + "tslib": "^2.3.0" } }, "@angular/cdk": { diff --git a/package.json b/package.json index c815ccb..9d47d65 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ }, "private": true, "dependencies": { - "@angular/animations": "^10.2.5", + "@angular/animations": "^19.1.3", "@angular/cdk": "^10.2.0", "@angular/common": "^10.2.5", "@angular/compiler": "^10.2.5",