From 4bfefd7484a97b6d20996bf48b3c8b30b548e102 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Oct 2023 22:54:48 +0000 Subject: [PATCH] chore(deps): bump @angular/platform-browser-dynamic Bumps [@angular/platform-browser-dynamic](https://github.com/angular/angular/tree/HEAD/packages/platform-browser-dynamic) from 16.2.7 to 16.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/16.2.8/packages/platform-browser-dynamic) --- updated-dependencies: - dependency-name: "@angular/platform-browser-dynamic" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- edc-policy-playground/package-lock.json | 16 ++++++++-------- edc-policy-playground/package.json | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/edc-policy-playground/package-lock.json b/edc-policy-playground/package-lock.json index e383664f..d29a33dd 100644 --- a/edc-policy-playground/package-lock.json +++ b/edc-policy-playground/package-lock.json @@ -15,7 +15,7 @@ "@angular/forms": "^16.2.7", "@angular/material": "^16.2.6", "@angular/platform-browser": "^16.2.7", - "@angular/platform-browser-dynamic": "^16.2.7", + "@angular/platform-browser-dynamic": "^16.2.8", "@angular/router": "^16.2.7", "@codemirror/lang-json": "^6.0.1", "@codemirror/state": "^6.2.1", @@ -659,9 +659,9 @@ } }, "node_modules/@angular/platform-browser-dynamic": { - "version": "16.2.7", - "resolved": "https://registry.npmjs.org/@angular/platform-browser-dynamic/-/platform-browser-dynamic-16.2.7.tgz", - "integrity": "sha512-raeuYEQfByHByLnA5YRR7fYD/5u6hMjONH77p08IjmtdmLb0XYP18l/C4YqsIOQG6kZLNCVWknEHZu3kuvAwtQ==", + "version": "16.2.8", + "resolved": "https://registry.npmjs.org/@angular/platform-browser-dynamic/-/platform-browser-dynamic-16.2.8.tgz", + "integrity": "sha512-METr1TuMP2fHOXN0wVlW4CpQEIvy5fLSsPprDPuL+C0KeaCLuTST9Ek+yL7IVGu+VIpFZuqMC376z8n6ENo97g==", "dependencies": { "tslib": "^2.3.0" }, @@ -669,10 +669,10 @@ "node": "^16.14.0 || >=18.10.0" }, "peerDependencies": { - "@angular/common": "16.2.7", - "@angular/compiler": "16.2.7", - "@angular/core": "16.2.7", - "@angular/platform-browser": "16.2.7" + "@angular/common": "16.2.8", + "@angular/compiler": "16.2.8", + "@angular/core": "16.2.8", + "@angular/platform-browser": "16.2.8" } }, "node_modules/@angular/router": { diff --git a/edc-policy-playground/package.json b/edc-policy-playground/package.json index d4884e34..ed4f4927 100644 --- a/edc-policy-playground/package.json +++ b/edc-policy-playground/package.json @@ -17,7 +17,7 @@ "@angular/core": "^16.2.7", "@angular/forms": "^16.2.7", "@angular/platform-browser": "^16.2.7", - "@angular/platform-browser-dynamic": "^16.2.7", + "@angular/platform-browser-dynamic": "^16.2.8", "@angular/router": "^16.2.7", "@angular/compiler": "^16.2.7", "@angular/material": "^16.2.6",