From 64218b017e0894e84f5530de9f72cdfd53049f48 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Oct 2023 14:23:11 +0000 Subject: [PATCH] build(deps-dev): bump @angular/animations from 16.2.4 to 16.2.10 Bumps [@angular/animations](https://github.com/angular/angular/tree/HEAD/packages/animations) from 16.2.4 to 16.2.10. - [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/16.2.10/packages/animations) --- updated-dependencies: - dependency-name: "@angular/animations" dependency-type: direct:development 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 797629a..cf485e8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -18,7 +18,7 @@ "@angular-eslint/eslint-plugin-template": "16.0.3", "@angular-eslint/schematics": "16.0.3", "@angular-eslint/template-parser": "16.0.3", - "@angular/animations": "^16.0.5", + "@angular/animations": "^16.2.10", "@angular/cdk": "^16.0.4", "@angular/cli": "^16.2.1", "@angular/common": "^16.0.5", @@ -574,9 +574,9 @@ } }, "node_modules/@angular/animations": { - "version": "16.2.4", - "resolved": "https://registry.npmjs.org/@angular/animations/-/animations-16.2.4.tgz", - "integrity": "sha512-LM6dXCZvLS383lS2n01eD5l0gXTXFHtUiAKahT8RS8/KRNgiIo43SjPsHxMR3CAQPdtNhDJTMHXofyCwi9YWjA==", + "version": "16.2.10", + "resolved": "https://registry.npmjs.org/@angular/animations/-/animations-16.2.10.tgz", + "integrity": "sha512-UudunZoyFWWNpuWkwiBxC3cleLCVJGHIfMgypFwC35YjtiIlRJ0r4nVkc96Rq1xd4mT71Dbk1kQHc8urB8A7aw==", "dev": true, "dependencies": { "tslib": "^2.3.0" @@ -585,7 +585,7 @@ "node": "^16.14.0 || >=18.10.0" }, "peerDependencies": { - "@angular/core": "16.2.4" + "@angular/core": "16.2.10" } }, "node_modules/@angular/cdk": { diff --git a/package.json b/package.json index 506bdb9..008fda9 100644 --- a/package.json +++ b/package.json @@ -45,7 +45,7 @@ "@angular-eslint/eslint-plugin-template": "16.0.3", "@angular-eslint/schematics": "16.0.3", "@angular-eslint/template-parser": "16.0.3", - "@angular/animations": "^16.0.5", + "@angular/animations": "^16.2.10", "@angular/cdk": "^16.0.4", "@angular/cli": "^16.2.1", "@angular/common": "^16.0.5",