From 3f6dae1624a178a8b8fff98afb97310384305a1c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Jul 2023 05:20:47 +0000 Subject: [PATCH] chore(deps): bump @angular/animations in /examples/my-ngsw-app Bumps [@angular/animations](https://github.com/angular/angular/tree/HEAD/packages/animations) from 16.0.0 to 16.1.6. - [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.1.6/packages/animations) --- updated-dependencies: - dependency-name: "@angular/animations" dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- examples/my-ngsw-app/package-lock.json | 16 ++++++++-------- examples/my-ngsw-app/package.json | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/examples/my-ngsw-app/package-lock.json b/examples/my-ngsw-app/package-lock.json index 7a09a2e8..76fffa09 100644 --- a/examples/my-ngsw-app/package-lock.json +++ b/examples/my-ngsw-app/package-lock.json @@ -8,7 +8,7 @@ "name": "my-ngsw-app", "version": "0.0.0", "dependencies": { - "@angular/animations": "^16.0.0", + "@angular/animations": "^16.1.6", "@angular/common": "^16.0.0", "@angular/compiler": "^16.0.0", "@angular/core": "^16.0.0", @@ -378,9 +378,9 @@ } }, "node_modules/@angular/animations": { - "version": "16.0.0", - "resolved": "https://registry.npmjs.org/@angular/animations/-/animations-16.0.0.tgz", - "integrity": "sha512-Xx4Ffdo3sweg24MDVAXbDfxqkNPEuRgqOC1+f9171kf+w7cBEr4Bmy37DP7YkJceaU0xJH9imcx4708KeIjqkQ==", + "version": "16.1.6", + "resolved": "https://registry.npmjs.org/@angular/animations/-/animations-16.1.6.tgz", + "integrity": "sha512-LsU3/qXom/tLB76Exvjz+7SkifwJ9QG/+gSjWj+DTVlj1+dO7awb8iWQi+YmTmqN7ijTJi9ye6is3iuJSYuCLw==", "dependencies": { "tslib": "^2.3.0" }, @@ -388,7 +388,7 @@ "node": "^16.14.0 || >=18.10.0" }, "peerDependencies": { - "@angular/core": "16.0.0" + "@angular/core": "16.1.6" } }, "node_modules/@angular/cli": { @@ -12589,9 +12589,9 @@ } }, "@angular/animations": { - "version": "16.0.0", - "resolved": "https://registry.npmjs.org/@angular/animations/-/animations-16.0.0.tgz", - "integrity": "sha512-Xx4Ffdo3sweg24MDVAXbDfxqkNPEuRgqOC1+f9171kf+w7cBEr4Bmy37DP7YkJceaU0xJH9imcx4708KeIjqkQ==", + "version": "16.1.6", + "resolved": "https://registry.npmjs.org/@angular/animations/-/animations-16.1.6.tgz", + "integrity": "sha512-LsU3/qXom/tLB76Exvjz+7SkifwJ9QG/+gSjWj+DTVlj1+dO7awb8iWQi+YmTmqN7ijTJi9ye6is3iuJSYuCLw==", "requires": { "tslib": "^2.3.0" } diff --git a/examples/my-ngsw-app/package.json b/examples/my-ngsw-app/package.json index 693842d0..8c22f9c7 100644 --- a/examples/my-ngsw-app/package.json +++ b/examples/my-ngsw-app/package.json @@ -18,7 +18,7 @@ }, "private": true, "dependencies": { - "@angular/animations": "^16.0.0", + "@angular/animations": "^16.1.6", "@angular/common": "^16.0.0", "@angular/compiler": "^16.0.0", "@angular/core": "^16.0.0",