From a0343dee58e96cf52991f6e5d226f596711005a5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 5 Oct 2023 03:56:49 +0000 Subject: [PATCH] build(deps): bump @angular/animations from 16.0.5 to 16.2.8 Bumps [@angular/animations](https://github.com/angular/angular/tree/HEAD/packages/animations) from 16.0.5 to 16.2.8. - [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.8/packages/animations) --- updated-dependencies: - dependency-name: "@angular/animations" dependency-type: direct:production update-type: version-update:semver-minor ... 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 180bb3d75..061817386 100644 --- a/package-lock.json +++ b/package-lock.json @@ -8,7 +8,7 @@ "name": "ebad-front", "version": "2.11.0", "dependencies": { - "@angular/animations": "^16.0.5", + "@angular/animations": "^16.2.8", "@angular/cdk": "^16.0.2", "@angular/common": "^16.0.5", "@angular/compiler": "^16.0.5", @@ -1134,9 +1134,9 @@ } }, "node_modules/@angular/animations": { - "version": "16.0.5", - "resolved": "https://registry.npmjs.org/@angular/animations/-/animations-16.0.5.tgz", - "integrity": "sha512-qfIOa3Pl+3w/J196ShcHNnAtElQrTcwowoYBf73h5KX7NEsdvUcOJCK6lIdem9FKckVQpf8S+UnGXx99eJXqvg==", + "version": "16.2.8", + "resolved": "https://registry.npmjs.org/@angular/animations/-/animations-16.2.8.tgz", + "integrity": "sha512-tjJID1eZORcC9N1f0JIcOzirv6D1q2q7y2S6h51WncJC5G9vOUpIOoOE3gmg0TH0FS41wJe/WfiQku3BuoMA9w==", "dependencies": { "tslib": "^2.3.0" }, @@ -1144,7 +1144,7 @@ "node": "^16.14.0 || >=18.10.0" }, "peerDependencies": { - "@angular/core": "16.0.5" + "@angular/core": "16.2.8" } }, "node_modules/@angular/cdk": { @@ -23660,9 +23660,9 @@ } }, "@angular/animations": { - "version": "16.0.5", - "resolved": "https://registry.npmjs.org/@angular/animations/-/animations-16.0.5.tgz", - "integrity": "sha512-qfIOa3Pl+3w/J196ShcHNnAtElQrTcwowoYBf73h5KX7NEsdvUcOJCK6lIdem9FKckVQpf8S+UnGXx99eJXqvg==", + "version": "16.2.8", + "resolved": "https://registry.npmjs.org/@angular/animations/-/animations-16.2.8.tgz", + "integrity": "sha512-tjJID1eZORcC9N1f0JIcOzirv6D1q2q7y2S6h51WncJC5G9vOUpIOoOE3gmg0TH0FS41wJe/WfiQku3BuoMA9w==", "requires": { "tslib": "^2.3.0" } diff --git a/package.json b/package.json index dfc4afbe6..ab68ca7dd 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ }, "private": true, "dependencies": { - "@angular/animations": "^16.0.5", + "@angular/animations": "^16.2.8", "@angular/cdk": "^16.0.2", "@angular/common": "^16.0.5", "@angular/compiler": "^16.0.5",