From ecdd1830ca893d473d59aeb27d60c7edae5dbd93 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Oct 2024 22:30:33 +0000 Subject: [PATCH] chore(deps): bump @angular/forms in /edc-policy-playground Bumps [@angular/forms](https://github.com/angular/angular/tree/HEAD/packages/forms) 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/forms) --- updated-dependencies: - dependency-name: "@angular/forms" dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- edc-policy-playground/package-lock.json | 15 +++++++-------- edc-policy-playground/package.json | 2 +- 2 files changed, 8 insertions(+), 9 deletions(-) diff --git a/edc-policy-playground/package-lock.json b/edc-policy-playground/package-lock.json index 9ff5e1d0..e3b57d64 100644 --- a/edc-policy-playground/package-lock.json +++ b/edc-policy-playground/package-lock.json @@ -12,7 +12,7 @@ "@angular/common": "^18.0.6", "@angular/compiler": "^18.0.6", "@angular/core": "^18.0.6", - "@angular/forms": "^18.0.6", + "@angular/forms": "^18.2.8", "@angular/material": "^18.0.6", "@angular/platform-browser": "^18.0.6", "@angular/platform-browser-dynamic": "^18.0.6", @@ -752,10 +752,9 @@ } }, "node_modules/@angular/forms": { - "version": "18.0.6", - "resolved": "https://registry.npmjs.org/@angular/forms/-/forms-18.0.6.tgz", - "integrity": "sha512-hwF/H5tVhMLC5qmGEaCCJI2yQ58o5rBY6dGTQhfWQn3+bntISQfZ+4mk1kT2iQeuiQCkI78KNhBV2bbLA9kGUw==", - "license": "MIT", + "version": "18.2.8", + "resolved": "https://registry.npmjs.org/@angular/forms/-/forms-18.2.8.tgz", + "integrity": "sha512-JCLki7KC6D5vF6dE6yGlBmW33khIgpHs8N9SzuiJtkQqNDTIQA8cPsGV6qpLpxflxASynQOX5lDkWYdQyfm77Q==", "dependencies": { "tslib": "^2.3.0" }, @@ -763,9 +762,9 @@ "node": "^18.19.1 || ^20.11.1 || >=22.0.0" }, "peerDependencies": { - "@angular/common": "18.0.6", - "@angular/core": "18.0.6", - "@angular/platform-browser": "18.0.6", + "@angular/common": "18.2.8", + "@angular/core": "18.2.8", + "@angular/platform-browser": "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 45c309a6..2192a2ed 100644 --- a/edc-policy-playground/package.json +++ b/edc-policy-playground/package.json @@ -15,7 +15,7 @@ "@angular/animations": "^18.0.6", "@angular/common": "^18.0.6", "@angular/core": "^18.0.6", - "@angular/forms": "^18.0.6", + "@angular/forms": "^18.2.8", "@angular/platform-browser": "^18.0.6", "@angular/platform-browser-dynamic": "^18.0.6", "@angular/router": "^18.0.6",