From 843ad7310ed1ce3cf85fc58d957d773c03d1644f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 7 Dec 2023 01:30:43 +0000 Subject: [PATCH] build(deps): bump @angular/animations in /angular-example Bumps [@angular/animations](https://github.com/angular/angular/tree/HEAD/packages/animations) from 17.0.5 to 17.0.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/17.0.6/packages/animations) --- updated-dependencies: - dependency-name: "@angular/animations" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- angular-example/package-lock.json | 16 ++++++++-------- angular-example/package.json | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/angular-example/package-lock.json b/angular-example/package-lock.json index bff1a1c2..feb86bf9 100644 --- a/angular-example/package-lock.json +++ b/angular-example/package-lock.json @@ -8,7 +8,7 @@ "name": "angular-example", "version": "0.0.0", "dependencies": { - "@angular/animations": "^17.0.4", + "@angular/animations": "^17.0.6", "@angular/common": "^17.0.5", "@angular/compiler": "^17.0.6", "@angular/core": "^17.0.4", @@ -378,9 +378,9 @@ } }, "node_modules/@angular/animations": { - "version": "17.0.5", - "resolved": "https://registry.npmjs.org/@angular/animations/-/animations-17.0.5.tgz", - "integrity": "sha512-NZ9Y3QWqrn0THypVNwsztMV9rnjxNMRIf6to8aZv+ehIUOvskqcA/lW5qAdcMr1uNoyloB9vahJrDniWWEKT5A==", + "version": "17.0.6", + "resolved": "https://registry.npmjs.org/@angular/animations/-/animations-17.0.6.tgz", + "integrity": "sha512-fic61LjLHry79c5H9UGM8Ff311MJnf9an7EukLj2aLJ3J0uadL/H9de7dDp8PaIT10DX9g+aRTIKOmF3PmmXIQ==", "dependencies": { "tslib": "^2.3.0" }, @@ -388,7 +388,7 @@ "node": "^18.13.0 || >=20.9.0" }, "peerDependencies": { - "@angular/core": "17.0.5" + "@angular/core": "17.0.6" } }, "node_modules/@angular/cli": { @@ -12181,9 +12181,9 @@ } }, "@angular/animations": { - "version": "17.0.5", - "resolved": "https://registry.npmjs.org/@angular/animations/-/animations-17.0.5.tgz", - "integrity": "sha512-NZ9Y3QWqrn0THypVNwsztMV9rnjxNMRIf6to8aZv+ehIUOvskqcA/lW5qAdcMr1uNoyloB9vahJrDniWWEKT5A==", + "version": "17.0.6", + "resolved": "https://registry.npmjs.org/@angular/animations/-/animations-17.0.6.tgz", + "integrity": "sha512-fic61LjLHry79c5H9UGM8Ff311MJnf9an7EukLj2aLJ3J0uadL/H9de7dDp8PaIT10DX9g+aRTIKOmF3PmmXIQ==", "requires": { "tslib": "^2.3.0" } diff --git a/angular-example/package.json b/angular-example/package.json index 4fc2cf17..66511fcc 100644 --- a/angular-example/package.json +++ b/angular-example/package.json @@ -10,7 +10,7 @@ "watch": "ng build --watch --configuration development" }, "dependencies": { - "@angular/animations": "^17.0.4", + "@angular/animations": "^17.0.6", "@angular/common": "^17.0.5", "@angular/compiler": "^17.0.6", "@angular/core": "^17.0.4",