From 0c9f10d08c87941b40021df424150dc54405e93b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Nov 2023 03:49:27 +0000 Subject: [PATCH] chore(deps): bump @angular/animations from 16.2.7 to 16.2.12 Bumps [@angular/animations](https://github.com/angular/angular/tree/HEAD/packages/animations) from 16.2.7 to 16.2.12. - [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.12/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 | 10 +++++----- package.json | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index 5ab0c85..9669a0d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -8,7 +8,7 @@ "name": "les-projets-cagnottes", "version": "0.16.3", "dependencies": { - "@angular/animations": "^16.2.7", + "@angular/animations": "^16.2.12", "@angular/cdk": "^16.2.6", "@angular/common": "^16.2.7", "@angular/compiler": "^16.2.7", @@ -440,9 +440,9 @@ } }, "node_modules/@angular/animations": { - "version": "16.2.7", - "resolved": "https://registry.npmjs.org/@angular/animations/-/animations-16.2.7.tgz", - "integrity": "sha512-6GM4xFprTjDN71nRF6a2Nq3xS/b69tk2mOpcXZeTvxl6b/hqUo1l0y1eY1XK211cwm36GtSjq2cHJAIRBT3CiA==", + "version": "16.2.12", + "resolved": "https://registry.npmjs.org/@angular/animations/-/animations-16.2.12.tgz", + "integrity": "sha512-MD0ElviEfAJY8qMOd6/jjSSvtqER2RDAi0lxe6EtUacC1DHCYkaPrKW4vLqY+tmZBg1yf+6n+uS77pXcHHcA3w==", "dependencies": { "tslib": "^2.3.0" }, @@ -450,7 +450,7 @@ "node": "^16.14.0 || >=18.10.0" }, "peerDependencies": { - "@angular/core": "16.2.7" + "@angular/core": "16.2.12" } }, "node_modules/@angular/cdk": { diff --git a/package.json b/package.json index f8aaf2d..bcabf25 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ }, "private": true, "dependencies": { - "@angular/animations": "^16.2.7", + "@angular/animations": "^16.2.12", "@angular/cdk": "^16.2.6", "@angular/common": "^16.2.7", "@angular/compiler": "^16.2.7",