From e475007b4d9deaf721079968bf9050e7fcaf8242 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Oct 2024 03:54:31 +0000 Subject: [PATCH] build(deps): bump @angular/animations from 13.3.9 to 13.4.0 Bumps [@angular/animations](https://github.com/angular/angular/tree/HEAD/packages/animations) from 13.3.9 to 13.4.0. - [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/13.4.0/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 d28a7a78..1deadb5f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -8,7 +8,7 @@ "name": "frontend", "version": "0.0.0", "dependencies": { - "@angular/animations": "^13.3.9", + "@angular/animations": "^13.4.0", "@angular/cdk": "^13.3.7", "@angular/common": "^13.3.9", "@angular/compiler": "^13.3.9", @@ -296,9 +296,9 @@ } }, "node_modules/@angular/animations": { - "version": "13.3.9", - "resolved": "https://registry.npmjs.org/@angular/animations/-/animations-13.3.9.tgz", - "integrity": "sha512-PIspkNm1r7Uq1F3/c24mTQjCbKvl84Iy5kRmKOtjxp9uBGg1Dy+akw29hJt2FAqKa5yKFustBFCgWKypqgSoUQ==", + "version": "13.4.0", + "resolved": "https://registry.npmjs.org/@angular/animations/-/animations-13.4.0.tgz", + "integrity": "sha512-PkEmDd5zpbz/7fudxyb6qL9sBMTPlzpSIh85AapGhjgRSUSRSGuJLj49R35fQ/44c4K5bHMPEsGZjMR0oDsGdg==", "dependencies": { "tslib": "^2.3.0" }, @@ -306,7 +306,7 @@ "node": "^12.20.0 || ^14.15.0 || >=16.10.0" }, "peerDependencies": { - "@angular/core": "13.3.9" + "@angular/core": "13.4.0" } }, "node_modules/@angular/cdk": { @@ -15340,9 +15340,9 @@ } }, "@angular/animations": { - "version": "13.3.9", - "resolved": "https://registry.npmjs.org/@angular/animations/-/animations-13.3.9.tgz", - "integrity": "sha512-PIspkNm1r7Uq1F3/c24mTQjCbKvl84Iy5kRmKOtjxp9uBGg1Dy+akw29hJt2FAqKa5yKFustBFCgWKypqgSoUQ==", + "version": "13.4.0", + "resolved": "https://registry.npmjs.org/@angular/animations/-/animations-13.4.0.tgz", + "integrity": "sha512-PkEmDd5zpbz/7fudxyb6qL9sBMTPlzpSIh85AapGhjgRSUSRSGuJLj49R35fQ/44c4K5bHMPEsGZjMR0oDsGdg==", "requires": { "tslib": "^2.3.0" } diff --git a/package.json b/package.json index b8691f2a..ede1a23d 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ }, "private": true, "dependencies": { - "@angular/animations": "^13.3.9", + "@angular/animations": "^13.4.0", "@angular/cdk": "^13.3.7", "@angular/common": "^13.3.9", "@angular/compiler": "^13.3.9",