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",