From 24e7dd40398833de32ae5b7068c4cf4663dbcaa5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Oct 2024 22:09:37 +0000 Subject: [PATCH] chore(deps): bump @angular/platform-browser in /edc-policy-playground Bumps [@angular/platform-browser](https://github.com/angular/angular/tree/HEAD/packages/platform-browser) from 18.0.6 to 18.2.7. - [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.7/packages/platform-browser) --- updated-dependencies: - dependency-name: "@angular/platform-browser" dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- edc-policy-playground/package-lock.json | 24 +++++++++++------------- edc-policy-playground/package.json | 2 +- 2 files changed, 12 insertions(+), 14 deletions(-) diff --git a/edc-policy-playground/package-lock.json b/edc-policy-playground/package-lock.json index 9ff5e1d0..1e59b280 100644 --- a/edc-policy-playground/package-lock.json +++ b/edc-policy-playground/package-lock.json @@ -14,7 +14,7 @@ "@angular/core": "^18.0.6", "@angular/forms": "^18.0.6", "@angular/material": "^18.0.6", - "@angular/platform-browser": "^18.0.6", + "@angular/platform-browser": "^18.2.7", "@angular/platform-browser-dynamic": "^18.0.6", "@angular/router": "^18.0.6", "@codemirror/lang-json": "^6.0.1", @@ -471,10 +471,9 @@ } }, "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==", - "license": "MIT", + "version": "18.2.7", + "resolved": "https://registry.npmjs.org/@angular/animations/-/animations-18.2.7.tgz", + "integrity": "sha512-5B7qD1K+kKOf9lgJT4VNMft3IK2BnRHjN1S6l38ywzQ/nxpmCG7f+qKAAU6CpCywhNUBeXW0hVXTMuMNPVOcQQ==", "dependencies": { "tslib": "^2.3.0" }, @@ -482,7 +481,7 @@ "node": "^18.19.1 || ^20.11.1 || >=22.0.0" }, "peerDependencies": { - "@angular/core": "18.0.6" + "@angular/core": "18.2.7" } }, "node_modules/@angular/build": { @@ -836,10 +835,9 @@ } }, "node_modules/@angular/platform-browser": { - "version": "18.0.6", - "resolved": "https://registry.npmjs.org/@angular/platform-browser/-/platform-browser-18.0.6.tgz", - "integrity": "sha512-ihEni4hIIwOPaWIY+elF7UjWLEpNwYPCql9xhcSA3/SpB8zdaqwV/JgEPnBd5+exwcGr07TGcZ3hLfM7xR6N/w==", - "license": "MIT", + "version": "18.2.7", + "resolved": "https://registry.npmjs.org/@angular/platform-browser/-/platform-browser-18.2.7.tgz", + "integrity": "sha512-xgj2DH/isFrMZ73dJJm89NRnWBI3AHtugQrZbIapkKBdEt/C1o4SR2W2cV4mPb9o+ELnWurfrxFt9o/q2vnVLw==", "dependencies": { "tslib": "^2.3.0" }, @@ -847,9 +845,9 @@ "node": "^18.19.1 || ^20.11.1 || >=22.0.0" }, "peerDependencies": { - "@angular/animations": "18.0.6", - "@angular/common": "18.0.6", - "@angular/core": "18.0.6" + "@angular/animations": "18.2.7", + "@angular/common": "18.2.7", + "@angular/core": "18.2.7" }, "peerDependenciesMeta": { "@angular/animations": { diff --git a/edc-policy-playground/package.json b/edc-policy-playground/package.json index 45c309a6..d70686df 100644 --- a/edc-policy-playground/package.json +++ b/edc-policy-playground/package.json @@ -16,7 +16,7 @@ "@angular/common": "^18.0.6", "@angular/core": "^18.0.6", "@angular/forms": "^18.0.6", - "@angular/platform-browser": "^18.0.6", + "@angular/platform-browser": "^18.2.7", "@angular/platform-browser-dynamic": "^18.0.6", "@angular/router": "^18.0.6", "@angular/compiler": "^18.0.6",