diff --git a/.github/workflows/update_galata_references.yaml b/.github/workflows/update_galata_references.yaml index 1dd0cbb54..fd0702a67 100644 --- a/.github/workflows/update_galata_references.yaml +++ b/.github/workflows/update_galata_references.yaml @@ -86,7 +86,7 @@ jobs: PLAYWRIGHT_SKIP_BROWSER_DOWNLOAD: 1 run: | jlpm install - jlpm playwright install + jlpm playwright install chromium --only-shell - uses: jupyterlab/maintainer-tools/.github/actions/update-snapshots@95d85449e4f3f352e261221f6529f8ed307f5728 with: diff --git a/.github/workflows/update_lite_galata_references.yaml b/.github/workflows/update_lite_galata_references.yaml index 12a2ff1a3..a1a44e518 100644 --- a/.github/workflows/update_lite_galata_references.yaml +++ b/.github/workflows/update_lite_galata_references.yaml @@ -42,7 +42,7 @@ jobs: run: | pip install jupyterlab jlpm install - jlpm playwright install + jlpm playwright install chromium - uses: jupyterlab/maintainer-tools/.github/actions/update-snapshots@95d85449e4f3f352e261221f6529f8ed307f5728 with: diff --git a/docs/environment.yml b/docs/environment.yml index e87a928df..bf12f24f9 100644 --- a/docs/environment.yml +++ b/docs/environment.yml @@ -14,7 +14,7 @@ dependencies: - pydantic>=2,<3 - sidecar - pip: - - yjs-widgets>=0.4,<0.5 + - yjs-widgets>=0.4,<0.6 - my-jupyter-shared-drive>=0.2.2 - ../python/jupytergis_lab - ../python/jupytergis_core diff --git a/lite/environment.yml b/lite/environment.yml index 0639d5ac9..53aee5d2e 100644 --- a/lite/environment.yml +++ b/lite/environment.yml @@ -14,7 +14,7 @@ dependencies: - pydantic>=2,<3 - sidecar - pip: - - yjs-widgets>=0.4,<0.5 + - yjs-widgets>=0.4,<0.6 - my-jupyter-shared-drive>=0.2.2 - ../jupytergis_lab-0.0.1-py3-none-any.whl - ../jupytergis_core-0.0.1-py3-none-any.whl diff --git a/package.json b/package.json index ba77b1e2c..543413b14 100644 --- a/package.json +++ b/package.json @@ -53,11 +53,11 @@ }, "packageManager": "yarn@3.5.0", "resolutions": { - "@jupyterlab/apputils": "^4.0.0", + "@jupyterlab/apputils": "^4.6", "@lumino/coreutils": "^2.0.0", - "@jupyterlab/notebook": "^4.0.0", - "@jupyterlab/rendermime": "^4.0.0", - "@jupyterlab/services": " ^7.0.0", + "@jupyterlab/notebook": "^4.6", + "@jupyterlab/rendermime": "^4.6", + "@jupyterlab/services": " ^7.6", "webpack": ">=5.76.3 <5.107.0" }, "devDependencies": { diff --git a/packages/base/package.json b/packages/base/package.json index e5f21dc74..90acab78e 100644 --- a/packages/base/package.json +++ b/packages/base/package.json @@ -45,22 +45,22 @@ "@fortawesome/react-fontawesome": ">=0.2.6 <3.0.0", "@jupyter/collaboration": "^4", "@jupyter/react-components": "^0.16.6", - "@jupyter/ydoc": "^2.0.0 || ^3.0.0", + "@jupyter/ydoc": "^2.0.0 || ^3.0.0 || ^4.0.0", "@jupytergis/schema": "^0.16.0-alpha.1", - "@jupyterlab/application": "^4.3.0", - "@jupyterlab/apputils": "^4.3.0", - "@jupyterlab/completer": "^4.3.0", - "@jupyterlab/console": "^4.3.0", - "@jupyterlab/coreutils": "^6.3.0", - "@jupyterlab/docregistry": "^4.3.0", - "@jupyterlab/filebrowser": "^4.3.0", - "@jupyterlab/launcher": "^4.3.0", - "@jupyterlab/logconsole": "^4.3.0", - "@jupyterlab/observables": "^5.3.0", - "@jupyterlab/rendermime": "^4.3.0", - "@jupyterlab/services": "^7.3.0", - "@jupyterlab/translation": "^4.3.0", - "@jupyterlab/ui-components": "^4.3.1", + "@jupyterlab/application": "^4.6", + "@jupyterlab/apputils": "^4.6", + "@jupyterlab/completer": "^4.6", + "@jupyterlab/console": "^4.6", + "@jupyterlab/coreutils": "^6.6", + "@jupyterlab/docregistry": "^4.6", + "@jupyterlab/filebrowser": "^4.6", + "@jupyterlab/launcher": "^4.6", + "@jupyterlab/logconsole": "^4.6", + "@jupyterlab/observables": "^5.6", + "@jupyterlab/rendermime": "^4.6", + "@jupyterlab/services": "^7.6", + "@jupyterlab/translation": "^4.6", + "@jupyterlab/ui-components": "^4.6", "@lumino/commands": "^2.0.0", "@lumino/coreutils": "^2.0.0", "@lumino/messaging": "^2.0.0", diff --git a/packages/schema/package.json b/packages/schema/package.json index 940844f57..995e7d470 100644 --- a/packages/schema/package.json +++ b/packages/schema/package.json @@ -43,12 +43,12 @@ "packageManager": "yarn@3.5.0", "dependencies": { "@apidevtools/json-schema-ref-parser": "^9.0.9", - "@jupyter/ydoc": "^2.0.0 || ^3.0.0", - "@jupyterlab/apputils": "^4.3.0", - "@jupyterlab/coreutils": "^6.3.0", - "@jupyterlab/docregistry": "^4.3.0", - "@jupyterlab/services": "^7.3.0", - "@jupyterlab/ui-components": "^4.3.0", + "@jupyter/ydoc": "^2.0.0 || ^3.0.0 || ^4.0.0", + "@jupyterlab/apputils": "^4.6", + "@jupyterlab/coreutils": "^6.6", + "@jupyterlab/docregistry": "^4.6", + "@jupyterlab/services": "^7.6", + "@jupyterlab/ui-components": "^4.6", "@lumino/coreutils": "^2.0.0", "@lumino/signaling": "^2.0.0", "ajv": "8.16.0", diff --git a/python/jupytergis_core/package.json b/python/jupytergis_core/package.json index 10e766022..8fe0b762c 100644 --- a/python/jupytergis_core/package.json +++ b/python/jupytergis_core/package.json @@ -54,24 +54,24 @@ "watch:labextension": "jupyter labextension watch ." }, "dependencies": { - "@jupyter/collaborative-drive": "^4.1.2", + "@jupyter/collaborative-drive": "^4.1.2 || ^5.0.0-alpha.0", "@jupytergis/base": "^0.16.0-alpha.1", "@jupytergis/schema": "^0.16.0-alpha.1", - "@jupyterlab/application": "^4.3.0", - "@jupyterlab/apputils": "^4.3.0", - "@jupyterlab/docregistry": "^4.3.0", - "@jupyterlab/filebrowser": "^4.3.0", - "@jupyterlab/launcher": "^4.3.0", - "@jupyterlab/logconsole": "^4.3.0", - "@jupyterlab/mainmenu": "^4.3.0", - "@jupyterlab/services": "^7.3.0", - "@jupyterlab/translation": "^4.3.0", - "@jupyterlab/ui-components": "^4.3.0", + "@jupyterlab/application": "^4.6", + "@jupyterlab/apputils": "^4.6", + "@jupyterlab/docregistry": "^4.6", + "@jupyterlab/filebrowser": "^4.6", + "@jupyterlab/launcher": "^4.6", + "@jupyterlab/logconsole": "^4.6", + "@jupyterlab/mainmenu": "^4.6", + "@jupyterlab/services": "^7.6", + "@jupyterlab/translation": "^4.6", + "@jupyterlab/ui-components": "^4.6", "@lumino/commands": "^2.0.0", "util": "^0.12.5" }, "devDependencies": { - "@jupyterlab/builder": "^4.3.0", + "@jupyterlab/builder": "^4.5", "@types/json-schema": "^7.0.11", "@types/react": "^18.0.26", "@types/react-addons-linked-state-mixin": "^0.14.22", diff --git a/python/jupytergis_lab/package.json b/python/jupytergis_lab/package.json index bb2b4f4dc..039fc0cbe 100644 --- a/python/jupytergis_lab/package.json +++ b/python/jupytergis_lab/package.json @@ -52,27 +52,27 @@ "watch:labextension": "jupyter labextension watch ." }, "dependencies": { - "@jupyter/collaborative-drive": "^4.1.2", + "@jupyter/collaborative-drive": "^4.1.2 || ^5.0.0-alpha.0", "@jupytergis/base": "^0.16.0-alpha.1", "@jupytergis/schema": "^0.16.0-alpha.1", - "@jupyterlab/application": "^4.3.0", - "@jupyterlab/apputils": "^4.3.0", - "@jupyterlab/completer": "^4.3.0", - "@jupyterlab/console": "^4.3.0", - "@jupyterlab/coreutils": "^6.3.0", - "@jupyterlab/mainmenu": "^4.3.0", - "@jupyterlab/notebook": "^4.3.0", - "@jupyterlab/services": "^7.3.0", - "@jupyterlab/statedb": "^4.3.0", - "@jupyterlab/translation": "^4.3.0", + "@jupyterlab/application": "^4.6", + "@jupyterlab/apputils": "^4.6", + "@jupyterlab/completer": "^4.6", + "@jupyterlab/console": "^4.6", + "@jupyterlab/coreutils": "^6.6", + "@jupyterlab/mainmenu": "^4.6", + "@jupyterlab/notebook": "^4.6", + "@jupyterlab/services": "^7.6", + "@jupyterlab/statedb": "^4.6", + "@jupyterlab/translation": "^4.6", "@lumino/commands": "^2.0.0", "@lumino/messaging": "^2.0.0", "@lumino/widgets": "^2.0.0", "react": "^18.0.1", - "yjs-widgets": "^0.5" + "yjs-widgets": "^0.5.2" }, "devDependencies": { - "@jupyterlab/builder": "^4.3.0", + "@jupyterlab/builder": "^4.5", "css-loader": "^6.7.1", "mkdirp": "^1.0.3", "npm-run-all": "^4.1.5", diff --git a/python/jupytergis_qgis/package.json b/python/jupytergis_qgis/package.json index ae5b24e03..74948856b 100644 --- a/python/jupytergis_qgis/package.json +++ b/python/jupytergis_qgis/package.json @@ -53,26 +53,26 @@ "watch:labextension": "jupyter labextension watch ." }, "dependencies": { - "@jupyter/collaborative-drive": "^4.1.2", + "@jupyter/collaborative-drive": "^4.1.2 || ^5.0.0-alpha.0", "@jupytergis/base": "^0.16.0-alpha.1", "@jupytergis/jupytergis-core": "^0.16.0-alpha.1", "@jupytergis/schema": "^0.16.0-alpha.1", - "@jupyterlab/application": "^4.3.0", - "@jupyterlab/apputils": "^4.3.0", - "@jupyterlab/coreutils": "^6.3.0", - "@jupyterlab/docregistry": "^4.3.0", - "@jupyterlab/filebrowser": "^4.3.0", - "@jupyterlab/launcher": "^4.3.0", - "@jupyterlab/mainmenu": "^4.3.0", - "@jupyterlab/services": "^7.3.0", - "@jupyterlab/translation": "^4.3.0", - "@jupyterlab/ui-components": "^4.3.0", + "@jupyterlab/application": "^4.6", + "@jupyterlab/apputils": "^4.6", + "@jupyterlab/coreutils": "^6.6", + "@jupyterlab/docregistry": "^4.6", + "@jupyterlab/filebrowser": "^4.6", + "@jupyterlab/launcher": "^4.6", + "@jupyterlab/mainmenu": "^4.6", + "@jupyterlab/services": "^7.6", + "@jupyterlab/translation": "^4.6", + "@jupyterlab/ui-components": "^4.6", "@lumino/messaging": "^2.0.0", "@lumino/widgets": "^2.0.0", "react": "^18.0.1" }, "devDependencies": { - "@jupyterlab/builder": "^4.3.0", + "@jupyterlab/builder": "^4.5", "css-loader": "^6.7.1", "mkdirp": "^1.0.3", "npm-run-all": "^4.1.5", diff --git a/ui-tests/package.json b/ui-tests/package.json index 45d8c2586..7867f248e 100644 --- a/ui-tests/package.json +++ b/ui-tests/package.json @@ -15,14 +15,11 @@ "test:debug": "PWDEBUG=1 npx playwright test --workers 1" }, "devDependencies": { - "@jupyterlab/galata": "^5.5.1", - "@playwright/test": "^1.48.0", + "@jupyterlab/galata": "^5.6.0-rc.0", + "@playwright/test": "^1.57.0", "@types/klaw-sync": "^6.0.1" }, "dependencies": { "klaw-sync": "^6.0.0" - }, - "resolutions": { - "@jupyterlab/debugger": "4.2.5" } } diff --git a/ui-tests/tests/annotations.spec.ts b/ui-tests/tests/annotations.spec.ts index dbcf75d3f..f6db12b77 100644 --- a/ui-tests/tests/annotations.spec.ts +++ b/ui-tests/tests/annotations.spec.ts @@ -1,5 +1,4 @@ -import { galata, test } from '@jupyterlab/galata'; -import { expect } from '@playwright/test'; +import { expect, galata, test } from '@jupyterlab/galata'; import path from 'path'; test.describe('#annotations', () => { diff --git a/ui-tests/tests/filters.spec.ts b/ui-tests/tests/filters.spec.ts index 32b9396fc..b80462565 100644 --- a/ui-tests/tests/filters.spec.ts +++ b/ui-tests/tests/filters.spec.ts @@ -1,5 +1,4 @@ -import { galata, test } from '@jupyterlab/galata'; -import { expect } from '@playwright/test'; +import { expect, galata, test } from '@jupyterlab/galata'; import path from 'path'; test.describe('#filters', () => { diff --git a/ui-tests/tests/geojson-layers.spec.ts-snapshots/geoJSON-layer-chromium-linux.png b/ui-tests/tests/geojson-layers.spec.ts-snapshots/geoJSON-layer-chromium-linux.png index cd4e3252b..cefde402e 100644 Binary files a/ui-tests/tests/geojson-layers.spec.ts-snapshots/geoJSON-layer-chromium-linux.png and b/ui-tests/tests/geojson-layers.spec.ts-snapshots/geoJSON-layer-chromium-linux.png differ diff --git a/ui-tests/tests/graduated-lines.spec.ts b/ui-tests/tests/graduated-lines.spec.ts index 880965816..c34c19bfa 100644 --- a/ui-tests/tests/graduated-lines.spec.ts +++ b/ui-tests/tests/graduated-lines.spec.ts @@ -1,5 +1,4 @@ -import { galata, test } from '@jupyterlab/galata'; -import { expect } from '@playwright/test'; +import { expect, galata, test } from '@jupyterlab/galata'; import path from 'path'; const FILENAME = 'graduated-lines-test.jGIS'; diff --git a/ui-tests/tests/graduated-lines.spec.ts-snapshots/graduated-lines-reapply-chromium-linux.png b/ui-tests/tests/graduated-lines.spec.ts-snapshots/graduated-lines-reapply-chromium-linux.png index 2d7f59bd9..1c5545fd6 100644 Binary files a/ui-tests/tests/graduated-lines.spec.ts-snapshots/graduated-lines-reapply-chromium-linux.png and b/ui-tests/tests/graduated-lines.spec.ts-snapshots/graduated-lines-reapply-chromium-linux.png differ diff --git a/ui-tests/tests/graduated-lines.spec.ts-snapshots/graduated-lines-render-chromium-linux.png b/ui-tests/tests/graduated-lines.spec.ts-snapshots/graduated-lines-render-chromium-linux.png index 485572049..1c5545fd6 100644 Binary files a/ui-tests/tests/graduated-lines.spec.ts-snapshots/graduated-lines-render-chromium-linux.png and b/ui-tests/tests/graduated-lines.spec.ts-snapshots/graduated-lines-render-chromium-linux.png differ diff --git a/ui-tests/tests/mobile-panel.spec.ts b/ui-tests/tests/mobile-panel.spec.ts index 480afff51..109312c5a 100644 --- a/ui-tests/tests/mobile-panel.spec.ts +++ b/ui-tests/tests/mobile-panel.spec.ts @@ -1,5 +1,4 @@ -import { galata, test } from '@jupyterlab/galata'; -import { expect } from '@playwright/test'; +import { expect, galata, test } from '@jupyterlab/galata'; import path from 'path'; const FILENAME = 'panel-test.jGIS'; diff --git a/ui-tests/tests/notebook.spec.ts-snapshots/dark-Notebook-ipynb-cell-0-chromium-linux.png b/ui-tests/tests/notebook.spec.ts-snapshots/dark-Notebook-ipynb-cell-0-chromium-linux.png index 57c9fc985..549248167 100644 Binary files a/ui-tests/tests/notebook.spec.ts-snapshots/dark-Notebook-ipynb-cell-0-chromium-linux.png and b/ui-tests/tests/notebook.spec.ts-snapshots/dark-Notebook-ipynb-cell-0-chromium-linux.png differ diff --git a/ui-tests/tests/notebook.spec.ts-snapshots/dark-Notebook-ipynb-cell-1-chromium-linux.png b/ui-tests/tests/notebook.spec.ts-snapshots/dark-Notebook-ipynb-cell-1-chromium-linux.png index e770687dd..f0ed7c1f1 100644 Binary files a/ui-tests/tests/notebook.spec.ts-snapshots/dark-Notebook-ipynb-cell-1-chromium-linux.png and b/ui-tests/tests/notebook.spec.ts-snapshots/dark-Notebook-ipynb-cell-1-chromium-linux.png differ diff --git a/ui-tests/tests/notebook.spec.ts-snapshots/dark-Notebook-ipynb-cell-2-chromium-linux.png b/ui-tests/tests/notebook.spec.ts-snapshots/dark-Notebook-ipynb-cell-2-chromium-linux.png index 3a63332d5..47f6a9c3d 100644 Binary files a/ui-tests/tests/notebook.spec.ts-snapshots/dark-Notebook-ipynb-cell-2-chromium-linux.png and b/ui-tests/tests/notebook.spec.ts-snapshots/dark-Notebook-ipynb-cell-2-chromium-linux.png differ diff --git a/ui-tests/tests/notebook.spec.ts-snapshots/dark-Notebook-ipynb-cell-3-chromium-linux.png b/ui-tests/tests/notebook.spec.ts-snapshots/dark-Notebook-ipynb-cell-3-chromium-linux.png index fd2549aa1..e3eb89115 100644 Binary files a/ui-tests/tests/notebook.spec.ts-snapshots/dark-Notebook-ipynb-cell-3-chromium-linux.png and b/ui-tests/tests/notebook.spec.ts-snapshots/dark-Notebook-ipynb-cell-3-chromium-linux.png differ diff --git a/ui-tests/tests/notebook.spec.ts-snapshots/dark-Notebook-ipynb-cell-4-chromium-linux.png b/ui-tests/tests/notebook.spec.ts-snapshots/dark-Notebook-ipynb-cell-4-chromium-linux.png index 2644beda2..447b72ac9 100644 Binary files a/ui-tests/tests/notebook.spec.ts-snapshots/dark-Notebook-ipynb-cell-4-chromium-linux.png and b/ui-tests/tests/notebook.spec.ts-snapshots/dark-Notebook-ipynb-cell-4-chromium-linux.png differ diff --git a/ui-tests/tests/notebook.spec.ts-snapshots/light-Notebook-ipynb-cell-0-chromium-linux.png b/ui-tests/tests/notebook.spec.ts-snapshots/light-Notebook-ipynb-cell-0-chromium-linux.png index 4c7e6e3ab..65f108991 100644 Binary files a/ui-tests/tests/notebook.spec.ts-snapshots/light-Notebook-ipynb-cell-0-chromium-linux.png and b/ui-tests/tests/notebook.spec.ts-snapshots/light-Notebook-ipynb-cell-0-chromium-linux.png differ diff --git a/ui-tests/tests/notebook.spec.ts-snapshots/light-Notebook-ipynb-cell-1-chromium-linux.png b/ui-tests/tests/notebook.spec.ts-snapshots/light-Notebook-ipynb-cell-1-chromium-linux.png index 8c25c3931..486203911 100644 Binary files a/ui-tests/tests/notebook.spec.ts-snapshots/light-Notebook-ipynb-cell-1-chromium-linux.png and b/ui-tests/tests/notebook.spec.ts-snapshots/light-Notebook-ipynb-cell-1-chromium-linux.png differ diff --git a/ui-tests/tests/notebook.spec.ts-snapshots/light-Notebook-ipynb-cell-2-chromium-linux.png b/ui-tests/tests/notebook.spec.ts-snapshots/light-Notebook-ipynb-cell-2-chromium-linux.png index db29b243c..cf7095d9e 100644 Binary files a/ui-tests/tests/notebook.spec.ts-snapshots/light-Notebook-ipynb-cell-2-chromium-linux.png and b/ui-tests/tests/notebook.spec.ts-snapshots/light-Notebook-ipynb-cell-2-chromium-linux.png differ diff --git a/ui-tests/tests/notebook.spec.ts-snapshots/light-Notebook-ipynb-cell-3-chromium-linux.png b/ui-tests/tests/notebook.spec.ts-snapshots/light-Notebook-ipynb-cell-3-chromium-linux.png index 4aacf46a4..2b066ca6a 100644 Binary files a/ui-tests/tests/notebook.spec.ts-snapshots/light-Notebook-ipynb-cell-3-chromium-linux.png and b/ui-tests/tests/notebook.spec.ts-snapshots/light-Notebook-ipynb-cell-3-chromium-linux.png differ diff --git a/ui-tests/tests/notebook.spec.ts-snapshots/light-Notebook-ipynb-cell-4-chromium-linux.png b/ui-tests/tests/notebook.spec.ts-snapshots/light-Notebook-ipynb-cell-4-chromium-linux.png index 1220d73b6..ce14f26cd 100644 Binary files a/ui-tests/tests/notebook.spec.ts-snapshots/light-Notebook-ipynb-cell-4-chromium-linux.png and b/ui-tests/tests/notebook.spec.ts-snapshots/light-Notebook-ipynb-cell-4-chromium-linux.png differ diff --git a/ui-tests/yarn.lock b/ui-tests/yarn.lock index a1f41360c..a71cc7f50 100644 --- a/ui-tests/yarn.lock +++ b/ui-tests/yarn.lock @@ -40,73 +40,38 @@ __metadata: languageName: node linkType: hard -"@chevrotain/cst-dts-gen@npm:11.0.3": - version: 11.0.3 - resolution: "@chevrotain/cst-dts-gen@npm:11.0.3" - dependencies: - "@chevrotain/gast": 11.0.3 - "@chevrotain/types": 11.0.3 - lodash-es: 4.17.21 - checksum: 414229a827e06b4564e271ca3a02ed6f475d400a184dc5ae05308bbc6e966959b84a40a063dacf7debd8f9a1dba5bf8785a891e7b588eafd9f821b43ec16b109 - languageName: node - linkType: hard - -"@chevrotain/gast@npm:11.0.3": - version: 11.0.3 - resolution: "@chevrotain/gast@npm:11.0.3" - dependencies: - "@chevrotain/types": 11.0.3 - lodash-es: 4.17.21 - checksum: 5190ba3a3f03f6f58331dbd108c36172b90314f60675b88dfefca25f704549164577796a1127fa407dd546aefa9f221d6c043e5b95298a0852ffd060b4fff117 - languageName: node - linkType: hard - -"@chevrotain/regexp-to-ast@npm:11.0.3": - version: 11.0.3 - resolution: "@chevrotain/regexp-to-ast@npm:11.0.3" - checksum: 5d665b3340493e302f245c9bbcd73de9b973ca79d0e59c4fbed6cc733b665998b41a2b8a5963bc2e90c763c8b4ba30f6e53736325c40f3fccef0ad3de2095ff2 - languageName: node - linkType: hard - -"@chevrotain/types@npm:11.0.3": - version: 11.0.3 - resolution: "@chevrotain/types@npm:11.0.3" - checksum: 4496bf1955f1db2b08c188f508db23d9f1cbecdf0bfa7f23f8d8dcd3f9ca450529b71acc83a941c59c0f8188b54c0f5687f6e203dcd7dca622ac4ea6291df316 +"@chevrotain/types@npm:~11.1.1": + version: 11.1.2 + resolution: "@chevrotain/types@npm:11.1.2" + checksum: 4c948b8559c94329bae5fa5b087e20ebfbac3fa73ff32ee7e3752716ab565da1c9efc2103eb1dbee2bf492d68231d4386836283f0bb7cca63f4185788808af70 languageName: node linkType: hard -"@chevrotain/utils@npm:11.0.3": - version: 11.0.3 - resolution: "@chevrotain/utils@npm:11.0.3" - checksum: 099f0aa65ff82a7d49ffefd7a90182efcc1518b89b88d516d2125ca730eaa38d61e36ee40fad6c21f7896b6e8393b1e6810b6a69122fabff283f0522ee49eaa5 - languageName: node - linkType: hard - -"@codemirror/autocomplete@npm:^6.0.0, @codemirror/autocomplete@npm:^6.18.6, @codemirror/autocomplete@npm:^6.3.2, @codemirror/autocomplete@npm:^6.7.1": - version: 6.20.0 - resolution: "@codemirror/autocomplete@npm:6.20.0" +"@codemirror/autocomplete@npm:^6.0.0, @codemirror/autocomplete@npm:^6.20.0, @codemirror/autocomplete@npm:^6.3.2, @codemirror/autocomplete@npm:^6.7.1": + version: 6.20.3 + resolution: "@codemirror/autocomplete@npm:6.20.3" dependencies: "@codemirror/language": ^6.0.0 "@codemirror/state": ^6.0.0 "@codemirror/view": ^6.17.0 "@lezer/common": ^1.0.0 - checksum: 0defd46302ab2763d10f3a51ef8f2b607dd7268843aaeec76a272e84723fe17f8a5ee5a7ad06e649066b69d9dad2a81d6a6cfdf7593290bd52b711b96c46518b + checksum: 872a0671363158e24087f7c2edcbd4435ebb4fb799c9f5ccb4589cf4dc34a80763dace4909a71d75a42c79b75a687ae129fae169c4f835ef8e4695a34e7e99ca languageName: node linkType: hard -"@codemirror/commands@npm:^6.8.1": - version: 6.10.1 - resolution: "@codemirror/commands@npm:6.10.1" +"@codemirror/commands@npm:^6.10.2": + version: 6.10.3 + resolution: "@codemirror/commands@npm:6.10.3" dependencies: "@codemirror/language": ^6.0.0 - "@codemirror/state": ^6.4.0 + "@codemirror/state": ^6.6.0 "@codemirror/view": ^6.27.0 "@lezer/common": ^1.1.0 - checksum: aa7dec3924e9275bbd8be27a02052843ad296d31fc1e5622deeeb96a4f4dbd54327a7cd8922b4ec45d46843faa5bf29f63fee8f628c73ef80b0aedb19c832279 + checksum: 8a7c6583819989f553c00d3ea137c656d371d026d0bb8791b330f9a0b1c589285c8a944320f7418483f1c6d4381555fe1306680eaa9e9b93b0effd34665e1a4f languageName: node linkType: hard -"@codemirror/lang-cpp@npm:^6.0.2": +"@codemirror/lang-cpp@npm:^6.0.3": version: 6.0.3 resolution: "@codemirror/lang-cpp@npm:6.0.3" dependencies: @@ -129,7 +94,7 @@ __metadata: languageName: node linkType: hard -"@codemirror/lang-html@npm:^6.0.0, @codemirror/lang-html@npm:^6.4.9": +"@codemirror/lang-html@npm:^6.0.0, @codemirror/lang-html@npm:^6.4.11": version: 6.4.11 resolution: "@codemirror/lang-html@npm:6.4.11" dependencies: @@ -146,7 +111,7 @@ __metadata: languageName: node linkType: hard -"@codemirror/lang-java@npm:^6.0.1": +"@codemirror/lang-java@npm:^6.0.2": version: 6.0.2 resolution: "@codemirror/lang-java@npm:6.0.2" dependencies: @@ -156,9 +121,9 @@ __metadata: languageName: node linkType: hard -"@codemirror/lang-javascript@npm:^6.0.0, @codemirror/lang-javascript@npm:^6.2.3": - version: 6.2.4 - resolution: "@codemirror/lang-javascript@npm:6.2.4" +"@codemirror/lang-javascript@npm:^6.0.0, @codemirror/lang-javascript@npm:^6.2.4": + version: 6.2.5 + resolution: "@codemirror/lang-javascript@npm:6.2.5" dependencies: "@codemirror/autocomplete": ^6.0.0 "@codemirror/language": ^6.6.0 @@ -167,11 +132,11 @@ __metadata: "@codemirror/view": ^6.17.0 "@lezer/common": ^1.0.0 "@lezer/javascript": ^1.0.0 - checksum: 0350e9ac2df155c4ecf75d556f40b677c284c1d320620dc7228e2aa458e258dd1145c86e5ebf3451347ed6ef528f72c2eb60f5d3f6bd10af8aabb2819109e21a + checksum: 4f8007b2cb75fbc08568a89b57ee2996ba38966c6662dd635b9b0990a6b3044b3ce189e6b1f103f277e0d814b2afd5957d4ab1eaae0955fdab58328fd5a7e067 languageName: node linkType: hard -"@codemirror/lang-json@npm:^6.0.1": +"@codemirror/lang-json@npm:^6.0.2": version: 6.0.2 resolution: "@codemirror/lang-json@npm:6.0.2" dependencies: @@ -181,7 +146,7 @@ __metadata: languageName: node linkType: hard -"@codemirror/lang-markdown@npm:^6.3.2": +"@codemirror/lang-markdown@npm:^6.5.0": version: 6.5.0 resolution: "@codemirror/lang-markdown@npm:6.5.0" dependencies: @@ -196,7 +161,7 @@ __metadata: languageName: node linkType: hard -"@codemirror/lang-php@npm:^6.0.1": +"@codemirror/lang-php@npm:^6.0.2": version: 6.0.2 resolution: "@codemirror/lang-php@npm:6.0.2" dependencies: @@ -209,7 +174,7 @@ __metadata: languageName: node linkType: hard -"@codemirror/lang-python@npm:^6.2.0": +"@codemirror/lang-python@npm:^6.2.1": version: 6.2.1 resolution: "@codemirror/lang-python@npm:6.2.1" dependencies: @@ -222,7 +187,7 @@ __metadata: languageName: node linkType: hard -"@codemirror/lang-rust@npm:^6.0.1": +"@codemirror/lang-rust@npm:^6.0.2": version: 6.0.2 resolution: "@codemirror/lang-rust@npm:6.0.2" dependencies: @@ -232,7 +197,7 @@ __metadata: languageName: node linkType: hard -"@codemirror/lang-sql@npm:^6.8.0": +"@codemirror/lang-sql@npm:^6.10.0": version: 6.10.0 resolution: "@codemirror/lang-sql@npm:6.10.0" dependencies: @@ -272,26 +237,26 @@ __metadata: languageName: node linkType: hard -"@codemirror/language@npm:^6.0.0, @codemirror/language@npm:^6.11.0, @codemirror/language@npm:^6.3.0, @codemirror/language@npm:^6.4.0, @codemirror/language@npm:^6.6.0, @codemirror/language@npm:^6.8.0": - version: 6.11.3 - resolution: "@codemirror/language@npm:6.11.3" +"@codemirror/language@npm:^6.0.0, @codemirror/language@npm:^6.12.1, @codemirror/language@npm:^6.3.0, @codemirror/language@npm:^6.4.0, @codemirror/language@npm:^6.6.0, @codemirror/language@npm:^6.8.0": + version: 6.12.3 + resolution: "@codemirror/language@npm:6.12.3" dependencies: "@codemirror/state": ^6.0.0 "@codemirror/view": ^6.23.0 - "@lezer/common": ^1.1.0 + "@lezer/common": ^1.5.0 "@lezer/highlight": ^1.0.0 "@lezer/lr": ^1.0.0 style-mod: ^4.0.0 - checksum: 9ad560fb90ccb8e5660ee162b7ca36323b0cc0fe2c2885a93f052763c177e10118930aae5cdea410e90cf2a6a2b86438a7503fcc6d1f550c8d75a6757e31f3bf + checksum: 338a063b2362d15aa55b7140072ff0e6a4adb5ece2e224f9b67744b140c2443b0282c79e546a484cf9e3c3f50e85d856fbac090f435952c64b606a2123d7a0dd languageName: node linkType: hard -"@codemirror/legacy-modes@npm:^6.5.1": - version: 6.5.2 - resolution: "@codemirror/legacy-modes@npm:6.5.2" +"@codemirror/legacy-modes@npm:^6.5.2": + version: 6.5.3 + resolution: "@codemirror/legacy-modes@npm:6.5.3" dependencies: "@codemirror/language": ^6.0.0 - checksum: 2ae75e40d4357e65d0b3b1ebcb28a85a7700f8a39e5ae2dcc8dece00a4070a800d797c9297e7a4beb398d63e4c69c3e69992b4fb20ab84f748625c7590a82636 + checksum: d3666c1cf45d63046363ce62588a911d81c5e0e3fe107eb0bad77243edbadccc156e5847fc0b184d485f973f4f4819f507d626c3c4ae8960f4609813df0b5dd6 languageName: node linkType: hard @@ -306,35 +271,35 @@ __metadata: languageName: node linkType: hard -"@codemirror/search@npm:^6.5.10": - version: 6.5.11 - resolution: "@codemirror/search@npm:6.5.11" +"@codemirror/search@npm:^6.6.0": + version: 6.7.1 + resolution: "@codemirror/search@npm:6.7.1" dependencies: "@codemirror/state": ^6.0.0 - "@codemirror/view": ^6.0.0 + "@codemirror/view": ^6.37.0 crelt: ^1.0.5 - checksum: 4d418f176bd93705bc51c82a2f1c0e41fecc0368dc43c415635c4dfdd763aa05ebdf7f000bc9ca0083c1887e6d305b89482ec1f4db8b8765c6f38de324187476 + checksum: 47133260cc0f5f91785174608dec89717d44d5e81a9fa5000032bc4f6566f693c4f080f922c6db52a15fdb7da73e185093d3615ae934c0b5cfb56278f11a9148 languageName: node linkType: hard -"@codemirror/state@npm:^6.0.0, @codemirror/state@npm:^6.4.0, @codemirror/state@npm:^6.4.1, @codemirror/state@npm:^6.5.0, @codemirror/state@npm:^6.5.2": - version: 6.5.2 - resolution: "@codemirror/state@npm:6.5.2" +"@codemirror/state@npm:^6.0.0, @codemirror/state@npm:^6.5.4, @codemirror/state@npm:^6.6.0": + version: 6.6.0 + resolution: "@codemirror/state@npm:6.6.0" dependencies: "@marijn/find-cluster-break": ^1.0.0 - checksum: 4473a79475070d73f2e72f2eaaee5b69d2833b5020faa9714609d95dd03f0e5ad02cad8031a541dcd748436842a300332a2925317b39ffa09e3b4831145d98bc + checksum: 9400f356ebff7089f552012b95c8d46cdecc952cc9561537b7ebd7ea44fe34da7e02cfdcf17efc28fb6354bd54ecd9db7ca25b4756595acfe56c547c63cedee8 languageName: node linkType: hard -"@codemirror/view@npm:^6.0.0, @codemirror/view@npm:^6.17.0, @codemirror/view@npm:^6.23.0, @codemirror/view@npm:^6.26.0, @codemirror/view@npm:^6.27.0, @codemirror/view@npm:^6.35.0, @codemirror/view@npm:^6.38.1": - version: 6.39.4 - resolution: "@codemirror/view@npm:6.39.4" +"@codemirror/view@npm:^6.0.0, @codemirror/view@npm:^6.17.0, @codemirror/view@npm:^6.23.0, @codemirror/view@npm:^6.27.0, @codemirror/view@npm:^6.35.0, @codemirror/view@npm:^6.37.0, @codemirror/view@npm:^6.39.14": + version: 6.43.1 + resolution: "@codemirror/view@npm:6.43.1" dependencies: - "@codemirror/state": ^6.5.0 + "@codemirror/state": ^6.6.0 crelt: ^1.0.6 style-mod: ^4.1.0 w3c-keyname: ^2.2.4 - checksum: cac5bb1a40cac3d2d25238d6cf4c89fbab970d41489053ec8d0b6cf7747995b209504e13c07fe0bcdd2c8bf1d8e7e66e1aae38057a6d0c25ce5bbc243c311fd8 + checksum: cd7c13da2a79b5e1373e47196f251e8184bfb2419bbfa2027d3cf9c55623f8f8c8c5ffae49697c80f82d095f97fed30b5edca1262623ace811e26c68cf1105f2 languageName: node linkType: hard @@ -352,14 +317,14 @@ __metadata: languageName: node linkType: hard -"@iconify/utils@npm:^3.0.1": - version: 3.1.0 - resolution: "@iconify/utils@npm:3.1.0" +"@iconify/utils@npm:^3.0.2": + version: 3.1.3 + resolution: "@iconify/utils@npm:3.1.3" dependencies: "@antfu/install-pkg": ^1.1.0 "@iconify/types": ^2.0.0 - mlly: ^1.8.0 - checksum: b4055a322a13289740b2ecef424a1807ccb1567a200b716e4d1e2f40ad24dd9e24fa7b9a1aa1a275eea30ef3f08a32a4640a1a66f013d32cfe31117ac76b4075 + import-meta-resolve: ^4.2.0 + checksum: 63f43869a679185604ea1f65f8107532afe2e0e6aa4e1666d97885589ea95311b9bff0501ddbda4d239757b383f70b5291092fa2600a39a6b61771c525d4fa22 languageName: node linkType: hard @@ -421,17 +386,6 @@ __metadata: languageName: node linkType: hard -"@jupyter/react-components@npm:^0.15.3": - version: 0.15.3 - resolution: "@jupyter/react-components@npm:0.15.3" - dependencies: - "@jupyter/web-components": ^0.15.3 - "@microsoft/fast-react-wrapper": ^0.3.22 - react: ">=17.0.0 <19.0.0" - checksum: 1a6b256314259c6465c4b6d958575710536b82234a7bf0fba3e889a07e1f19ff8ab321450be354359876f92c45dbcc9d21a840237ff4a619806d9de696f55496 - languageName: node - linkType: hard - "@jupyter/react-components@npm:^0.16.6": version: 0.16.7 resolution: "@jupyter/react-components@npm:0.16.7" @@ -442,18 +396,6 @@ __metadata: languageName: node linkType: hard -"@jupyter/web-components@npm:^0.15.3": - version: 0.15.3 - resolution: "@jupyter/web-components@npm:0.15.3" - dependencies: - "@microsoft/fast-colors": ^5.3.1 - "@microsoft/fast-element": ^1.12.0 - "@microsoft/fast-foundation": ^2.49.4 - "@microsoft/fast-web-utilities": ^5.4.1 - checksum: a0980af934157bfdbdb6cc169c0816c1b2e57602d524c56bdcef746a4c25dfeb8f505150d83207c8695ed89b5486cf53d35a3382584d25ef64db666e4e16e45b - languageName: node - linkType: hard - "@jupyter/web-components@npm:^0.16.6, @jupyter/web-components@npm:^0.16.7": version: 0.16.7 resolution: "@jupyter/web-components@npm:0.16.7" @@ -466,23 +408,9 @@ __metadata: languageName: node linkType: hard -"@jupyter/ydoc@npm:^2.0.1": - version: 2.1.5 - resolution: "@jupyter/ydoc@npm:2.1.5" - dependencies: - "@jupyterlab/nbformat": ^3.0.0 || ^4.0.0-alpha.21 || ^4.0.0 - "@lumino/coreutils": ^1.11.0 || ^2.0.0 - "@lumino/disposable": ^1.10.0 || ^2.0.0 - "@lumino/signaling": ^1.10.0 || ^2.0.0 - y-protocols: ^1.0.5 - yjs: ^13.5.40 - checksum: 027c96d63e34c979f0d802e90f40a642d1a8521890c3ff7820b7f11146e71f958d6b797322221c201201c70613d2aab91c685e577c793c3b1d938b31bff2fd9d - languageName: node - linkType: hard - -"@jupyter/ydoc@npm:^3.1.0": - version: 3.3.3 - resolution: "@jupyter/ydoc@npm:3.3.3" +"@jupyter/ydoc@npm:^4.0.0": + version: 4.0.0 + resolution: "@jupyter/ydoc@npm:4.0.0" dependencies: "@jupyterlab/nbformat": ^3.0.0 || ^4.0.0-alpha.21 || ^4.0.0 "@lumino/coreutils": ^1.11.0 || ^2.0.0 @@ -490,26 +418,26 @@ __metadata: "@lumino/signaling": ^1.10.0 || ^2.0.0 y-protocols: ^1.0.5 yjs: ^13.5.40 - checksum: c34231f7bb13166774c7e5ee9474e07b9fcac0ca2028ee02cf2582343c3eef4bd7cfea8b87728e7c420f9ca2edb73cade71e188dbede14a8db645192ddde8a37 + checksum: 771b095f9e8acdf08fff32852d55e285171add78dd495949544a48c07702bb3be32aee2ad1325a2583e121e09929b6b2f7dcea8c6490d57929c872fa4a69a7fd languageName: node linkType: hard -"@jupyterlab/application@npm:^4.2.5, @jupyterlab/application@npm:^4.5.1": - version: 4.5.1 - resolution: "@jupyterlab/application@npm:4.5.1" +"@jupyterlab/application@npm:^4.6.0": + version: 4.6.0 + resolution: "@jupyterlab/application@npm:4.6.0" dependencies: "@fortawesome/fontawesome-free": ^5.12.0 - "@jupyterlab/apputils": ^4.6.1 - "@jupyterlab/coreutils": ^6.5.1 - "@jupyterlab/docregistry": ^4.5.1 - "@jupyterlab/rendermime": ^4.5.1 - "@jupyterlab/rendermime-interfaces": ^3.13.1 - "@jupyterlab/services": ^7.5.1 - "@jupyterlab/statedb": ^4.5.1 - "@jupyterlab/translation": ^4.5.1 - "@jupyterlab/ui-components": ^4.5.1 + "@jupyterlab/apputils": ^4.7.0 + "@jupyterlab/coreutils": ^6.6.0 + "@jupyterlab/docregistry": ^4.6.0 + "@jupyterlab/rendermime": ^4.6.0 + "@jupyterlab/rendermime-interfaces": ^3.14.0 + "@jupyterlab/services": ^7.6.0 + "@jupyterlab/statedb": ^4.6.0 + "@jupyterlab/translation": ^4.6.0 + "@jupyterlab/ui-components": ^4.6.0 "@lumino/algorithm": ^2.0.4 - "@lumino/application": ^2.4.5 + "@lumino/application": ^2.4.9 "@lumino/commands": ^2.3.3 "@lumino/coreutils": ^2.2.2 "@lumino/disposable": ^2.1.5 @@ -517,24 +445,24 @@ __metadata: "@lumino/polling": ^2.1.5 "@lumino/properties": ^2.0.4 "@lumino/signaling": ^2.1.5 - "@lumino/widgets": ^2.7.2 - checksum: 4524ea2c938b55089780f32374a924aeaccc3178e80bbede24d2bd8443f1dc4e434c6acb6049a1f1852afafc4206abf00218644cd10e7084824b5672e5790010 + "@lumino/widgets": ^2.8.0 + checksum: 4d1f09c1363acf5a22d4a5b70c1a296e7a8347a73a620988fcfdcfe0dc80653beb70ab16bd7aba6cac6c2989af6d93b8bad8ab5480498bcbeeb643a33f95deb5 languageName: node linkType: hard -"@jupyterlab/apputils@npm:^4.3.5, @jupyterlab/apputils@npm:^4.6.1": - version: 4.6.1 - resolution: "@jupyterlab/apputils@npm:4.6.1" - dependencies: - "@jupyterlab/coreutils": ^6.5.1 - "@jupyterlab/observables": ^5.5.1 - "@jupyterlab/rendermime-interfaces": ^3.13.1 - "@jupyterlab/services": ^7.5.1 - "@jupyterlab/settingregistry": ^4.5.1 - "@jupyterlab/statedb": ^4.5.1 - "@jupyterlab/statusbar": ^4.5.1 - "@jupyterlab/translation": ^4.5.1 - "@jupyterlab/ui-components": ^4.5.1 +"@jupyterlab/apputils@npm:^4.7.0": + version: 4.7.0 + resolution: "@jupyterlab/apputils@npm:4.7.0" + dependencies: + "@jupyterlab/coreutils": ^6.6.0 + "@jupyterlab/observables": ^5.6.0 + "@jupyterlab/rendermime-interfaces": ^3.14.0 + "@jupyterlab/services": ^7.6.0 + "@jupyterlab/settingregistry": ^4.6.0 + "@jupyterlab/statedb": ^4.6.0 + "@jupyterlab/statusbar": ^4.6.0 + "@jupyterlab/translation": ^4.6.0 + "@jupyterlab/ui-components": ^4.6.0 "@lumino/algorithm": ^2.0.4 "@lumino/commands": ^2.3.3 "@lumino/coreutils": ^2.2.2 @@ -543,118 +471,118 @@ __metadata: "@lumino/messaging": ^2.0.4 "@lumino/signaling": ^2.1.5 "@lumino/virtualdom": ^2.0.4 - "@lumino/widgets": ^2.7.2 + "@lumino/widgets": ^2.8.0 "@types/react": ^18.0.26 react: ^18.2.0 sanitize-html: ~2.12.1 - checksum: 686f65b72e9d8e3ad20354b96bc5c38bf6c01090807e63c53734c7aebaae7e853c484834da25e5a2da4b7e8862114f298d6aa6931e80f5b6520fb503ed87c20d + checksum: 317ef843a5118f96b723e7ebc40be637c3dc6b78f2b148d80e5b4b248be9bc81a65452b75026e82abd97598a7a72b93ad5a66fe294c7cad3eb63cea2b3b94831 languageName: node linkType: hard -"@jupyterlab/attachments@npm:^4.5.1": - version: 4.5.1 - resolution: "@jupyterlab/attachments@npm:4.5.1" +"@jupyterlab/attachments@npm:^4.6.0": + version: 4.6.0 + resolution: "@jupyterlab/attachments@npm:4.6.0" dependencies: - "@jupyterlab/nbformat": ^4.5.1 - "@jupyterlab/observables": ^5.5.1 - "@jupyterlab/rendermime": ^4.5.1 - "@jupyterlab/rendermime-interfaces": ^3.13.1 + "@jupyterlab/nbformat": ^4.6.0 + "@jupyterlab/observables": ^5.6.0 + "@jupyterlab/rendermime": ^4.6.0 + "@jupyterlab/rendermime-interfaces": ^3.14.0 "@lumino/disposable": ^2.1.5 "@lumino/signaling": ^2.1.5 - checksum: 7754d73970cfaeffd8968f69b67b33b608d7e1b4f59ac38e20ede0a018a419d85ca0c4b012f1755298900cc600bd16f6ee3d81bca87a84f21422d202df01a9f0 - languageName: node - linkType: hard - -"@jupyterlab/cells@npm:^4.2.5, @jupyterlab/cells@npm:^4.5.1": - version: 4.5.1 - resolution: "@jupyterlab/cells@npm:4.5.1" - dependencies: - "@codemirror/state": ^6.5.2 - "@codemirror/view": ^6.38.1 - "@jupyter/ydoc": ^3.1.0 - "@jupyterlab/apputils": ^4.6.1 - "@jupyterlab/attachments": ^4.5.1 - "@jupyterlab/codeeditor": ^4.5.1 - "@jupyterlab/codemirror": ^4.5.1 - "@jupyterlab/coreutils": ^6.5.1 - "@jupyterlab/documentsearch": ^4.5.1 - "@jupyterlab/filebrowser": ^4.5.1 - "@jupyterlab/nbformat": ^4.5.1 - "@jupyterlab/observables": ^5.5.1 - "@jupyterlab/outputarea": ^4.5.1 - "@jupyterlab/rendermime": ^4.5.1 - "@jupyterlab/services": ^7.5.1 - "@jupyterlab/toc": ^6.5.1 - "@jupyterlab/translation": ^4.5.1 - "@jupyterlab/ui-components": ^4.5.1 + checksum: b5d94525ac028813fdc4f53eee0f6b23b1172cfd83bc71cd9cc7d2a0855c7eaabdfb487005f285aa2c7d908e7f9e0877e0b0d647ab087b24c488c3250b1358e4 + languageName: node + linkType: hard + +"@jupyterlab/cells@npm:^4.6.0": + version: 4.6.0 + resolution: "@jupyterlab/cells@npm:4.6.0" + dependencies: + "@codemirror/state": ^6.5.4 + "@codemirror/view": ^6.39.14 + "@jupyter/ydoc": ^4.0.0 + "@jupyterlab/apputils": ^4.7.0 + "@jupyterlab/attachments": ^4.6.0 + "@jupyterlab/codeeditor": ^4.6.0 + "@jupyterlab/codemirror": ^4.6.0 + "@jupyterlab/coreutils": ^6.6.0 + "@jupyterlab/documentsearch": ^4.6.0 + "@jupyterlab/filebrowser": ^4.6.0 + "@jupyterlab/nbformat": ^4.6.0 + "@jupyterlab/observables": ^5.6.0 + "@jupyterlab/outputarea": ^4.6.0 + "@jupyterlab/rendermime": ^4.6.0 + "@jupyterlab/services": ^7.6.0 + "@jupyterlab/toc": ^6.6.0 + "@jupyterlab/translation": ^4.6.0 + "@jupyterlab/ui-components": ^4.6.0 "@lumino/algorithm": ^2.0.4 "@lumino/coreutils": ^2.2.2 "@lumino/domutils": ^2.0.4 - "@lumino/dragdrop": ^2.1.7 + "@lumino/dragdrop": ^2.1.8 "@lumino/messaging": ^2.0.4 "@lumino/polling": ^2.1.5 "@lumino/signaling": ^2.1.5 "@lumino/virtualdom": ^2.0.4 - "@lumino/widgets": ^2.7.2 + "@lumino/widgets": ^2.8.0 react: ^18.2.0 - checksum: be90a77996d5d5b0c633000ae54dde4f3e3ff626390ed54ba1be14cb59980d16feb6dd4b6b17724a870ecbf04e00082105c13e310ff9b071630cc2eda0fd9ff3 + checksum: 301538da3f5b0f24f43fe72452d1e979e2a444ac4c0f23f06d095c5d633d2997aead961bc36ef5c3567a644242b4ea39b623c6efeefa1bc6cfb4a34d60c1e115 languageName: node linkType: hard -"@jupyterlab/codeeditor@npm:^4.2.5, @jupyterlab/codeeditor@npm:^4.5.1": - version: 4.5.1 - resolution: "@jupyterlab/codeeditor@npm:4.5.1" +"@jupyterlab/codeeditor@npm:^4.6.0": + version: 4.6.0 + resolution: "@jupyterlab/codeeditor@npm:4.6.0" dependencies: - "@codemirror/state": ^6.5.2 - "@jupyter/ydoc": ^3.1.0 - "@jupyterlab/apputils": ^4.6.1 - "@jupyterlab/coreutils": ^6.5.1 - "@jupyterlab/nbformat": ^4.5.1 - "@jupyterlab/observables": ^5.5.1 - "@jupyterlab/statusbar": ^4.5.1 - "@jupyterlab/translation": ^4.5.1 - "@jupyterlab/ui-components": ^4.5.1 + "@codemirror/state": ^6.5.4 + "@jupyter/ydoc": ^4.0.0 + "@jupyterlab/apputils": ^4.7.0 + "@jupyterlab/coreutils": ^6.6.0 + "@jupyterlab/nbformat": ^4.6.0 + "@jupyterlab/observables": ^5.6.0 + "@jupyterlab/statusbar": ^4.6.0 + "@jupyterlab/translation": ^4.6.0 + "@jupyterlab/ui-components": ^4.6.0 "@lumino/coreutils": ^2.2.2 "@lumino/disposable": ^2.1.5 - "@lumino/dragdrop": ^2.1.7 + "@lumino/dragdrop": ^2.1.8 "@lumino/messaging": ^2.0.4 "@lumino/signaling": ^2.1.5 - "@lumino/widgets": ^2.7.2 + "@lumino/widgets": ^2.8.0 react: ^18.2.0 - checksum: 36ee1abed730c8a596daa64e504897b4686b1b16d52d629d771f5c2975dd21e2e52d11adc4caffe1da00217b09f6c2e35119ff6aed8710d0c38f88027b245799 + checksum: eeed665653042729876b33b67a6d61d3847be3f2e5c1e206363460c79b3455d5f320182c9355bd9b90b79fd448796484fa9dfe29cd867ac14798b88d7c9b7a21 languageName: node linkType: hard -"@jupyterlab/codemirror@npm:^4.2.5, @jupyterlab/codemirror@npm:^4.5.1": - version: 4.5.1 - resolution: "@jupyterlab/codemirror@npm:4.5.1" +"@jupyterlab/codemirror@npm:^4.6.0": + version: 4.6.0 + resolution: "@jupyterlab/codemirror@npm:4.6.0" dependencies: - "@codemirror/autocomplete": ^6.18.6 - "@codemirror/commands": ^6.8.1 - "@codemirror/lang-cpp": ^6.0.2 + "@codemirror/autocomplete": ^6.20.0 + "@codemirror/commands": ^6.10.2 + "@codemirror/lang-cpp": ^6.0.3 "@codemirror/lang-css": ^6.3.1 - "@codemirror/lang-html": ^6.4.9 - "@codemirror/lang-java": ^6.0.1 - "@codemirror/lang-javascript": ^6.2.3 - "@codemirror/lang-json": ^6.0.1 - "@codemirror/lang-markdown": ^6.3.2 - "@codemirror/lang-php": ^6.0.1 - "@codemirror/lang-python": ^6.2.0 - "@codemirror/lang-rust": ^6.0.1 - "@codemirror/lang-sql": ^6.8.0 + "@codemirror/lang-html": ^6.4.11 + "@codemirror/lang-java": ^6.0.2 + "@codemirror/lang-javascript": ^6.2.4 + "@codemirror/lang-json": ^6.0.2 + "@codemirror/lang-markdown": ^6.5.0 + "@codemirror/lang-php": ^6.0.2 + "@codemirror/lang-python": ^6.2.1 + "@codemirror/lang-rust": ^6.0.2 + "@codemirror/lang-sql": ^6.10.0 "@codemirror/lang-wast": ^6.0.2 "@codemirror/lang-xml": ^6.1.0 - "@codemirror/language": ^6.11.0 - "@codemirror/legacy-modes": ^6.5.1 - "@codemirror/search": ^6.5.10 - "@codemirror/state": ^6.5.2 - "@codemirror/view": ^6.38.1 - "@jupyter/ydoc": ^3.1.0 - "@jupyterlab/codeeditor": ^4.5.1 - "@jupyterlab/coreutils": ^6.5.1 - "@jupyterlab/documentsearch": ^4.5.1 - "@jupyterlab/nbformat": ^4.5.1 - "@jupyterlab/translation": ^4.5.1 + "@codemirror/language": ^6.12.1 + "@codemirror/legacy-modes": ^6.5.2 + "@codemirror/search": ^6.6.0 + "@codemirror/state": ^6.5.4 + "@codemirror/view": ^6.39.14 + "@jupyter/ydoc": ^4.0.0 + "@jupyterlab/codeeditor": ^4.6.0 + "@jupyterlab/coreutils": ^6.6.0 + "@jupyterlab/documentsearch": ^4.6.0 + "@jupyterlab/nbformat": ^4.6.0 + "@jupyterlab/translation": ^4.6.0 "@lezer/common": ^1.2.1 "@lezer/generator": ^1.7.0 "@lezer/highlight": ^1.2.0 @@ -663,39 +591,39 @@ __metadata: "@lumino/disposable": ^2.1.5 "@lumino/signaling": ^2.1.5 yjs: ^13.5.40 - checksum: 1d998afbdef11efbc01ebadc42d535dceffd57867298138577063b51f600491bac9b1de1a5c77d5a5e014f1a959153f25dd253cecf1f8657cbbec5171d358a3f - languageName: node - linkType: hard - -"@jupyterlab/console@npm:^4.2.5": - version: 4.5.1 - resolution: "@jupyterlab/console@npm:4.5.1" - dependencies: - "@jupyter/ydoc": ^3.1.0 - "@jupyterlab/apputils": ^4.6.1 - "@jupyterlab/cells": ^4.5.1 - "@jupyterlab/codeeditor": ^4.5.1 - "@jupyterlab/codemirror": ^4.5.1 - "@jupyterlab/coreutils": ^6.5.1 - "@jupyterlab/nbformat": ^4.5.1 - "@jupyterlab/observables": ^5.5.1 - "@jupyterlab/rendermime": ^4.5.1 - "@jupyterlab/services": ^7.5.1 - "@jupyterlab/translation": ^4.5.1 - "@jupyterlab/ui-components": ^4.5.1 + checksum: 04ef7b7f05c3fcce121c206d8b1d8956603a4c00c23d182a0e340c1f2352e535d3e3af4370f1fec5d6ce5ff20dd8fece8fee6b3356c6fc2678acf490913b7c63 + languageName: node + linkType: hard + +"@jupyterlab/console@npm:^4.6.0": + version: 4.6.0 + resolution: "@jupyterlab/console@npm:4.6.0" + dependencies: + "@jupyter/ydoc": ^4.0.0 + "@jupyterlab/apputils": ^4.7.0 + "@jupyterlab/cells": ^4.6.0 + "@jupyterlab/codeeditor": ^4.6.0 + "@jupyterlab/codemirror": ^4.6.0 + "@jupyterlab/coreutils": ^6.6.0 + "@jupyterlab/nbformat": ^4.6.0 + "@jupyterlab/observables": ^5.6.0 + "@jupyterlab/rendermime": ^4.6.0 + "@jupyterlab/services": ^7.6.0 + "@jupyterlab/translation": ^4.6.0 + "@jupyterlab/ui-components": ^4.6.0 "@lumino/coreutils": ^2.2.2 "@lumino/disposable": ^2.1.5 - "@lumino/dragdrop": ^2.1.7 + "@lumino/dragdrop": ^2.1.8 "@lumino/messaging": ^2.0.4 "@lumino/signaling": ^2.1.5 - "@lumino/widgets": ^2.7.2 - checksum: 2ec9836fee4b7c6427bb4f93c4385826f50fd1e76c9170228c7408d35677fbd85984fb908d00c595d013359c88713f7be2ddc670a0d62ff4e66ff4fef79bf55f + "@lumino/widgets": ^2.8.0 + checksum: b3b21dcd24ccdb4667b07fd9523ef80c959c72f7a2bbe025494ac3607a385a83252d818e33bd2444c2ed33e5d3753bcc8faa93fbe229a76cf53b2d1ac97854a8 languageName: node linkType: hard -"@jupyterlab/coreutils@npm:^6.2.5, @jupyterlab/coreutils@npm:^6.5.1": - version: 6.5.1 - resolution: "@jupyterlab/coreutils@npm:6.5.1" +"@jupyterlab/coreutils@npm:^6.6.0": + version: 6.6.0 + resolution: "@jupyterlab/coreutils@npm:6.6.0" dependencies: "@lumino/coreutils": ^2.2.2 "@lumino/disposable": ^2.1.5 @@ -703,61 +631,62 @@ __metadata: minimist: ~1.2.0 path-browserify: ^1.0.0 url-parse: ~1.5.4 - checksum: 6d4220a853a158fb507d95e91bc386699696a6531134e0a37213fc5227cb7a5b57b4ed083c3d661c261f0bebb062cd343b3eb3b1610003a3426fb86dbb12d0da - languageName: node - linkType: hard - -"@jupyterlab/debugger@npm:4.2.5": - version: 4.2.5 - resolution: "@jupyterlab/debugger@npm:4.2.5" - dependencies: - "@codemirror/state": ^6.4.1 - "@codemirror/view": ^6.26.0 - "@jupyter/react-components": ^0.15.3 - "@jupyter/ydoc": ^2.0.1 - "@jupyterlab/application": ^4.2.5 - "@jupyterlab/apputils": ^4.3.5 - "@jupyterlab/cells": ^4.2.5 - "@jupyterlab/codeeditor": ^4.2.5 - "@jupyterlab/codemirror": ^4.2.5 - "@jupyterlab/console": ^4.2.5 - "@jupyterlab/coreutils": ^6.2.5 - "@jupyterlab/docregistry": ^4.2.5 - "@jupyterlab/fileeditor": ^4.2.5 - "@jupyterlab/notebook": ^4.2.5 - "@jupyterlab/observables": ^5.2.5 - "@jupyterlab/rendermime": ^4.2.5 - "@jupyterlab/services": ^7.2.5 - "@jupyterlab/translation": ^4.2.5 - "@jupyterlab/ui-components": ^4.2.5 - "@lumino/algorithm": ^2.0.1 - "@lumino/commands": ^2.3.0 - "@lumino/coreutils": ^2.1.2 - "@lumino/datagrid": ^2.3.1 - "@lumino/disposable": ^2.1.2 - "@lumino/messaging": ^2.0.1 - "@lumino/polling": ^2.1.2 - "@lumino/signaling": ^2.1.2 - "@lumino/widgets": ^2.3.2 + checksum: b9ac5bce2cee14bdd8bc82dc89da7eecea675084dc2f9c1f249222f3fea99e62ad14fba6fe44270116ed57358f3733a8d2ead4222a19f921bf4a3549bcb1e212 + languageName: node + linkType: hard + +"@jupyterlab/debugger@npm:^4.6.0": + version: 4.6.0 + resolution: "@jupyterlab/debugger@npm:4.6.0" + dependencies: + "@codemirror/state": ^6.5.4 + "@codemirror/view": ^6.39.14 + "@jupyter/react-components": ^0.16.6 + "@jupyter/ydoc": ^4.0.0 + "@jupyterlab/application": ^4.6.0 + "@jupyterlab/apputils": ^4.7.0 + "@jupyterlab/cells": ^4.6.0 + "@jupyterlab/codeeditor": ^4.6.0 + "@jupyterlab/codemirror": ^4.6.0 + "@jupyterlab/console": ^4.6.0 + "@jupyterlab/coreutils": ^6.6.0 + "@jupyterlab/docregistry": ^4.6.0 + "@jupyterlab/fileeditor": ^4.6.0 + "@jupyterlab/notebook": ^4.6.0 + "@jupyterlab/observables": ^5.6.0 + "@jupyterlab/rendermime": ^4.6.0 + "@jupyterlab/services": ^7.6.0 + "@jupyterlab/settingregistry": ^4.6.0 + "@jupyterlab/translation": ^4.6.0 + "@jupyterlab/ui-components": ^4.6.0 + "@lumino/algorithm": ^2.0.4 + "@lumino/commands": ^2.3.3 + "@lumino/coreutils": ^2.2.2 + "@lumino/datagrid": ^2.5.7 + "@lumino/disposable": ^2.1.5 + "@lumino/messaging": ^2.0.4 + "@lumino/polling": ^2.1.5 + "@lumino/signaling": ^2.1.5 + "@lumino/widgets": ^2.8.0 "@vscode/debugprotocol": ^1.51.0 react: ^18.2.0 - checksum: 6f5d6ae6991cea76b39d93991cd4c02308fc84a741068e176d9d72368ebf5b504f118f714c7555de13b4760f6df4b5ad9b03a8256793b2acdf98c5b30ebca362 + checksum: 9348f5be451042c01509a5098683ed5060ab45666a69b7c2db427298e159a4fd7824c21b2b963eb26a70d7d7eb218e7b8860555914a52630011508f4457cbd37 languageName: node linkType: hard -"@jupyterlab/docmanager@npm:^4.5.1": - version: 4.5.1 - resolution: "@jupyterlab/docmanager@npm:4.5.1" +"@jupyterlab/docmanager@npm:^4.6.0": + version: 4.6.0 + resolution: "@jupyterlab/docmanager@npm:4.6.0" dependencies: - "@jupyterlab/apputils": ^4.6.1 - "@jupyterlab/coreutils": ^6.5.1 - "@jupyterlab/docregistry": ^4.5.1 - "@jupyterlab/rendermime": ^4.5.1 - "@jupyterlab/services": ^7.5.1 - "@jupyterlab/statedb": ^4.5.1 - "@jupyterlab/statusbar": ^4.5.1 - "@jupyterlab/translation": ^4.5.1 - "@jupyterlab/ui-components": ^4.5.1 + "@jupyterlab/apputils": ^4.7.0 + "@jupyterlab/coreutils": ^6.6.0 + "@jupyterlab/docregistry": ^4.6.0 + "@jupyterlab/rendermime": ^4.6.0 + "@jupyterlab/services": ^7.6.0 + "@jupyterlab/statedb": ^4.6.0 + "@jupyterlab/statusbar": ^4.6.0 + "@jupyterlab/translation": ^4.6.0 + "@jupyterlab/ui-components": ^4.6.0 "@lumino/algorithm": ^2.0.4 "@lumino/coreutils": ^2.2.2 "@lumino/disposable": ^2.1.5 @@ -765,333 +694,333 @@ __metadata: "@lumino/polling": ^2.1.5 "@lumino/properties": ^2.0.4 "@lumino/signaling": ^2.1.5 - "@lumino/widgets": ^2.7.2 + "@lumino/widgets": ^2.8.0 react: ^18.2.0 - checksum: 6aa5bfe39285b8bd93b1663e211d0b56b099466b0bcff6938d15543fd8ff3439bc48787effa124ff7d618b7603a6eee4c36bd9316f87ca3d737a6cc4b23a13cb + checksum: f0df3aad8819d52bec8583a3dcea4fa439bc88c1fbeba22566b3ed5576f41c7c380828c8a1270bdeeb5c8732948017b55e7753361453eda9846595e5c55fa880 languageName: node linkType: hard -"@jupyterlab/docregistry@npm:^4.2.5, @jupyterlab/docregistry@npm:^4.5.1": - version: 4.5.1 - resolution: "@jupyterlab/docregistry@npm:4.5.1" +"@jupyterlab/docregistry@npm:^4.6.0": + version: 4.6.0 + resolution: "@jupyterlab/docregistry@npm:4.6.0" dependencies: - "@jupyter/ydoc": ^3.1.0 - "@jupyterlab/apputils": ^4.6.1 - "@jupyterlab/codeeditor": ^4.5.1 - "@jupyterlab/coreutils": ^6.5.1 - "@jupyterlab/observables": ^5.5.1 - "@jupyterlab/rendermime": ^4.5.1 - "@jupyterlab/rendermime-interfaces": ^3.13.1 - "@jupyterlab/services": ^7.5.1 - "@jupyterlab/translation": ^4.5.1 - "@jupyterlab/ui-components": ^4.5.1 + "@jupyter/ydoc": ^4.0.0 + "@jupyterlab/apputils": ^4.7.0 + "@jupyterlab/codeeditor": ^4.6.0 + "@jupyterlab/coreutils": ^6.6.0 + "@jupyterlab/observables": ^5.6.0 + "@jupyterlab/rendermime": ^4.6.0 + "@jupyterlab/rendermime-interfaces": ^3.14.0 + "@jupyterlab/services": ^7.6.0 + "@jupyterlab/translation": ^4.6.0 + "@jupyterlab/ui-components": ^4.6.0 "@lumino/algorithm": ^2.0.4 "@lumino/coreutils": ^2.2.2 "@lumino/disposable": ^2.1.5 "@lumino/messaging": ^2.0.4 "@lumino/properties": ^2.0.4 "@lumino/signaling": ^2.1.5 - "@lumino/widgets": ^2.7.2 + "@lumino/widgets": ^2.8.0 react: ^18.2.0 - checksum: ed0cc700fd45883f1549df01ba8937d5046dc597b2206bc8409aacefd99ad6e21721efe4e589117863ebd69402b4aece21725220c96cc76fd3921bfea9bc5da8 + checksum: 38b4efd9c486a10b5c52e25e0c6fe2810550b22ca816aaad3e507eb804beb08a24eaab8c285ac60f8a0245b7a85de405c1c2a5f400c983342686aa3e0f169731 languageName: node linkType: hard -"@jupyterlab/documentsearch@npm:^4.5.1": - version: 4.5.1 - resolution: "@jupyterlab/documentsearch@npm:4.5.1" +"@jupyterlab/documentsearch@npm:^4.6.0": + version: 4.6.0 + resolution: "@jupyterlab/documentsearch@npm:4.6.0" dependencies: - "@jupyterlab/apputils": ^4.6.1 - "@jupyterlab/translation": ^4.5.1 - "@jupyterlab/ui-components": ^4.5.1 + "@jupyterlab/apputils": ^4.7.0 + "@jupyterlab/translation": ^4.6.0 + "@jupyterlab/ui-components": ^4.6.0 "@lumino/commands": ^2.3.3 "@lumino/coreutils": ^2.2.2 "@lumino/disposable": ^2.1.5 "@lumino/messaging": ^2.0.4 "@lumino/polling": ^2.1.5 "@lumino/signaling": ^2.1.5 - "@lumino/widgets": ^2.7.2 + "@lumino/widgets": ^2.8.0 react: ^18.2.0 - checksum: 0abe395c5c26b271687c58e7fe080e0e710d328585d3164396a464eb4ca40fc2dc2c53335ee76588704cca5392ac8199c302b9d1af5220c5671af0eef5dc28c0 + checksum: 4ee14e196756aae2ea162b46258a0177694112c6ea0ece6784f761341f3a97345d5338f80ca20f7bda205b96cf5207abe7f960f8e2c523f692ecbdb257fe4bd8 languageName: node linkType: hard -"@jupyterlab/filebrowser@npm:^4.5.1": - version: 4.5.1 - resolution: "@jupyterlab/filebrowser@npm:4.5.1" +"@jupyterlab/filebrowser@npm:^4.6.0": + version: 4.6.0 + resolution: "@jupyterlab/filebrowser@npm:4.6.0" dependencies: - "@jupyterlab/apputils": ^4.6.1 - "@jupyterlab/coreutils": ^6.5.1 - "@jupyterlab/docmanager": ^4.5.1 - "@jupyterlab/docregistry": ^4.5.1 - "@jupyterlab/services": ^7.5.1 - "@jupyterlab/statedb": ^4.5.1 - "@jupyterlab/statusbar": ^4.5.1 - "@jupyterlab/translation": ^4.5.1 - "@jupyterlab/ui-components": ^4.5.1 + "@jupyterlab/apputils": ^4.7.0 + "@jupyterlab/coreutils": ^6.6.0 + "@jupyterlab/docmanager": ^4.6.0 + "@jupyterlab/docregistry": ^4.6.0 + "@jupyterlab/services": ^7.6.0 + "@jupyterlab/statedb": ^4.6.0 + "@jupyterlab/statusbar": ^4.6.0 + "@jupyterlab/translation": ^4.6.0 + "@jupyterlab/ui-components": ^4.6.0 "@lumino/algorithm": ^2.0.4 "@lumino/coreutils": ^2.2.2 "@lumino/disposable": ^2.1.5 "@lumino/domutils": ^2.0.4 - "@lumino/dragdrop": ^2.1.7 + "@lumino/dragdrop": ^2.1.8 "@lumino/messaging": ^2.0.4 "@lumino/polling": ^2.1.5 "@lumino/signaling": ^2.1.5 "@lumino/virtualdom": ^2.0.4 - "@lumino/widgets": ^2.7.2 + "@lumino/widgets": ^2.8.0 jest-environment-jsdom: ^29.3.0 react: ^18.2.0 - checksum: e2e54540f1d621b3a29b8b4c7807e3218a2180f3cdc9b66c613cfaa9da83dd51ea7bcfd2d68af305dde7e603c555ccdf2447e073bf601ac0dc93bf2cdc306bc0 - languageName: node - linkType: hard - -"@jupyterlab/fileeditor@npm:^4.2.5": - version: 4.5.1 - resolution: "@jupyterlab/fileeditor@npm:4.5.1" - dependencies: - "@jupyter/ydoc": ^3.1.0 - "@jupyterlab/apputils": ^4.6.1 - "@jupyterlab/codeeditor": ^4.5.1 - "@jupyterlab/codemirror": ^4.5.1 - "@jupyterlab/coreutils": ^6.5.1 - "@jupyterlab/docregistry": ^4.5.1 - "@jupyterlab/documentsearch": ^4.5.1 - "@jupyterlab/lsp": ^4.5.1 - "@jupyterlab/rendermime": ^4.5.1 - "@jupyterlab/statusbar": ^4.5.1 - "@jupyterlab/toc": ^6.5.1 - "@jupyterlab/translation": ^4.5.1 - "@jupyterlab/ui-components": ^4.5.1 + checksum: 76148a7c5674671654590c86174d9e57f42145210981d0725867f831fc7a03d76af2857ac8ef94d19d816bb81228a23426e6bef199f592ac57a5b0eb95c21e25 + languageName: node + linkType: hard + +"@jupyterlab/fileeditor@npm:^4.6.0": + version: 4.6.0 + resolution: "@jupyterlab/fileeditor@npm:4.6.0" + dependencies: + "@jupyter/ydoc": ^4.0.0 + "@jupyterlab/apputils": ^4.7.0 + "@jupyterlab/codeeditor": ^4.6.0 + "@jupyterlab/codemirror": ^4.6.0 + "@jupyterlab/coreutils": ^6.6.0 + "@jupyterlab/docregistry": ^4.6.0 + "@jupyterlab/documentsearch": ^4.6.0 + "@jupyterlab/lsp": ^4.6.0 + "@jupyterlab/rendermime": ^4.6.0 + "@jupyterlab/statusbar": ^4.6.0 + "@jupyterlab/toc": ^6.6.0 + "@jupyterlab/translation": ^4.6.0 + "@jupyterlab/ui-components": ^4.6.0 "@lumino/commands": ^2.3.3 "@lumino/coreutils": ^2.2.2 "@lumino/messaging": ^2.0.4 - "@lumino/widgets": ^2.7.2 + "@lumino/widgets": ^2.8.0 react: ^18.2.0 regexp-match-indices: ^1.0.2 - checksum: 44700084cf2e3c89983d3d7f517b394c372fd701dfd84bf9282724ba68c0ec75df58947f7c4e39b9d6663814bf0389c3560fbd54af5c7caa9ede9494d53d3886 + checksum: b0a2bd4ec1118d030339a7620cfc0e3fde421ab4ee21f017854fa45b6c81bbc2e18961c7c8cef62366ece75f6ab2f9b4af4711e76606f82a3449877cb121e78c languageName: node linkType: hard -"@jupyterlab/galata@npm:^5.5.1": - version: 5.5.1 - resolution: "@jupyterlab/galata@npm:5.5.1" +"@jupyterlab/galata@npm:^5.6.0-rc.0": + version: 5.6.0 + resolution: "@jupyterlab/galata@npm:5.6.0" dependencies: - "@jupyterlab/application": ^4.5.1 - "@jupyterlab/apputils": ^4.6.1 - "@jupyterlab/coreutils": ^6.5.1 - "@jupyterlab/debugger": ^4.5.1 - "@jupyterlab/docmanager": ^4.5.1 - "@jupyterlab/nbformat": ^4.5.1 - "@jupyterlab/notebook": ^4.5.1 - "@jupyterlab/services": ^7.5.1 - "@jupyterlab/settingregistry": ^4.5.1 + "@jupyterlab/application": ^4.6.0 + "@jupyterlab/apputils": ^4.7.0 + "@jupyterlab/coreutils": ^6.6.0 + "@jupyterlab/debugger": ^4.6.0 + "@jupyterlab/docmanager": ^4.6.0 + "@jupyterlab/nbformat": ^4.6.0 + "@jupyterlab/notebook": ^4.6.0 + "@jupyterlab/services": ^7.6.0 + "@jupyterlab/settingregistry": ^4.6.0 "@lumino/coreutils": ^2.2.2 - "@playwright/test": ^1.57.0 + "@playwright/test": ^1.60.0 "@stdlib/stats": ~0.0.13 fs-extra: ^10.1.0 json5: ^2.2.3 path: ~0.12.7 - systeminformation: ^5.8.6 vega: ^5.20.0 vega-lite: ^5.6.1 vega-statistics: ^1.7.9 - checksum: e5d0203c118c3bcb634bc4df521447f89d667f7e8add306a149a9909819f5a23692494dd899ebafa6415e43ca2206f288c5f833f3c4b34b39fb98c2858ac56f2 + checksum: 433f1d1932681c1355628b6e1546fffb21f876e5108538002ffaddd955d3f0923313c84d13341d574994c889895f6a3bc23e713fda2075317ce94ed16e865eee languageName: node linkType: hard -"@jupyterlab/lsp@npm:^4.5.1": - version: 4.5.1 - resolution: "@jupyterlab/lsp@npm:4.5.1" +"@jupyterlab/lsp@npm:^4.6.0": + version: 4.6.0 + resolution: "@jupyterlab/lsp@npm:4.6.0" dependencies: - "@jupyterlab/apputils": ^4.6.1 - "@jupyterlab/codeeditor": ^4.5.1 - "@jupyterlab/codemirror": ^4.5.1 - "@jupyterlab/coreutils": ^6.5.1 - "@jupyterlab/docregistry": ^4.5.1 - "@jupyterlab/services": ^7.5.1 - "@jupyterlab/translation": ^4.5.1 + "@jupyterlab/apputils": ^4.7.0 + "@jupyterlab/codeeditor": ^4.6.0 + "@jupyterlab/codemirror": ^4.6.0 + "@jupyterlab/coreutils": ^6.6.0 + "@jupyterlab/docregistry": ^4.6.0 + "@jupyterlab/services": ^7.6.0 + "@jupyterlab/translation": ^4.6.0 "@lumino/coreutils": ^2.2.2 "@lumino/disposable": ^2.1.5 "@lumino/signaling": ^2.1.5 - "@lumino/widgets": ^2.7.2 + "@lumino/widgets": ^2.8.0 lodash.mergewith: ^4.6.1 - vscode-jsonrpc: ^6.0.0 + vscode-jsonrpc: ^8.2.0 vscode-languageserver-protocol: ^3.17.0 vscode-ws-jsonrpc: ~1.0.2 - checksum: dbfd735f32b9e3495729b00d5cb0bfc25456005f11d7e08cd5233b08e402a5cfc6d3e98fe3118850f37cd843d43642d9c485a674da45a133641a890c5d04d165 + checksum: 012a6327c7e3b10fc4351d8a607105241908433d04debe2f98beacf5d21feecbe35889713459afe9c2951d773d1b9bb37647ea0948e223de2a01759097662d2d languageName: node linkType: hard -"@jupyterlab/markedparser-extension@npm:^4.5.1": - version: 4.5.1 - resolution: "@jupyterlab/markedparser-extension@npm:4.5.1" +"@jupyterlab/markedparser-extension@npm:^4.6.0": + version: 4.6.0 + resolution: "@jupyterlab/markedparser-extension@npm:4.6.0" dependencies: - "@jupyterlab/application": ^4.5.1 - "@jupyterlab/codemirror": ^4.5.1 - "@jupyterlab/coreutils": ^6.5.1 - "@jupyterlab/mermaid": ^4.5.1 - "@jupyterlab/rendermime": ^4.5.1 + "@jupyterlab/application": ^4.6.0 + "@jupyterlab/codemirror": ^4.6.0 + "@jupyterlab/coreutils": ^6.6.0 + "@jupyterlab/mermaid": ^4.6.0 + "@jupyterlab/rendermime": ^4.6.0 "@lumino/coreutils": ^2.2.2 - marked: ^16.2.1 - marked-gfm-heading-id: ^4.1.2 - marked-mangle: ^1.1.11 - checksum: b8b877f0daa7e08082ce0f89ecd6c04824b26e01d4ce85b4e8c4cab5f43a303131fdc3b0b1f150bd03f933634e3747236811d7189e867562d57fb80682f906b5 + marked: ^17.0.6 + marked-gfm-heading-id: ^4.1.4 + marked-mangle: ^1.1.13 + checksum: ebb166732eef134be941f111364d999a095fc40704e2aa3333a7044998a3d3d6ee5567e274fa0863e82cbee61b73fa7623b3db8c8e9478a7fd66e15249434040 languageName: node linkType: hard -"@jupyterlab/mermaid@npm:^4.5.1": - version: 4.5.1 - resolution: "@jupyterlab/mermaid@npm:4.5.1" +"@jupyterlab/mermaid@npm:^4.6.0": + version: 4.6.0 + resolution: "@jupyterlab/mermaid@npm:4.6.0" dependencies: - "@jupyterlab/apputils": ^4.6.1 - "@jupyterlab/coreutils": ^6.5.1 - "@jupyterlab/rendermime-interfaces": ^3.13.1 + "@jupyterlab/apputils": ^4.7.0 + "@jupyterlab/coreutils": ^6.6.0 + "@jupyterlab/rendermime-interfaces": ^3.14.0 "@lumino/coreutils": ^2.2.2 - "@lumino/widgets": ^2.7.2 - "@mermaid-js/layout-elk": ^0.2.0 - mermaid: ^11.12.1 - checksum: 2e2479b8ddf52ddd4ef95ba255576c010a7b5e535ba006751c221f174d4298d8c6c2efc8ae997a0fac9dcc1ed4f77cd2e12363ca3334aaaf3af976003e5d7187 + "@lumino/widgets": ^2.8.0 + "@mermaid-js/layout-elk": ^0.2.1 + mermaid: ^11.15.0 + checksum: 544926350a404c124da7f7199608d99e9b6b7f7a6fd531fd8ca57a0b6f9f1dc1ff6ba69df854391ea2b7f0e575c242e96ecd8e2a5ecb9c340c8a4913474c1e87 languageName: node linkType: hard -"@jupyterlab/nbformat@npm:^3.0.0 || ^4.0.0-alpha.21 || ^4.0.0, @jupyterlab/nbformat@npm:^4.5.1": - version: 4.5.1 - resolution: "@jupyterlab/nbformat@npm:4.5.1" +"@jupyterlab/nbformat@npm:^3.0.0 || ^4.0.0-alpha.21 || ^4.0.0, @jupyterlab/nbformat@npm:^4.6.0": + version: 4.6.0 + resolution: "@jupyterlab/nbformat@npm:4.6.0" dependencies: "@lumino/coreutils": ^2.2.2 - checksum: 3883f224c731bb5825523ee982a4535f3d6c0123f9581ca147967595bfc142ab80b3fa5c93a61a03fb95212c40d5c36db049130f115647de78c8faeef0376bf5 - languageName: node - linkType: hard - -"@jupyterlab/notebook@npm:^4.2.5, @jupyterlab/notebook@npm:^4.5.1": - version: 4.5.1 - resolution: "@jupyterlab/notebook@npm:4.5.1" - dependencies: - "@jupyter/ydoc": ^3.1.0 - "@jupyterlab/apputils": ^4.6.1 - "@jupyterlab/cells": ^4.5.1 - "@jupyterlab/codeeditor": ^4.5.1 - "@jupyterlab/codemirror": ^4.5.1 - "@jupyterlab/coreutils": ^6.5.1 - "@jupyterlab/docregistry": ^4.5.1 - "@jupyterlab/documentsearch": ^4.5.1 - "@jupyterlab/lsp": ^4.5.1 - "@jupyterlab/markedparser-extension": ^4.5.1 - "@jupyterlab/nbformat": ^4.5.1 - "@jupyterlab/observables": ^5.5.1 - "@jupyterlab/rendermime": ^4.5.1 - "@jupyterlab/services": ^7.5.1 - "@jupyterlab/settingregistry": ^4.5.1 - "@jupyterlab/statusbar": ^4.5.1 - "@jupyterlab/toc": ^6.5.1 - "@jupyterlab/translation": ^4.5.1 - "@jupyterlab/ui-components": ^4.5.1 + checksum: d4c7dc410cd2e831e13c8e45da0680d02161ae2f427b8a886140cb53637530e4254d20b692eda55edff63e306de2068b8416b25778ca050f3ae2148ee6c50b8a + languageName: node + linkType: hard + +"@jupyterlab/notebook@npm:^4.6.0": + version: 4.6.0 + resolution: "@jupyterlab/notebook@npm:4.6.0" + dependencies: + "@jupyter/ydoc": ^4.0.0 + "@jupyterlab/apputils": ^4.7.0 + "@jupyterlab/cells": ^4.6.0 + "@jupyterlab/codeeditor": ^4.6.0 + "@jupyterlab/codemirror": ^4.6.0 + "@jupyterlab/coreutils": ^6.6.0 + "@jupyterlab/docregistry": ^4.6.0 + "@jupyterlab/documentsearch": ^4.6.0 + "@jupyterlab/lsp": ^4.6.0 + "@jupyterlab/markedparser-extension": ^4.6.0 + "@jupyterlab/nbformat": ^4.6.0 + "@jupyterlab/observables": ^5.6.0 + "@jupyterlab/rendermime": ^4.6.0 + "@jupyterlab/services": ^7.6.0 + "@jupyterlab/settingregistry": ^4.6.0 + "@jupyterlab/statusbar": ^4.6.0 + "@jupyterlab/toc": ^6.6.0 + "@jupyterlab/translation": ^4.6.0 + "@jupyterlab/ui-components": ^4.6.0 "@lumino/algorithm": ^2.0.4 + "@lumino/commands": ^2.3.3 "@lumino/coreutils": ^2.2.2 "@lumino/disposable": ^2.1.5 "@lumino/domutils": ^2.0.4 - "@lumino/dragdrop": ^2.1.7 + "@lumino/dragdrop": ^2.1.8 "@lumino/messaging": ^2.0.4 "@lumino/polling": ^2.1.5 "@lumino/properties": ^2.0.4 "@lumino/signaling": ^2.1.5 "@lumino/virtualdom": ^2.0.4 - "@lumino/widgets": ^2.7.2 + "@lumino/widgets": ^2.8.0 react: ^18.2.0 - checksum: fd107ce2a1235ac7adbe26c5d77cff4a69d775ae56f5410ec8a4f844c589df917f34b73e1c5035f604d996309b63d5273e0d5eb1b46ab6ca4a2f098b2f67880d + checksum: 69ccd65f9c196192749e2ebab6b68481d6fe959c7cbc9b8cbaa8464af4263256195f56315c4873d8c5ae275aff11f2c311f2aa8dd5512326b3438673b67863f2 languageName: node linkType: hard -"@jupyterlab/observables@npm:^5.2.5, @jupyterlab/observables@npm:^5.5.1": - version: 5.5.1 - resolution: "@jupyterlab/observables@npm:5.5.1" +"@jupyterlab/observables@npm:^5.6.0": + version: 5.6.0 + resolution: "@jupyterlab/observables@npm:5.6.0" dependencies: "@lumino/algorithm": ^2.0.4 "@lumino/coreutils": ^2.2.2 "@lumino/disposable": ^2.1.5 "@lumino/messaging": ^2.0.4 "@lumino/signaling": ^2.1.5 - checksum: cf3c5ea69d2a72271a4b2c4542fef2945b7b991c25398de49ea1110c0de4f9abbe1f83752a6cc631374b0e44f49079db39f07cb32005b39c87b97eda70b5740f + checksum: 71266f2e5d0fb575821fec6d7b7ca4b5271b641ae8ea623270762c65e3da1b655eb9a1e42c3b6639fbe63c299431183724daa7e2a38a4972e864e14dde623efc languageName: node linkType: hard -"@jupyterlab/outputarea@npm:^4.5.1": - version: 4.5.1 - resolution: "@jupyterlab/outputarea@npm:4.5.1" +"@jupyterlab/outputarea@npm:^4.6.0": + version: 4.6.0 + resolution: "@jupyterlab/outputarea@npm:4.6.0" dependencies: - "@jupyterlab/apputils": ^4.6.1 - "@jupyterlab/nbformat": ^4.5.1 - "@jupyterlab/observables": ^5.5.1 - "@jupyterlab/rendermime": ^4.5.1 - "@jupyterlab/rendermime-interfaces": ^3.13.1 - "@jupyterlab/services": ^7.5.1 - "@jupyterlab/translation": ^4.5.1 + "@jupyterlab/apputils": ^4.7.0 + "@jupyterlab/nbformat": ^4.6.0 + "@jupyterlab/observables": ^5.6.0 + "@jupyterlab/rendermime": ^4.6.0 + "@jupyterlab/rendermime-interfaces": ^3.14.0 + "@jupyterlab/services": ^7.6.0 + "@jupyterlab/translation": ^4.6.0 "@lumino/algorithm": ^2.0.4 "@lumino/coreutils": ^2.2.2 "@lumino/disposable": ^2.1.5 "@lumino/messaging": ^2.0.4 "@lumino/properties": ^2.0.4 "@lumino/signaling": ^2.1.5 - "@lumino/widgets": ^2.7.2 - checksum: 99cd4a7e88a3b00494c6ccd4d356ebd9e78964e9b4f9fa64aa00750e0912c6b84a7b14d8bd9426ff7a7c4f57d4b8e4586cfbfc9f7591576a5d8d92847f367375 + "@lumino/widgets": ^2.8.0 + checksum: e113733476af1e0744031f24312303b619f7235bd632e0bc387b37748df422180977b4104548b03b1492f587703b499f6d036b269aac4e61cf8369aab2507e37 languageName: node linkType: hard -"@jupyterlab/rendermime-interfaces@npm:^3.13.1": - version: 3.13.1 - resolution: "@jupyterlab/rendermime-interfaces@npm:3.13.1" +"@jupyterlab/rendermime-interfaces@npm:^3.14.0": + version: 3.14.0 + resolution: "@jupyterlab/rendermime-interfaces@npm:3.14.0" dependencies: "@lumino/coreutils": ^1.11.0 || ^2.2.2 - "@lumino/widgets": ^1.37.2 || ^2.7.2 - checksum: a92c464f8e12d6861e0a5a1cbcc9e4fef45d6ca43cdf855b171c7b48fb6fddf47691701c258b9acc69c644d5e036ad6aceff9a2b0db5d0603e1fbb06eba97af3 + "@lumino/widgets": ^1.37.2 || ^2.8.0 + checksum: e34952f24114627a1ac626093dab94d56b315e8b87a2982d6783792982521c80311ffaae9a7e8cd4596f74a3e67d745b161ab63597e736492679d4b3b6278bde languageName: node linkType: hard -"@jupyterlab/rendermime@npm:^4.2.5, @jupyterlab/rendermime@npm:^4.5.1": - version: 4.5.1 - resolution: "@jupyterlab/rendermime@npm:4.5.1" +"@jupyterlab/rendermime@npm:^4.6.0": + version: 4.6.0 + resolution: "@jupyterlab/rendermime@npm:4.6.0" dependencies: - "@jupyterlab/apputils": ^4.6.1 - "@jupyterlab/coreutils": ^6.5.1 - "@jupyterlab/nbformat": ^4.5.1 - "@jupyterlab/observables": ^5.5.1 - "@jupyterlab/rendermime-interfaces": ^3.13.1 - "@jupyterlab/services": ^7.5.1 - "@jupyterlab/translation": ^4.5.1 + "@jupyterlab/apputils": ^4.7.0 + "@jupyterlab/coreutils": ^6.6.0 + "@jupyterlab/nbformat": ^4.6.0 + "@jupyterlab/observables": ^5.6.0 + "@jupyterlab/rendermime-interfaces": ^3.14.0 + "@jupyterlab/services": ^7.6.0 + "@jupyterlab/translation": ^4.6.0 "@lumino/coreutils": ^2.2.2 "@lumino/messaging": ^2.0.4 "@lumino/signaling": ^2.1.5 - "@lumino/widgets": ^2.7.2 + "@lumino/widgets": ^2.8.0 lodash.escape: ^4.0.1 - checksum: f0adda955672b41965c74067e7a59342e260c68ed60ee276e8d7f26c1f83939088e8d523c9eac78f03b57c9aa42c74c9735f867c9c04b4af9f6b42f76d653e66 + checksum: be0a14089212f6373c1ede7d4672e66d9bf5a956c6b4d8d1f8588c3dc66a3f83be199b4212c0afa729cdde6da47956d5b1a8ae1aeea9e971c69961dec28468ad languageName: node linkType: hard -"@jupyterlab/services@npm:^7.2.5, @jupyterlab/services@npm:^7.5.1": - version: 7.5.1 - resolution: "@jupyterlab/services@npm:7.5.1" +"@jupyterlab/services@npm:^7.6.0": + version: 7.6.0 + resolution: "@jupyterlab/services@npm:7.6.0" dependencies: - "@jupyter/ydoc": ^3.1.0 - "@jupyterlab/coreutils": ^6.5.1 - "@jupyterlab/nbformat": ^4.5.1 - "@jupyterlab/settingregistry": ^4.5.1 - "@jupyterlab/statedb": ^4.5.1 + "@jupyter/ydoc": ^4.0.0 + "@jupyterlab/coreutils": ^6.6.0 + "@jupyterlab/nbformat": ^4.6.0 + "@jupyterlab/settingregistry": ^4.6.0 + "@jupyterlab/statedb": ^4.6.0 "@lumino/coreutils": ^2.2.2 "@lumino/disposable": ^2.1.5 "@lumino/polling": ^2.1.5 "@lumino/properties": ^2.0.4 "@lumino/signaling": ^2.1.5 ws: ^8.11.0 - checksum: 8638b0143b6e16a6dcb089eb27316ebce5dde35630011c71ab1a54aae57ebb34a3b3c6f6eb46770b698358418e0842ed1ad889453eabfb486db035da18d3da9d + checksum: 73e12d5cd090eb891404eba738dda7eafd324fa34232a177ec4f3897839c7e2a89eb01b7911b6113b617d88bcbe7cf5a64fb63296849a8f9d3f06a1a6a52ab51 languageName: node linkType: hard -"@jupyterlab/settingregistry@npm:^4.5.1": - version: 4.5.1 - resolution: "@jupyterlab/settingregistry@npm:4.5.1" +"@jupyterlab/settingregistry@npm:^4.6.0": + version: 4.6.0 + resolution: "@jupyterlab/settingregistry@npm:4.6.0" dependencies: - "@jupyterlab/nbformat": ^4.5.1 - "@jupyterlab/statedb": ^4.5.1 + "@jupyterlab/nbformat": ^4.6.0 + "@jupyterlab/statedb": ^4.6.0 "@lumino/commands": ^2.3.3 "@lumino/coreutils": ^2.2.2 "@lumino/disposable": ^2.1.5 @@ -1101,85 +1030,85 @@ __metadata: json5: ^2.2.3 peerDependencies: react: ">=16" - checksum: a21b9d29963c3a3b393b83ca137c30ca930a0fa7d2f2290bce7078685fa03e994ecd0427ef85282904a421d3455a790e55abb36e7efc7f9f0432d7af616ebc13 + checksum: e3bdb7b6b959fbda9cda9bb25f98bdb78425ada7968d40180b344bd05d242526de773d7992f77119706efd917416fc00b30fa31ebc32a8305351a36bd85d2944 languageName: node linkType: hard -"@jupyterlab/statedb@npm:^4.5.1": - version: 4.5.1 - resolution: "@jupyterlab/statedb@npm:4.5.1" +"@jupyterlab/statedb@npm:^4.6.0": + version: 4.6.0 + resolution: "@jupyterlab/statedb@npm:4.6.0" dependencies: "@lumino/commands": ^2.3.3 "@lumino/coreutils": ^2.2.2 "@lumino/disposable": ^2.1.5 "@lumino/properties": ^2.0.4 "@lumino/signaling": ^2.1.5 - checksum: 0b42b997b63a767abc33585815ad7e3d673c2303e3de441bcc97780ab83ce495efccd34fdfb3084aafdfd2ff883e800206b353b10c08fdf3d2a3c1befd163115 + checksum: f9d21e4fe3142b7efa82cafd66a803928a463e6502d9b2e5957f194c18b6b92786c21fce7626b7d859b38c67380f9a384ab53d41635398ec6d61524c879a1450 languageName: node linkType: hard -"@jupyterlab/statusbar@npm:^4.5.1": - version: 4.5.1 - resolution: "@jupyterlab/statusbar@npm:4.5.1" +"@jupyterlab/statusbar@npm:^4.6.0": + version: 4.6.0 + resolution: "@jupyterlab/statusbar@npm:4.6.0" dependencies: - "@jupyterlab/ui-components": ^4.5.1 + "@jupyterlab/ui-components": ^4.6.0 "@lumino/algorithm": ^2.0.4 "@lumino/coreutils": ^2.2.2 "@lumino/disposable": ^2.1.5 "@lumino/messaging": ^2.0.4 "@lumino/signaling": ^2.1.5 - "@lumino/widgets": ^2.7.2 + "@lumino/widgets": ^2.8.0 react: ^18.2.0 - checksum: fff5e6ed78ba65b525e79ae0bcc93a3368d1dc5a397cc4ad27ec37fe7841d344b6d42908c66b8426814740e044fc3754af10cbd918d43f6eb3da5939daf11ce2 + checksum: 8be267a661dc20971b2d3b68c47cfdbd365854bf414b20b7bbee8f7a9af081c203e4a0c5fb138eb7bf7cf170a1b96ca17db13480f71cde448ef924952d541c75 languageName: node linkType: hard -"@jupyterlab/toc@npm:^6.5.1": - version: 6.5.1 - resolution: "@jupyterlab/toc@npm:6.5.1" +"@jupyterlab/toc@npm:^6.6.0": + version: 6.6.0 + resolution: "@jupyterlab/toc@npm:6.6.0" dependencies: "@jupyter/react-components": ^0.16.6 - "@jupyterlab/apputils": ^4.6.1 - "@jupyterlab/coreutils": ^6.5.1 - "@jupyterlab/docregistry": ^4.5.1 - "@jupyterlab/observables": ^5.5.1 - "@jupyterlab/rendermime": ^4.5.1 - "@jupyterlab/rendermime-interfaces": ^3.13.1 - "@jupyterlab/translation": ^4.5.1 - "@jupyterlab/ui-components": ^4.5.1 + "@jupyterlab/apputils": ^4.7.0 + "@jupyterlab/coreutils": ^6.6.0 + "@jupyterlab/docregistry": ^4.6.0 + "@jupyterlab/observables": ^5.6.0 + "@jupyterlab/rendermime": ^4.6.0 + "@jupyterlab/rendermime-interfaces": ^3.14.0 + "@jupyterlab/translation": ^4.6.0 + "@jupyterlab/ui-components": ^4.6.0 "@lumino/coreutils": ^2.2.2 "@lumino/disposable": ^2.1.5 "@lumino/messaging": ^2.0.4 "@lumino/signaling": ^2.1.5 - "@lumino/widgets": ^2.7.2 + "@lumino/widgets": ^2.8.0 react: ^18.2.0 - checksum: 95c32fa820f1dbff00599d5af1a95583515f7cf4e10d679769112e6e7582699417e2b93b61d9d79aea832972cd87315b7eb1b02a1f5b005d7adc0825b346d514 + checksum: fb3c41f35e1f159602971db54d33734a4e0205c0d02c034dccf27b70d6b82b486607840ac873ca710ede35eccbf4a2278a420f262f4e58f87cd7a637c4319e0d languageName: node linkType: hard -"@jupyterlab/translation@npm:^4.2.5, @jupyterlab/translation@npm:^4.5.1": - version: 4.5.1 - resolution: "@jupyterlab/translation@npm:4.5.1" +"@jupyterlab/translation@npm:^4.6.0": + version: 4.6.0 + resolution: "@jupyterlab/translation@npm:4.6.0" dependencies: - "@jupyterlab/coreutils": ^6.5.1 - "@jupyterlab/rendermime-interfaces": ^3.13.1 - "@jupyterlab/services": ^7.5.1 - "@jupyterlab/statedb": ^4.5.1 + "@jupyterlab/coreutils": ^6.6.0 + "@jupyterlab/rendermime-interfaces": ^3.14.0 + "@jupyterlab/services": ^7.6.0 + "@jupyterlab/statedb": ^4.6.0 "@lumino/coreutils": ^2.2.2 - checksum: 0ecadbee3f7eecb9f3a8c8823d061c11876ceb900facff86fd418368d31f950071fa7b78addfc3a6845b533ca0398dc67e864eaf47325a07928c52e57e6a2746 + checksum: fc0c77c7fceeef9f9a6460d1665fc24e1e71489653a0293352add9a8e8649dff502cb31ae865267e78bb3a1a098213317f0b60091bc3ca24a62a62a281a660e2 languageName: node linkType: hard -"@jupyterlab/ui-components@npm:^4.2.5, @jupyterlab/ui-components@npm:^4.5.1": - version: 4.5.1 - resolution: "@jupyterlab/ui-components@npm:4.5.1" +"@jupyterlab/ui-components@npm:^4.6.0": + version: 4.6.0 + resolution: "@jupyterlab/ui-components@npm:4.6.0" dependencies: "@jupyter/react-components": ^0.16.6 "@jupyter/web-components": ^0.16.6 - "@jupyterlab/coreutils": ^6.5.1 - "@jupyterlab/observables": ^5.5.1 - "@jupyterlab/rendermime-interfaces": ^3.13.1 - "@jupyterlab/translation": ^4.5.1 + "@jupyterlab/coreutils": ^6.6.0 + "@jupyterlab/observables": ^5.6.0 + "@jupyterlab/rendermime-interfaces": ^3.14.0 + "@jupyterlab/translation": ^4.6.0 "@lumino/algorithm": ^2.0.4 "@lumino/commands": ^2.3.3 "@lumino/coreutils": ^2.2.2 @@ -1189,7 +1118,7 @@ __metadata: "@lumino/properties": ^2.0.4 "@lumino/signaling": ^2.1.5 "@lumino/virtualdom": ^2.0.4 - "@lumino/widgets": ^2.7.2 + "@lumino/widgets": ^2.8.0 "@rjsf/core": ^5.13.4 "@rjsf/utils": ^5.13.4 react: ^18.2.0 @@ -1197,14 +1126,14 @@ __metadata: typestyle: ^2.0.4 peerDependencies: react: ^18.2.0 - checksum: 999a2689bbaa9f24f378ab2e28430be18251c73ffe539c513c843d5f22436d2c3b33666eb0464b6e27fd8fb28cc89b4515e5c231f17945012287b2ca232f0a77 + checksum: eb617693dc95a225ead6eaade9c65c8cdfbbd7569aaa443256554c373411c0765d20fc9d5620453a3a4a278204a3ebef72ba9421eb7b972578354904565fdb42 languageName: node linkType: hard -"@lezer/common@npm:^1.0.0, @lezer/common@npm:^1.0.2, @lezer/common@npm:^1.1.0, @lezer/common@npm:^1.2.0, @lezer/common@npm:^1.2.1, @lezer/common@npm:^1.3.0": - version: 1.4.0 - resolution: "@lezer/common@npm:1.4.0" - checksum: 29ce9749028261dcce2821ac0916a45094efe43456eb032dd6f8433b487be26f00df906ee101eb40b7f40a9f9cd4baf9aed8fba7cbac52572f8a1c4ffd65cd94 +"@lezer/common@npm:^1.0.0, @lezer/common@npm:^1.0.2, @lezer/common@npm:^1.1.0, @lezer/common@npm:^1.2.0, @lezer/common@npm:^1.2.1, @lezer/common@npm:^1.3.0, @lezer/common@npm:^1.5.0": + version: 1.5.2 + resolution: "@lezer/common@npm:1.5.2" + checksum: 765b56559a89b44ba6844d4c68dabc5923457f3cd61b4498ec5dbb7a1156644db03495a5fee2896193074a49b3a0c009c7426f93a69343957055a32bba1af372 languageName: node linkType: hard @@ -1358,21 +1287,21 @@ __metadata: languageName: node linkType: hard -"@lumino/algorithm@npm:^2.0.1, @lumino/algorithm@npm:^2.0.4": +"@lumino/algorithm@npm:^2.0.4": version: 2.0.4 resolution: "@lumino/algorithm@npm:2.0.4" checksum: ec1532fc294666fb483dd35082ec50ad979d0e9e1daf7a951ca045fd36a1ae88c7c73bf09c1aafed1ea826319f038ec2ed7058f58d214d5ed9f6a4cf61f232e8 languageName: node linkType: hard -"@lumino/application@npm:^2.4.5": - version: 2.4.5 - resolution: "@lumino/application@npm:2.4.5" +"@lumino/application@npm:^2.4.9": + version: 2.4.9 + resolution: "@lumino/application@npm:2.4.9" dependencies: "@lumino/commands": ^2.3.3 "@lumino/coreutils": ^2.2.2 - "@lumino/widgets": ^2.7.2 - checksum: 7a034b49cfde045a81d3ed0cb51bfff79a595f9e299c601cc71c19c0709dfe49db5a0a21fdc36fb9d77e441f144ebbeabf9f5ff132a265d530ad3551e9ecc11b + "@lumino/widgets": ^2.8.0 + checksum: d359e1d616af8ad756304dee03c2e4e0de212592b131f86e5d4cd510da48fab6c7caedb6508b7bb77886fb5e1c148b1416afe672538d8ef03a78a452d1c034dc languageName: node linkType: hard @@ -1385,7 +1314,7 @@ __metadata: languageName: node linkType: hard -"@lumino/commands@npm:^2.3.0, @lumino/commands@npm:^2.3.3": +"@lumino/commands@npm:^2.3.3": version: 2.3.3 resolution: "@lumino/commands@npm:2.3.3" dependencies: @@ -1400,7 +1329,7 @@ __metadata: languageName: node linkType: hard -"@lumino/coreutils@npm:^1.11.0 || ^2.0.0, @lumino/coreutils@npm:^1.11.0 || ^2.2.2, @lumino/coreutils@npm:^2.1.2, @lumino/coreutils@npm:^2.2.2": +"@lumino/coreutils@npm:^1.11.0 || ^2.0.0, @lumino/coreutils@npm:^1.11.0 || ^2.2.2, @lumino/coreutils@npm:^2.2.2": version: 2.2.2 resolution: "@lumino/coreutils@npm:2.2.2" dependencies: @@ -1409,24 +1338,24 @@ __metadata: languageName: node linkType: hard -"@lumino/datagrid@npm:^2.3.1": - version: 2.5.3 - resolution: "@lumino/datagrid@npm:2.5.3" +"@lumino/datagrid@npm:^2.5.7": + version: 2.5.7 + resolution: "@lumino/datagrid@npm:2.5.7" dependencies: "@lumino/algorithm": ^2.0.4 "@lumino/coreutils": ^2.2.2 "@lumino/disposable": ^2.1.5 "@lumino/domutils": ^2.0.4 - "@lumino/dragdrop": ^2.1.7 + "@lumino/dragdrop": ^2.1.8 "@lumino/keyboard": ^2.0.4 "@lumino/messaging": ^2.0.4 "@lumino/signaling": ^2.1.5 - "@lumino/widgets": ^2.7.2 - checksum: 6dd9c1f6bfdd5133d762aa19f50bb949ef1ad166a06d6c71c4c25076d45854503a2cace33ee75725bbadef96f1316104e7af833179ef507d579c87352858aaa6 + "@lumino/widgets": ^2.8.0 + checksum: d38a38628eba5b6dafee51975e6a74b6c36c88970a7aef4df241d59585032e80e3c276e48f858e3f4289d7a39550be3bbc7ca4baff7680ff429d3f0b11dc3511 languageName: node linkType: hard -"@lumino/disposable@npm:^1.10.0 || ^2.0.0, @lumino/disposable@npm:^2.1.2, @lumino/disposable@npm:^2.1.5": +"@lumino/disposable@npm:^1.10.0 || ^2.0.0, @lumino/disposable@npm:^2.1.5": version: 2.1.5 resolution: "@lumino/disposable@npm:2.1.5" dependencies: @@ -1442,13 +1371,13 @@ __metadata: languageName: node linkType: hard -"@lumino/dragdrop@npm:^2.1.7": - version: 2.1.7 - resolution: "@lumino/dragdrop@npm:2.1.7" +"@lumino/dragdrop@npm:^2.1.8": + version: 2.1.8 + resolution: "@lumino/dragdrop@npm:2.1.8" dependencies: "@lumino/coreutils": ^2.2.2 "@lumino/disposable": ^2.1.5 - checksum: 92365f45bf3876db2575e6c46a8951f5521fa889146a760386fd189927ae14b7fb00a0e3390f78cfca2703d9d57854e3b17fb4b457a8f288df268f3a36158858 + checksum: 2e772456ce911c6c4941df4213eebeb64265f7ee36f83332ac1abb01bbc1b88b84978616dbc58cf7e8cb053db2018090ad68221bc343acaf1b6dcbbe355e25ab languageName: node linkType: hard @@ -1459,7 +1388,7 @@ __metadata: languageName: node linkType: hard -"@lumino/messaging@npm:^2.0.1, @lumino/messaging@npm:^2.0.4": +"@lumino/messaging@npm:^2.0.4": version: 2.0.4 resolution: "@lumino/messaging@npm:2.0.4" dependencies: @@ -1469,7 +1398,7 @@ __metadata: languageName: node linkType: hard -"@lumino/polling@npm:^2.1.2, @lumino/polling@npm:^2.1.5": +"@lumino/polling@npm:^2.1.5": version: 2.1.5 resolution: "@lumino/polling@npm:2.1.5" dependencies: @@ -1487,7 +1416,7 @@ __metadata: languageName: node linkType: hard -"@lumino/signaling@npm:^1.10.0 || ^2.0.0, @lumino/signaling@npm:^2.1.2, @lumino/signaling@npm:^2.1.5": +"@lumino/signaling@npm:^1.10.0 || ^2.0.0, @lumino/signaling@npm:^2.1.5": version: 2.1.5 resolution: "@lumino/signaling@npm:2.1.5" dependencies: @@ -1506,22 +1435,22 @@ __metadata: languageName: node linkType: hard -"@lumino/widgets@npm:^1.37.2 || ^2.7.2, @lumino/widgets@npm:^2.3.2, @lumino/widgets@npm:^2.7.2": - version: 2.7.2 - resolution: "@lumino/widgets@npm:2.7.2" +"@lumino/widgets@npm:^1.37.2 || ^2.8.0, @lumino/widgets@npm:^2.8.0": + version: 2.8.0 + resolution: "@lumino/widgets@npm:2.8.0" dependencies: "@lumino/algorithm": ^2.0.4 "@lumino/commands": ^2.3.3 "@lumino/coreutils": ^2.2.2 "@lumino/disposable": ^2.1.5 "@lumino/domutils": ^2.0.4 - "@lumino/dragdrop": ^2.1.7 + "@lumino/dragdrop": ^2.1.8 "@lumino/keyboard": ^2.0.4 "@lumino/messaging": ^2.0.4 "@lumino/properties": ^2.0.4 "@lumino/signaling": ^2.1.5 "@lumino/virtualdom": ^2.0.4 - checksum: ca9017aecc1df504f433a6189ede84d8ae3ec2c76dd612cf1b43f131ace5d992e6f8ac5359f6ec04abd336c8abadc5eeada43f48f5140cfed54630f1bd84b44a + checksum: 1ae2e15b422b4157b45fb4f4c1e192eb81c91e52d6b73c462f63ae013c5f742856096e65eba5658a5cf28c12ebab77bf84f393e0d70b29964bf1cf6d174ca3a2 languageName: node linkType: hard @@ -1532,24 +1461,24 @@ __metadata: languageName: node linkType: hard -"@mermaid-js/layout-elk@npm:^0.2.0": - version: 0.2.0 - resolution: "@mermaid-js/layout-elk@npm:0.2.0" +"@mermaid-js/layout-elk@npm:^0.2.1": + version: 0.2.1 + resolution: "@mermaid-js/layout-elk@npm:0.2.1" dependencies: d3: ^7.9.0 elkjs: ^0.9.3 peerDependencies: mermaid: ^11.0.2 - checksum: 1a1ca0ebe32367de883341f2f10484086aacff498f57a3366aec8fcea1749bea66ea574021223de69ac065a7c914c6cd56f385c48c0a7d25c11a71571903ee6d + checksum: f5caaa1618ad273c1e2090dc5ce952789bc3c12fb2d57146a7997148290884cf22e51b552b4a38e995db43ef175a5d46f1710de2e25d14106812f21dc906b1cb languageName: node linkType: hard -"@mermaid-js/parser@npm:^0.6.3": - version: 0.6.3 - resolution: "@mermaid-js/parser@npm:0.6.3" +"@mermaid-js/parser@npm:^1.1.1": + version: 1.1.1 + resolution: "@mermaid-js/parser@npm:1.1.1" dependencies: - langium: 3.3.1 - checksum: 6a3df5e694c6af793571c60265f5f1d25f39f3bb09f87fa91fa135ee36c2a01ec000ca34abdc801cf2baff4c5dbcaf41af38d710374eb5f678add626cc96f7ab + "@chevrotain/types": ~11.1.1 + checksum: aba326b660a64817d5151502ba4764d4cd3446719de762efbccf080a56607b247722216514fee2686b332ed406fa0bfef67cc34cb38290e21560d54937d6b326 languageName: node linkType: hard @@ -1567,7 +1496,7 @@ __metadata: languageName: node linkType: hard -"@microsoft/fast-foundation@npm:^2.49.4, @microsoft/fast-foundation@npm:^2.50.0": +"@microsoft/fast-foundation@npm:^2.49.4": version: 2.50.0 resolution: "@microsoft/fast-foundation@npm:2.50.0" dependencies: @@ -1579,18 +1508,6 @@ __metadata: languageName: node linkType: hard -"@microsoft/fast-react-wrapper@npm:^0.3.22": - version: 0.3.25 - resolution: "@microsoft/fast-react-wrapper@npm:0.3.25" - dependencies: - "@microsoft/fast-element": ^1.14.0 - "@microsoft/fast-foundation": ^2.50.0 - peerDependencies: - react: ">=16.9.0" - checksum: 4c8e597eefd51c3091c25d0df28018b3283139178d6fd759532b40deb189f0422877308894fe55670edb82ed2a5b0138f2be8ef0b3df3ae518c14f75d6d0d577 - languageName: node - linkType: hard - "@microsoft/fast-web-utilities@npm:^5.4.1": version: 5.4.1 resolution: "@microsoft/fast-web-utilities@npm:5.4.1" @@ -1622,14 +1539,14 @@ __metadata: languageName: node linkType: hard -"@playwright/test@npm:^1.48.0, @playwright/test@npm:^1.57.0": - version: 1.57.0 - resolution: "@playwright/test@npm:1.57.0" +"@playwright/test@npm:^1.57.0, @playwright/test@npm:^1.60.0": + version: 1.61.0 + resolution: "@playwright/test@npm:1.61.0" dependencies: - playwright: 1.57.0 + playwright: 1.61.0 bin: playwright: cli.js - checksum: 1a84783a240d69c2c8081a127b446f812a8dc86fe6f60a9511dd501cc0e6229cbec7e7753972678f3f063ad2bebb2cedbe9caebc5faa41014aebed35773ea242 + checksum: d9aeb311a5ee81837e011f096aefc32f90925c9b78e8fe9415f10a47b3e1eb58c00259f07092475e68b00c0b99304f39073077e4c4645937773684548634d2b7 languageName: node linkType: hard @@ -2500,6 +2417,21 @@ __metadata: languageName: node linkType: hard +"@upsetjs/venn.js@npm:^2.0.0": + version: 2.0.0 + resolution: "@upsetjs/venn.js@npm:2.0.0" + dependencies: + d3-selection: ^3.0.0 + d3-transition: ^3.0.1 + dependenciesMeta: + d3-selection: + optional: true + d3-transition: + optional: true + checksum: 345f6adcdb0761289e41dd3d1aa3f3edf1780a0c55d20ccc4d4461a04b8e34e09b96fd07ab7fb323086bbd4e53505ed660c0a7d139167415c66ff7921b033643 + languageName: node + linkType: hard + "@vscode/debugprotocol@npm:^1.51.0": version: 1.68.0 resolution: "@vscode/debugprotocol@npm:1.68.0" @@ -2540,7 +2472,7 @@ __metadata: languageName: node linkType: hard -"acorn@npm:^8.1.0, acorn@npm:^8.11.0, acorn@npm:^8.15.0, acorn@npm:^8.8.1": +"acorn@npm:^8.1.0, acorn@npm:^8.11.0, acorn@npm:^8.8.1": version: 8.15.0 resolution: "acorn@npm:8.15.0" bin: @@ -2685,31 +2617,6 @@ __metadata: languageName: node linkType: hard -"chevrotain-allstar@npm:~0.3.0": - version: 0.3.1 - resolution: "chevrotain-allstar@npm:0.3.1" - dependencies: - lodash-es: ^4.17.21 - peerDependencies: - chevrotain: ^11.0.0 - checksum: 5f5213693886d03ca04ffacc57f7424b5c8015e7a62de3c193c3bc94ae7472f113e9fab7f4e92ce0553c181483950a170576897d7b695aac6196ce32b988475e - languageName: node - linkType: hard - -"chevrotain@npm:~11.0.3": - version: 11.0.3 - resolution: "chevrotain@npm:11.0.3" - dependencies: - "@chevrotain/cst-dts-gen": 11.0.3 - "@chevrotain/gast": 11.0.3 - "@chevrotain/regexp-to-ast": 11.0.3 - "@chevrotain/types": 11.0.3 - "@chevrotain/utils": 11.0.3 - lodash-es: 4.17.21 - checksum: 43abce4ef2be2ae499027066ad5bfb2dd6b838423108adc69839133655b925a4d86212b97125d8deef9f84dc173b34457eedf59a2d178b6d0b2a0d2e2a7762a4 - languageName: node - linkType: hard - "chownr@npm:^3.0.0": version: 3.0.0 resolution: "chownr@npm:3.0.0" @@ -2804,13 +2711,6 @@ __metadata: languageName: node linkType: hard -"confbox@npm:^0.1.8": - version: 0.1.8 - resolution: "confbox@npm:0.1.8" - checksum: 5c7718ab22cf9e35a31c21ef124156076ae8c9dc65e6463d54961caf5a1d529284485a0fdf83fd23b27329f3b75b0c8c07d2e36c699f5151a2efe903343f976a - languageName: node - linkType: hard - "core-util-is@npm:~1.0.0": version: 1.0.3 resolution: "core-util-is@npm:1.0.3" @@ -2902,10 +2802,10 @@ __metadata: languageName: node linkType: hard -"cytoscape@npm:^3.29.3": - version: 3.33.1 - resolution: "cytoscape@npm:3.33.1" - checksum: 4ebb9551ecb868fc6e831f523933bf96bd107d09b984d6d44db45adfd0a0f82f3383d7d0d5bc2053267ab2e8da47ce5ea280159643e818a4f2534affee248db8 +"cytoscape@npm:^3.33.1": + version: 3.34.0 + resolution: "cytoscape@npm:3.34.0" + checksum: f678687fc4e34cc234eb6aef83c9f8c5fbf7ef5fb931cef8263c3688d38e0dbf1f21682b9e7ad5c4e021e6bf48535d215418ab45bb84d48fb32e661885543f40 languageName: node linkType: hard @@ -3163,7 +3063,7 @@ __metadata: languageName: node linkType: hard -"d3-selection@npm:2 - 3, d3-selection@npm:3": +"d3-selection@npm:2 - 3, d3-selection@npm:3, d3-selection@npm:^3.0.0": version: 3.0.0 resolution: "d3-selection@npm:3.0.0" checksum: f4e60e133309115b99f5b36a79ae0a19d71ee6e2d5e3c7216ef3e75ebd2cb1e778c2ed2fa4c01bef35e0dcbd96c5428f5bd6ca2184fe2957ed582fde6841cbc5 @@ -3213,7 +3113,7 @@ __metadata: languageName: node linkType: hard -"d3-transition@npm:2 - 3, d3-transition@npm:3": +"d3-transition@npm:2 - 3, d3-transition@npm:3, d3-transition@npm:^3.0.1": version: 3.0.1 resolution: "d3-transition@npm:3.0.1" dependencies: @@ -3279,13 +3179,13 @@ __metadata: languageName: node linkType: hard -"dagre-d3-es@npm:7.0.13": - version: 7.0.13 - resolution: "dagre-d3-es@npm:7.0.13" +"dagre-d3-es@npm:7.0.14": + version: 7.0.14 + resolution: "dagre-d3-es@npm:7.0.14" dependencies: d3: ^7.9.0 lodash-es: ^4.17.21 - checksum: 4a6e5aeb8d4a643c19241b58b8507a7e8aadae8c470ecb9b0133b3af0d6244356cb2cda643fe2f4ef5f872800eb873d7287977b4c5965962396b1757afb0b5de + checksum: 02487b979711f4902f5413b6c3e477547e64e670da08e1176ecbcdfb680f42d4fc4e38977b6dcb99ed2682f82713d8cc1b1b2c8e5a5282980d8ca4242d4554b7 languageName: node linkType: hard @@ -3300,10 +3200,10 @@ __metadata: languageName: node linkType: hard -"dayjs@npm:^1.11.18": - version: 1.11.19 - resolution: "dayjs@npm:1.11.19" - checksum: dfafcca2c67cc6e542fd880d77f1d91667efd323edc28f0487b470b184a11cc97696163ed5be1142ea2a031045b27a0d0555e72f60a63275e0e0401ac24bea5d +"dayjs@npm:^1.11.19": + version: 1.11.21 + resolution: "dayjs@npm:1.11.21" + checksum: f168e00e88c5bf5a1153090f2fb279e0f7b5f0ee332062abfd5c6e2e8e0f1ba27c3f278183d73668cdfeefdd50b1d13346fdc2ace441962fc9ca6363f902ad05 languageName: node linkType: hard @@ -3394,15 +3294,15 @@ __metadata: languageName: node linkType: hard -"dompurify@npm:^3.2.5": - version: 3.3.1 - resolution: "dompurify@npm:3.3.1" +"dompurify@npm:^3.3.1": + version: 3.4.11 + resolution: "dompurify@npm:3.4.11" dependencies: "@types/trusted-types": ^2.0.7 dependenciesMeta: "@types/trusted-types": optional: true - checksum: 884fe0acc21a9a2e5aa1b8ce4cecc8f9a71217423b389f760fca7b44595d3c9376d234f1c4ba16d79824789762b3d611d10653c4a90a7e23b351b71e5ef7dd33 + checksum: f96ec0f1ea763779ee0c08e05015422d600c14d4e0a6dd4b21cfb4ac30082c333534c2092206d55fcf9597f9750622facdaf295463b3f826b38569c928d16f19 languageName: node linkType: hard @@ -3514,6 +3414,20 @@ __metadata: languageName: node linkType: hard +"es-toolkit@npm:^1.45.1": + version: 1.47.1 + resolution: "es-toolkit@npm:1.47.1" + dependenciesMeta: + "@trivago/prettier-plugin-sort-imports@4.3.0": + unplugged: true + prettier-plugin-sort-re-exports@0.0.1: + unplugged: true + vitepress-plugin-sandpack@1.1.4: + unplugged: true + checksum: 326fa22949ac269ce84fb8ef71dc9072b9c8047ba7c64b71b53c59b92e9a8d10e0af5b05307eb07565584664d2239c418edcda26fa28a5757a6df38c5cd9d895 + languageName: node + linkType: hard + "escalade@npm:^3.1.1": version: 3.2.0 resolution: "escalade@npm:3.2.0" @@ -3886,6 +3800,13 @@ __metadata: languageName: node linkType: hard +"import-meta-resolve@npm:^4.2.0": + version: 4.2.0 + resolution: "import-meta-resolve@npm:4.2.0" + checksum: fe5ca3258f22dc3dd4e2f2e8f6b54324c1cf0261216c7d9aae801b2eadf664bbd61e26cfb907a1238761285a3e9c8c23403321d52ca0e579c341b8d90c97fa52 + languageName: node + linkType: hard + "imurmurhash@npm:^0.1.4": version: 0.1.4 resolution: "imurmurhash@npm:0.1.4" @@ -4153,21 +4074,21 @@ __metadata: version: 0.0.0-use.local resolution: "jupytergis-ui-tests@workspace:." dependencies: - "@jupyterlab/galata": ^5.5.1 - "@playwright/test": ^1.48.0 + "@jupyterlab/galata": ^5.6.0-rc.0 + "@playwright/test": ^1.57.0 "@types/klaw-sync": ^6.0.1 klaw-sync: ^6.0.0 languageName: unknown linkType: soft -"katex@npm:^0.16.22": - version: 0.16.27 - resolution: "katex@npm:0.16.27" +"katex@npm:^0.16.25": + version: 0.16.47 + resolution: "katex@npm:0.16.47" dependencies: commander: ^8.3.0 bin: katex: cli.js - checksum: 8f14457ac48799a7c1b10254f0b2923ba75f6fcd4260834c2d9a67a213d3ef585dfe8faccf34c9ad84f40366554b0fbe6a3e67597b0a8754fd2faec32d0be953 + checksum: 0e69f15ae7491740c482b96a93085bcbd6cd0fb61b843f7229f7054ac72c48060c313c5cbcc2c9fd4b92fbcc22048f55187ff5f107d0a77da8bfba893344ceed languageName: node linkType: hard @@ -4187,19 +4108,6 @@ __metadata: languageName: node linkType: hard -"langium@npm:3.3.1": - version: 3.3.1 - resolution: "langium@npm:3.3.1" - dependencies: - chevrotain: ~11.0.3 - chevrotain-allstar: ~0.3.0 - vscode-languageserver: ~9.0.1 - vscode-languageserver-textdocument: ~1.0.11 - vscode-uri: ~3.0.8 - checksum: b5fcf1cd8d9e8fd9f79425afae5926546f57a30506be20cf7638880a01b2b04ccfe1cd5cae599a7733ad4d38af0bf2ed9bd9e1a95cc5f3de1725628fa7883446 - languageName: node - linkType: hard - "layout-base@npm:^1.0.0": version: 1.0.2 resolution: "layout-base@npm:1.0.2" @@ -4227,13 +4135,6 @@ __metadata: languageName: node linkType: hard -"lodash-es@npm:4.17.21": - version: 4.17.21 - resolution: "lodash-es@npm:4.17.21" - checksum: 05cbffad6e2adbb331a4e16fbd826e7faee403a1a04873b82b42c0f22090f280839f85b95393f487c1303c8a3d2a010048bf06151a6cbe03eee4d388fb0a12d2 - languageName: node - linkType: hard - "lodash-es@npm:^4.17.21": version: 4.17.22 resolution: "lodash-es@npm:4.17.22" @@ -4311,27 +4212,27 @@ __metadata: languageName: node linkType: hard -"marked-gfm-heading-id@npm:^4.1.2": - version: 4.1.3 - resolution: "marked-gfm-heading-id@npm:4.1.3" +"marked-gfm-heading-id@npm:^4.1.4": + version: 4.1.4 + resolution: "marked-gfm-heading-id@npm:4.1.4" dependencies: github-slugger: ^2.0.0 peerDependencies: - marked: ">=13 <18" - checksum: 61cccce4b5d8a75c9d5c4c1c9b6ee4896fa9c34747dd7efe37bb3ff100f0cb8bd93cc0f93eed4ead1c2e6b0d546b4886455e4655ada3c6f1051d122a456c507a + marked: ">=13 <19" + checksum: a389ac34bdbc5425cb0420268585853d71b6951f7b12773e0a3e4bda76328554c3f1d528d83b6228efa4463675960bc069d85ddcbf80c2a900ecc421c87d1079 languageName: node linkType: hard -"marked-mangle@npm:^1.1.11": - version: 1.1.12 - resolution: "marked-mangle@npm:1.1.12" +"marked-mangle@npm:^1.1.13": + version: 1.1.13 + resolution: "marked-mangle@npm:1.1.13" peerDependencies: - marked: ">=4 <18" - checksum: 3340af16fb4247142a6cb803e89a8e1650f2f4878da0d05344dd80780abd575288015e3f9ff831e075a0b09cc5947fce39fd68bcdce2fc8ed2f727a603d78ada + marked: ">=4 <19" + checksum: c7cb122458f1b9615e8e19ca60fe508ff6a2d2a4915d210058dd5b0a0a476f08c836ace39b19e7beabe255dfb68578082b250ed7854f9cc699cd3a453b6f594c languageName: node linkType: hard -"marked@npm:^16.2.1": +"marked@npm:^16.3.0": version: 16.4.2 resolution: "marked@npm:16.4.2" bin: @@ -4340,6 +4241,15 @@ __metadata: languageName: node linkType: hard +"marked@npm:^17.0.6": + version: 17.0.6 + resolution: "marked@npm:17.0.6" + bin: + marked: bin/marked.js + checksum: 0143f449ba253053bc27f48a1a2ab3a0619f3c1b527f5cd9eb6af9d879ab97c93d5d2b2c4ab81e8c42106f7f1731173c1f3aebfd176c66f1f2cd728aa9966cbf + languageName: node + linkType: hard + "math-intrinsics@npm:^1.1.0": version: 1.1.0 resolution: "math-intrinsics@npm:1.1.0" @@ -4347,31 +4257,32 @@ __metadata: languageName: node linkType: hard -"mermaid@npm:^11.12.1": - version: 11.12.2 - resolution: "mermaid@npm:11.12.2" +"mermaid@npm:^11.15.0": + version: 11.15.0 + resolution: "mermaid@npm:11.15.0" dependencies: "@braintree/sanitize-url": ^7.1.1 - "@iconify/utils": ^3.0.1 - "@mermaid-js/parser": ^0.6.3 + "@iconify/utils": ^3.0.2 + "@mermaid-js/parser": ^1.1.1 "@types/d3": ^7.4.3 - cytoscape: ^3.29.3 + "@upsetjs/venn.js": ^2.0.0 + cytoscape: ^3.33.1 cytoscape-cose-bilkent: ^4.1.0 cytoscape-fcose: ^2.2.0 d3: ^7.9.0 d3-sankey: ^0.12.3 - dagre-d3-es: 7.0.13 - dayjs: ^1.11.18 - dompurify: ^3.2.5 - katex: ^0.16.22 + dagre-d3-es: 7.0.14 + dayjs: ^1.11.19 + dompurify: ^3.3.1 + es-toolkit: ^1.45.1 + katex: ^0.16.25 khroma: ^2.1.0 - lodash-es: ^4.17.21 - marked: ^16.2.1 + marked: ^16.3.0 roughjs: ^4.6.6 stylis: ^4.3.6 ts-dedent: ^2.2.0 - uuid: ^11.1.0 - checksum: 29069be734b933c513c9676b2937ab46499a387d5cfa48bd252e007962715dfdfdfa912b0812a8f0c07f2c22328f6ea557a2ef7b4d867ce4eb3ed7e089f887ad + uuid: ^11.1.0 || ^12 || ^13 || ^14.0.0 + checksum: 0d15e57372a395847b35f9b3194b02948e7a3f145dda9efcd56d07987195a8cece8c25cb95249387c82d4b71a2a8b74df62c96ab38e9014bc7086afbd11b854f languageName: node linkType: hard @@ -4493,18 +4404,6 @@ __metadata: languageName: node linkType: hard -"mlly@npm:^1.7.4, mlly@npm:^1.8.0": - version: 1.8.0 - resolution: "mlly@npm:1.8.0" - dependencies: - acorn: ^8.15.0 - pathe: ^2.0.3 - pkg-types: ^1.3.1 - ufo: ^1.6.1 - checksum: cccd626d910f139881cc861bae1af8747a0911c1a5414cca059558b81286e43f271652931eec87ef3c07d9faf4225987ae3219b65a939b94e18b533fa0d22c89 - languageName: node - linkType: hard - "ms@npm:2.0.0": version: 2.0.0 resolution: "ms@npm:2.0.0" @@ -4658,13 +4557,6 @@ __metadata: languageName: node linkType: hard -"pathe@npm:^2.0.1, pathe@npm:^2.0.3": - version: 2.0.3 - resolution: "pathe@npm:2.0.3" - checksum: 0602bdd4acb54d91044e0c56f1fb63467ae7d44ab3afea1f797947b0eb2b4d1d91cf0d58d065fdb0a8ab0c4acbbd8d3a5b424983eaf10dd5285d37a16f6e3ee9 - languageName: node - linkType: hard - "picocolors@npm:^1.1.1": version: 1.1.1 resolution: "picocolors@npm:1.1.1" @@ -4686,38 +4578,27 @@ __metadata: languageName: node linkType: hard -"pkg-types@npm:^1.3.1": - version: 1.3.1 - resolution: "pkg-types@npm:1.3.1" - dependencies: - confbox: ^0.1.8 - mlly: ^1.7.4 - pathe: ^2.0.1 - checksum: 4fa4edb2bb845646cdbd04c5c6bc43cdbc8f02ed4d1c28bfcafb6e65928aece789bcf1335e4cac5f65dfdc376e4bd7435bd509a35e9ec73ef2c076a1b88e289c - languageName: node - linkType: hard - -"playwright-core@npm:1.57.0": - version: 1.57.0 - resolution: "playwright-core@npm:1.57.0" +"playwright-core@npm:1.61.0": + version: 1.61.0 + resolution: "playwright-core@npm:1.61.0" bin: playwright-core: cli.js - checksum: 960e80d6ec06305b11a3ca9e78e8e4201cc17f37dd37279cb6fece4df43d74bf589833f4f94535fadd284b427f98c5f1cf09368e22f0f00b6a9477571ce6b03b + checksum: 0ea4653c7594388bafa39209a1ec0353aeeb977a905da22cfe60497be03b717944ce6e749232af7bf894fca3c217e7a2b624d87dde15ede60dad3abbd00c7598 languageName: node linkType: hard -"playwright@npm:1.57.0": - version: 1.57.0 - resolution: "playwright@npm:1.57.0" +"playwright@npm:1.61.0": + version: 1.61.0 + resolution: "playwright@npm:1.61.0" dependencies: fsevents: 2.3.2 - playwright-core: 1.57.0 + playwright-core: 1.61.0 dependenciesMeta: fsevents: optional: true bin: playwright: cli.js - checksum: 176fd9fd890f390e0aa00d42697b70072d534243b15467d9430f3af329e77b3225b67a0afa12ea76fb440300dabd92d4cf040baf5edceee8eeff0ee1590ae5b7 + checksum: e9b3225ced35f29dcda9829362434151eec9f9bf41be1416104107eea1b9ea499e512a8483a24c0cb7ad3efc9066bf45ed0a64407c7877afa2546c4561bb6bd5 languageName: node linkType: hard @@ -5128,16 +5009,6 @@ __metadata: languageName: node linkType: hard -"systeminformation@npm:^5.8.6": - version: 5.31.3 - resolution: "systeminformation@npm:5.31.3" - bin: - systeminformation: lib/cli.js - checksum: 3dbc7873f5f47c4e7fac36dd33e6fc165852841b137118f112c79cc25b271762574670d4256a809e5ee3266fde17c42d27f9a0813f0088fdcadbd527c97f169d - conditions: (os=darwin | os=linux | os=win32 | os=freebsd | os=openbsd | os=netbsd | os=sunos | os=android) - languageName: node - linkType: hard - "tabbable@npm:^5.2.0": version: 5.3.3 resolution: "tabbable@npm:5.3.3" @@ -5263,13 +5134,6 @@ __metadata: languageName: node linkType: hard -"ufo@npm:^1.6.1": - version: 1.6.1 - resolution: "ufo@npm:1.6.1" - checksum: 2c401dd45bd98ad00806e044aa8571aa2aa1762fffeae5e78c353192b257ef2c638159789f119e5d8d5e5200e34228cd1bbde871a8f7805de25daa8576fb1633 - languageName: node - linkType: hard - "undici-types@npm:~7.16.0": version: 7.16.0 resolution: "undici-types@npm:7.16.0" @@ -5335,12 +5199,12 @@ __metadata: languageName: node linkType: hard -"uuid@npm:^11.1.0": - version: 11.1.0 - resolution: "uuid@npm:11.1.0" +"uuid@npm:^11.1.0 || ^12 || ^13 || ^14.0.0": + version: 14.0.0 + resolution: "uuid@npm:14.0.0" bin: - uuid: dist/esm/bin/uuid - checksum: 840f19758543c4631e58a29439e51b5b669d5f34b4dd2700b6a1d15c5708c7a6e0c3e2c8c4a2eae761a3a7caa7e9884d00c86c02622ba91137bd3deade6b4b4a + uuid: dist-node/bin/uuid + checksum: 08608584a79e987cdae000fa8eb724fa51dd8aafc136cd9fa9a8c87d07b246c56eec5fd9027fdb3e49a863eedf758bc19e325909ce281955c7a027fed67dc89e languageName: node linkType: hard @@ -5799,21 +5663,14 @@ __metadata: languageName: node linkType: hard -"vscode-jsonrpc@npm:^6.0.0": - version: 6.0.0 - resolution: "vscode-jsonrpc@npm:6.0.0" - checksum: 3a67a56f287e8c449f2d9752eedf91e704dc7b9a326f47fb56ac07667631deb45ca52192e9bccb2ab108764e48409d70fa64b930d46fc3822f75270b111c5f53 - languageName: node - linkType: hard - -"vscode-jsonrpc@npm:^8.0.2": +"vscode-jsonrpc@npm:^8.0.2, vscode-jsonrpc@npm:^8.2.0": version: 8.2.1 resolution: "vscode-jsonrpc@npm:8.2.1" checksum: 2af2c333d73f6587896a7077978b8d4b430e55c674d5dbb90597a84a6647057c1655a3bff398a9b08f1f8ba57dbd2deabf05164315829c297b0debba3b8bc19e languageName: node linkType: hard -"vscode-languageserver-protocol@npm:3.17.5, vscode-languageserver-protocol@npm:^3.17.0": +"vscode-languageserver-protocol@npm:^3.17.0": version: 3.17.5 resolution: "vscode-languageserver-protocol@npm:3.17.5" dependencies: @@ -5823,13 +5680,6 @@ __metadata: languageName: node linkType: hard -"vscode-languageserver-textdocument@npm:~1.0.11": - version: 1.0.12 - resolution: "vscode-languageserver-textdocument@npm:1.0.12" - checksum: 49415c8f065860693fdd6cb0f7b8a24470130dc941e887a396b6e6bbae93be132323a644aa1edd7d0eec38a730e05a2d013aebff6bddd30c5af374ef3f4cd9ab - languageName: node - linkType: hard - "vscode-languageserver-types@npm:3.17.5": version: 3.17.5 resolution: "vscode-languageserver-types@npm:3.17.5" @@ -5837,24 +5687,6 @@ __metadata: languageName: node linkType: hard -"vscode-languageserver@npm:~9.0.1": - version: 9.0.1 - resolution: "vscode-languageserver@npm:9.0.1" - dependencies: - vscode-languageserver-protocol: 3.17.5 - bin: - installServerIntoExtension: bin/installServerIntoExtension - checksum: 8b7dfda47fb64c3f48a9dabd3f01938cc8d39f3f068f1ee586eaf0a373536180a1047bdde8d876f965cfc04160d1587e99828b61b742b0342595fee67c8814ea - languageName: node - linkType: hard - -"vscode-uri@npm:~3.0.8": - version: 3.0.8 - resolution: "vscode-uri@npm:3.0.8" - checksum: 514249126850c0a41a7d8c3c2836cab35983b9dc1938b903cfa253b9e33974c1416d62a00111385adcfa2b98df456437ab704f709a2ecca76a90134ef5eb4832 - languageName: node - linkType: hard - "vscode-ws-jsonrpc@npm:~1.0.2": version: 1.0.2 resolution: "vscode-ws-jsonrpc@npm:1.0.2" diff --git a/yarn.lock b/yarn.lock index 8dbe1915b..fbfbbfbb6 100644 --- a/yarn.lock +++ b/yarn.lock @@ -183,18 +183,7 @@ __metadata: languageName: node linkType: hard -"@babel/parser@npm:^7.1.0, @babel/parser@npm:^7.20.7, @babel/parser@npm:^7.23.9, @babel/parser@npm:^7.28.6, @babel/parser@npm:^7.29.0": - version: 7.29.2 - resolution: "@babel/parser@npm:7.29.2" - dependencies: - "@babel/types": ^7.29.0 - bin: - parser: ./bin/babel-parser.js - checksum: 25249623ffceb61beda0ba67776cf3957ffd49bef3005ccb81da3049db52115c91ad97c97da661b714f92d062e052d07bd2ba6cba6b5460f168ff38dabaf4d6d - languageName: node - linkType: hard - -"@babel/parser@npm:^7.23.5": +"@babel/parser@npm:^7.1.0, @babel/parser@npm:^7.20.7, @babel/parser@npm:^7.23.5, @babel/parser@npm:^7.23.9, @babel/parser@npm:^7.28.6, @babel/parser@npm:^7.29.0": version: 7.29.3 resolution: "@babel/parser@npm:7.29.3" dependencies: @@ -442,43 +431,10 @@ __metadata: languageName: node linkType: hard -"@chevrotain/cst-dts-gen@npm:12.0.0": - version: 12.0.0 - resolution: "@chevrotain/cst-dts-gen@npm:12.0.0" - dependencies: - "@chevrotain/gast": 12.0.0 - "@chevrotain/types": 12.0.0 - checksum: 06dd4af3d76015f67bb91a80f2eba1dd6cb59e7d87b0012635e9dafb7d673d54712a0c4b9f793ddebcf1e1b75df1df2693d9d2f83d9a53d924c89a95ffcc1324 - languageName: node - linkType: hard - -"@chevrotain/gast@npm:12.0.0": - version: 12.0.0 - resolution: "@chevrotain/gast@npm:12.0.0" - dependencies: - "@chevrotain/types": 12.0.0 - checksum: f8b233b3ad8ba35a886642f44aa87168cf5708a5a5307fcdcb21b1ef7b86d074ce4cc465a1ea61a89c1c5cee359f4604dc71a3065baf3886f06770c965dec3c1 - languageName: node - linkType: hard - -"@chevrotain/regexp-to-ast@npm:12.0.0, @chevrotain/regexp-to-ast@npm:~12.0.0": - version: 12.0.0 - resolution: "@chevrotain/regexp-to-ast@npm:12.0.0" - checksum: 87af51f0c751ad4f58efa2e0f14ee307a6734878807e5a24a8c650015b21e636f74f35852a2f1ff93023ab4f410e7dbce90aee6775ab009a33bc90f9ca7938b4 - languageName: node - linkType: hard - -"@chevrotain/types@npm:12.0.0": - version: 12.0.0 - resolution: "@chevrotain/types@npm:12.0.0" - checksum: ff9d72bb0480717cf0535dc58b23a4cd99031b84e4c6792acf65a90c1fa5f0b35832b247ac93db563cb81c3bc60bbf43904e8a5f821567b802baa1d374d28ee5 - languageName: node - linkType: hard - -"@chevrotain/utils@npm:12.0.0": - version: 12.0.0 - resolution: "@chevrotain/utils@npm:12.0.0" - checksum: 0951c72f65f628ce61d86cc8c56ae0ffa010428b545a1c594d7858be2f4fc95eb8c00c5932607ca1241d2f490caa5f015d87decf3fc91eee447dfaf90a8953f1 +"@chevrotain/types@npm:~11.1.1": + version: 11.1.2 + resolution: "@chevrotain/types@npm:11.1.2" + checksum: 4c948b8559c94329bae5fa5b087e20ebfbac3fa73ff32ee7e3752716ab565da1c9efc2103eb1dbee2bf492d68231d4386836283f0bb7cca63f4185788808af70 languageName: node linkType: hard @@ -1446,15 +1402,15 @@ __metadata: languageName: node linkType: hard -"@jupyter/collaborative-drive@npm:^4.1.2": - version: 4.3.0 - resolution: "@jupyter/collaborative-drive@npm:4.3.0" +"@jupyter/collaborative-drive@npm:^4.1.2 || ^5.0.0-alpha.0": + version: 5.0.0-alpha.0 + resolution: "@jupyter/collaborative-drive@npm:5.0.0-alpha.0" dependencies: - "@jupyter/ydoc": ^2.1.3 || ^3.0.0 - "@jupyterlab/services": ^7.5.0 + "@jupyter/ydoc": ^4.0.0-a3 + "@jupyterlab/services": ^7.6.0-beta.1 "@lumino/coreutils": ^2.2.1 "@lumino/disposable": ^2.1.4 - checksum: 1e9b37092a900c78611c96e18d54d2cf31824ec74dd7872e153208c0b9bc8b44e55955cc48ef6fadffeda3c94d5f203d265bc0b4291616b98a1a1f2f713f4b22 + checksum: 11b3f3d3a58d00b7794efa024f7bbe337198c65f1276896b71bb827b69a7845c1d1761962cf7b9f5105450534e8f663025d535db61c2ae7252a3aa23bf20b8aa languageName: node linkType: hard @@ -1480,9 +1436,9 @@ __metadata: languageName: node linkType: hard -"@jupyter/ydoc@npm:^2.0.0 || ^3.0.0, @jupyter/ydoc@npm:^2.0.0 || ^3.0.0-a3, @jupyter/ydoc@npm:^2.1.3 || ^3.0.0, @jupyter/ydoc@npm:^3.1.0": - version: 3.4.1 - resolution: "@jupyter/ydoc@npm:3.4.1" +"@jupyter/ydoc@npm:^2.0.0 || ^3.0.0 || ^4.0.0, @jupyter/ydoc@npm:^4.0.0, @jupyter/ydoc@npm:^4.0.0-a3": + version: 4.0.0 + resolution: "@jupyter/ydoc@npm:4.0.0" dependencies: "@jupyterlab/nbformat": ^3.0.0 || ^4.0.0-alpha.21 || ^4.0.0 "@lumino/coreutils": ^1.11.0 || ^2.0.0 @@ -1490,7 +1446,7 @@ __metadata: "@lumino/signaling": ^1.10.0 || ^2.0.0 y-protocols: ^1.0.5 yjs: ^13.5.40 - checksum: 58fc222bb5a4d2fbf6b41668442793717253d55e7b5181ce9048780d2ce7bc061538c464356d6293d34ad33c9a550cd8c377b56e281eb55b18fde7e6a022d68c + checksum: 771b095f9e8acdf08fff32852d55e285171add78dd495949544a48c07702bb3be32aee2ad1325a2583e121e09929b6b2f7dcea8c6490d57929c872fa4a69a7fd languageName: node linkType: hard @@ -1504,22 +1460,22 @@ __metadata: "@fortawesome/react-fontawesome": ">=0.2.6 <3.0.0" "@jupyter/collaboration": ^4 "@jupyter/react-components": ^0.16.6 - "@jupyter/ydoc": ^2.0.0 || ^3.0.0 + "@jupyter/ydoc": ^2.0.0 || ^3.0.0 || ^4.0.0 "@jupytergis/schema": ^0.16.0-alpha.1 - "@jupyterlab/application": ^4.3.0 - "@jupyterlab/apputils": ^4.3.0 - "@jupyterlab/completer": ^4.3.0 - "@jupyterlab/console": ^4.3.0 - "@jupyterlab/coreutils": ^6.3.0 - "@jupyterlab/docregistry": ^4.3.0 - "@jupyterlab/filebrowser": ^4.3.0 - "@jupyterlab/launcher": ^4.3.0 - "@jupyterlab/logconsole": ^4.3.0 - "@jupyterlab/observables": ^5.3.0 - "@jupyterlab/rendermime": ^4.3.0 - "@jupyterlab/services": ^7.3.0 - "@jupyterlab/translation": ^4.3.0 - "@jupyterlab/ui-components": ^4.3.1 + "@jupyterlab/application": ^4.6 + "@jupyterlab/apputils": ^4.6 + "@jupyterlab/completer": ^4.6 + "@jupyterlab/console": ^4.6 + "@jupyterlab/coreutils": ^6.6 + "@jupyterlab/docregistry": ^4.6 + "@jupyterlab/filebrowser": ^4.6 + "@jupyterlab/launcher": ^4.6 + "@jupyterlab/logconsole": ^4.6 + "@jupyterlab/observables": ^5.6 + "@jupyterlab/rendermime": ^4.6 + "@jupyterlab/services": ^7.6 + "@jupyterlab/translation": ^4.6 + "@jupyterlab/ui-components": ^4.6 "@lumino/commands": ^2.0.0 "@lumino/coreutils": ^2.0.0 "@lumino/messaging": ^2.0.0 @@ -1588,20 +1544,20 @@ __metadata: version: 0.0.0-use.local resolution: "@jupytergis/jupytergis-core@workspace:python/jupytergis_core" dependencies: - "@jupyter/collaborative-drive": ^4.1.2 + "@jupyter/collaborative-drive": ^4.1.2 || ^5.0.0-alpha.0 "@jupytergis/base": ^0.16.0-alpha.1 "@jupytergis/schema": ^0.16.0-alpha.1 - "@jupyterlab/application": ^4.3.0 - "@jupyterlab/apputils": ^4.3.0 - "@jupyterlab/builder": ^4.3.0 - "@jupyterlab/docregistry": ^4.3.0 - "@jupyterlab/filebrowser": ^4.3.0 - "@jupyterlab/launcher": ^4.3.0 - "@jupyterlab/logconsole": ^4.3.0 - "@jupyterlab/mainmenu": ^4.3.0 - "@jupyterlab/services": ^7.3.0 - "@jupyterlab/translation": ^4.3.0 - "@jupyterlab/ui-components": ^4.3.0 + "@jupyterlab/application": ^4.6 + "@jupyterlab/apputils": ^4.6 + "@jupyterlab/builder": ^4.5 + "@jupyterlab/docregistry": ^4.6 + "@jupyterlab/filebrowser": ^4.6 + "@jupyterlab/launcher": ^4.6 + "@jupyterlab/logconsole": ^4.6 + "@jupyterlab/mainmenu": ^4.6 + "@jupyterlab/services": ^7.6 + "@jupyterlab/translation": ^4.6 + "@jupyterlab/ui-components": ^4.6 "@lumino/commands": ^2.0.0 "@types/json-schema": ^7.0.11 "@types/react": ^18.0.26 @@ -1631,20 +1587,20 @@ __metadata: version: 0.0.0-use.local resolution: "@jupytergis/jupytergis-lab@workspace:python/jupytergis_lab" dependencies: - "@jupyter/collaborative-drive": ^4.1.2 + "@jupyter/collaborative-drive": ^4.1.2 || ^5.0.0-alpha.0 "@jupytergis/base": ^0.16.0-alpha.1 "@jupytergis/schema": ^0.16.0-alpha.1 - "@jupyterlab/application": ^4.3.0 - "@jupyterlab/apputils": ^4.3.0 - "@jupyterlab/builder": ^4.3.0 - "@jupyterlab/completer": ^4.3.0 - "@jupyterlab/console": ^4.3.0 - "@jupyterlab/coreutils": ^6.3.0 - "@jupyterlab/mainmenu": ^4.3.0 - "@jupyterlab/notebook": ^4.3.0 - "@jupyterlab/services": ^7.3.0 - "@jupyterlab/statedb": ^4.3.0 - "@jupyterlab/translation": ^4.3.0 + "@jupyterlab/application": ^4.6 + "@jupyterlab/apputils": ^4.6 + "@jupyterlab/builder": ^4.5 + "@jupyterlab/completer": ^4.6 + "@jupyterlab/console": ^4.6 + "@jupyterlab/coreutils": ^6.6 + "@jupyterlab/mainmenu": ^4.6 + "@jupyterlab/notebook": ^4.6 + "@jupyterlab/services": ^7.6 + "@jupyterlab/statedb": ^4.6 + "@jupyterlab/translation": ^4.6 "@lumino/commands": ^2.0.0 "@lumino/messaging": ^2.0.0 "@lumino/widgets": ^2.0.0 @@ -1655,7 +1611,7 @@ __metadata: rimraf: ^3.0.2 typescript: ^5 yjs: ^13.5.0 - yjs-widgets: ^0.5 + yjs-widgets: ^0.5.2 languageName: unknown linkType: soft @@ -1663,21 +1619,21 @@ __metadata: version: 0.0.0-use.local resolution: "@jupytergis/jupytergis-qgis@workspace:python/jupytergis_qgis" dependencies: - "@jupyter/collaborative-drive": ^4.1.2 + "@jupyter/collaborative-drive": ^4.1.2 || ^5.0.0-alpha.0 "@jupytergis/base": ^0.16.0-alpha.1 "@jupytergis/jupytergis-core": ^0.16.0-alpha.1 "@jupytergis/schema": ^0.16.0-alpha.1 - "@jupyterlab/application": ^4.3.0 - "@jupyterlab/apputils": ^4.3.0 - "@jupyterlab/builder": ^4.3.0 - "@jupyterlab/coreutils": ^6.3.0 - "@jupyterlab/docregistry": ^4.3.0 - "@jupyterlab/filebrowser": ^4.3.0 - "@jupyterlab/launcher": ^4.3.0 - "@jupyterlab/mainmenu": ^4.3.0 - "@jupyterlab/services": ^7.3.0 - "@jupyterlab/translation": ^4.3.0 - "@jupyterlab/ui-components": ^4.3.0 + "@jupyterlab/application": ^4.6 + "@jupyterlab/apputils": ^4.6 + "@jupyterlab/builder": ^4.5 + "@jupyterlab/coreutils": ^6.6 + "@jupyterlab/docregistry": ^4.6 + "@jupyterlab/filebrowser": ^4.6 + "@jupyterlab/launcher": ^4.6 + "@jupyterlab/mainmenu": ^4.6 + "@jupyterlab/services": ^7.6 + "@jupyterlab/translation": ^4.6 + "@jupyterlab/ui-components": ^4.6 "@lumino/messaging": ^2.0.0 "@lumino/widgets": ^2.0.0 css-loader: ^6.7.1 @@ -1720,12 +1676,12 @@ __metadata: resolution: "@jupytergis/schema@workspace:packages/schema" dependencies: "@apidevtools/json-schema-ref-parser": ^9.0.9 - "@jupyter/ydoc": ^2.0.0 || ^3.0.0 - "@jupyterlab/apputils": ^4.3.0 - "@jupyterlab/coreutils": ^6.3.0 - "@jupyterlab/docregistry": ^4.3.0 - "@jupyterlab/services": ^7.3.0 - "@jupyterlab/ui-components": ^4.3.0 + "@jupyter/ydoc": ^2.0.0 || ^3.0.0 || ^4.0.0 + "@jupyterlab/apputils": ^4.6 + "@jupyterlab/coreutils": ^6.6 + "@jupyterlab/docregistry": ^4.6 + "@jupyterlab/services": ^7.6 + "@jupyterlab/ui-components": ^4.6 "@lumino/coreutils": ^2.0.0 "@lumino/signaling": ^2.0.0 "@types/node": ^18.15.11 @@ -1739,22 +1695,22 @@ __metadata: languageName: unknown linkType: soft -"@jupyterlab/application@npm:^4.0.0, @jupyterlab/application@npm:^4.3.0, @jupyterlab/application@npm:^4.5.6": - version: 4.5.6 - resolution: "@jupyterlab/application@npm:4.5.6" +"@jupyterlab/application@npm:^4.6, @jupyterlab/application@npm:^4.6.0": + version: 4.6.0 + resolution: "@jupyterlab/application@npm:4.6.0" dependencies: "@fortawesome/fontawesome-free": ^5.12.0 - "@jupyterlab/apputils": ^4.6.6 - "@jupyterlab/coreutils": ^6.5.6 - "@jupyterlab/docregistry": ^4.5.6 - "@jupyterlab/rendermime": ^4.5.6 - "@jupyterlab/rendermime-interfaces": ^3.13.6 - "@jupyterlab/services": ^7.5.6 - "@jupyterlab/statedb": ^4.5.6 - "@jupyterlab/translation": ^4.5.6 - "@jupyterlab/ui-components": ^4.5.6 + "@jupyterlab/apputils": ^4.7.0 + "@jupyterlab/coreutils": ^6.6.0 + "@jupyterlab/docregistry": ^4.6.0 + "@jupyterlab/rendermime": ^4.6.0 + "@jupyterlab/rendermime-interfaces": ^3.14.0 + "@jupyterlab/services": ^7.6.0 + "@jupyterlab/statedb": ^4.6.0 + "@jupyterlab/translation": ^4.6.0 + "@jupyterlab/ui-components": ^4.6.0 "@lumino/algorithm": ^2.0.4 - "@lumino/application": ^2.4.8 + "@lumino/application": ^2.4.9 "@lumino/commands": ^2.3.3 "@lumino/coreutils": ^2.2.2 "@lumino/disposable": ^2.1.5 @@ -1762,24 +1718,24 @@ __metadata: "@lumino/polling": ^2.1.5 "@lumino/properties": ^2.0.4 "@lumino/signaling": ^2.1.5 - "@lumino/widgets": ^2.7.5 - checksum: 69b3c188d6d1ab6df1ec97575ba93bdf20512cb92f148654552aaed6334a5d619e1f8212fc9b367e206986e3de00c1c1c502af9bb1e9c74aef8783fd90cff3dc + "@lumino/widgets": ^2.8.0 + checksum: 4d1f09c1363acf5a22d4a5b70c1a296e7a8347a73a620988fcfdcfe0dc80653beb70ab16bd7aba6cac6c2989af6d93b8bad8ab5480498bcbeeb643a33f95deb5 languageName: node linkType: hard -"@jupyterlab/apputils@npm:^4.0.0": - version: 4.6.6 - resolution: "@jupyterlab/apputils@npm:4.6.6" - dependencies: - "@jupyterlab/coreutils": ^6.5.6 - "@jupyterlab/observables": ^5.5.6 - "@jupyterlab/rendermime-interfaces": ^3.13.6 - "@jupyterlab/services": ^7.5.6 - "@jupyterlab/settingregistry": ^4.5.6 - "@jupyterlab/statedb": ^4.5.6 - "@jupyterlab/statusbar": ^4.5.6 - "@jupyterlab/translation": ^4.5.6 - "@jupyterlab/ui-components": ^4.5.6 +"@jupyterlab/apputils@npm:^4.6": + version: 4.7.0 + resolution: "@jupyterlab/apputils@npm:4.7.0" + dependencies: + "@jupyterlab/coreutils": ^6.6.0 + "@jupyterlab/observables": ^5.6.0 + "@jupyterlab/rendermime-interfaces": ^3.14.0 + "@jupyterlab/services": ^7.6.0 + "@jupyterlab/settingregistry": ^4.6.0 + "@jupyterlab/statedb": ^4.6.0 + "@jupyterlab/statusbar": ^4.6.0 + "@jupyterlab/translation": ^4.6.0 + "@jupyterlab/ui-components": ^4.6.0 "@lumino/algorithm": ^2.0.4 "@lumino/commands": ^2.3.3 "@lumino/coreutils": ^2.2.2 @@ -1788,31 +1744,31 @@ __metadata: "@lumino/messaging": ^2.0.4 "@lumino/signaling": ^2.1.5 "@lumino/virtualdom": ^2.0.4 - "@lumino/widgets": ^2.7.5 + "@lumino/widgets": ^2.8.0 "@types/react": ^18.0.26 react: ^18.2.0 sanitize-html: ~2.12.1 - checksum: 5c72ae37b8f4671786b7ca94a019fc8bdf743afe76f33bc471767fa54b861bda564b50dd2b2eae5b57ee862b169e0155f190f76e4bdcc7d33a1cd0ee2842bed3 + checksum: 317ef843a5118f96b723e7ebc40be637c3dc6b78f2b148d80e5b4b248be9bc81a65452b75026e82abd97598a7a72b93ad5a66fe294c7cad3eb63cea2b3b94831 languageName: node linkType: hard -"@jupyterlab/attachments@npm:^4.5.6": - version: 4.5.6 - resolution: "@jupyterlab/attachments@npm:4.5.6" +"@jupyterlab/attachments@npm:^4.6.0": + version: 4.6.0 + resolution: "@jupyterlab/attachments@npm:4.6.0" dependencies: - "@jupyterlab/nbformat": ^4.5.6 - "@jupyterlab/observables": ^5.5.6 - "@jupyterlab/rendermime": ^4.5.6 - "@jupyterlab/rendermime-interfaces": ^3.13.6 + "@jupyterlab/nbformat": ^4.6.0 + "@jupyterlab/observables": ^5.6.0 + "@jupyterlab/rendermime": ^4.6.0 + "@jupyterlab/rendermime-interfaces": ^3.14.0 "@lumino/disposable": ^2.1.5 "@lumino/signaling": ^2.1.5 - checksum: 80318fb705467a0e9547c3918f046d701e0be493d1e39e35ce71bee365f924cb85e2e4ddf0c8087a0e42222efed7abdb578a5e5e17e46409d6ebb71df280b514 + checksum: b5d94525ac028813fdc4f53eee0f6b23b1172cfd83bc71cd9cc7d2a0855c7eaabdfb487005f285aa2c7d908e7f9e0877e0b0d647ab087b24c488c3250b1358e4 languageName: node linkType: hard -"@jupyterlab/builder@npm:^4.3.0": - version: 4.5.6 - resolution: "@jupyterlab/builder@npm:4.5.6" +"@jupyterlab/builder@npm:^4.5": + version: 4.5.9 + resolution: "@jupyterlab/builder@npm:4.5.9" dependencies: "@lumino/algorithm": ^2.0.4 "@lumino/application": ^2.4.8 @@ -1832,7 +1788,7 @@ __metadata: duplicate-package-checker-webpack-plugin: ^3.0.0 fs-extra: ^10.1.0 glob: ~7.1.6 - license-webpack-plugin: ^2.3.14 + license-webpack-plugin: ^4.0.2 mini-css-extract-plugin: ^2.7.0 mini-svg-data-uri: ^1.4.4 path-browserify: ^1.0.0 @@ -1844,35 +1800,36 @@ __metadata: webpack: ^5.76.1 webpack-cli: ^5.0.1 webpack-merge: ^5.8.0 + webpack-sources: ^3.4.1 worker-loader: ^3.0.2 bin: build-labextension: lib/build-labextension.js - checksum: ecb43e0e748cb53d1a6908a3c6b094f6214d60c4fb17503d6d6b2aeb09424d9a95eef74b61c1dbec10f7c6e42254c66513088d0c4713fbceb2712084a6cd4ab3 + checksum: 9c4eecae1c4f4ec50f26227d68488590116a585e3c9b2f94d2913d73bafa1a32099f61df04d97ca5dd0c80a946fa573223179a9b4b5bd738d228d2ee2a6ffca7 languageName: node linkType: hard -"@jupyterlab/cells@npm:^4.5.6": - version: 4.5.6 - resolution: "@jupyterlab/cells@npm:4.5.6" +"@jupyterlab/cells@npm:^4.6.0": + version: 4.6.0 + resolution: "@jupyterlab/cells@npm:4.6.0" dependencies: "@codemirror/state": ^6.5.4 "@codemirror/view": ^6.39.14 - "@jupyter/ydoc": ^3.1.0 - "@jupyterlab/apputils": ^4.6.6 - "@jupyterlab/attachments": ^4.5.6 - "@jupyterlab/codeeditor": ^4.5.6 - "@jupyterlab/codemirror": ^4.5.6 - "@jupyterlab/coreutils": ^6.5.6 - "@jupyterlab/documentsearch": ^4.5.6 - "@jupyterlab/filebrowser": ^4.5.6 - "@jupyterlab/nbformat": ^4.5.6 - "@jupyterlab/observables": ^5.5.6 - "@jupyterlab/outputarea": ^4.5.6 - "@jupyterlab/rendermime": ^4.5.6 - "@jupyterlab/services": ^7.5.6 - "@jupyterlab/toc": ^6.5.6 - "@jupyterlab/translation": ^4.5.6 - "@jupyterlab/ui-components": ^4.5.6 + "@jupyter/ydoc": ^4.0.0 + "@jupyterlab/apputils": ^4.7.0 + "@jupyterlab/attachments": ^4.6.0 + "@jupyterlab/codeeditor": ^4.6.0 + "@jupyterlab/codemirror": ^4.6.0 + "@jupyterlab/coreutils": ^6.6.0 + "@jupyterlab/documentsearch": ^4.6.0 + "@jupyterlab/filebrowser": ^4.6.0 + "@jupyterlab/nbformat": ^4.6.0 + "@jupyterlab/observables": ^5.6.0 + "@jupyterlab/outputarea": ^4.6.0 + "@jupyterlab/rendermime": ^4.6.0 + "@jupyterlab/services": ^7.6.0 + "@jupyterlab/toc": ^6.6.0 + "@jupyterlab/translation": ^4.6.0 + "@jupyterlab/ui-components": ^4.6.0 "@lumino/algorithm": ^2.0.4 "@lumino/coreutils": ^2.2.2 "@lumino/domutils": ^2.0.4 @@ -1881,39 +1838,39 @@ __metadata: "@lumino/polling": ^2.1.5 "@lumino/signaling": ^2.1.5 "@lumino/virtualdom": ^2.0.4 - "@lumino/widgets": ^2.7.5 + "@lumino/widgets": ^2.8.0 react: ^18.2.0 - checksum: 587b0e4e897663da642dcf63c1d9d7f5d7eb69dc47427d120c76bfd6eb80c4c1d2bbf8bf7f67484170f253a0c099613b2c349b2e962c50233cf651b463f536cd + checksum: 301538da3f5b0f24f43fe72452d1e979e2a444ac4c0f23f06d095c5d633d2997aead961bc36ef5c3567a644242b4ea39b623c6efeefa1bc6cfb4a34d60c1e115 languageName: node linkType: hard -"@jupyterlab/codeeditor@npm:^4.5.6": - version: 4.5.6 - resolution: "@jupyterlab/codeeditor@npm:4.5.6" +"@jupyterlab/codeeditor@npm:^4.6.0": + version: 4.6.0 + resolution: "@jupyterlab/codeeditor@npm:4.6.0" dependencies: "@codemirror/state": ^6.5.4 - "@jupyter/ydoc": ^3.1.0 - "@jupyterlab/apputils": ^4.6.6 - "@jupyterlab/coreutils": ^6.5.6 - "@jupyterlab/nbformat": ^4.5.6 - "@jupyterlab/observables": ^5.5.6 - "@jupyterlab/statusbar": ^4.5.6 - "@jupyterlab/translation": ^4.5.6 - "@jupyterlab/ui-components": ^4.5.6 + "@jupyter/ydoc": ^4.0.0 + "@jupyterlab/apputils": ^4.7.0 + "@jupyterlab/coreutils": ^6.6.0 + "@jupyterlab/nbformat": ^4.6.0 + "@jupyterlab/observables": ^5.6.0 + "@jupyterlab/statusbar": ^4.6.0 + "@jupyterlab/translation": ^4.6.0 + "@jupyterlab/ui-components": ^4.6.0 "@lumino/coreutils": ^2.2.2 "@lumino/disposable": ^2.1.5 "@lumino/dragdrop": ^2.1.8 "@lumino/messaging": ^2.0.4 "@lumino/signaling": ^2.1.5 - "@lumino/widgets": ^2.7.5 + "@lumino/widgets": ^2.8.0 react: ^18.2.0 - checksum: 298cab335372ba900dcf1f811f31272f2fb214b42411eca44b39c66c1910b865a223015642b3f8ddc0a24e1a5eba7b424f771ded735f74e602d21491ad3c945f + checksum: eeed665653042729876b33b67a6d61d3847be3f2e5c1e206363460c79b3455d5f320182c9355bd9b90b79fd448796484fa9dfe29cd867ac14798b88d7c9b7a21 languageName: node linkType: hard -"@jupyterlab/codemirror@npm:^4.5.6": - version: 4.5.6 - resolution: "@jupyterlab/codemirror@npm:4.5.6" +"@jupyterlab/codemirror@npm:^4.6.0": + version: 4.6.0 + resolution: "@jupyterlab/codemirror@npm:4.6.0" dependencies: "@codemirror/autocomplete": ^6.20.0 "@codemirror/commands": ^6.10.2 @@ -1935,12 +1892,12 @@ __metadata: "@codemirror/search": ^6.6.0 "@codemirror/state": ^6.5.4 "@codemirror/view": ^6.39.14 - "@jupyter/ydoc": ^3.1.0 - "@jupyterlab/codeeditor": ^4.5.6 - "@jupyterlab/coreutils": ^6.5.6 - "@jupyterlab/documentsearch": ^4.5.6 - "@jupyterlab/nbformat": ^4.5.6 - "@jupyterlab/translation": ^4.5.6 + "@jupyter/ydoc": ^4.0.0 + "@jupyterlab/codeeditor": ^4.6.0 + "@jupyterlab/coreutils": ^6.6.0 + "@jupyterlab/documentsearch": ^4.6.0 + "@jupyterlab/nbformat": ^4.6.0 + "@jupyterlab/translation": ^4.6.0 "@lezer/common": ^1.2.1 "@lezer/generator": ^1.7.0 "@lezer/highlight": ^1.2.0 @@ -1949,81 +1906,68 @@ __metadata: "@lumino/disposable": ^2.1.5 "@lumino/signaling": ^2.1.5 yjs: ^13.5.40 - checksum: 41ac99b7fc675875c7eece4b24f779cd7e26b525cb9646c7ffbeeb70c0c5d6e1221175d12dc62f3b0dcbdb9ee5cef9dbc60b4227f2a950c62502249e4dca7f40 + checksum: 04ef7b7f05c3fcce121c206d8b1d8956603a4c00c23d182a0e340c1f2352e535d3e3af4370f1fec5d6ce5ff20dd8fece8fee6b3356c6fc2678acf490913b7c63 languageName: node linkType: hard -"@jupyterlab/completer@npm:^4.3.0": - version: 4.5.6 - resolution: "@jupyterlab/completer@npm:4.5.6" +"@jupyterlab/completer@npm:^4.6": + version: 4.6.0 + resolution: "@jupyterlab/completer@npm:4.6.0" dependencies: + "@codemirror/language": ^6.12.1 "@codemirror/state": ^6.5.4 "@codemirror/view": ^6.39.14 - "@jupyter/ydoc": ^3.1.0 - "@jupyterlab/apputils": ^4.6.6 - "@jupyterlab/codeeditor": ^4.5.6 - "@jupyterlab/codemirror": ^4.5.6 - "@jupyterlab/coreutils": ^6.5.6 - "@jupyterlab/rendermime": ^4.5.6 - "@jupyterlab/services": ^7.5.6 - "@jupyterlab/settingregistry": ^4.5.6 - "@jupyterlab/statedb": ^4.5.6 - "@jupyterlab/translation": ^4.5.6 - "@jupyterlab/ui-components": ^4.5.6 + "@jupyter/ydoc": ^4.0.0 + "@jupyterlab/apputils": ^4.7.0 + "@jupyterlab/codeeditor": ^4.6.0 + "@jupyterlab/codemirror": ^4.6.0 + "@jupyterlab/coreutils": ^6.6.0 + "@jupyterlab/rendermime": ^4.6.0 + "@jupyterlab/services": ^7.6.0 + "@jupyterlab/settingregistry": ^4.6.0 + "@jupyterlab/statedb": ^4.6.0 + "@jupyterlab/translation": ^4.6.0 + "@jupyterlab/ui-components": ^4.6.0 "@lumino/algorithm": ^2.0.4 "@lumino/coreutils": ^2.2.2 "@lumino/disposable": ^2.1.5 "@lumino/domutils": ^2.0.4 "@lumino/messaging": ^2.0.4 "@lumino/signaling": ^2.1.5 - "@lumino/widgets": ^2.7.5 - checksum: fe2c55e83d1dffb61c6b395941396c93ec3bc9abf2c1e66b9f3fe95e6f3c3a7a3d166c56958a2055300b724e829da50a4aaddc1b2a08669b6b26c8ea137b6d6b - languageName: node - linkType: hard - -"@jupyterlab/console@npm:^4.2.4, @jupyterlab/console@npm:^4.3.0": - version: 4.5.6 - resolution: "@jupyterlab/console@npm:4.5.6" - dependencies: - "@jupyter/ydoc": ^3.1.0 - "@jupyterlab/apputils": ^4.6.6 - "@jupyterlab/cells": ^4.5.6 - "@jupyterlab/codeeditor": ^4.5.6 - "@jupyterlab/codemirror": ^4.5.6 - "@jupyterlab/coreutils": ^6.5.6 - "@jupyterlab/nbformat": ^4.5.6 - "@jupyterlab/observables": ^5.5.6 - "@jupyterlab/rendermime": ^4.5.6 - "@jupyterlab/services": ^7.5.6 - "@jupyterlab/translation": ^4.5.6 - "@jupyterlab/ui-components": ^4.5.6 - "@lumino/coreutils": ^2.2.2 - "@lumino/disposable": ^2.1.5 - "@lumino/dragdrop": ^2.1.8 - "@lumino/messaging": ^2.0.4 - "@lumino/signaling": ^2.1.5 - "@lumino/widgets": ^2.7.5 - checksum: 21cdc66744342fbd4f4f5b2e3d57811a693de80053162d026aaf3427064615f41d96c8aaffe67a491e3f0bc8d466a9c6e785203db60dd4ede2325891a019b331 + "@lumino/widgets": ^2.8.0 + checksum: 8b1b1d61922f42ddcbc5f531f21e1f22bd7e5e1e29ee71aeb86597370b0deda40c8df76ed26e3cfbe288f7fab7c6a28b4924a1ba3ad74d0086348e7a734b91b5 languageName: node linkType: hard -"@jupyterlab/coreutils@npm:^6.0.0, @jupyterlab/coreutils@npm:^6.3.0, @jupyterlab/coreutils@npm:^6.5.0, @jupyterlab/coreutils@npm:^6.5.6": - version: 6.5.6 - resolution: "@jupyterlab/coreutils@npm:6.5.6" - dependencies: +"@jupyterlab/console@npm:^4.6": + version: 4.6.0 + resolution: "@jupyterlab/console@npm:4.6.0" + dependencies: + "@jupyter/ydoc": ^4.0.0 + "@jupyterlab/apputils": ^4.7.0 + "@jupyterlab/cells": ^4.6.0 + "@jupyterlab/codeeditor": ^4.6.0 + "@jupyterlab/codemirror": ^4.6.0 + "@jupyterlab/coreutils": ^6.6.0 + "@jupyterlab/nbformat": ^4.6.0 + "@jupyterlab/observables": ^5.6.0 + "@jupyterlab/rendermime": ^4.6.0 + "@jupyterlab/services": ^7.6.0 + "@jupyterlab/translation": ^4.6.0 + "@jupyterlab/ui-components": ^4.6.0 "@lumino/coreutils": ^2.2.2 "@lumino/disposable": ^2.1.5 + "@lumino/dragdrop": ^2.1.8 + "@lumino/messaging": ^2.0.4 "@lumino/signaling": ^2.1.5 - minimist: ~1.2.0 - path-browserify: ^1.0.0 - url-parse: ~1.5.4 - checksum: e693f47d86dcff9762340d8a7df504b9b258a03785243b8aac8606321216efac9c965bbf4197abbcb1f175dade44d0f53f0a9ff70f14a16e5243fae3a5ef16cf + "@lumino/widgets": ^2.8.0 + checksum: b3b21dcd24ccdb4667b07fd9523ef80c959c72f7a2bbe025494ac3607a385a83252d818e33bd2444c2ed33e5d3753bcc8faa93fbe229a76cf53b2d1ac97854a8 languageName: node linkType: hard -"@jupyterlab/coreutils@npm:^6.5.7": - version: 6.5.7 - resolution: "@jupyterlab/coreutils@npm:6.5.7" +"@jupyterlab/coreutils@npm:^6.5.0, @jupyterlab/coreutils@npm:^6.6, @jupyterlab/coreutils@npm:^6.6.0": + version: 6.6.0 + resolution: "@jupyterlab/coreutils@npm:6.6.0" dependencies: "@lumino/coreutils": ^2.2.2 "@lumino/disposable": ^2.1.5 @@ -2031,23 +1975,23 @@ __metadata: minimist: ~1.2.0 path-browserify: ^1.0.0 url-parse: ~1.5.4 - checksum: cf77491e064dfc8d4b0e3eb8bac80d755adf23de5f43e5a839294ba730be521ef81bfe884f995b366914750d99ed0d59bbed063980ae4f44886167045d7fcbe2 + checksum: b9ac5bce2cee14bdd8bc82dc89da7eecea675084dc2f9c1f249222f3fea99e62ad14fba6fe44270116ed57358f3733a8d2ead4222a19f921bf4a3549bcb1e212 languageName: node linkType: hard -"@jupyterlab/docmanager@npm:^4.5.6": - version: 4.5.6 - resolution: "@jupyterlab/docmanager@npm:4.5.6" - dependencies: - "@jupyterlab/apputils": ^4.6.6 - "@jupyterlab/coreutils": ^6.5.6 - "@jupyterlab/docregistry": ^4.5.6 - "@jupyterlab/rendermime": ^4.5.6 - "@jupyterlab/services": ^7.5.6 - "@jupyterlab/statedb": ^4.5.6 - "@jupyterlab/statusbar": ^4.5.6 - "@jupyterlab/translation": ^4.5.6 - "@jupyterlab/ui-components": ^4.5.6 +"@jupyterlab/docmanager@npm:^4.6.0": + version: 4.6.0 + resolution: "@jupyterlab/docmanager@npm:4.6.0" + dependencies: + "@jupyterlab/apputils": ^4.7.0 + "@jupyterlab/coreutils": ^6.6.0 + "@jupyterlab/docregistry": ^4.6.0 + "@jupyterlab/rendermime": ^4.6.0 + "@jupyterlab/services": ^7.6.0 + "@jupyterlab/statedb": ^4.6.0 + "@jupyterlab/statusbar": ^4.6.0 + "@jupyterlab/translation": ^4.6.0 + "@jupyterlab/ui-components": ^4.6.0 "@lumino/algorithm": ^2.0.4 "@lumino/coreutils": ^2.2.2 "@lumino/disposable": ^2.1.5 @@ -2055,70 +1999,70 @@ __metadata: "@lumino/polling": ^2.1.5 "@lumino/properties": ^2.0.4 "@lumino/signaling": ^2.1.5 - "@lumino/widgets": ^2.7.5 + "@lumino/widgets": ^2.8.0 react: ^18.2.0 - checksum: 6f0458b2bbebe3982d9d0bbea7775ac135e7e121772c8a40633303bc8ce98d5100895db044074b968f71a180ea327cad40193778057ed57f00c264c14d63b1ed + checksum: f0df3aad8819d52bec8583a3dcea4fa439bc88c1fbeba22566b3ed5576f41c7c380828c8a1270bdeeb5c8732948017b55e7753361453eda9846595e5c55fa880 languageName: node linkType: hard -"@jupyterlab/docregistry@npm:^4.3.0, @jupyterlab/docregistry@npm:^4.5.0, @jupyterlab/docregistry@npm:^4.5.6": - version: 4.5.6 - resolution: "@jupyterlab/docregistry@npm:4.5.6" - dependencies: - "@jupyter/ydoc": ^3.1.0 - "@jupyterlab/apputils": ^4.6.6 - "@jupyterlab/codeeditor": ^4.5.6 - "@jupyterlab/coreutils": ^6.5.6 - "@jupyterlab/observables": ^5.5.6 - "@jupyterlab/rendermime": ^4.5.6 - "@jupyterlab/rendermime-interfaces": ^3.13.6 - "@jupyterlab/services": ^7.5.6 - "@jupyterlab/translation": ^4.5.6 - "@jupyterlab/ui-components": ^4.5.6 +"@jupyterlab/docregistry@npm:^4.5.0, @jupyterlab/docregistry@npm:^4.6, @jupyterlab/docregistry@npm:^4.6.0": + version: 4.6.0 + resolution: "@jupyterlab/docregistry@npm:4.6.0" + dependencies: + "@jupyter/ydoc": ^4.0.0 + "@jupyterlab/apputils": ^4.7.0 + "@jupyterlab/codeeditor": ^4.6.0 + "@jupyterlab/coreutils": ^6.6.0 + "@jupyterlab/observables": ^5.6.0 + "@jupyterlab/rendermime": ^4.6.0 + "@jupyterlab/rendermime-interfaces": ^3.14.0 + "@jupyterlab/services": ^7.6.0 + "@jupyterlab/translation": ^4.6.0 + "@jupyterlab/ui-components": ^4.6.0 "@lumino/algorithm": ^2.0.4 "@lumino/coreutils": ^2.2.2 "@lumino/disposable": ^2.1.5 "@lumino/messaging": ^2.0.4 "@lumino/properties": ^2.0.4 "@lumino/signaling": ^2.1.5 - "@lumino/widgets": ^2.7.5 + "@lumino/widgets": ^2.8.0 react: ^18.2.0 - checksum: e57126380d3abca32165c659fc3dd63c4642abc2dfe35017c38fd4ca91ae9cfcb95427c98fd47aa0f546c8030eb1af42be60c2a40bc03f4411fa9f92b77a4fe3 + checksum: 38b4efd9c486a10b5c52e25e0c6fe2810550b22ca816aaad3e507eb804beb08a24eaab8c285ac60f8a0245b7a85de405c1c2a5f400c983342686aa3e0f169731 languageName: node linkType: hard -"@jupyterlab/documentsearch@npm:^4.5.6": - version: 4.5.6 - resolution: "@jupyterlab/documentsearch@npm:4.5.6" +"@jupyterlab/documentsearch@npm:^4.6.0": + version: 4.6.0 + resolution: "@jupyterlab/documentsearch@npm:4.6.0" dependencies: - "@jupyterlab/apputils": ^4.6.6 - "@jupyterlab/translation": ^4.5.6 - "@jupyterlab/ui-components": ^4.5.6 + "@jupyterlab/apputils": ^4.7.0 + "@jupyterlab/translation": ^4.6.0 + "@jupyterlab/ui-components": ^4.6.0 "@lumino/commands": ^2.3.3 "@lumino/coreutils": ^2.2.2 "@lumino/disposable": ^2.1.5 "@lumino/messaging": ^2.0.4 "@lumino/polling": ^2.1.5 "@lumino/signaling": ^2.1.5 - "@lumino/widgets": ^2.7.5 + "@lumino/widgets": ^2.8.0 react: ^18.2.0 - checksum: d76bebc8d2ee7b76e476b145aff773e637e8c11d5d40bf9035b5dd8bd00fc712a3347327ff2eff0387095e12777eb53a6416502e2c17517027a42c8e0592261a + checksum: 4ee14e196756aae2ea162b46258a0177694112c6ea0ece6784f761341f3a97345d5338f80ca20f7bda205b96cf5207abe7f960f8e2c523f692ecbdb257fe4bd8 languageName: node linkType: hard -"@jupyterlab/filebrowser@npm:^4.3.0, @jupyterlab/filebrowser@npm:^4.5.6": - version: 4.5.6 - resolution: "@jupyterlab/filebrowser@npm:4.5.6" - dependencies: - "@jupyterlab/apputils": ^4.6.6 - "@jupyterlab/coreutils": ^6.5.6 - "@jupyterlab/docmanager": ^4.5.6 - "@jupyterlab/docregistry": ^4.5.6 - "@jupyterlab/services": ^7.5.6 - "@jupyterlab/statedb": ^4.5.6 - "@jupyterlab/statusbar": ^4.5.6 - "@jupyterlab/translation": ^4.5.6 - "@jupyterlab/ui-components": ^4.5.6 +"@jupyterlab/filebrowser@npm:^4.6, @jupyterlab/filebrowser@npm:^4.6.0": + version: 4.6.0 + resolution: "@jupyterlab/filebrowser@npm:4.6.0" + dependencies: + "@jupyterlab/apputils": ^4.7.0 + "@jupyterlab/coreutils": ^6.6.0 + "@jupyterlab/docmanager": ^4.6.0 + "@jupyterlab/docregistry": ^4.6.0 + "@jupyterlab/services": ^7.6.0 + "@jupyterlab/statedb": ^4.6.0 + "@jupyterlab/statusbar": ^4.6.0 + "@jupyterlab/translation": ^4.6.0 + "@jupyterlab/ui-components": ^4.6.0 "@lumino/algorithm": ^2.0.4 "@lumino/coreutils": ^2.2.2 "@lumino/disposable": ^2.1.5 @@ -2128,162 +2072,154 @@ __metadata: "@lumino/polling": ^2.1.5 "@lumino/signaling": ^2.1.5 "@lumino/virtualdom": ^2.0.4 - "@lumino/widgets": ^2.7.5 + "@lumino/widgets": ^2.8.0 jest-environment-jsdom: ^29.3.0 react: ^18.2.0 - checksum: d8fb64ccfa2ffb19d16ce041efdca8877838f6f5738f99411c67cc235465fbfd82bdc1f156bba0a93266d4c581ceb5e1212e6ec1413799522acad19231a474e7 + checksum: 76148a7c5674671654590c86174d9e57f42145210981d0725867f831fc7a03d76af2857ac8ef94d19d816bb81228a23426e6bef199f592ac57a5b0eb95c21e25 languageName: node linkType: hard -"@jupyterlab/launcher@npm:^4.3.0": - version: 4.5.6 - resolution: "@jupyterlab/launcher@npm:4.5.6" +"@jupyterlab/launcher@npm:^4.6": + version: 4.6.0 + resolution: "@jupyterlab/launcher@npm:4.6.0" dependencies: - "@jupyterlab/apputils": ^4.6.6 - "@jupyterlab/translation": ^4.5.6 - "@jupyterlab/ui-components": ^4.5.6 + "@jupyterlab/apputils": ^4.7.0 + "@jupyterlab/translation": ^4.6.0 + "@jupyterlab/ui-components": ^4.6.0 "@lumino/algorithm": ^2.0.4 "@lumino/commands": ^2.3.3 "@lumino/coreutils": ^2.2.2 "@lumino/disposable": ^2.1.5 "@lumino/properties": ^2.0.4 - "@lumino/widgets": ^2.7.5 + "@lumino/widgets": ^2.8.0 react: ^18.2.0 - checksum: 54be3d21a3356636b97d5e370c0f4f26a941d228503b8dc63ef51c89eec84c07f2cd4e06abc73c0d1dca3388d5adfa7ef398669ca4a4d6755145997c9c1aff29 + checksum: b813724e8aa9d770e2148cbee1c89a46ac496e17b83e609836c5935f71486847ffcaaa052a754fb9a9318e8c386f72b893897767824add4106a6750d3115e25a languageName: node linkType: hard -"@jupyterlab/logconsole@npm:^4.3.0": - version: 4.5.6 - resolution: "@jupyterlab/logconsole@npm:4.5.6" - dependencies: - "@jupyterlab/coreutils": ^6.5.6 - "@jupyterlab/nbformat": ^4.5.6 - "@jupyterlab/outputarea": ^4.5.6 - "@jupyterlab/rendermime": ^4.5.6 - "@jupyterlab/services": ^7.5.6 - "@jupyterlab/translation": ^4.5.6 +"@jupyterlab/logconsole@npm:^4.6": + version: 4.6.0 + resolution: "@jupyterlab/logconsole@npm:4.6.0" + dependencies: + "@jupyterlab/coreutils": ^6.6.0 + "@jupyterlab/nbformat": ^4.6.0 + "@jupyterlab/outputarea": ^4.6.0 + "@jupyterlab/rendermime": ^4.6.0 + "@jupyterlab/services": ^7.6.0 + "@jupyterlab/translation": ^4.6.0 "@lumino/coreutils": ^2.2.2 "@lumino/disposable": ^2.1.5 "@lumino/messaging": ^2.0.4 "@lumino/signaling": ^2.1.5 - "@lumino/widgets": ^2.7.5 - checksum: 07b562987673d932830a3ec233cb623773ce1277ca2bba908531da5f95dfc3d92a8998816e0dda89615c1bfe4819e8e3af2f02f4b8343ce40f1ea77f0220df98 + "@lumino/widgets": ^2.8.0 + checksum: 764d2c3edbe51b4bc256f294a08ad17c700245e8f4f0765b390f07377faa7ad58185dc843ca5bc776f360d70a43949f201ba45dbdc9a477d80129e419799e2c2 languageName: node linkType: hard -"@jupyterlab/lsp@npm:^4.5.6": - version: 4.5.6 - resolution: "@jupyterlab/lsp@npm:4.5.6" - dependencies: - "@jupyterlab/apputils": ^4.6.6 - "@jupyterlab/codeeditor": ^4.5.6 - "@jupyterlab/codemirror": ^4.5.6 - "@jupyterlab/coreutils": ^6.5.6 - "@jupyterlab/docregistry": ^4.5.6 - "@jupyterlab/services": ^7.5.6 - "@jupyterlab/translation": ^4.5.6 +"@jupyterlab/lsp@npm:^4.6.0": + version: 4.6.0 + resolution: "@jupyterlab/lsp@npm:4.6.0" + dependencies: + "@jupyterlab/apputils": ^4.7.0 + "@jupyterlab/codeeditor": ^4.6.0 + "@jupyterlab/codemirror": ^4.6.0 + "@jupyterlab/coreutils": ^6.6.0 + "@jupyterlab/docregistry": ^4.6.0 + "@jupyterlab/services": ^7.6.0 + "@jupyterlab/translation": ^4.6.0 "@lumino/coreutils": ^2.2.2 "@lumino/disposable": ^2.1.5 "@lumino/signaling": ^2.1.5 - "@lumino/widgets": ^2.7.5 + "@lumino/widgets": ^2.8.0 lodash.mergewith: ^4.6.1 - vscode-jsonrpc: ^6.0.0 + vscode-jsonrpc: ^8.2.0 vscode-languageserver-protocol: ^3.17.0 vscode-ws-jsonrpc: ~1.0.2 - checksum: efaeaa3b8a740b40ad8fc5b99ab4777bd6287397844c84804ffa1000e8e349fd726b36259abf3ec13a062d86e6b4a1070bf998314149676176341f03204f5537 + checksum: 012a6327c7e3b10fc4351d8a607105241908433d04debe2f98beacf5d21feecbe35889713459afe9c2951d773d1b9bb37647ea0948e223de2a01759097662d2d languageName: node linkType: hard -"@jupyterlab/mainmenu@npm:^4.3.0": - version: 4.5.6 - resolution: "@jupyterlab/mainmenu@npm:4.5.6" +"@jupyterlab/mainmenu@npm:^4.6": + version: 4.6.0 + resolution: "@jupyterlab/mainmenu@npm:4.6.0" dependencies: - "@jupyterlab/apputils": ^4.6.6 - "@jupyterlab/translation": ^4.5.6 - "@jupyterlab/ui-components": ^4.5.6 + "@jupyterlab/apputils": ^4.7.0 + "@jupyterlab/translation": ^4.6.0 + "@jupyterlab/ui-components": ^4.6.0 "@lumino/algorithm": ^2.0.4 "@lumino/commands": ^2.3.3 "@lumino/coreutils": ^2.2.2 - "@lumino/widgets": ^2.7.5 - checksum: 84fab6008c53c9d907cf2ad8b79b70f021b7d9951d4cd54db5e65305c4d833c82c987ad9e2c334f321f73ffc9564a73ffcfffe87d97913431983a9bd4de2f768 + "@lumino/widgets": ^2.8.0 + checksum: c1e83a153b13f93186d7bedd28ac8eaeb3e12873c6c36df696c840b7d202c4436384d0b9c65b534273143e5ae9a37bfe96764dd27b8aa72c1d4dba07939b5adb languageName: node linkType: hard -"@jupyterlab/markedparser-extension@npm:^4.5.6": - version: 4.5.6 - resolution: "@jupyterlab/markedparser-extension@npm:4.5.6" +"@jupyterlab/markedparser-extension@npm:^4.6.0": + version: 4.6.0 + resolution: "@jupyterlab/markedparser-extension@npm:4.6.0" dependencies: - "@jupyterlab/application": ^4.5.6 - "@jupyterlab/codemirror": ^4.5.6 - "@jupyterlab/coreutils": ^6.5.6 - "@jupyterlab/mermaid": ^4.5.6 - "@jupyterlab/rendermime": ^4.5.6 + "@jupyterlab/application": ^4.6.0 + "@jupyterlab/codemirror": ^4.6.0 + "@jupyterlab/coreutils": ^6.6.0 + "@jupyterlab/mermaid": ^4.6.0 + "@jupyterlab/rendermime": ^4.6.0 "@lumino/coreutils": ^2.2.2 - marked: ^17.0.2 - marked-gfm-heading-id: ^4.1.3 - marked-mangle: ^1.1.12 - checksum: 9f3b610497a18e34608f49f3dffade691c2b09c0ffbf44ab865dfe1f218571e4c99e9f518b811a97782c753986651525aa8cdfbfb40c4a286880736cffb7f74b + marked: ^17.0.6 + marked-gfm-heading-id: ^4.1.4 + marked-mangle: ^1.1.13 + checksum: ebb166732eef134be941f111364d999a095fc40704e2aa3333a7044998a3d3d6ee5567e274fa0863e82cbee61b73fa7623b3db8c8e9478a7fd66e15249434040 languageName: node linkType: hard -"@jupyterlab/mermaid@npm:^4.5.6": - version: 4.5.6 - resolution: "@jupyterlab/mermaid@npm:4.5.6" +"@jupyterlab/mermaid@npm:^4.6.0": + version: 4.6.0 + resolution: "@jupyterlab/mermaid@npm:4.6.0" dependencies: - "@jupyterlab/apputils": ^4.6.6 - "@jupyterlab/coreutils": ^6.5.6 - "@jupyterlab/rendermime-interfaces": ^3.13.6 + "@jupyterlab/apputils": ^4.7.0 + "@jupyterlab/coreutils": ^6.6.0 + "@jupyterlab/rendermime-interfaces": ^3.14.0 "@lumino/coreutils": ^2.2.2 - "@lumino/widgets": ^2.7.5 - "@mermaid-js/layout-elk": ^0.2.0 - mermaid: ^11.12.3 - checksum: 0ffef133463544bbf50c729c507a220e8386aab2727b27803ba8c315e308c1c25273dae5e5bc2f295802b9bbc46bd8fd3a0ee1a9d9d63a756be72da4c236c9e0 + "@lumino/widgets": ^2.8.0 + "@mermaid-js/layout-elk": ^0.2.1 + mermaid: ^11.15.0 + checksum: 544926350a404c124da7f7199608d99e9b6b7f7a6fd531fd8ca57a0b6f9f1dc1ff6ba69df854391ea2b7f0e575c242e96ecd8e2a5ecb9c340c8a4913474c1e87 languageName: node linkType: hard -"@jupyterlab/nbformat@npm:^3.0.0 || ^4.0.0-alpha.21 || ^4.0.0, @jupyterlab/nbformat@npm:^4.5.6": - version: 4.5.6 - resolution: "@jupyterlab/nbformat@npm:4.5.6" +"@jupyterlab/nbformat@npm:^3.0.0 || ^4.0.0-alpha.21 || ^4.0.0, @jupyterlab/nbformat@npm:^4.6.0": + version: 4.6.0 + resolution: "@jupyterlab/nbformat@npm:4.6.0" dependencies: "@lumino/coreutils": ^2.2.2 - checksum: 136f00cf215a7a4a9061d8874ac35191f5f65c62cdb7687578d77772d8d6fb866905710511986ef533a383826d1cc2807cfc58e5f7076b853703cae15b3c8bc8 + checksum: d4c7dc410cd2e831e13c8e45da0680d02161ae2f427b8a886140cb53637530e4254d20b692eda55edff63e306de2068b8416b25778ca050f3ae2148ee6c50b8a languageName: node linkType: hard -"@jupyterlab/nbformat@npm:^4.5.7": - version: 4.5.7 - resolution: "@jupyterlab/nbformat@npm:4.5.7" - dependencies: - "@lumino/coreutils": ^2.2.2 - checksum: 7b75969953654c490b19b7ca5b2218169f39012e1136f9ee943defe8e8b11202cb00fc65e5e3ba3fceee8781b8fec4bda978f8f39d31ced75cf9d954b2060048 - languageName: node - linkType: hard - -"@jupyterlab/notebook@npm:^4.0.0": - version: 4.5.6 - resolution: "@jupyterlab/notebook@npm:4.5.6" - dependencies: - "@jupyter/ydoc": ^3.1.0 - "@jupyterlab/apputils": ^4.6.6 - "@jupyterlab/cells": ^4.5.6 - "@jupyterlab/codeeditor": ^4.5.6 - "@jupyterlab/codemirror": ^4.5.6 - "@jupyterlab/coreutils": ^6.5.6 - "@jupyterlab/docregistry": ^4.5.6 - "@jupyterlab/documentsearch": ^4.5.6 - "@jupyterlab/lsp": ^4.5.6 - "@jupyterlab/markedparser-extension": ^4.5.6 - "@jupyterlab/nbformat": ^4.5.6 - "@jupyterlab/observables": ^5.5.6 - "@jupyterlab/rendermime": ^4.5.6 - "@jupyterlab/services": ^7.5.6 - "@jupyterlab/settingregistry": ^4.5.6 - "@jupyterlab/statusbar": ^4.5.6 - "@jupyterlab/toc": ^6.5.6 - "@jupyterlab/translation": ^4.5.6 - "@jupyterlab/ui-components": ^4.5.6 +"@jupyterlab/notebook@npm:^4.6": + version: 4.6.0 + resolution: "@jupyterlab/notebook@npm:4.6.0" + dependencies: + "@jupyter/ydoc": ^4.0.0 + "@jupyterlab/apputils": ^4.7.0 + "@jupyterlab/cells": ^4.6.0 + "@jupyterlab/codeeditor": ^4.6.0 + "@jupyterlab/codemirror": ^4.6.0 + "@jupyterlab/coreutils": ^6.6.0 + "@jupyterlab/docregistry": ^4.6.0 + "@jupyterlab/documentsearch": ^4.6.0 + "@jupyterlab/lsp": ^4.6.0 + "@jupyterlab/markedparser-extension": ^4.6.0 + "@jupyterlab/nbformat": ^4.6.0 + "@jupyterlab/observables": ^5.6.0 + "@jupyterlab/rendermime": ^4.6.0 + "@jupyterlab/services": ^7.6.0 + "@jupyterlab/settingregistry": ^4.6.0 + "@jupyterlab/statusbar": ^4.6.0 + "@jupyterlab/toc": ^6.6.0 + "@jupyterlab/translation": ^4.6.0 + "@jupyterlab/ui-components": ^4.6.0 "@lumino/algorithm": ^2.0.4 + "@lumino/commands": ^2.3.3 "@lumino/coreutils": ^2.2.2 "@lumino/disposable": ^2.1.5 "@lumino/domutils": ^2.0.4 @@ -2293,125 +2229,102 @@ __metadata: "@lumino/properties": ^2.0.4 "@lumino/signaling": ^2.1.5 "@lumino/virtualdom": ^2.0.4 - "@lumino/widgets": ^2.7.5 + "@lumino/widgets": ^2.8.0 react: ^18.2.0 - checksum: 7e3fa18f0c9a99ec6dc5ba629fbd53f17539a1eb917b54f3d044cecf76e89bafa74fc854ad099bb1a9f364844990990714f016fa6a176dd2ccf8a4bb84bba1f2 - languageName: node - linkType: hard - -"@jupyterlab/observables@npm:^5.3.0, @jupyterlab/observables@npm:^5.5.6": - version: 5.5.6 - resolution: "@jupyterlab/observables@npm:5.5.6" - dependencies: - "@lumino/algorithm": ^2.0.4 - "@lumino/coreutils": ^2.2.2 - "@lumino/disposable": ^2.1.5 - "@lumino/messaging": ^2.0.4 - "@lumino/signaling": ^2.1.5 - checksum: 1c1e04644929f2f8535126244c71bc916e1759b256d6442cfeef2fb68ebeaa872aa4cabc7dadce1c14ab419a742be9ef30b6e940b09d559705d47858a55b4174 + checksum: 69ccd65f9c196192749e2ebab6b68481d6fe959c7cbc9b8cbaa8464af4263256195f56315c4873d8c5ae275aff11f2c311f2aa8dd5512326b3438673b67863f2 languageName: node linkType: hard -"@jupyterlab/observables@npm:^5.5.7": - version: 5.5.7 - resolution: "@jupyterlab/observables@npm:5.5.7" +"@jupyterlab/observables@npm:^5.6, @jupyterlab/observables@npm:^5.6.0": + version: 5.6.0 + resolution: "@jupyterlab/observables@npm:5.6.0" dependencies: "@lumino/algorithm": ^2.0.4 "@lumino/coreutils": ^2.2.2 "@lumino/disposable": ^2.1.5 "@lumino/messaging": ^2.0.4 "@lumino/signaling": ^2.1.5 - checksum: 2693f75edc23c7f9e1cd30c21611af9c3678c079b1cfa0c2da9b9286c4631c8559f02cc8fc02036ab8d66dd39df33b9347a8f2761c3f34b74d1db03f57a5aaa7 + checksum: 71266f2e5d0fb575821fec6d7b7ca4b5271b641ae8ea623270762c65e3da1b655eb9a1e42c3b6639fbe63c299431183724daa7e2a38a4972e864e14dde623efc languageName: node linkType: hard -"@jupyterlab/outputarea@npm:^4.5.6": - version: 4.5.6 - resolution: "@jupyterlab/outputarea@npm:4.5.6" - dependencies: - "@jupyterlab/apputils": ^4.6.6 - "@jupyterlab/nbformat": ^4.5.6 - "@jupyterlab/observables": ^5.5.6 - "@jupyterlab/rendermime": ^4.5.6 - "@jupyterlab/rendermime-interfaces": ^3.13.6 - "@jupyterlab/services": ^7.5.6 - "@jupyterlab/translation": ^4.5.6 +"@jupyterlab/outputarea@npm:^4.6.0": + version: 4.6.0 + resolution: "@jupyterlab/outputarea@npm:4.6.0" + dependencies: + "@jupyterlab/apputils": ^4.7.0 + "@jupyterlab/nbformat": ^4.6.0 + "@jupyterlab/observables": ^5.6.0 + "@jupyterlab/rendermime": ^4.6.0 + "@jupyterlab/rendermime-interfaces": ^3.14.0 + "@jupyterlab/services": ^7.6.0 + "@jupyterlab/translation": ^4.6.0 "@lumino/algorithm": ^2.0.4 "@lumino/coreutils": ^2.2.2 "@lumino/disposable": ^2.1.5 "@lumino/messaging": ^2.0.4 "@lumino/properties": ^2.0.4 "@lumino/signaling": ^2.1.5 - "@lumino/widgets": ^2.7.5 - checksum: c0a42f0b12cc5b4c0ef20650d1f39a03dc0736db278ae2b1155927708e6783344603c1c221c7abf436f559551039a011f2ef39479992bd81e90622618df105e3 - languageName: node - linkType: hard - -"@jupyterlab/rendermime-interfaces@npm:^3.12.0, @jupyterlab/rendermime-interfaces@npm:^3.13.6": - version: 3.13.6 - resolution: "@jupyterlab/rendermime-interfaces@npm:3.13.6" - dependencies: - "@lumino/coreutils": ^1.11.0 || ^2.2.2 - "@lumino/widgets": ^1.37.2 || ^2.7.5 - checksum: 23bbf8f18712d6f14444ef20ed851fa8d787f4cdfaf4e43348365a3d6042ff1fe43e738b99a0e6a921d8205f7b97cc8d4016eb0863950266e105699fcd13a8d6 + "@lumino/widgets": ^2.8.0 + checksum: e113733476af1e0744031f24312303b619f7235bd632e0bc387b37748df422180977b4104548b03b1492f587703b499f6d036b269aac4e61cf8369aab2507e37 languageName: node linkType: hard -"@jupyterlab/rendermime-interfaces@npm:^3.13.7": - version: 3.13.7 - resolution: "@jupyterlab/rendermime-interfaces@npm:3.13.7" +"@jupyterlab/rendermime-interfaces@npm:^3.12.0, @jupyterlab/rendermime-interfaces@npm:^3.14.0": + version: 3.14.0 + resolution: "@jupyterlab/rendermime-interfaces@npm:3.14.0" dependencies: "@lumino/coreutils": ^1.11.0 || ^2.2.2 - "@lumino/widgets": ^1.37.2 || ^2.7.5 - checksum: 0dd31f82b3a8f2eac62fe7a0a5fd406793b518c4e040b17e695bf311c328a9692cfb00e0b630c0af6b3642c9039ee15ccfe3858065cdf59143cb69f2b715bd6e + "@lumino/widgets": ^1.37.2 || ^2.8.0 + checksum: e34952f24114627a1ac626093dab94d56b315e8b87a2982d6783792982521c80311ffaae9a7e8cd4596f74a3e67d745b161ab63597e736492679d4b3b6278bde languageName: node linkType: hard -"@jupyterlab/rendermime@npm:^4.0.0": - version: 4.5.7 - resolution: "@jupyterlab/rendermime@npm:4.5.7" - dependencies: - "@jupyterlab/apputils": ^4.6.7 - "@jupyterlab/coreutils": ^6.5.7 - "@jupyterlab/nbformat": ^4.5.7 - "@jupyterlab/observables": ^5.5.7 - "@jupyterlab/rendermime-interfaces": ^3.13.7 - "@jupyterlab/services": ^7.5.7 - "@jupyterlab/translation": ^4.5.7 +"@jupyterlab/rendermime@npm:^4.6": + version: 4.6.0 + resolution: "@jupyterlab/rendermime@npm:4.6.0" + dependencies: + "@jupyterlab/apputils": ^4.7.0 + "@jupyterlab/coreutils": ^6.6.0 + "@jupyterlab/nbformat": ^4.6.0 + "@jupyterlab/observables": ^5.6.0 + "@jupyterlab/rendermime-interfaces": ^3.14.0 + "@jupyterlab/services": ^7.6.0 + "@jupyterlab/translation": ^4.6.0 "@lumino/coreutils": ^2.2.2 "@lumino/messaging": ^2.0.4 "@lumino/signaling": ^2.1.5 - "@lumino/widgets": ^2.7.5 + "@lumino/widgets": ^2.8.0 lodash.escape: ^4.0.1 - checksum: a37a75a623a1825a3189488f347a2d3ed83127c1d79b7119ce957e4bc93edbdb4a0f2ed7b05c1e2a831a7dc5ab26414ad0b704556efa4349e1c670f176e181e7 + checksum: be0a14089212f6373c1ede7d4672e66d9bf5a956c6b4d8d1f8588c3dc66a3f83be199b4212c0afa729cdde6da47956d5b1a8ae1aeea9e971c69961dec28468ad languageName: node linkType: hard -"@jupyterlab/services@npm: ^7.0.0": - version: 7.5.6 - resolution: "@jupyterlab/services@npm:7.5.6" +"@jupyterlab/services@npm: ^7.6": + version: 7.6.0 + resolution: "@jupyterlab/services@npm:7.6.0" dependencies: - "@jupyter/ydoc": ^3.1.0 - "@jupyterlab/coreutils": ^6.5.6 - "@jupyterlab/nbformat": ^4.5.6 - "@jupyterlab/settingregistry": ^4.5.6 - "@jupyterlab/statedb": ^4.5.6 + "@jupyter/ydoc": ^4.0.0 + "@jupyterlab/coreutils": ^6.6.0 + "@jupyterlab/nbformat": ^4.6.0 + "@jupyterlab/settingregistry": ^4.6.0 + "@jupyterlab/statedb": ^4.6.0 "@lumino/coreutils": ^2.2.2 "@lumino/disposable": ^2.1.5 "@lumino/polling": ^2.1.5 "@lumino/properties": ^2.0.4 "@lumino/signaling": ^2.1.5 ws: ^8.11.0 - checksum: c5b0d9ba7f2ccc245eb7bbf6f32c174116ff70f7d173168b66649b6d35cbca118e2e1be6fa7f305979eac3c8478dc228990b1c5537aec96b51cd637b2ab792a3 + checksum: 73e12d5cd090eb891404eba738dda7eafd324fa34232a177ec4f3897839c7e2a89eb01b7911b6113b617d88bcbe7cf5a64fb63296849a8f9d3f06a1a6a52ab51 languageName: node linkType: hard -"@jupyterlab/settingregistry@npm:^4.5.6": - version: 4.5.6 - resolution: "@jupyterlab/settingregistry@npm:4.5.6" +"@jupyterlab/settingregistry@npm:^4.6.0": + version: 4.6.0 + resolution: "@jupyterlab/settingregistry@npm:4.6.0" dependencies: - "@jupyterlab/nbformat": ^4.5.6 - "@jupyterlab/statedb": ^4.5.6 + "@jupyterlab/nbformat": ^4.6.0 + "@jupyterlab/statedb": ^4.6.0 "@lumino/commands": ^2.3.3 "@lumino/coreutils": ^2.2.2 "@lumino/disposable": ^2.1.5 @@ -2421,111 +2334,85 @@ __metadata: json5: ^2.2.3 peerDependencies: react: ">=16" - checksum: fd8490e0a2e7a8359fc6c87e1988bda6ce168be202fba3888b77a9bbd4b0967a2486d39c73464f2295a17615cc715ab48733e6fa4d52b4565bb003e3d586c99b - languageName: node - linkType: hard - -"@jupyterlab/statedb@npm:^4.3.0, @jupyterlab/statedb@npm:^4.5.6": - version: 4.5.6 - resolution: "@jupyterlab/statedb@npm:4.5.6" - dependencies: - "@lumino/commands": ^2.3.3 - "@lumino/coreutils": ^2.2.2 - "@lumino/disposable": ^2.1.5 - "@lumino/properties": ^2.0.4 - "@lumino/signaling": ^2.1.5 - checksum: 5a9a237ed1cd215ddb672bc080da5966320716b7ea6a018eeca2c5cc3689b0b9709843e1ef2452657976b751ce00cf64c82375f3dc796d844f94dcf856c50884 + checksum: e3bdb7b6b959fbda9cda9bb25f98bdb78425ada7968d40180b344bd05d242526de773d7992f77119706efd917416fc00b30fa31ebc32a8305351a36bd85d2944 languageName: node linkType: hard -"@jupyterlab/statedb@npm:^4.5.7": - version: 4.5.7 - resolution: "@jupyterlab/statedb@npm:4.5.7" +"@jupyterlab/statedb@npm:^4.6, @jupyterlab/statedb@npm:^4.6.0": + version: 4.6.0 + resolution: "@jupyterlab/statedb@npm:4.6.0" dependencies: "@lumino/commands": ^2.3.3 "@lumino/coreutils": ^2.2.2 "@lumino/disposable": ^2.1.5 "@lumino/properties": ^2.0.4 "@lumino/signaling": ^2.1.5 - checksum: 0560e22f83c526b237551cd520deecc608ce16b04eca6a7cf87e5c41738e9513b3ff9eb0c1a678062c1d3824e0c6fef50608ea5e53bd5970421acc322384c751 + checksum: f9d21e4fe3142b7efa82cafd66a803928a463e6502d9b2e5957f194c18b6b92786c21fce7626b7d859b38c67380f9a384ab53d41635398ec6d61524c879a1450 languageName: node linkType: hard -"@jupyterlab/statusbar@npm:^4.5.6": - version: 4.5.6 - resolution: "@jupyterlab/statusbar@npm:4.5.6" +"@jupyterlab/statusbar@npm:^4.6.0": + version: 4.6.0 + resolution: "@jupyterlab/statusbar@npm:4.6.0" dependencies: - "@jupyterlab/ui-components": ^4.5.6 + "@jupyterlab/ui-components": ^4.6.0 "@lumino/algorithm": ^2.0.4 "@lumino/coreutils": ^2.2.2 "@lumino/disposable": ^2.1.5 "@lumino/messaging": ^2.0.4 "@lumino/signaling": ^2.1.5 - "@lumino/widgets": ^2.7.5 + "@lumino/widgets": ^2.8.0 react: ^18.2.0 - checksum: 80a5bc008827f32f8fb99e913262eaeba27e5ec92ca8e194d856e071efa1f62189a369b2c9276808377c7740ea27bbd5f8430b51e3c7a9ea1d8017f166594425 + checksum: 8be267a661dc20971b2d3b68c47cfdbd365854bf414b20b7bbee8f7a9af081c203e4a0c5fb138eb7bf7cf170a1b96ca17db13480f71cde448ef924952d541c75 languageName: node linkType: hard -"@jupyterlab/toc@npm:^6.5.6": - version: 6.5.6 - resolution: "@jupyterlab/toc@npm:6.5.6" +"@jupyterlab/toc@npm:^6.6.0": + version: 6.6.0 + resolution: "@jupyterlab/toc@npm:6.6.0" dependencies: "@jupyter/react-components": ^0.16.6 - "@jupyterlab/apputils": ^4.6.6 - "@jupyterlab/coreutils": ^6.5.6 - "@jupyterlab/docregistry": ^4.5.6 - "@jupyterlab/observables": ^5.5.6 - "@jupyterlab/rendermime": ^4.5.6 - "@jupyterlab/rendermime-interfaces": ^3.13.6 - "@jupyterlab/translation": ^4.5.6 - "@jupyterlab/ui-components": ^4.5.6 + "@jupyterlab/apputils": ^4.7.0 + "@jupyterlab/coreutils": ^6.6.0 + "@jupyterlab/docregistry": ^4.6.0 + "@jupyterlab/observables": ^5.6.0 + "@jupyterlab/rendermime": ^4.6.0 + "@jupyterlab/rendermime-interfaces": ^3.14.0 + "@jupyterlab/translation": ^4.6.0 + "@jupyterlab/ui-components": ^4.6.0 "@lumino/coreutils": ^2.2.2 "@lumino/disposable": ^2.1.5 "@lumino/messaging": ^2.0.4 "@lumino/signaling": ^2.1.5 - "@lumino/widgets": ^2.7.5 + "@lumino/widgets": ^2.8.0 react: ^18.2.0 - checksum: 17344ecdcea645969f0f2d17a89c8afc7f0e3396b613ef8dc09fc47493e7099dcc3833c1d1b288cef440473f6c0b0cdef3b88a42d5b2c412d4a67a3e49da3f85 + checksum: fb3c41f35e1f159602971db54d33734a4e0205c0d02c034dccf27b70d6b82b486607840ac873ca710ede35eccbf4a2278a420f262f4e58f87cd7a637c4319e0d languageName: node linkType: hard -"@jupyterlab/translation@npm:^4.3.0, @jupyterlab/translation@npm:^4.5.6": - version: 4.5.6 - resolution: "@jupyterlab/translation@npm:4.5.6" - dependencies: - "@jupyterlab/coreutils": ^6.5.6 - "@jupyterlab/rendermime-interfaces": ^3.13.6 - "@jupyterlab/services": ^7.5.6 - "@jupyterlab/statedb": ^4.5.6 - "@lumino/coreutils": ^2.2.2 - checksum: 05db816acc6b908a02c80ff67c2239a54f1b43260b57ffc0038224ec5d082ed6167d27d4e3cccfd871f7408c10e6c36c8ab9fcd419b69e7a9ded4307bf3e16ad - languageName: node - linkType: hard - -"@jupyterlab/translation@npm:^4.5.7": - version: 4.5.7 - resolution: "@jupyterlab/translation@npm:4.5.7" +"@jupyterlab/translation@npm:^4.6, @jupyterlab/translation@npm:^4.6.0": + version: 4.6.0 + resolution: "@jupyterlab/translation@npm:4.6.0" dependencies: - "@jupyterlab/coreutils": ^6.5.7 - "@jupyterlab/rendermime-interfaces": ^3.13.7 - "@jupyterlab/services": ^7.5.7 - "@jupyterlab/statedb": ^4.5.7 + "@jupyterlab/coreutils": ^6.6.0 + "@jupyterlab/rendermime-interfaces": ^3.14.0 + "@jupyterlab/services": ^7.6.0 + "@jupyterlab/statedb": ^4.6.0 "@lumino/coreutils": ^2.2.2 - checksum: 8eeb51d36de3012c7d6a3beb2676e544520b8dbfa9fb8efb09572fad5a61d0c92bf59f0d710d03e4fb101fc236a8e797ebcbd8c212484a938c830fd425054872 + checksum: fc0c77c7fceeef9f9a6460d1665fc24e1e71489653a0293352add9a8e8649dff502cb31ae865267e78bb3a1a098213317f0b60091bc3ca24a62a62a281a660e2 languageName: node linkType: hard -"@jupyterlab/ui-components@npm:^4.3.0, @jupyterlab/ui-components@npm:^4.3.1, @jupyterlab/ui-components@npm:^4.5.0, @jupyterlab/ui-components@npm:^4.5.6": - version: 4.5.6 - resolution: "@jupyterlab/ui-components@npm:4.5.6" +"@jupyterlab/ui-components@npm:^4.5.0, @jupyterlab/ui-components@npm:^4.6, @jupyterlab/ui-components@npm:^4.6.0": + version: 4.6.0 + resolution: "@jupyterlab/ui-components@npm:4.6.0" dependencies: "@jupyter/react-components": ^0.16.6 "@jupyter/web-components": ^0.16.6 - "@jupyterlab/coreutils": ^6.5.6 - "@jupyterlab/observables": ^5.5.6 - "@jupyterlab/rendermime-interfaces": ^3.13.6 - "@jupyterlab/translation": ^4.5.6 + "@jupyterlab/coreutils": ^6.6.0 + "@jupyterlab/observables": ^5.6.0 + "@jupyterlab/rendermime-interfaces": ^3.14.0 + "@jupyterlab/translation": ^4.6.0 "@lumino/algorithm": ^2.0.4 "@lumino/commands": ^2.3.3 "@lumino/coreutils": ^2.2.2 @@ -2535,7 +2422,7 @@ __metadata: "@lumino/properties": ^2.0.4 "@lumino/signaling": ^2.1.5 "@lumino/virtualdom": ^2.0.4 - "@lumino/widgets": ^2.7.5 + "@lumino/widgets": ^2.8.0 "@rjsf/core": ^5.13.4 "@rjsf/utils": ^5.13.4 react: ^18.2.0 @@ -2543,7 +2430,7 @@ __metadata: typestyle: ^2.0.4 peerDependencies: react: ^18.2.0 - checksum: 23749d9ba442a49676c95c371c04440b55843d18b121723e170bcb086c4e447d7484745e873cdf47f256e1497304d07370bef875a8c80a5d15bbd5f54c2662a5 + checksum: eb617693dc95a225ead6eaade9c65c8cdfbbd7569aaa443256554c373411c0765d20fc9d5620453a3a4a278204a3ebef72ba9421eb7b972578354904565fdb42 languageName: node linkType: hard @@ -2788,14 +2675,14 @@ __metadata: languageName: node linkType: hard -"@lumino/application@npm:^2.4.8": - version: 2.4.8 - resolution: "@lumino/application@npm:2.4.8" +"@lumino/application@npm:^2.4.8, @lumino/application@npm:^2.4.9": + version: 2.4.9 + resolution: "@lumino/application@npm:2.4.9" dependencies: "@lumino/commands": ^2.3.3 "@lumino/coreutils": ^2.2.2 - "@lumino/widgets": ^2.7.5 - checksum: 19f607bf6ac6f2b1d3c6a1436b4f396c23fc0bb109eb3ce1b0e1dd8c7858b81781a2b31f865fd246503f69220bcefa0d2c31f259afec826c183366164acee86b + "@lumino/widgets": ^2.8.0 + checksum: d359e1d616af8ad756304dee03c2e4e0de212592b131f86e5d4cd510da48fab6c7caedb6508b7bb77886fb5e1c148b1416afe672538d8ef03a78a452d1c034dc languageName: node linkType: hard @@ -2912,9 +2799,9 @@ __metadata: languageName: node linkType: hard -"@lumino/widgets@npm:^1.37.2 || ^2.7.5, @lumino/widgets@npm:^2.0.0, @lumino/widgets@npm:^2.1.1, @lumino/widgets@npm:^2.7.0, @lumino/widgets@npm:^2.7.5": - version: 2.7.5 - resolution: "@lumino/widgets@npm:2.7.5" +"@lumino/widgets@npm:^1.37.2 || ^2.8.0, @lumino/widgets@npm:^2.0.0, @lumino/widgets@npm:^2.1.1, @lumino/widgets@npm:^2.7.0, @lumino/widgets@npm:^2.7.5, @lumino/widgets@npm:^2.8.0": + version: 2.8.0 + resolution: "@lumino/widgets@npm:2.8.0" dependencies: "@lumino/algorithm": ^2.0.4 "@lumino/commands": ^2.3.3 @@ -2927,7 +2814,7 @@ __metadata: "@lumino/properties": ^2.0.4 "@lumino/signaling": ^2.1.5 "@lumino/virtualdom": ^2.0.4 - checksum: 0d5ee9a04bca0fe8f48f4f8b486128acc6c67586c5c65c75f7a8c78bfef931b9bdd49ab741883427e0f2375669a5c1821e90a662c81c63b6cc9e8f5c555e2f14 + checksum: 1ae2e15b422b4157b45fb4f4c1e192eb81c91e52d6b73c462f63ae013c5f742856096e65eba5658a5cf28c12ebab77bf84f393e0d70b29964bf1cf6d174ca3a2 languageName: node linkType: hard @@ -2956,7 +2843,7 @@ __metadata: languageName: node linkType: hard -"@mermaid-js/layout-elk@npm:^0.2.0": +"@mermaid-js/layout-elk@npm:^0.2.1": version: 0.2.1 resolution: "@mermaid-js/layout-elk@npm:0.2.1" dependencies: @@ -2968,12 +2855,12 @@ __metadata: languageName: node linkType: hard -"@mermaid-js/parser@npm:^1.1.0": - version: 1.1.0 - resolution: "@mermaid-js/parser@npm:1.1.0" +"@mermaid-js/parser@npm:^1.1.1": + version: 1.1.1 + resolution: "@mermaid-js/parser@npm:1.1.1" dependencies: - langium: ^4.0.0 - checksum: 24eb00b789788fa8e02eb45ac3e67fa32598f52c3016efb276cd23044d0642a4a1b5d8fe3f48392afa2f88b00fda94cf4480ac1041bbe97b46cd020308800aa6 + "@chevrotain/types": ~11.1.1 + checksum: aba326b660a64817d5151502ba4764d4cd3446719de762efbccf080a56607b247722216514fee2686b332ed406fa0bfef67cc34cb38290e21560d54937d6b326 languageName: node linkType: hard @@ -6236,13 +6123,6 @@ __metadata: languageName: node linkType: hard -"@types/source-list-map@npm:*": - version: 0.1.6 - resolution: "@types/source-list-map@npm:0.1.6" - checksum: 9cd294c121f1562062de5d241fe4d10780b1131b01c57434845fe50968e9dcf67ede444591c2b1ad6d3f9b6bc646ac02cc8f51a3577c795f9c64cf4573dcc6b1 - languageName: node - linkType: hard - "@types/stack-utils@npm:^2.0.0, @types/stack-utils@npm:^2.0.3": version: 2.0.3 resolution: "@types/stack-utils@npm:2.0.3" @@ -6285,17 +6165,6 @@ __metadata: languageName: node linkType: hard -"@types/webpack-sources@npm:^0.1.5": - version: 0.1.12 - resolution: "@types/webpack-sources@npm:0.1.12" - dependencies: - "@types/node": "*" - "@types/source-list-map": "*" - source-map: ^0.6.1 - checksum: 75342659a9889478969f7bb7360b998aa084ba11ab523c172ded6a807dac43ab2a9e1212078ef8bbf0f33e4fadd2c8a91b75d38184d8030d96a32fe819c9bb57 - languageName: node - linkType: hard - "@types/yargs-parser@npm:*": version: 21.0.3 resolution: "@types/yargs-parser@npm:21.0.3" @@ -7051,7 +6920,7 @@ __metadata: languageName: node linkType: hard -"ajv@npm:^6.12.0": +"ajv@npm:^6.12.0, ajv@npm:^6.12.4, ajv@npm:^6.12.5, ajv@npm:^6.7.0": version: 6.15.0 resolution: "ajv@npm:6.15.0" dependencies: @@ -7063,18 +6932,6 @@ __metadata: languageName: node linkType: hard -"ajv@npm:^6.12.4, ajv@npm:^6.12.5, ajv@npm:^6.7.0": - version: 6.14.0 - resolution: "ajv@npm:6.14.0" - dependencies: - fast-deep-equal: ^3.1.1 - fast-json-stable-stringify: ^2.0.0 - json-schema-traverse: ^0.4.1 - uri-js: ^4.2.2 - checksum: 7bb3ea97bb8af52521589079f427e799b6561acaa94f50e13410cb87588c51df8db1afe1157b3e48f1a829269adaa11116e0c2cafe2b998add1523789809a3c5 - languageName: node - linkType: hard - "ajv@npm:^8.0.0, ajv@npm:^8.12.0, ajv@npm:^8.14.0, ajv@npm:^8.9.0": version: 8.18.0 resolution: "ajv@npm:8.18.0" @@ -7357,18 +7214,7 @@ __metadata: languageName: node linkType: hard -"axios@npm:^1.0.0": - version: 1.15.0 - resolution: "axios@npm:1.15.0" - dependencies: - follow-redirects: ^1.15.11 - form-data: ^4.0.5 - proxy-from-env: ^2.1.0 - checksum: 95a8455554867a083ab3772fcadba42a22ec4bb546dccc66011556d837a07e544ae006675a30a5c43453f3e37e7c0982e934cec482c06b75abead2a2c157448a - languageName: node - linkType: hard - -"axios@npm:^1.8.3": +"axios@npm:^1.0.0, axios@npm:^1.8.3": version: 1.15.1 resolution: "axios@npm:1.15.1" dependencies: @@ -7868,30 +7714,6 @@ __metadata: languageName: node linkType: hard -"chevrotain-allstar@npm:~0.4.1": - version: 0.4.1 - resolution: "chevrotain-allstar@npm:0.4.1" - dependencies: - lodash-es: ^4.17.21 - peerDependencies: - chevrotain: ^12.0.0 - checksum: e47dfb27a3e7d352013757cbfeea289d62a583a6246b4d97be7fc7eab1efae80329117325af47b49dde30d5b213c64853794d378b0aee8ce835f3658a9eefdc4 - languageName: node - linkType: hard - -"chevrotain@npm:~12.0.0": - version: 12.0.0 - resolution: "chevrotain@npm:12.0.0" - dependencies: - "@chevrotain/cst-dts-gen": 12.0.0 - "@chevrotain/gast": 12.0.0 - "@chevrotain/regexp-to-ast": 12.0.0 - "@chevrotain/types": 12.0.0 - "@chevrotain/utils": 12.0.0 - checksum: d7198017d78f0469808020c42d73b6036d456aa74de45ebeb72071946dfe5af0ed95aaacf2e48ef1f8a716db984eb29df221879d39fa0f06c7669974df215b9b - languageName: node - linkType: hard - "chokidar@npm:^5.0.0": version: 5.0.0 resolution: "chokidar@npm:5.0.0" @@ -9809,6 +9631,20 @@ __metadata: languageName: node linkType: hard +"es-toolkit@npm:^1.45.1": + version: 1.47.1 + resolution: "es-toolkit@npm:1.47.1" + dependenciesMeta: + "@trivago/prettier-plugin-sort-imports@4.3.0": + unplugged: true + prettier-plugin-sort-re-exports@0.0.1: + unplugged: true + vitepress-plugin-sandpack@1.1.4: + unplugged: true + checksum: 326fa22949ac269ce84fb8ef71dc9072b9c8047ba7c64b71b53c59b92e9a8d10e0af5b05307eb07565584664d2239c418edcda26fa28a5757a6df38c5cd9d895 + languageName: node + linkType: hard + "es5-ext@npm:^0.10.35, es5-ext@npm:^0.10.46, es5-ext@npm:^0.10.62, es5-ext@npm:^0.10.64, es5-ext@npm:~0.10.14, es5-ext@npm:~0.10.2": version: 0.10.64 resolution: "es5-ext@npm:0.10.64" @@ -13101,20 +12937,6 @@ __metadata: languageName: node linkType: hard -"langium@npm:^4.0.0": - version: 4.2.2 - resolution: "langium@npm:4.2.2" - dependencies: - "@chevrotain/regexp-to-ast": ~12.0.0 - chevrotain: ~12.0.0 - chevrotain-allstar: ~0.4.1 - vscode-languageserver: ~9.0.1 - vscode-languageserver-textdocument: ~1.0.11 - vscode-uri: ~3.1.0 - checksum: fb16403072f3c0e7992c959c2ea46ab5082eb627b5caf7aa14e6f745356b4ced8196ec827ff9fd01584331efaf1d71aa02dd7fa67a7960fd7b7d414b0f1b9987 - languageName: node - linkType: hard - "layout-base@npm:^1.0.0": version: 1.0.2 resolution: "layout-base@npm:1.0.2" @@ -13302,16 +13124,17 @@ __metadata: languageName: node linkType: hard -"license-webpack-plugin@npm:^2.3.14": - version: 2.3.21 - resolution: "license-webpack-plugin@npm:2.3.21" +"license-webpack-plugin@npm:^4.0.2": + version: 4.0.2 + resolution: "license-webpack-plugin@npm:4.0.2" dependencies: - "@types/webpack-sources": ^0.1.5 - webpack-sources: ^1.2.0 + webpack-sources: ^3.0.0 peerDependenciesMeta: webpack: optional: true - checksum: 6208bd2060d200fbffbcc89702c929d50c5a4a3f2158b046cf813b3f7f728bbbe4611b9fea2d67843bb5e7d64ad9122cc368a19ac73f5c4ad41765e6283bdc0c + webpack-sources: + optional: true + checksum: e88ebdb9c8bdfc0926dd7211d7fe2ee8697a44bb00a96bb5e6ca844b6acb7d24dd54eb17ec485e2e0140c3cc86709d1c2bd46e091ab52af076e1e421054c8322 languageName: node linkType: hard @@ -13410,7 +13233,7 @@ __metadata: languageName: node linkType: hard -"lodash-es@npm:^4.17.15, lodash-es@npm:^4.17.21, lodash-es@npm:^4.17.23": +"lodash-es@npm:^4.17.15, lodash-es@npm:^4.17.21": version: 4.18.1 resolution: "lodash-es@npm:4.18.1" checksum: 578993943cfa779e784aeed96766484ec6ab15cd855e52c79631de6371ac49fadd6dd9f4719f8d1223ab2bcb0dfbece484f548191dd34d3dd8b39e1af712a343 @@ -13635,7 +13458,7 @@ __metadata: languageName: node linkType: hard -"marked-gfm-heading-id@npm:^4.1.3": +"marked-gfm-heading-id@npm:^4.1.4": version: 4.1.4 resolution: "marked-gfm-heading-id@npm:4.1.4" dependencies: @@ -13646,7 +13469,7 @@ __metadata: languageName: node linkType: hard -"marked-mangle@npm:^1.1.12": +"marked-mangle@npm:^1.1.13": version: 1.1.13 resolution: "marked-mangle@npm:1.1.13" peerDependencies: @@ -13664,7 +13487,7 @@ __metadata: languageName: node linkType: hard -"marked@npm:^17.0.2": +"marked@npm:^17.0.6": version: 17.0.6 resolution: "marked@npm:17.0.6" bin: @@ -13873,13 +13696,13 @@ __metadata: languageName: node linkType: hard -"mermaid@npm:^11.12.3": - version: 11.14.0 - resolution: "mermaid@npm:11.14.0" +"mermaid@npm:^11.15.0": + version: 11.15.0 + resolution: "mermaid@npm:11.15.0" dependencies: "@braintree/sanitize-url": ^7.1.1 "@iconify/utils": ^3.0.2 - "@mermaid-js/parser": ^1.1.0 + "@mermaid-js/parser": ^1.1.1 "@types/d3": ^7.4.3 "@upsetjs/venn.js": ^2.0.0 cytoscape: ^3.33.1 @@ -13890,15 +13713,15 @@ __metadata: dagre-d3-es: 7.0.14 dayjs: ^1.11.19 dompurify: ^3.3.1 + es-toolkit: ^1.45.1 katex: ^0.16.25 khroma: ^2.1.0 - lodash-es: ^4.17.23 marked: ^16.3.0 roughjs: ^4.6.6 stylis: ^4.3.6 ts-dedent: ^2.2.0 - uuid: ^11.1.0 - checksum: 0ee20d64c1019b8090a81785d79fbaf7697c4f9d7e5c483e27772640c3ac69375466940b30c3a285173a764ebffd49bdcfc183dad796a2c7b6afbef6035e53cd + uuid: ^11.1.0 || ^12 || ^13 || ^14.0.0 + checksum: 0d15e57372a395847b35f9b3194b02948e7a3f145dda9efcd56d07987195a8cece8c25cb95249387c82d4b71a2a8b74df62c96ab38e9014bc7086afbd11b854f languageName: node linkType: hard @@ -14500,16 +14323,7 @@ __metadata: languageName: node linkType: hard -"nanoid@npm:^3.1.23, nanoid@npm:^3.3.11": - version: 3.3.11 - resolution: "nanoid@npm:3.3.11" - bin: - nanoid: bin/nanoid.cjs - checksum: 3be20d8866a57a6b6d218e82549711c8352ed969f9ab3c45379da28f405363ad4c9aeb0b39e9abc101a529ca65a72ff9502b00bf74a912c4b64a9d62dfd26c29 - languageName: node - linkType: hard - -"nanoid@npm:^3.3.12": +"nanoid@npm:^3.1.23, nanoid@npm:^3.3.12": version: 3.3.12 resolution: "nanoid@npm:3.3.12" bin: @@ -15847,18 +15661,7 @@ __metadata: languageName: node linkType: hard -"postcss@npm:^8.3.11, postcss@npm:^8.4.33": - version: 8.5.10 - resolution: "postcss@npm:8.5.10" - dependencies: - nanoid: ^3.3.11 - picocolors: ^1.1.1 - source-map-js: ^1.2.1 - checksum: 9af9cd7f2f0d4b8456f6710e48d586328433509b695911fda942c24ac4db4e62c6fed8c6c6d8c8258326285f669494c2c36a4ff84aa160f0586eb545e5258bf5 - languageName: node - linkType: hard - -"postcss@npm:^8.4.14": +"postcss@npm:^8.3.11, postcss@npm:^8.4.14, postcss@npm:^8.4.33": version: 8.5.15 resolution: "postcss@npm:8.5.15" dependencies: @@ -17401,13 +17204,6 @@ __metadata: languageName: node linkType: hard -"source-list-map@npm:^2.0.0": - version: 2.0.1 - resolution: "source-list-map@npm:2.0.1" - checksum: 806efc6f75e7cd31e4815e7a3aaf75a45c704871ea4075cb2eb49882c6fca28998f44fc5ac91adb6de03b2882ee6fb02f951fdc85e6a22b338c32bfe19557938 - languageName: node - linkType: hard - "source-map-js@npm:>=0.6.2 <2.0.0, source-map-js@npm:^1.0.1, source-map-js@npm:^1.2.1": version: 1.2.1 resolution: "source-map-js@npm:1.2.1" @@ -18916,12 +18712,12 @@ __metadata: languageName: node linkType: hard -"uuid@npm:^11.1.0": - version: 11.1.0 - resolution: "uuid@npm:11.1.0" +"uuid@npm:^11.1.0 || ^12 || ^13 || ^14.0.0": + version: 14.0.0 + resolution: "uuid@npm:14.0.0" bin: - uuid: dist/esm/bin/uuid - checksum: 840f19758543c4631e58a29439e51b5b669d5f34b4dd2700b6a1d15c5708c7a6e0c3e2c8c4a2eae761a3a7caa7e9884d00c86c02622ba91137bd3deade6b4b4a + uuid: dist-node/bin/uuid + checksum: 08608584a79e987cdae000fa8eb724fa51dd8aafc136cd9fa9a8c87d07b246c56eec5fd9027fdb3e49a863eedf758bc19e325909ce281955c7a027fed67dc89e languageName: node linkType: hard @@ -19048,21 +18844,14 @@ __metadata: languageName: node linkType: hard -"vscode-jsonrpc@npm:^6.0.0": - version: 6.0.0 - resolution: "vscode-jsonrpc@npm:6.0.0" - checksum: 3a67a56f287e8c449f2d9752eedf91e704dc7b9a326f47fb56ac07667631deb45ca52192e9bccb2ab108764e48409d70fa64b930d46fc3822f75270b111c5f53 - languageName: node - linkType: hard - -"vscode-jsonrpc@npm:^8.0.2": +"vscode-jsonrpc@npm:^8.0.2, vscode-jsonrpc@npm:^8.2.0": version: 8.2.1 resolution: "vscode-jsonrpc@npm:8.2.1" checksum: 2af2c333d73f6587896a7077978b8d4b430e55c674d5dbb90597a84a6647057c1655a3bff398a9b08f1f8ba57dbd2deabf05164315829c297b0debba3b8bc19e languageName: node linkType: hard -"vscode-languageserver-protocol@npm:3.17.5, vscode-languageserver-protocol@npm:^3.17.0": +"vscode-languageserver-protocol@npm:^3.17.0": version: 3.17.5 resolution: "vscode-languageserver-protocol@npm:3.17.5" dependencies: @@ -19072,13 +18861,6 @@ __metadata: languageName: node linkType: hard -"vscode-languageserver-textdocument@npm:~1.0.11": - version: 1.0.12 - resolution: "vscode-languageserver-textdocument@npm:1.0.12" - checksum: 49415c8f065860693fdd6cb0f7b8a24470130dc941e887a396b6e6bbae93be132323a644aa1edd7d0eec38a730e05a2d013aebff6bddd30c5af374ef3f4cd9ab - languageName: node - linkType: hard - "vscode-languageserver-types@npm:3.17.5": version: 3.17.5 resolution: "vscode-languageserver-types@npm:3.17.5" @@ -19086,24 +18868,6 @@ __metadata: languageName: node linkType: hard -"vscode-languageserver@npm:~9.0.1": - version: 9.0.1 - resolution: "vscode-languageserver@npm:9.0.1" - dependencies: - vscode-languageserver-protocol: 3.17.5 - bin: - installServerIntoExtension: bin/installServerIntoExtension - checksum: 8b7dfda47fb64c3f48a9dabd3f01938cc8d39f3f068f1ee586eaf0a373536180a1047bdde8d876f965cfc04160d1587e99828b61b742b0342595fee67c8814ea - languageName: node - linkType: hard - -"vscode-uri@npm:~3.1.0": - version: 3.1.0 - resolution: "vscode-uri@npm:3.1.0" - checksum: d0f76a22f3d205dd2754d1c2820f55c1c9941c59b3baf1f4ed330fcdc006f2fc8b3c1338dafd6b30448f153173892651afe738a94b2c218ca4072d0e604c8d5e - languageName: node - linkType: hard - "vscode-ws-jsonrpc@npm:~1.0.2": version: 1.0.2 resolution: "vscode-ws-jsonrpc@npm:1.0.2" @@ -19322,20 +19086,10 @@ __metadata: languageName: node linkType: hard -"webpack-sources@npm:^1.2.0": - version: 1.4.3 - resolution: "webpack-sources@npm:1.4.3" - dependencies: - source-list-map: ^2.0.0 - source-map: ~0.6.1 - checksum: 37463dad8d08114930f4bc4882a9602941f07c9f0efa9b6bc78738cd936275b990a596d801ef450d022bb005b109b9f451dd087db2f3c9baf53e8e22cf388f79 - languageName: node - linkType: hard - -"webpack-sources@npm:^3.3.4": - version: 3.3.4 - resolution: "webpack-sources@npm:3.3.4" - checksum: 7a4862fc876417bdcefb21015f936ce645acd82e528433302f0c1d912e5f84f8cc051846c377935c98fd46131c342bb45a820e2a45af8eda4703bace46358dad +"webpack-sources@npm:^3.0.0, webpack-sources@npm:^3.3.4, webpack-sources@npm:^3.4.1": + version: 3.5.0 + resolution: "webpack-sources@npm:3.5.0" + checksum: 748e288620d0731be0f89efaf9cce752d245e224b4d74361d1150ebe680338946ced1bbcc0a67b887cf0a86e1ed4d6c68770b7b7c46f83975c0bc30eb8c64ff6 languageName: node linkType: hard @@ -19839,16 +19593,16 @@ __metadata: languageName: node linkType: hard -"yjs-widgets@npm:^0.5": - version: 0.5.1 - resolution: "yjs-widgets@npm:0.5.1" - dependencies: - "@jupyter/ydoc": ^2.0.0 || ^3.0.0-a3 - "@jupyterlab/application": ^4.0.0 - "@jupyterlab/apputils": ^4.0.0 - "@jupyterlab/console": ^4.2.4 - "@jupyterlab/coreutils": ^6.0.0 - "@jupyterlab/notebook": ^4.0.0 +"yjs-widgets@npm:^0.5.2": + version: 0.5.2 + resolution: "yjs-widgets@npm:0.5.2" + dependencies: + "@jupyter/ydoc": ^2.0.0 || ^3.0.0 || ^4.0.0 + "@jupyterlab/application": ^4.6 + "@jupyterlab/apputils": ^4.6 + "@jupyterlab/console": ^4.6 + "@jupyterlab/coreutils": ^6.6 + "@jupyterlab/notebook": ^4.6 "@jupyterlab/services": ^7.0.0 "@lumino/coreutils": ^2.1.1 "@lumino/signaling": ^2.1.1 @@ -19858,7 +19612,7 @@ __metadata: webpack: ^5.77.0 webpack-cli: ^5.0.1 y-protocols: ^1.0.6 - checksum: afab53512106940214258c168fe3683b26385f13a02e73e05381fa4de77d5b6f525959f1a3c3d5697c50962e017d01cfa61238fc6bc39cd6c0f8cb28058684b7 + checksum: 37154ac8eef8b9ae5a97a5a8cd4bb09cbd21fde57ac2017478aa48eedef51942b18d6c7d380e1da0524aa3607a2212200a44bf54c8f4ceee0768c6702c5b71e5 languageName: node linkType: hard