From 08b60176f19a26fc5f371a0141a83ac331889255 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 27 Nov 2024 10:07:46 +0000 Subject: [PATCH] chore(deps): bump @angular/animations from 19.0.0 to 19.0.1 Bumps [@angular/animations](https://github.com/angular/angular/tree/HEAD/packages/animations) from 19.0.0 to 19.0.1. - [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.0.1/packages/animations) --- updated-dependencies: - dependency-name: "@angular/animations" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 16 ++++++++-------- package.json | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/package-lock.json b/package-lock.json index 8b573aec..c7275c79 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "0.1.0", "hasInstallScript": true, "dependencies": { - "@angular/animations": "^19.0.0", + "@angular/animations": "^19.0.1", "@angular/common": "^19.0.0", "@angular/compiler": "^18.2.12", "@angular/core": "^18.2.12", @@ -816,9 +816,9 @@ "dev": true }, "node_modules/@angular/animations": { - "version": "19.0.0", - "resolved": "https://registry.npmjs.org/@angular/animations/-/animations-19.0.0.tgz", - "integrity": "sha512-+uZTvEXjYh8PZKB4ijk8uuH1K+Tz/A67mUlltFv9pYKtnmbZAeS/PI66g/7pigRYDvEgid1fvlAANeBShAiPZQ==", + "version": "19.0.1", + "resolved": "https://registry.npmjs.org/@angular/animations/-/animations-19.0.1.tgz", + "integrity": "sha512-1TZ3meVmoMuQwXaHSCeIGq8tmGcwobCQM2AQ6hfK+j6eyWTSx8BdWWi+Z1iIjiYFx3pJljQiWLAHULZ66Ep/GQ==", "dependencies": { "tslib": "^2.3.0" }, @@ -826,7 +826,7 @@ "node": "^18.19.1 || ^20.11.1 || >=22.0.0" }, "peerDependencies": { - "@angular/core": "19.0.0" + "@angular/core": "19.0.1" } }, "node_modules/@angular/cli": { @@ -19666,9 +19666,9 @@ } }, "@angular/animations": { - "version": "19.0.0", - "resolved": "https://registry.npmjs.org/@angular/animations/-/animations-19.0.0.tgz", - "integrity": "sha512-+uZTvEXjYh8PZKB4ijk8uuH1K+Tz/A67mUlltFv9pYKtnmbZAeS/PI66g/7pigRYDvEgid1fvlAANeBShAiPZQ==", + "version": "19.0.1", + "resolved": "https://registry.npmjs.org/@angular/animations/-/animations-19.0.1.tgz", + "integrity": "sha512-1TZ3meVmoMuQwXaHSCeIGq8tmGcwobCQM2AQ6hfK+j6eyWTSx8BdWWi+Z1iIjiYFx3pJljQiWLAHULZ66Ep/GQ==", "requires": { "tslib": "^2.3.0" } diff --git a/package.json b/package.json index 58db187d..1bea9430 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "json-schema": "0.4.0" }, "dependencies": { - "@angular/animations": "^19.0.0", + "@angular/animations": "^19.0.1", "@angular/common": "^19.0.0", "@angular/compiler": "^18.2.12", "@angular/core": "^18.2.12",