From 277f812580d496a9bf64306f591d0a18554c30e4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Nov 2024 22:35:41 +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 19.0.0. - [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/19.0.0/packages/forms) --- updated-dependencies: - dependency-name: "@angular/forms" dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- edc-policy-playground/package-lock.json | 14 +++++++------- edc-policy-playground/package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/edc-policy-playground/package-lock.json b/edc-policy-playground/package-lock.json index 9ff5e1d0..1a739798 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": "^19.0.0", "@angular/material": "^18.0.6", "@angular/platform-browser": "^18.0.6", "@angular/platform-browser-dynamic": "^18.0.6", @@ -752,9 +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==", + "version": "19.0.0", + "resolved": "https://registry.npmjs.org/@angular/forms/-/forms-19.0.0.tgz", + "integrity": "sha512-gM4bUdlIJ0uRYNwoVMbXiZt4+bZzPXzyQ7ByNIOVKEAI0PN9Jz1dR1pSeQgIoUvKQbhwsVKVUoa7Tn1hoqwvTg==", "license": "MIT", "dependencies": { "tslib": "^2.3.0" @@ -763,9 +763,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": "19.0.0", + "@angular/core": "19.0.0", + "@angular/platform-browser": "19.0.0", "rxjs": "^6.5.3 || ^7.4.0" } }, diff --git a/edc-policy-playground/package.json b/edc-policy-playground/package.json index 45c309a6..fc13b69e 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": "^19.0.0", "@angular/platform-browser": "^18.0.6", "@angular/platform-browser-dynamic": "^18.0.6", "@angular/router": "^18.0.6",