From aaa299ea17dfaf0c02d435ddaab2bd4cc948653a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Jun 2025 23:08:15 +0000 Subject: [PATCH] chore(deps): bump @angular/animations in /edc-policy-playground Bumps [@angular/animations](https://github.com/angular/angular/tree/HEAD/packages/animations) from 18.0.6 to 20.0.2. - [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/20.0.2/packages/animations) --- updated-dependencies: - dependency-name: "@angular/animations" dependency-version: 20.0.2 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- edc-policy-playground/package-lock.json | 13 +++++++------ edc-policy-playground/package.json | 2 +- 2 files changed, 8 insertions(+), 7 deletions(-) diff --git a/edc-policy-playground/package-lock.json b/edc-policy-playground/package-lock.json index 9ff5e1d0..af78a6ca 100644 --- a/edc-policy-playground/package-lock.json +++ b/edc-policy-playground/package-lock.json @@ -8,7 +8,7 @@ "name": "edc-policy-playground", "version": "0.0.1", "dependencies": { - "@angular/animations": "^18.0.6", + "@angular/animations": "^20.0.2", "@angular/common": "^18.0.6", "@angular/compiler": "^18.0.6", "@angular/core": "^18.0.6", @@ -471,18 +471,19 @@ } }, "node_modules/@angular/animations": { - "version": "18.0.6", - "resolved": "https://registry.npmjs.org/@angular/animations/-/animations-18.0.6.tgz", - "integrity": "sha512-43FOKRB0+ElHWNt6AGFoBKtYf8YqIc5mUP8jS4R7ff+M5c9KrDbRp1M+lzL3uARcncwfQjttyedKTz4IHRzi0g==", + "version": "20.0.2", + "resolved": "https://registry.npmjs.org/@angular/animations/-/animations-20.0.2.tgz", + "integrity": "sha512-p9TqZdVOFWMF75lfxk++5GZOBGO3K7qVdAXiQw89VLac8yqsu9iXFlcq34x256McHxONTjrrKBeP5oU1T8rxCw==", "license": "MIT", "dependencies": { "tslib": "^2.3.0" }, "engines": { - "node": "^18.19.1 || ^20.11.1 || >=22.0.0" + "node": "^20.19.0 || ^22.12.0 || >=24.0.0" }, "peerDependencies": { - "@angular/core": "18.0.6" + "@angular/common": "20.0.2", + "@angular/core": "20.0.2" } }, "node_modules/@angular/build": { diff --git a/edc-policy-playground/package.json b/edc-policy-playground/package.json index 45c309a6..a7b7e576 100644 --- a/edc-policy-playground/package.json +++ b/edc-policy-playground/package.json @@ -12,7 +12,7 @@ }, "private": true, "dependencies": { - "@angular/animations": "^18.0.6", + "@angular/animations": "^20.0.2", "@angular/common": "^18.0.6", "@angular/core": "^18.0.6", "@angular/forms": "^18.0.6",