From e79c53228209c50fb955e4cf396d158c2d539099 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 18 Apr 2024 23:22:35 +0000 Subject: [PATCH] chore(deps): bump @angular/animations from 17.0.0 to 17.3.5 Bumps [@angular/animations](https://github.com/angular/angular/tree/HEAD/packages/animations) from 17.0.0 to 17.3.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/17.3.5/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 350b4bfe..72e47e23 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "11.0.0", "license": "MIT", "dependencies": { - "@angular/animations": "^17.0.0", + "@angular/animations": "^17.3.5", "@angular/common": "^17.0.0", "@angular/compiler": "^17.0.0", "@angular/core": "^17.0.0", @@ -900,9 +900,9 @@ } }, "node_modules/@angular/animations": { - "version": "17.0.0", - "resolved": "https://registry.npmjs.org/@angular/animations/-/animations-17.0.0.tgz", - "integrity": "sha512-DNr4IlRxtcNsaUxmF2/aPU9K6jXCdODXbbk2hTnZhAhpA9lLof3MN8/9MmNjc2nxeL6/oovyXP3SCY8Y8ZJACw==", + "version": "17.3.5", + "resolved": "https://registry.npmjs.org/@angular/animations/-/animations-17.3.5.tgz", + "integrity": "sha512-hbfCnBxwhYQMKB+9tDcmfvckUtB8LdY1gPST6TZ7CzrWCSPddsnXxqxBZSBjBI6zXvE4FOV3kUzaUXM/Bq5sRw==", "dependencies": { "tslib": "^2.3.0" }, @@ -910,7 +910,7 @@ "node": "^18.13.0 || >=20.9.0" }, "peerDependencies": { - "@angular/core": "17.0.0" + "@angular/core": "17.3.5" } }, "node_modules/@angular/cli": { @@ -18617,9 +18617,9 @@ } }, "@angular/animations": { - "version": "17.0.0", - "resolved": "https://registry.npmjs.org/@angular/animations/-/animations-17.0.0.tgz", - "integrity": "sha512-DNr4IlRxtcNsaUxmF2/aPU9K6jXCdODXbbk2hTnZhAhpA9lLof3MN8/9MmNjc2nxeL6/oovyXP3SCY8Y8ZJACw==", + "version": "17.3.5", + "resolved": "https://registry.npmjs.org/@angular/animations/-/animations-17.3.5.tgz", + "integrity": "sha512-hbfCnBxwhYQMKB+9tDcmfvckUtB8LdY1gPST6TZ7CzrWCSPddsnXxqxBZSBjBI6zXvE4FOV3kUzaUXM/Bq5sRw==", "requires": { "tslib": "^2.3.0" } diff --git a/package.json b/package.json index b562db9c..f5a50b33 100644 --- a/package.json +++ b/package.json @@ -26,7 +26,7 @@ "angular password strength meter" ], "dependencies": { - "@angular/animations": "^17.0.0", + "@angular/animations": "^17.3.5", "@angular/common": "^17.0.0", "@angular/compiler": "^17.0.0", "@angular/core": "^17.0.0",