From 87c1eb6efd303641b91202ade281f6152d427c0a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Mar 2026 22:04:34 +0000 Subject: [PATCH] chore(deps): bump @codemirror/state in /edc-policy-playground Bumps [@codemirror/state](https://github.com/codemirror/state) from 6.4.1 to 6.6.0. - [Changelog](https://github.com/codemirror/state/blob/main/CHANGELOG.md) - [Commits](https://github.com/codemirror/state/compare/6.4.1...6.6.0) --- updated-dependencies: - dependency-name: "@codemirror/state" dependency-version: 6.6.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- edc-policy-playground/package-lock.json | 19 ++++++++++++++----- edc-policy-playground/package.json | 2 +- 2 files changed, 15 insertions(+), 6 deletions(-) diff --git a/edc-policy-playground/package-lock.json b/edc-policy-playground/package-lock.json index 35737ac5..5c1d2966 100644 --- a/edc-policy-playground/package-lock.json +++ b/edc-policy-playground/package-lock.json @@ -18,7 +18,7 @@ "@angular/platform-browser-dynamic": "^18.0.6", "@angular/router": "^18.0.6", "@codemirror/lang-json": "^6.0.1", - "@codemirror/state": "^6.4.0", + "@codemirror/state": "^6.6.0", "codemirror": "^6.0.1", "rxjs": "~7.8.0", "tslib": "^2.6.3", @@ -2978,10 +2978,13 @@ } }, "node_modules/@codemirror/state": { - "version": "6.4.1", - "resolved": "https://registry.npmjs.org/@codemirror/state/-/state-6.4.1.tgz", - "integrity": "sha512-QkEyUiLhsJoZkbumGZlswmAhA7CBU02Wrz7zvH4SrcifbsqwlXShVXg65f3v/ts57W3dqyamEriMhij1Z3Zz4A==", - "license": "MIT" + "version": "6.6.0", + "resolved": "https://registry.npmjs.org/@codemirror/state/-/state-6.6.0.tgz", + "integrity": "sha512-4nbvra5R5EtiCzr9BTHiTLc+MLXK2QGiAVYMyi8PkQd3SR+6ixar/Q/01Fa21TBIDOZXgeWV4WppsQolSreAPQ==", + "license": "MIT", + "dependencies": { + "@marijn/find-cluster-break": "^1.0.0" + } }, "node_modules/@codemirror/view": { "version": "6.28.4", @@ -4000,6 +4003,12 @@ "win32" ] }, + "node_modules/@marijn/find-cluster-break": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/@marijn/find-cluster-break/-/find-cluster-break-1.0.2.tgz", + "integrity": "sha512-l0h88YhZFyKdXIFNfSWpyjStDjGHwZ/U7iobcK1cQQD8sejsONdQtTVU+1wVN1PBw40PiiHB1vA5S7VTfQiP9g==", + "license": "MIT" + }, "node_modules/@material/animation": { "version": "15.0.0-canary.7f224ddd4.0", "resolved": "https://registry.npmjs.org/@material/animation/-/animation-15.0.0-canary.7f224ddd4.0.tgz", diff --git a/edc-policy-playground/package.json b/edc-policy-playground/package.json index 45c309a6..fccc9631 100644 --- a/edc-policy-playground/package.json +++ b/edc-policy-playground/package.json @@ -22,7 +22,7 @@ "@angular/compiler": "^18.0.6", "@angular/material": "^18.0.6", "@codemirror/lang-json": "^6.0.1", - "@codemirror/state": "^6.4.0", + "@codemirror/state": "^6.6.0", "codemirror": "^6.0.1", "rxjs": "~7.8.0", "tslib": "^2.6.3",