From f4dcdd67ca9f9b962bef2989f16eeef196037f09 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 10 Apr 2024 20:01:02 +0200 Subject: [PATCH] Bump @angular/animations from 17.1.1 to 17.3.3 in /frontend (#286) Bumps [@angular/animations](https://github.com/angular/angular/tree/HEAD/packages/animations) from 17.1.1 to 17.3.3. - [Release notes](https://github.com/angular/angular/releases) - [Changelog](https://github.com/angular/angular/blob/17.3.3/CHANGELOG.md) - [Commits](https://github.com/angular/angular/commits/17.3.3/packages/animations) --- updated-dependencies: - dependency-name: "@angular/animations" dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- frontend/package-lock.json | 10 +++++----- frontend/package.json | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/frontend/package-lock.json b/frontend/package-lock.json index d0849df..6922fc0 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -8,7 +8,7 @@ "name": "frontend", "version": "1.4.6-SNAPSHOT", "dependencies": { - "@angular/animations": "^17.1.1", + "@angular/animations": "^17.3.3", "@angular/cdk": "^16.2.7", "@angular/common": "^17.1.1", "@angular/compiler": "^17.1.1", @@ -479,9 +479,9 @@ } }, "node_modules/@angular/animations": { - "version": "17.1.1", - "resolved": "https://registry.npmjs.org/@angular/animations/-/animations-17.1.1.tgz", - "integrity": "sha512-85qm8b4fNKa5zx4YlvCvAb3lWGlRsEcClnpCuwSVP8pXG7n/cW8MsJOh8i/wOkQTr9Ac7vvAE+yFWMi2A/qlTg==", + "version": "17.3.3", + "resolved": "https://registry.npmjs.org/@angular/animations/-/animations-17.3.3.tgz", + "integrity": "sha512-poLW3FHe5wkxmTIsQ3em2vq4obgQHyZJz6biF+4hCqQSNMbMBS0e5ZycAiJLkUD/WLc88lQZ20muRO7qjVuMLA==", "dependencies": { "tslib": "^2.3.0" }, @@ -489,7 +489,7 @@ "node": "^18.13.0 || >=20.9.0" }, "peerDependencies": { - "@angular/core": "17.1.1" + "@angular/core": "17.3.3" } }, "node_modules/@angular/cdk": { diff --git a/frontend/package.json b/frontend/package.json index 8366ed5..f9e9343 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -10,7 +10,7 @@ }, "private": true, "dependencies": { - "@angular/animations": "^17.1.1", + "@angular/animations": "^17.3.3", "@angular/cdk": "^16.2.7", "@angular/common": "^17.1.1", "@angular/compiler": "^17.1.1",