From 5b1d1c156c2580c8ff44d4ae14171fe08027fb19 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 14 Sep 2023 09:23:26 +0000 Subject: [PATCH] Bump @angular/animations from 16.1.2 to 16.2.5 in /Sample-01 Bumps [@angular/animations](https://github.com/angular/angular/tree/HEAD/packages/animations) from 16.1.2 to 16.2.5. - [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.5/packages/animations) --- updated-dependencies: - dependency-name: "@angular/animations" dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Sample-01/package-lock.json | 13 ++++++++----- Sample-01/package.json | 2 +- 2 files changed, 9 insertions(+), 6 deletions(-) diff --git a/Sample-01/package-lock.json b/Sample-01/package-lock.json index 41301f29..4a575e95 100644 --- a/Sample-01/package-lock.json +++ b/Sample-01/package-lock.json @@ -8,7 +8,7 @@ "name": "login-demo", "version": "0.0.0", "dependencies": { - "@angular/animations": "^16.1.2", + "@angular/animations": "^16.2.5", "@angular/common": "^16.1.2", "@angular/compiler": "^16.1.2", "@angular/core": "^16.1.2", @@ -625,8 +625,9 @@ } }, "node_modules/@angular/animations": { - "version": "16.1.2", - "license": "MIT", + "version": "16.2.5", + "resolved": "https://registry.npmjs.org/@angular/animations/-/animations-16.2.5.tgz", + "integrity": "sha512-2reD50S9zWvhewRvwl320iuRICN9s0fI+3nKULlwcyJ0praLRhJ1SnaAK3NEEu7MWo3n9sb3iVTzA6S9qZRJ4g==", "dependencies": { "tslib": "^2.3.0" }, @@ -634,7 +635,7 @@ "node": "^16.14.0 || >=18.10.0" }, "peerDependencies": { - "@angular/core": "16.1.2" + "@angular/core": "16.2.5" } }, "node_modules/@angular/cli": { @@ -15296,7 +15297,9 @@ } }, "@angular/animations": { - "version": "16.1.2", + "version": "16.2.5", + "resolved": "https://registry.npmjs.org/@angular/animations/-/animations-16.2.5.tgz", + "integrity": "sha512-2reD50S9zWvhewRvwl320iuRICN9s0fI+3nKULlwcyJ0praLRhJ1SnaAK3NEEu7MWo3n9sb3iVTzA6S9qZRJ4g==", "requires": { "tslib": "^2.3.0" } diff --git a/Sample-01/package.json b/Sample-01/package.json index 958b0121..c1dd103b 100644 --- a/Sample-01/package.json +++ b/Sample-01/package.json @@ -18,7 +18,7 @@ }, "private": true, "dependencies": { - "@angular/animations": "^16.1.2", + "@angular/animations": "^16.2.5", "@angular/common": "^16.1.2", "@angular/compiler": "^16.1.2", "@angular/core": "^16.1.2",