From 344e653761c46f71901e0af6b5b9b760beb15b73 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Jun 2025 23:11:18 +0000 Subject: [PATCH] chore(deps): bump @angular/common in /edc-policy-playground Bumps [@angular/common](https://github.com/angular/angular/tree/HEAD/packages/common) 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/common) --- updated-dependencies: - dependency-name: "@angular/common" 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 | 12 ++++++------ edc-policy-playground/package.json | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/edc-policy-playground/package-lock.json b/edc-policy-playground/package-lock.json index 9ff5e1d0..7a91e222 100644 --- a/edc-policy-playground/package-lock.json +++ b/edc-policy-playground/package-lock.json @@ -9,7 +9,7 @@ "version": "0.0.1", "dependencies": { "@angular/animations": "^18.0.6", - "@angular/common": "^18.0.6", + "@angular/common": "^20.0.2", "@angular/compiler": "^18.0.6", "@angular/core": "^18.0.6", "@angular/forms": "^18.0.6", @@ -607,18 +607,18 @@ } }, "node_modules/@angular/common": { - "version": "18.0.6", - "resolved": "https://registry.npmjs.org/@angular/common/-/common-18.0.6.tgz", - "integrity": "sha512-ARwNte/POelohW6DaNJQ56rZbEJMCvGSdhvaJNpJ0UlFxvKmK+6QmAcgLb5WwNoCqQcjtjUKavekhfNlpg5NBg==", + "version": "20.0.2", + "resolved": "https://registry.npmjs.org/@angular/common/-/common-20.0.2.tgz", + "integrity": "sha512-dqzKFL2MgPpQiaY9ZyDhGZYWEXblsqofW6czH/+HkmlNgSmDCBaY/UhNQShxNQ0KQbR1o08OWuQr29zxkY1CMA==", "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/core": "20.0.2", "rxjs": "^6.5.3 || ^7.4.0" } }, diff --git a/edc-policy-playground/package.json b/edc-policy-playground/package.json index 45c309a6..e3d197d3 100644 --- a/edc-policy-playground/package.json +++ b/edc-policy-playground/package.json @@ -13,7 +13,7 @@ "private": true, "dependencies": { "@angular/animations": "^18.0.6", - "@angular/common": "^18.0.6", + "@angular/common": "^20.0.2", "@angular/core": "^18.0.6", "@angular/forms": "^18.0.6", "@angular/platform-browser": "^18.0.6",