From c0b93a0b1bfc66396b69f57336542f780263bb13 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Oct 2024 00:57:00 +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 18.2.8. - [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/18.2.8/packages/common) --- updated-dependencies: - dependency-name: "@angular/common" dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- edc-policy-playground/package-lock.json | 11 +++++------ edc-policy-playground/package.json | 2 +- 2 files changed, 6 insertions(+), 7 deletions(-) diff --git a/edc-policy-playground/package-lock.json b/edc-policy-playground/package-lock.json index 8cf6e1a4..7a852052 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": "^18.2.8", "@angular/compiler": "^18.0.6", "@angular/core": "^18.0.6", "@angular/forms": "^18.0.6", @@ -609,10 +609,9 @@ } }, "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==", - "license": "MIT", + "version": "18.2.8", + "resolved": "https://registry.npmjs.org/@angular/common/-/common-18.2.8.tgz", + "integrity": "sha512-TYsKtE5nVaIScWSLGSO34Skc+s3hB/BujSddnfQHoNFvPT/WR0dfmdlpVCTeLj+f50htFoMhW11tW99PbK+whQ==", "dependencies": { "tslib": "^2.3.0" }, @@ -620,7 +619,7 @@ "node": "^18.19.1 || ^20.11.1 || >=22.0.0" }, "peerDependencies": { - "@angular/core": "18.0.6", + "@angular/core": "18.2.8", "rxjs": "^6.5.3 || ^7.4.0" } }, diff --git a/edc-policy-playground/package.json b/edc-policy-playground/package.json index de2e9d65..01fb2c61 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": "^18.2.8", "@angular/core": "^18.0.6", "@angular/forms": "^18.0.6", "@angular/platform-browser": "^18.0.6",