From 6fb94d4310e0de95ff1cf0f7eb11c029d0b83f3f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Oct 2023 22:53:16 +0000 Subject: [PATCH] chore(deps): bump @angular/material in /edc-policy-playground Bumps [@angular/material](https://github.com/angular/components) from 16.2.6 to 16.2.7. - [Release notes](https://github.com/angular/components/releases) - [Changelog](https://github.com/angular/components/blob/main/CHANGELOG.md) - [Commits](https://github.com/angular/components/compare/16.2.6...16.2.7) --- updated-dependencies: - dependency-name: "@angular/material" 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..96de7c6b 100644 --- a/edc-policy-playground/package-lock.json +++ b/edc-policy-playground/package-lock.json @@ -13,7 +13,7 @@ "@angular/compiler": "^16.2.7", "@angular/core": "^16.2.7", "@angular/forms": "^16.2.7", - "@angular/material": "^16.2.6", + "@angular/material": "^16.2.7", "@angular/platform-browser": "^16.2.7", "@angular/platform-browser-dynamic": "^16.2.7", "@angular/router": "^16.2.7", @@ -390,9 +390,9 @@ } }, "node_modules/@angular/cdk": { - "version": "16.2.6", - "resolved": "https://registry.npmjs.org/@angular/cdk/-/cdk-16.2.6.tgz", - "integrity": "sha512-vSaPs69xutbxc6IbZz4I5fMzZhlypsMg5JKKNAufmyYNNHQYgSQytpUd1/RxHhPF/JoEvj/J8QjauRriZFN+SA==", + "version": "16.2.7", + "resolved": "https://registry.npmjs.org/@angular/cdk/-/cdk-16.2.7.tgz", + "integrity": "sha512-LLbCu0pHHsZWGjSpQW0qRoKYRCm09TuFH2vzsViyaQF7umDKlk52QcDFB/nMioyiWPgqXkyHyGMFG1vFBNSIeg==", "peer": true, "dependencies": { "tslib": "^2.3.0" @@ -574,9 +574,9 @@ } }, "node_modules/@angular/material": { - "version": "16.2.6", - "resolved": "https://registry.npmjs.org/@angular/material/-/material-16.2.6.tgz", - "integrity": "sha512-JFP12dLrsKwrQ4zZtSRJarYosnxikxLD2M9hfUtHVxgTJr7rdSQ8eE7G2l2zPALSUt+d44MWgQ79xu6inuvEOw==", + "version": "16.2.7", + "resolved": "https://registry.npmjs.org/@angular/material/-/material-16.2.7.tgz", + "integrity": "sha512-f5J/YdbrgaoeRhqDVNhauY/nHMSbF4zTph5gYtkGu49MQHpf6vAxfW9m8E2Rs/RPmhb44e3671Z8nONbvP6yGg==", "dependencies": { "@material/animation": "15.0.0-canary.bc9ae6c9c.0", "@material/auto-init": "15.0.0-canary.bc9ae6c9c.0", @@ -629,7 +629,7 @@ }, "peerDependencies": { "@angular/animations": "^16.0.0 || ^17.0.0", - "@angular/cdk": "16.2.6", + "@angular/cdk": "16.2.7", "@angular/common": "^16.0.0 || ^17.0.0", "@angular/core": "^16.0.0 || ^17.0.0", "@angular/forms": "^16.0.0 || ^17.0.0", diff --git a/edc-policy-playground/package.json b/edc-policy-playground/package.json index d4884e34..eecdba88 100644 --- a/edc-policy-playground/package.json +++ b/edc-policy-playground/package.json @@ -20,7 +20,7 @@ "@angular/platform-browser-dynamic": "^16.2.7", "@angular/router": "^16.2.7", "@angular/compiler": "^16.2.7", - "@angular/material": "^16.2.6", + "@angular/material": "^16.2.7", "@codemirror/lang-json": "^6.0.1", "@codemirror/state": "^6.2.1", "codemirror": "^6.0.1",