From f8a2cb1b5c02c2ceaeffee1ceae3fe5d2a3fde2f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Nov 2024 22:24:36 +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.11. - [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.11/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..4b1c2bd2 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.11", "@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.11", + "resolved": "https://registry.npmjs.org/@angular/forms/-/forms-18.2.11.tgz", + "integrity": "sha512-QjxayOxDTqsTJGBzfWd3nms1LZIXj2f1+wIPxxUNXyNS5ZaM7hBWkz2BTFYeewlD/HdNj0alNVCYK3M8ElLWYw==", "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.11", + "@angular/core": "18.2.11", + "@angular/platform-browser": "18.2.11", "rxjs": "^6.5.3 || ^7.4.0" } }, diff --git a/edc-policy-playground/package.json b/edc-policy-playground/package.json index 45c309a6..b40cbcf3 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.11", "@angular/platform-browser": "^18.0.6", "@angular/platform-browser-dynamic": "^18.0.6", "@angular/router": "^18.0.6",