diff --git a/edc-policy-playground/package-lock.json b/edc-policy-playground/package-lock.json index 60fda648..4fe7cda9 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.5", "@angular/material": "^18.0.6", "@angular/platform-browser": "^18.0.6", "@angular/platform-browser-dynamic": "^18.0.6", @@ -754,10 +754,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.5", + "resolved": "https://registry.npmjs.org/@angular/forms/-/forms-18.2.5.tgz", + "integrity": "sha512-ohKeH+EZCCIyGSiFYlraWLzssGAZc13P92cuYpXB62322PkcA5u0IT72mML9JWGKRqF2zteVsw4koWHVxXM5mA==", "dependencies": { "tslib": "^2.3.0" }, @@ -765,9 +764,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.5", + "@angular/core": "18.2.5", + "@angular/platform-browser": "18.2.5", "rxjs": "^6.5.3 || ^7.4.0" } }, diff --git a/edc-policy-playground/package.json b/edc-policy-playground/package.json index ce4cf13b..388b3d3b 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.5", "@angular/platform-browser": "^18.0.6", "@angular/platform-browser-dynamic": "^18.0.6", "@angular/router": "^18.0.6",