From 55a55326109edc5e170a7a24b0ee883a16cc8727 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Mar 2024 02:01:45 +0000 Subject: [PATCH] Bump @angular/animations in /src/Frontend/camFrontend Bumps [@angular/animations](https://github.com/angular/angular/tree/HEAD/packages/animations) from 6.0.5 to 17.3.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/17.3.0/packages/animations) --- updated-dependencies: - dependency-name: "@angular/animations" dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- src/Frontend/camFrontend/package-lock.json | 15 +++++++++++---- src/Frontend/camFrontend/package.json | 2 +- 2 files changed, 12 insertions(+), 5 deletions(-) diff --git a/src/Frontend/camFrontend/package-lock.json b/src/Frontend/camFrontend/package-lock.json index 7fd9cae..81f0d9e 100644 --- a/src/Frontend/camFrontend/package-lock.json +++ b/src/Frontend/camFrontend/package-lock.json @@ -353,11 +353,18 @@ } }, "@angular/animations": { - "version": "6.0.5", - "resolved": "https://registry.npmjs.org/@angular/animations/-/animations-6.0.5.tgz", - "integrity": "sha512-zW/qX3CvsuRDOcTNFFSf7uXktvq1jRrfKR8LdGQ/DER1GU3o8pR3z3H8gHy8lAFc3PESfETtzXinKUNzvTDfpA==", + "version": "17.3.0", + "resolved": "https://registry.npmjs.org/@angular/animations/-/animations-17.3.0.tgz", + "integrity": "sha512-H7R3c2E479CPpaX6bU84F8u4JV+IFEfM8BUOgrbcI9tF16m6C2eJbl8IqNuW0yADuTarRSlOT7TW0qyrmcxhRw==", "requires": { - "tslib": "^1.9.0" + "tslib": "^2.3.0" + }, + "dependencies": { + "tslib": { + "version": "2.6.2", + "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.6.2.tgz", + "integrity": "sha512-AEYxH93jGFPn/a2iVAwW87VuUIkR1FVUKB77NwMF7nBTDkDrrT/Hpt/IrCJ0QXhW27jTBDcf5ZY7w6RiqTMw2Q==" + } } }, "@angular/cdk": { diff --git a/src/Frontend/camFrontend/package.json b/src/Frontend/camFrontend/package.json index 8d9b609..cb448c0 100644 --- a/src/Frontend/camFrontend/package.json +++ b/src/Frontend/camFrontend/package.json @@ -11,7 +11,7 @@ }, "private": true, "dependencies": { - "@angular/animations": "^6.0.3", + "@angular/animations": "^17.3.0", "@angular/cdk": "6.2.1", "@angular/common": "^6.0.3", "@angular/compiler": "^6.0.3",