diff --git a/.github/workflows/buildutils.yml b/.github/workflows/buildutils.yml index 6bee9df42f..d5431408dd 100644 --- a/.github/workflows/buildutils.yml +++ b/.github/workflows/buildutils.yml @@ -29,7 +29,7 @@ jobs: - name: Install dependencies run: | - python -m pip install -U "jupyterlab>=4.3.1,<4.4" hatch + python -m pip install -U "jupyterlab>=4.3.2,<4.4" hatch jlpm jlpm run build @@ -79,6 +79,6 @@ jobs: - name: Install dependencies run: | - python -m pip install -U "jupyterlab>=4.3.1,<4.4" pip + python -m pip install -U "jupyterlab>=4.3.2,<4.4" pip jlpm jlpm run build diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 35d20518ee..2e580deb68 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -44,7 +44,7 @@ repos: files: "^notebook" stages: [manual] args: ["--install-types", "--non-interactive"] - additional_dependencies: ["traitlets>=5.13", "tornado", "jupyter_server>=2.10", "jupyterlab_server>=2.25", "jupyterlab>=4.3.1,<4.4"] + additional_dependencies: ["traitlets>=5.13", "tornado", "jupyter_server>=2.10", "jupyterlab_server>=2.25", "jupyterlab>=4.3.2,<4.4"] - repo: https://github.com/pre-commit/pygrep-hooks rev: 'v1.10.0' diff --git a/app/package.json b/app/package.json index 2bffa870cd..babae67887 100644 --- a/app/package.json +++ b/app/package.json @@ -24,84 +24,84 @@ "@jupyter-notebook/tree-extension": "~7.3.0-rc.0", "@jupyter-notebook/ui-components": "~7.3.0-rc.0", "@jupyter/ydoc": "~3.0.0", - "@jupyterlab/application": "~4.3.1", - "@jupyterlab/application-extension": "~4.3.1", - "@jupyterlab/apputils": "~4.4.1", - "@jupyterlab/apputils-extension": "~4.3.1", - "@jupyterlab/attachments": "~4.3.1", - "@jupyterlab/cell-toolbar": "~4.3.1", - "@jupyterlab/cell-toolbar-extension": "~4.3.1", - "@jupyterlab/celltags-extension": "~4.3.1", - "@jupyterlab/codeeditor": "~4.3.1", - "@jupyterlab/codemirror": "~4.3.1", - "@jupyterlab/codemirror-extension": "~4.3.1", - "@jupyterlab/completer": "~4.3.1", - "@jupyterlab/completer-extension": "~4.3.1", - "@jupyterlab/console": "~4.3.1", - "@jupyterlab/console-extension": "~4.3.1", - "@jupyterlab/coreutils": "~6.3.1", - "@jupyterlab/csvviewer-extension": "~4.3.1", - "@jupyterlab/debugger": "~4.3.1", - "@jupyterlab/debugger-extension": "~4.3.1", - "@jupyterlab/docmanager": "~4.3.1", - "@jupyterlab/docmanager-extension": "~4.3.1", - "@jupyterlab/documentsearch": "~4.3.1", - "@jupyterlab/documentsearch-extension": "~4.3.1", - "@jupyterlab/extensionmanager": "~4.3.1", - "@jupyterlab/extensionmanager-extension": "~4.3.1", - "@jupyterlab/filebrowser": "~4.3.1", - "@jupyterlab/filebrowser-extension": "~4.3.1", - "@jupyterlab/fileeditor": "~4.3.1", - "@jupyterlab/fileeditor-extension": "~4.3.1", - "@jupyterlab/help-extension": "~4.3.1", - "@jupyterlab/htmlviewer": "~4.3.1", - "@jupyterlab/htmlviewer-extension": "~4.3.1", - "@jupyterlab/hub-extension": "~4.3.1", - "@jupyterlab/imageviewer": "~4.3.1", - "@jupyterlab/imageviewer-extension": "~4.3.1", - "@jupyterlab/javascript-extension": "~4.3.1", - "@jupyterlab/json-extension": "~4.3.1", - "@jupyterlab/lsp": "~4.3.1", - "@jupyterlab/lsp-extension": "~4.3.1", - "@jupyterlab/mainmenu": "~4.3.1", - "@jupyterlab/mainmenu-extension": "~4.3.1", - "@jupyterlab/markdownviewer": "~4.3.1", - "@jupyterlab/markdownviewer-extension": "~4.3.1", - "@jupyterlab/markedparser-extension": "~4.3.1", - "@jupyterlab/mathjax-extension": "~4.3.1", - "@jupyterlab/mermaid": "~4.3.1", - "@jupyterlab/mermaid-extension": "~4.3.1", - "@jupyterlab/metadataform": "~4.3.1", - "@jupyterlab/metadataform-extension": "~4.3.1", - "@jupyterlab/notebook": "~4.3.1", - "@jupyterlab/notebook-extension": "~4.3.1", - "@jupyterlab/observables": "~5.3.1", - "@jupyterlab/outputarea": "~4.3.1", - "@jupyterlab/pdf-extension": "~4.3.1", - "@jupyterlab/pluginmanager-extension": "~4.3.1", - "@jupyterlab/rendermime": "~4.3.1", - "@jupyterlab/rendermime-interfaces": "~3.11.1", - "@jupyterlab/running-extension": "~4.3.1", - "@jupyterlab/services": "~7.3.1", - "@jupyterlab/settingeditor": "~4.3.1", - "@jupyterlab/settingeditor-extension": "~4.3.1", - "@jupyterlab/settingregistry": "~4.3.1", - "@jupyterlab/shortcuts-extension": "~5.1.1", - "@jupyterlab/statedb": "~4.3.1", - "@jupyterlab/statusbar": "~4.3.1", - "@jupyterlab/terminal": "~4.3.1", - "@jupyterlab/terminal-extension": "~4.3.1", - "@jupyterlab/theme-dark-extension": "~4.3.1", - "@jupyterlab/theme-dark-high-contrast-extension": "~4.3.1", - "@jupyterlab/theme-light-extension": "~4.3.1", - "@jupyterlab/toc-extension": "~6.3.1", - "@jupyterlab/tooltip": "~4.3.1", - "@jupyterlab/tooltip-extension": "~4.3.1", - "@jupyterlab/translation": "~4.3.1", - "@jupyterlab/translation-extension": "~4.3.1", - "@jupyterlab/ui-components": "~4.3.1", - "@jupyterlab/ui-components-extension": "~4.3.1", - "@jupyterlab/vega5-extension": "~4.3.1", + "@jupyterlab/application": "~4.3.2", + "@jupyterlab/application-extension": "~4.3.2", + "@jupyterlab/apputils": "~4.4.2", + "@jupyterlab/apputils-extension": "~4.3.2", + "@jupyterlab/attachments": "~4.3.2", + "@jupyterlab/cell-toolbar": "~4.3.2", + "@jupyterlab/cell-toolbar-extension": "~4.3.2", + "@jupyterlab/celltags-extension": "~4.3.2", + "@jupyterlab/codeeditor": "~4.3.2", + "@jupyterlab/codemirror": "~4.3.2", + "@jupyterlab/codemirror-extension": "~4.3.2", + "@jupyterlab/completer": "~4.3.2", + "@jupyterlab/completer-extension": "~4.3.2", + "@jupyterlab/console": "~4.3.2", + "@jupyterlab/console-extension": "~4.3.2", + "@jupyterlab/coreutils": "~6.3.2", + "@jupyterlab/csvviewer-extension": "~4.3.2", + "@jupyterlab/debugger": "~4.3.2", + "@jupyterlab/debugger-extension": "~4.3.2", + "@jupyterlab/docmanager": "~4.3.2", + "@jupyterlab/docmanager-extension": "~4.3.2", + "@jupyterlab/documentsearch": "~4.3.2", + "@jupyterlab/documentsearch-extension": "~4.3.2", + "@jupyterlab/extensionmanager": "~4.3.2", + "@jupyterlab/extensionmanager-extension": "~4.3.2", + "@jupyterlab/filebrowser": "~4.3.2", + "@jupyterlab/filebrowser-extension": "~4.3.2", + "@jupyterlab/fileeditor": "~4.3.2", + "@jupyterlab/fileeditor-extension": "~4.3.2", + "@jupyterlab/help-extension": "~4.3.2", + "@jupyterlab/htmlviewer": "~4.3.2", + "@jupyterlab/htmlviewer-extension": "~4.3.2", + "@jupyterlab/hub-extension": "~4.3.2", + "@jupyterlab/imageviewer": "~4.3.2", + "@jupyterlab/imageviewer-extension": "~4.3.2", + "@jupyterlab/javascript-extension": "~4.3.2", + "@jupyterlab/json-extension": "~4.3.2", + "@jupyterlab/lsp": "~4.3.2", + "@jupyterlab/lsp-extension": "~4.3.2", + "@jupyterlab/mainmenu": "~4.3.2", + "@jupyterlab/mainmenu-extension": "~4.3.2", + "@jupyterlab/markdownviewer": "~4.3.2", + "@jupyterlab/markdownviewer-extension": "~4.3.2", + "@jupyterlab/markedparser-extension": "~4.3.2", + "@jupyterlab/mathjax-extension": "~4.3.2", + "@jupyterlab/mermaid": "~4.3.2", + "@jupyterlab/mermaid-extension": "~4.3.2", + "@jupyterlab/metadataform": "~4.3.2", + "@jupyterlab/metadataform-extension": "~4.3.2", + "@jupyterlab/notebook": "~4.3.2", + "@jupyterlab/notebook-extension": "~4.3.2", + "@jupyterlab/observables": "~5.3.2", + "@jupyterlab/outputarea": "~4.3.2", + "@jupyterlab/pdf-extension": "~4.3.2", + "@jupyterlab/pluginmanager-extension": "~4.3.2", + "@jupyterlab/rendermime": "~4.3.2", + "@jupyterlab/rendermime-interfaces": "~3.11.2", + "@jupyterlab/running-extension": "~4.3.2", + "@jupyterlab/services": "~7.3.2", + "@jupyterlab/settingeditor": "~4.3.2", + "@jupyterlab/settingeditor-extension": "~4.3.2", + "@jupyterlab/settingregistry": "~4.3.2", + "@jupyterlab/shortcuts-extension": "~5.1.2", + "@jupyterlab/statedb": "~4.3.2", + "@jupyterlab/statusbar": "~4.3.2", + "@jupyterlab/terminal": "~4.3.2", + "@jupyterlab/terminal-extension": "~4.3.2", + "@jupyterlab/theme-dark-extension": "~4.3.2", + "@jupyterlab/theme-dark-high-contrast-extension": "~4.3.2", + "@jupyterlab/theme-light-extension": "~4.3.2", + "@jupyterlab/toc-extension": "~6.3.2", + "@jupyterlab/tooltip": "~4.3.2", + "@jupyterlab/tooltip-extension": "~4.3.2", + "@jupyterlab/translation": "~4.3.2", + "@jupyterlab/translation-extension": "~4.3.2", + "@jupyterlab/ui-components": "~4.3.2", + "@jupyterlab/ui-components-extension": "~4.3.2", + "@jupyterlab/vega5-extension": "~4.3.2", "@lezer/common": "~1.2.1", "@lezer/highlight": "~1.2.0", "@lumino/algorithm": "~2.0.2", @@ -132,60 +132,60 @@ "@jupyter-notebook/tree": "^7.3.0-rc.0", "@jupyter-notebook/tree-extension": "^7.3.0-rc.0", "@jupyter-notebook/ui-components": "^7.3.0-rc.0", - "@jupyterlab/application-extension": "~4.3.1", - "@jupyterlab/apputils-extension": "~4.3.1", - "@jupyterlab/attachments": "~4.3.1", - "@jupyterlab/cell-toolbar-extension": "~4.3.1", - "@jupyterlab/celltags-extension": "~4.3.1", - "@jupyterlab/codemirror": "~4.3.1", - "@jupyterlab/codemirror-extension": "~4.3.1", - "@jupyterlab/completer-extension": "~4.3.1", - "@jupyterlab/console-extension": "~4.3.1", - "@jupyterlab/coreutils": "~6.3.1", - "@jupyterlab/csvviewer-extension": "~4.3.1", - "@jupyterlab/debugger-extension": "~4.3.1", - "@jupyterlab/docmanager-extension": "~4.3.1", - "@jupyterlab/documentsearch-extension": "~4.3.1", - "@jupyterlab/extensionmanager-extension": "~4.3.1", - "@jupyterlab/filebrowser-extension": "~4.3.1", - "@jupyterlab/fileeditor-extension": "~4.3.1", - "@jupyterlab/help-extension": "~4.3.1", - "@jupyterlab/htmlviewer-extension": "~4.3.1", - "@jupyterlab/hub-extension": "~4.3.1", - "@jupyterlab/imageviewer-extension": "~4.3.1", - "@jupyterlab/javascript-extension": "~4.3.1", - "@jupyterlab/json-extension": "~4.3.1", - "@jupyterlab/lsp": "~4.3.1", - "@jupyterlab/lsp-extension": "~4.3.1", - "@jupyterlab/mainmenu-extension": "~4.3.1", - "@jupyterlab/markdownviewer-extension": "~4.3.1", - "@jupyterlab/markedparser-extension": "~4.3.1", - "@jupyterlab/mathjax-extension": "~4.3.1", - "@jupyterlab/mermaid-extension": "~4.3.1", - "@jupyterlab/metadataform-extension": "~4.3.1", - "@jupyterlab/notebook-extension": "~4.3.1", - "@jupyterlab/pdf-extension": "~4.3.1", - "@jupyterlab/pluginmanager-extension": "~4.3.1", - "@jupyterlab/running-extension": "~4.3.1", - "@jupyterlab/settingeditor": "~4.3.1", - "@jupyterlab/settingeditor-extension": "~4.3.1", - "@jupyterlab/shortcuts-extension": "~5.1.1", - "@jupyterlab/terminal-extension": "~4.3.1", - "@jupyterlab/theme-dark-extension": "~4.3.1", - "@jupyterlab/theme-dark-high-contrast-extension": "~4.3.1", - "@jupyterlab/theme-light-extension": "~4.3.1", - "@jupyterlab/toc-extension": "~6.3.1", - "@jupyterlab/tooltip-extension": "~4.3.1", - "@jupyterlab/translation-extension": "~4.3.1", - "@jupyterlab/ui-components-extension": "~4.3.1", - "@jupyterlab/vega5-extension": "~4.3.1", + "@jupyterlab/application-extension": "~4.3.2", + "@jupyterlab/apputils-extension": "~4.3.2", + "@jupyterlab/attachments": "~4.3.2", + "@jupyterlab/cell-toolbar-extension": "~4.3.2", + "@jupyterlab/celltags-extension": "~4.3.2", + "@jupyterlab/codemirror": "~4.3.2", + "@jupyterlab/codemirror-extension": "~4.3.2", + "@jupyterlab/completer-extension": "~4.3.2", + "@jupyterlab/console-extension": "~4.3.2", + "@jupyterlab/coreutils": "~6.3.2", + "@jupyterlab/csvviewer-extension": "~4.3.2", + "@jupyterlab/debugger-extension": "~4.3.2", + "@jupyterlab/docmanager-extension": "~4.3.2", + "@jupyterlab/documentsearch-extension": "~4.3.2", + "@jupyterlab/extensionmanager-extension": "~4.3.2", + "@jupyterlab/filebrowser-extension": "~4.3.2", + "@jupyterlab/fileeditor-extension": "~4.3.2", + "@jupyterlab/help-extension": "~4.3.2", + "@jupyterlab/htmlviewer-extension": "~4.3.2", + "@jupyterlab/hub-extension": "~4.3.2", + "@jupyterlab/imageviewer-extension": "~4.3.2", + "@jupyterlab/javascript-extension": "~4.3.2", + "@jupyterlab/json-extension": "~4.3.2", + "@jupyterlab/lsp": "~4.3.2", + "@jupyterlab/lsp-extension": "~4.3.2", + "@jupyterlab/mainmenu-extension": "~4.3.2", + "@jupyterlab/markdownviewer-extension": "~4.3.2", + "@jupyterlab/markedparser-extension": "~4.3.2", + "@jupyterlab/mathjax-extension": "~4.3.2", + "@jupyterlab/mermaid-extension": "~4.3.2", + "@jupyterlab/metadataform-extension": "~4.3.2", + "@jupyterlab/notebook-extension": "~4.3.2", + "@jupyterlab/pdf-extension": "~4.3.2", + "@jupyterlab/pluginmanager-extension": "~4.3.2", + "@jupyterlab/running-extension": "~4.3.2", + "@jupyterlab/settingeditor": "~4.3.2", + "@jupyterlab/settingeditor-extension": "~4.3.2", + "@jupyterlab/shortcuts-extension": "~5.1.2", + "@jupyterlab/terminal-extension": "~4.3.2", + "@jupyterlab/theme-dark-extension": "~4.3.2", + "@jupyterlab/theme-dark-high-contrast-extension": "~4.3.2", + "@jupyterlab/theme-light-extension": "~4.3.2", + "@jupyterlab/toc-extension": "~6.3.2", + "@jupyterlab/tooltip-extension": "~4.3.2", + "@jupyterlab/translation-extension": "~4.3.2", + "@jupyterlab/ui-components-extension": "~4.3.2", + "@jupyterlab/vega5-extension": "~4.3.2", "react": "^18.2.0", "react-dom": "^18.2.0", "yjs": "^13.5.40" }, "devDependencies": { - "@jupyterlab/builder": "~4.3.1", - "@jupyterlab/buildutils": "~4.3.1", + "@jupyterlab/builder": "~4.3.2", + "@jupyterlab/buildutils": "~4.3.2", "@types/rimraf": "^3.0.2", "css-loader": "~5.0.1", "extra-watch-webpack-plugin": "^1.0.3", diff --git a/buildutils/package.json b/buildutils/package.json index 688fb480a7..c7e77ccde1 100644 --- a/buildutils/package.json +++ b/buildutils/package.json @@ -29,7 +29,7 @@ "watch": "tsc -w --listEmittedFiles" }, "dependencies": { - "@jupyterlab/buildutils": "~4.3.1", + "@jupyterlab/buildutils": "~4.3.2", "commander": "^6.2.0", "fs-extra": "^9.1.0", "typescript": "~5.0.2" diff --git a/package.json b/package.json index 719f09b54e..bfc3fd2858 100644 --- a/package.json +++ b/package.json @@ -49,7 +49,7 @@ "yjs": "^13.5.40" }, "devDependencies": { - "@jupyterlab/buildutils": "~4.3.1", + "@jupyterlab/buildutils": "~4.3.2", "@typescript-eslint/eslint-plugin": "^5.55.0", "@typescript-eslint/parser": "^5.55.0", "eslint": "^8.36.0", diff --git a/packages/application-extension/package.json b/packages/application-extension/package.json index 52adcc7e6e..6399ba250e 100644 --- a/packages/application-extension/package.json +++ b/packages/application-extension/package.json @@ -40,17 +40,17 @@ "dependencies": { "@jupyter-notebook/application": "^7.3.0-rc.0", "@jupyter-notebook/ui-components": "^7.3.0-rc.0", - "@jupyterlab/application": "~4.3.1", - "@jupyterlab/apputils": "~4.4.1", - "@jupyterlab/codeeditor": "~4.3.1", - "@jupyterlab/console": "~4.3.1", - "@jupyterlab/coreutils": "~6.3.1", - "@jupyterlab/docmanager": "~4.3.1", - "@jupyterlab/docregistry": "~4.3.1", - "@jupyterlab/mainmenu": "~4.3.1", - "@jupyterlab/rendermime": "~4.3.1", - "@jupyterlab/settingregistry": "~4.3.1", - "@jupyterlab/translation": "~4.3.1", + "@jupyterlab/application": "~4.3.2", + "@jupyterlab/apputils": "~4.4.2", + "@jupyterlab/codeeditor": "~4.3.2", + "@jupyterlab/console": "~4.3.2", + "@jupyterlab/coreutils": "~6.3.2", + "@jupyterlab/docmanager": "~4.3.2", + "@jupyterlab/docregistry": "~4.3.2", + "@jupyterlab/mainmenu": "~4.3.2", + "@jupyterlab/rendermime": "~4.3.2", + "@jupyterlab/settingregistry": "~4.3.2", + "@jupyterlab/translation": "~4.3.2", "@lumino/coreutils": "^2.2.0", "@lumino/disposable": "^2.1.3", "@lumino/widgets": "^2.5.0" diff --git a/packages/application/package.json b/packages/application/package.json index d71e531ac2..89c36a7ff0 100644 --- a/packages/application/package.json +++ b/packages/application/package.json @@ -42,11 +42,11 @@ "watch": "tsc -b --watch" }, "dependencies": { - "@jupyterlab/application": "~4.3.1", - "@jupyterlab/coreutils": "~6.3.1", - "@jupyterlab/docregistry": "~4.3.1", - "@jupyterlab/rendermime-interfaces": "~3.11.1", - "@jupyterlab/ui-components": "~4.3.1", + "@jupyterlab/application": "~4.3.2", + "@jupyterlab/coreutils": "~6.3.2", + "@jupyterlab/docregistry": "~4.3.2", + "@jupyterlab/rendermime-interfaces": "~3.11.2", + "@jupyterlab/ui-components": "~4.3.2", "@lumino/algorithm": "^2.0.2", "@lumino/coreutils": "^2.2.0", "@lumino/messaging": "^2.0.2", @@ -57,7 +57,7 @@ "devDependencies": { "@babel/core": "^7.11.6", "@babel/preset-env": "^7.12.1", - "@jupyterlab/testutils": "~4.3.1", + "@jupyterlab/testutils": "~4.3.2", "@types/jest": "^29.2.5", "jest": "^29.3.1", "rimraf": "^3.0.2", diff --git a/packages/console-extension/package.json b/packages/console-extension/package.json index ae2a1e5dbe..6aba394e7b 100644 --- a/packages/console-extension/package.json +++ b/packages/console-extension/package.json @@ -39,9 +39,9 @@ }, "dependencies": { "@jupyter-notebook/application": "^7.3.0-rc.0", - "@jupyterlab/application": "~4.3.1", - "@jupyterlab/console": "~4.3.1", - "@jupyterlab/coreutils": "~6.3.1", + "@jupyterlab/application": "~4.3.2", + "@jupyterlab/console": "~4.3.2", + "@jupyterlab/coreutils": "~6.3.2", "@lumino/algorithm": "^2.0.2" }, "devDependencies": { diff --git a/packages/docmanager-extension/package.json b/packages/docmanager-extension/package.json index 581e863651..82e783498c 100644 --- a/packages/docmanager-extension/package.json +++ b/packages/docmanager-extension/package.json @@ -39,11 +39,11 @@ }, "dependencies": { "@jupyter-notebook/application": "^7.3.0-rc.0", - "@jupyterlab/application": "~4.3.1", - "@jupyterlab/coreutils": "~6.3.1", - "@jupyterlab/docmanager": "~4.3.1", - "@jupyterlab/docregistry": "~4.3.1", - "@jupyterlab/services": "~7.3.1", + "@jupyterlab/application": "~4.3.2", + "@jupyterlab/coreutils": "~6.3.2", + "@jupyterlab/docmanager": "~4.3.2", + "@jupyterlab/docregistry": "~4.3.2", + "@jupyterlab/services": "~7.3.2", "@lumino/algorithm": "^2.0.2", "@lumino/signaling": "^2.1.3" }, diff --git a/packages/documentsearch-extension/package.json b/packages/documentsearch-extension/package.json index 551cbd5268..2b7db39167 100644 --- a/packages/documentsearch-extension/package.json +++ b/packages/documentsearch-extension/package.json @@ -39,8 +39,8 @@ }, "dependencies": { "@jupyter-notebook/application": "^7.3.0-rc.0", - "@jupyterlab/application": "~4.3.1", - "@jupyterlab/documentsearch": "~4.3.1", + "@jupyterlab/application": "~4.3.2", + "@jupyterlab/documentsearch": "~4.3.2", "@lumino/widgets": "^2.5.0" }, "devDependencies": { diff --git a/packages/help-extension/package.json b/packages/help-extension/package.json index f9a26ab728..a332840306 100644 --- a/packages/help-extension/package.json +++ b/packages/help-extension/package.json @@ -39,10 +39,10 @@ }, "dependencies": { "@jupyter-notebook/ui-components": "^7.3.0-rc.0", - "@jupyterlab/application": "~4.3.1", - "@jupyterlab/apputils": "~4.4.1", - "@jupyterlab/mainmenu": "~4.3.1", - "@jupyterlab/translation": "~4.3.1", + "@jupyterlab/application": "~4.3.2", + "@jupyterlab/apputils": "~4.4.2", + "@jupyterlab/mainmenu": "~4.3.2", + "@jupyterlab/translation": "~4.3.2", "react": "^18.2.0", "react-dom": "^18.2.0" }, diff --git a/packages/lab-extension/package.json b/packages/lab-extension/package.json index e54d965b1d..8cff10e110 100644 --- a/packages/lab-extension/package.json +++ b/packages/lab-extension/package.json @@ -44,18 +44,18 @@ }, "dependencies": { "@jupyter-notebook/application": "^7.3.0-rc.0", - "@jupyterlab/application": "~4.3.1", - "@jupyterlab/apputils": "~4.4.1", - "@jupyterlab/coreutils": "~6.3.1", - "@jupyterlab/docregistry": "~4.3.1", - "@jupyterlab/notebook": "~4.3.1", - "@jupyterlab/translation": "~4.3.1", - "@jupyterlab/ui-components": "~4.3.1", + "@jupyterlab/application": "~4.3.2", + "@jupyterlab/apputils": "~4.4.2", + "@jupyterlab/coreutils": "~6.3.2", + "@jupyterlab/docregistry": "~4.3.2", + "@jupyterlab/notebook": "~4.3.2", + "@jupyterlab/translation": "~4.3.2", + "@jupyterlab/ui-components": "~4.3.2", "@lumino/commands": "^2.3.1", "@lumino/disposable": "^2.1.3" }, "devDependencies": { - "@jupyterlab/builder": "~4.3.1", + "@jupyterlab/builder": "~4.3.2", "rimraf": "^3.0.2", "typescript": "~5.0.2" }, diff --git a/packages/notebook-extension/package.json b/packages/notebook-extension/package.json index a699d6b4a5..270cf6b6e3 100644 --- a/packages/notebook-extension/package.json +++ b/packages/notebook-extension/package.json @@ -39,13 +39,13 @@ }, "dependencies": { "@jupyter-notebook/application": "^7.3.0-rc.0", - "@jupyterlab/application": "~4.3.1", - "@jupyterlab/apputils": "~4.4.1", - "@jupyterlab/cells": "~4.3.1", - "@jupyterlab/docmanager": "~4.3.1", - "@jupyterlab/notebook": "~4.3.1", - "@jupyterlab/settingregistry": "~4.3.1", - "@jupyterlab/translation": "~4.3.1", + "@jupyterlab/application": "~4.3.2", + "@jupyterlab/apputils": "~4.4.2", + "@jupyterlab/cells": "~4.3.2", + "@jupyterlab/docmanager": "~4.3.2", + "@jupyterlab/notebook": "~4.3.2", + "@jupyterlab/settingregistry": "~4.3.2", + "@jupyterlab/translation": "~4.3.2", "@lumino/polling": "^2.1.3", "@lumino/widgets": "^2.5.0", "react": "^18.2.0", diff --git a/packages/terminal-extension/package.json b/packages/terminal-extension/package.json index 7dee2629f2..4592471436 100644 --- a/packages/terminal-extension/package.json +++ b/packages/terminal-extension/package.json @@ -39,9 +39,9 @@ }, "dependencies": { "@jupyter-notebook/application": "^7.3.0-rc.0", - "@jupyterlab/application": "~4.3.1", - "@jupyterlab/coreutils": "~6.3.1", - "@jupyterlab/terminal": "~4.3.1", + "@jupyterlab/application": "~4.3.2", + "@jupyterlab/coreutils": "~6.3.2", + "@jupyterlab/terminal": "~4.3.2", "@lumino/algorithm": "^2.0.2" }, "devDependencies": { diff --git a/packages/tree-extension/package.json b/packages/tree-extension/package.json index d10b37e9f8..7fc06f1019 100644 --- a/packages/tree-extension/package.json +++ b/packages/tree-extension/package.json @@ -40,18 +40,18 @@ "dependencies": { "@jupyter-notebook/application": "^7.3.0-rc.0", "@jupyter-notebook/tree": "^7.3.0-rc.0", - "@jupyterlab/application": "~4.3.1", - "@jupyterlab/apputils": "~4.4.1", - "@jupyterlab/coreutils": "~6.3.1", - "@jupyterlab/docmanager": "~4.3.1", - "@jupyterlab/filebrowser": "~4.3.1", - "@jupyterlab/mainmenu": "~4.3.1", - "@jupyterlab/services": "~7.3.1", - "@jupyterlab/settingeditor": "~4.3.1", - "@jupyterlab/settingregistry": "~4.3.1", - "@jupyterlab/statedb": "~4.3.1", - "@jupyterlab/translation": "~4.3.1", - "@jupyterlab/ui-components": "~4.3.1", + "@jupyterlab/application": "~4.3.2", + "@jupyterlab/apputils": "~4.4.2", + "@jupyterlab/coreutils": "~6.3.2", + "@jupyterlab/docmanager": "~4.3.2", + "@jupyterlab/filebrowser": "~4.3.2", + "@jupyterlab/mainmenu": "~4.3.2", + "@jupyterlab/services": "~7.3.2", + "@jupyterlab/settingeditor": "~4.3.2", + "@jupyterlab/settingregistry": "~4.3.2", + "@jupyterlab/statedb": "~4.3.2", + "@jupyterlab/translation": "~4.3.2", + "@jupyterlab/ui-components": "~4.3.2", "@lumino/algorithm": "^2.0.2", "@lumino/commands": "^2.3.1", "@lumino/widgets": "^2.5.0" diff --git a/packages/tree/package.json b/packages/tree/package.json index cd735d00b2..37879bfd43 100644 --- a/packages/tree/package.json +++ b/packages/tree/package.json @@ -39,17 +39,17 @@ }, "dependencies": { "@jupyter-notebook/application": "^7.3.0-rc.0", - "@jupyterlab/application": "~4.3.1", - "@jupyterlab/apputils": "~4.4.1", - "@jupyterlab/coreutils": "~6.3.1", - "@jupyterlab/docmanager": "~4.3.1", - "@jupyterlab/filebrowser": "~4.3.1", - "@jupyterlab/mainmenu": "~4.3.1", - "@jupyterlab/services": "~7.3.1", - "@jupyterlab/settingregistry": "~4.3.1", - "@jupyterlab/statedb": "~4.3.1", - "@jupyterlab/translation": "~4.3.1", - "@jupyterlab/ui-components": "~4.3.1", + "@jupyterlab/application": "~4.3.2", + "@jupyterlab/apputils": "~4.4.2", + "@jupyterlab/coreutils": "~6.3.2", + "@jupyterlab/docmanager": "~4.3.2", + "@jupyterlab/filebrowser": "~4.3.2", + "@jupyterlab/mainmenu": "~4.3.2", + "@jupyterlab/services": "~7.3.2", + "@jupyterlab/settingregistry": "~4.3.2", + "@jupyterlab/statedb": "~4.3.2", + "@jupyterlab/translation": "~4.3.2", + "@jupyterlab/ui-components": "~4.3.2", "@lumino/algorithm": "^2.0.2", "@lumino/commands": "^2.3.1", "@lumino/coreutils": "^2.2.0", diff --git a/packages/ui-components/package.json b/packages/ui-components/package.json index 138b870d81..30bbb68ed4 100644 --- a/packages/ui-components/package.json +++ b/packages/ui-components/package.json @@ -42,14 +42,14 @@ "watch": "tsc -b --watch" }, "dependencies": { - "@jupyterlab/ui-components": "~4.3.1", + "@jupyterlab/ui-components": "~4.3.2", "react": "^18.2.0", "react-dom": "^18.2.0" }, "devDependencies": { "@babel/core": "^7.10.2", "@babel/preset-env": "^7.10.2", - "@jupyterlab/testutils": "~4.3.1", + "@jupyterlab/testutils": "~4.3.2", "@types/jest": "^29.2.5", "babel-loader": "^8.0.6", "jest": "^29.3.1", diff --git a/pyproject.toml b/pyproject.toml index ea18b9e259..944780b957 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,5 +1,5 @@ [build-system] -requires = ["hatchling>=1.11", "jupyterlab>=4.3.1,<4.4"] +requires = ["hatchling>=1.11", "jupyterlab>=4.3.2,<4.4"] build-backend = "hatchling.build" [project] @@ -32,7 +32,7 @@ classifiers = [ ] dependencies = [ "jupyter_server>=2.4.0,<3", - "jupyterlab>=4.3.1,<4.4", + "jupyterlab>=4.3.2,<4.4", "jupyterlab_server>=2.27.1,<3", "notebook_shim>=0.2,<0.3", "tornado>=6.2.0", @@ -174,7 +174,7 @@ version-cmd = "jlpm run release:bump --force --skip-commit" [tool.jupyter-releaser.hooks] before-bump-version = [ - "python -m pip install -U \"jupyterlab>=4.3.1,<4.4\"", + "python -m pip install -U \"jupyterlab>=4.3.2,<4.4\"", "jlpm", "jlpm run build:utils", "python -m pip install hatch" diff --git a/ui-tests/package.json b/ui-tests/package.json index 26cd5ef245..124b3e3e15 100644 --- a/ui-tests/package.json +++ b/ui-tests/package.json @@ -15,7 +15,7 @@ "test:update": "playwright test --update-snapshots" }, "dependencies": { - "@jupyterlab/galata": "~5.3.0", + "@jupyterlab/galata": "~5.3.2", "@playwright/test": "~1.48.0", "rimraf": "^3.0.2" } diff --git a/ui-tests/yarn.lock b/ui-tests/yarn.lock index 6154f9b130..16c36cc5a2 100644 --- a/ui-tests/yarn.lock +++ b/ui-tests/yarn.lock @@ -281,7 +281,7 @@ __metadata: version: 0.0.0-use.local resolution: "@jupyter-notebook/ui-tests@workspace:." dependencies: - "@jupyterlab/galata": ~5.3.0 + "@jupyterlab/galata": ~5.3.2 "@playwright/test": ~1.48.0 rimraf: ^3.0.2 languageName: unknown @@ -323,20 +323,20 @@ __metadata: languageName: node linkType: hard -"@jupyterlab/application@npm:^4.3.0": - version: 4.3.0 - resolution: "@jupyterlab/application@npm:4.3.0" +"@jupyterlab/application@npm:^4.3.2": + version: 4.3.2 + resolution: "@jupyterlab/application@npm:4.3.2" dependencies: "@fortawesome/fontawesome-free": ^5.12.0 - "@jupyterlab/apputils": ^4.4.0 - "@jupyterlab/coreutils": ^6.3.0 - "@jupyterlab/docregistry": ^4.3.0 - "@jupyterlab/rendermime": ^4.3.0 - "@jupyterlab/rendermime-interfaces": ^3.11.0 - "@jupyterlab/services": ^7.3.0 - "@jupyterlab/statedb": ^4.3.0 - "@jupyterlab/translation": ^4.3.0 - "@jupyterlab/ui-components": ^4.3.0 + "@jupyterlab/apputils": ^4.4.2 + "@jupyterlab/coreutils": ^6.3.2 + "@jupyterlab/docregistry": ^4.3.2 + "@jupyterlab/rendermime": ^4.3.2 + "@jupyterlab/rendermime-interfaces": ^3.11.2 + "@jupyterlab/services": ^7.3.2 + "@jupyterlab/statedb": ^4.3.2 + "@jupyterlab/translation": ^4.3.2 + "@jupyterlab/ui-components": ^4.3.2 "@lumino/algorithm": ^2.0.2 "@lumino/application": ^2.4.1 "@lumino/commands": ^2.3.1 @@ -347,23 +347,23 @@ __metadata: "@lumino/properties": ^2.0.2 "@lumino/signaling": ^2.1.3 "@lumino/widgets": ^2.5.0 - checksum: 1c5b0dd78074f900bbf8132be07e290f5d4ccecab136ce499db11c2926d6e2755e73666ee3c5a3ce43153f697a0644fecf65d31394bc0f84a58e2a3e3df3512f + checksum: b20b520c9a194dbef18cb4af2dca454bfc276da340445ba5093406e6b4e03e0b0c5bb86376779f2e94d0e3cceac515a6deb8009aa136240661c47c6522801fa0 languageName: node linkType: hard -"@jupyterlab/apputils@npm:^4.4.0": - version: 4.4.0 - resolution: "@jupyterlab/apputils@npm:4.4.0" +"@jupyterlab/apputils@npm:^4.4.2": + version: 4.4.2 + resolution: "@jupyterlab/apputils@npm:4.4.2" dependencies: - "@jupyterlab/coreutils": ^6.3.0 - "@jupyterlab/observables": ^5.3.0 - "@jupyterlab/rendermime-interfaces": ^3.11.0 - "@jupyterlab/services": ^7.3.0 - "@jupyterlab/settingregistry": ^4.3.0 - "@jupyterlab/statedb": ^4.3.0 - "@jupyterlab/statusbar": ^4.3.0 - "@jupyterlab/translation": ^4.3.0 - "@jupyterlab/ui-components": ^4.3.0 + "@jupyterlab/coreutils": ^6.3.2 + "@jupyterlab/observables": ^5.3.2 + "@jupyterlab/rendermime-interfaces": ^3.11.2 + "@jupyterlab/services": ^7.3.2 + "@jupyterlab/settingregistry": ^4.3.2 + "@jupyterlab/statedb": ^4.3.2 + "@jupyterlab/statusbar": ^4.3.2 + "@jupyterlab/translation": ^4.3.2 + "@jupyterlab/ui-components": ^4.3.2 "@lumino/algorithm": ^2.0.2 "@lumino/commands": ^2.3.1 "@lumino/coreutils": ^2.2.0 @@ -376,46 +376,46 @@ __metadata: "@types/react": ^18.0.26 react: ^18.2.0 sanitize-html: ~2.12.1 - checksum: d4064ab3eb7583dd176c77b15f0619aeb4249ebf4a6d7088f473658ea876414625232955885cfe98668a75228c151ce112a7474b4e87e52732ebae93713f5d4f + checksum: 9fbadf82e7b9ef889bb87a22e03bbe3910af19c10c0102e3231aaa28a0d704e7e4be7c8552b7ff1b7a1485aee089a89f6c0ba8ec3e4b5dd97e064ec365a2f270 languageName: node linkType: hard -"@jupyterlab/attachments@npm:^4.3.0": - version: 4.3.0 - resolution: "@jupyterlab/attachments@npm:4.3.0" +"@jupyterlab/attachments@npm:^4.3.2": + version: 4.3.2 + resolution: "@jupyterlab/attachments@npm:4.3.2" dependencies: - "@jupyterlab/nbformat": ^4.3.0 - "@jupyterlab/observables": ^5.3.0 - "@jupyterlab/rendermime": ^4.3.0 - "@jupyterlab/rendermime-interfaces": ^3.11.0 + "@jupyterlab/nbformat": ^4.3.2 + "@jupyterlab/observables": ^5.3.2 + "@jupyterlab/rendermime": ^4.3.2 + "@jupyterlab/rendermime-interfaces": ^3.11.2 "@lumino/disposable": ^2.1.3 "@lumino/signaling": ^2.1.3 - checksum: 0bb8cbe4a746938d24d526ca072f77fa740b2263114dcfe7e71ac0638922398f3a60341da405f160dc56aff72d3b339428a13b1664913ef2352bb86d2eb6971d + checksum: c884852e961e28f7b6be923a744a45b5a36da850b1c767bf1bc3364b631791a54c370588aa130eab04a9e7462ff28b81aaa74e4a8665da53b451e9988bce5433 languageName: node linkType: hard -"@jupyterlab/cells@npm:^4.3.0": - version: 4.3.0 - resolution: "@jupyterlab/cells@npm:4.3.0" +"@jupyterlab/cells@npm:^4.3.2": + version: 4.3.2 + resolution: "@jupyterlab/cells@npm:4.3.2" dependencies: "@codemirror/state": ^6.4.1 "@codemirror/view": ^6.26.3 "@jupyter/ydoc": ^3.0.0 - "@jupyterlab/apputils": ^4.4.0 - "@jupyterlab/attachments": ^4.3.0 - "@jupyterlab/codeeditor": ^4.3.0 - "@jupyterlab/codemirror": ^4.3.0 - "@jupyterlab/coreutils": ^6.3.0 - "@jupyterlab/documentsearch": ^4.3.0 - "@jupyterlab/filebrowser": ^4.3.0 - "@jupyterlab/nbformat": ^4.3.0 - "@jupyterlab/observables": ^5.3.0 - "@jupyterlab/outputarea": ^4.3.0 - "@jupyterlab/rendermime": ^4.3.0 - "@jupyterlab/services": ^7.3.0 - "@jupyterlab/toc": ^6.3.0 - "@jupyterlab/translation": ^4.3.0 - "@jupyterlab/ui-components": ^4.3.0 + "@jupyterlab/apputils": ^4.4.2 + "@jupyterlab/attachments": ^4.3.2 + "@jupyterlab/codeeditor": ^4.3.2 + "@jupyterlab/codemirror": ^4.3.2 + "@jupyterlab/coreutils": ^6.3.2 + "@jupyterlab/documentsearch": ^4.3.2 + "@jupyterlab/filebrowser": ^4.3.2 + "@jupyterlab/nbformat": ^4.3.2 + "@jupyterlab/observables": ^5.3.2 + "@jupyterlab/outputarea": ^4.3.2 + "@jupyterlab/rendermime": ^4.3.2 + "@jupyterlab/services": ^7.3.2 + "@jupyterlab/toc": ^6.3.2 + "@jupyterlab/translation": ^4.3.2 + "@jupyterlab/ui-components": ^4.3.2 "@lumino/algorithm": ^2.0.2 "@lumino/coreutils": ^2.2.0 "@lumino/domutils": ^2.0.2 @@ -426,23 +426,23 @@ __metadata: "@lumino/virtualdom": ^2.0.2 "@lumino/widgets": ^2.5.0 react: ^18.2.0 - checksum: 8550b24d3d9f8866218f18143e92fd7b6c0a5dfdd69e6bd887582b438b6d2c0596f3fe5020117de4721842434dd416336f3eb3d34aea4821d5d253093092b378 + checksum: b911751edb7513f1a3bd76b64bef14086b0a0b23279d1e3e0716325b471d4ea0aecaf4ef3ae3ad938a6ae6ce2f241cb7c2f37439a033653c533b965194f6b619 languageName: node linkType: hard -"@jupyterlab/codeeditor@npm:^4.3.0": - version: 4.3.0 - resolution: "@jupyterlab/codeeditor@npm:4.3.0" +"@jupyterlab/codeeditor@npm:^4.3.2": + version: 4.3.2 + resolution: "@jupyterlab/codeeditor@npm:4.3.2" dependencies: "@codemirror/state": ^6.4.1 "@jupyter/ydoc": ^3.0.0 - "@jupyterlab/apputils": ^4.4.0 - "@jupyterlab/coreutils": ^6.3.0 - "@jupyterlab/nbformat": ^4.3.0 - "@jupyterlab/observables": ^5.3.0 - "@jupyterlab/statusbar": ^4.3.0 - "@jupyterlab/translation": ^4.3.0 - "@jupyterlab/ui-components": ^4.3.0 + "@jupyterlab/apputils": ^4.4.2 + "@jupyterlab/coreutils": ^6.3.2 + "@jupyterlab/nbformat": ^4.3.2 + "@jupyterlab/observables": ^5.3.2 + "@jupyterlab/statusbar": ^4.3.2 + "@jupyterlab/translation": ^4.3.2 + "@jupyterlab/ui-components": ^4.3.2 "@lumino/coreutils": ^2.2.0 "@lumino/disposable": ^2.1.3 "@lumino/dragdrop": ^2.1.5 @@ -450,13 +450,13 @@ __metadata: "@lumino/signaling": ^2.1.3 "@lumino/widgets": ^2.5.0 react: ^18.2.0 - checksum: 86e1f252ce4d810935a9c3d1e22a74af62547331aa8bf0d973002382517409a1370d2f313f3f59648d816e23f46731ee05bda9e4895e6a4057496a9c70be8de4 + checksum: efc13c36797be1a7db2f3b7ea7bd41ad32fd39a52cccb829024396eb4826fbed008df957343fc639911815a81d9e0f4bbef6a8b98753ba31a1ac2f5209a5d149 languageName: node linkType: hard -"@jupyterlab/codemirror@npm:^4.3.0": - version: 4.3.0 - resolution: "@jupyterlab/codemirror@npm:4.3.0" +"@jupyterlab/codemirror@npm:^4.3.2": + version: 4.3.2 + resolution: "@jupyterlab/codemirror@npm:4.3.2" dependencies: "@codemirror/autocomplete": ^6.16.0 "@codemirror/commands": ^6.5.0 @@ -479,11 +479,11 @@ __metadata: "@codemirror/state": ^6.4.1 "@codemirror/view": ^6.26.3 "@jupyter/ydoc": ^3.0.0 - "@jupyterlab/codeeditor": ^4.3.0 - "@jupyterlab/coreutils": ^6.3.0 - "@jupyterlab/documentsearch": ^4.3.0 - "@jupyterlab/nbformat": ^4.3.0 - "@jupyterlab/translation": ^4.3.0 + "@jupyterlab/codeeditor": ^4.3.2 + "@jupyterlab/coreutils": ^6.3.2 + "@jupyterlab/documentsearch": ^4.3.2 + "@jupyterlab/nbformat": ^4.3.2 + "@jupyterlab/translation": ^4.3.2 "@lezer/common": ^1.2.1 "@lezer/generator": ^1.7.0 "@lezer/highlight": ^1.2.0 @@ -492,38 +492,38 @@ __metadata: "@lumino/disposable": ^2.1.3 "@lumino/signaling": ^2.1.3 yjs: ^13.5.40 - checksum: da0e0aa9d2b9479950705f9df926afcd833a8baeb4e3da32153ec09ede9f9d7f7b9222263251fb63ca93a29aa985205e91f109453f67ad876cdeec1e1f600051 + checksum: 10ed923131b3cab378ced2583b076ed6c1f244b6d333b05b9e8203157500f0b83f923241354cf5b6d5df9b631aaed15378a34f1d7f6e4427c8429782cc936933 languageName: node linkType: hard -"@jupyterlab/console@npm:^4.3.0": - version: 4.3.0 - resolution: "@jupyterlab/console@npm:4.3.0" +"@jupyterlab/console@npm:^4.3.2": + version: 4.3.2 + resolution: "@jupyterlab/console@npm:4.3.2" dependencies: "@jupyter/ydoc": ^3.0.0 - "@jupyterlab/apputils": ^4.4.0 - "@jupyterlab/cells": ^4.3.0 - "@jupyterlab/codeeditor": ^4.3.0 - "@jupyterlab/coreutils": ^6.3.0 - "@jupyterlab/nbformat": ^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.0 + "@jupyterlab/apputils": ^4.4.2 + "@jupyterlab/cells": ^4.3.2 + "@jupyterlab/codeeditor": ^4.3.2 + "@jupyterlab/coreutils": ^6.3.2 + "@jupyterlab/nbformat": ^4.3.2 + "@jupyterlab/observables": ^5.3.2 + "@jupyterlab/rendermime": ^4.3.2 + "@jupyterlab/services": ^7.3.2 + "@jupyterlab/translation": ^4.3.2 + "@jupyterlab/ui-components": ^4.3.2 "@lumino/coreutils": ^2.2.0 "@lumino/disposable": ^2.1.3 "@lumino/dragdrop": ^2.1.5 "@lumino/messaging": ^2.0.2 "@lumino/signaling": ^2.1.3 "@lumino/widgets": ^2.5.0 - checksum: 9a09442f5e07c9e5df2f61b429f8a357caa3619bfdac5e8122228fe1ed00cb74317a490974c6fdb14c8d2740be6d158bf870391e862ceeef20558517b8b9a793 + checksum: 5551f8988334d05763325bda2d604b933eadb6653efa5fb9698979c285f8fbe9cadf79518b6f0ca2173817a440f82f1bf121f8057e6db22c332335484a059fc7 languageName: node linkType: hard -"@jupyterlab/coreutils@npm:^6.3.0": - version: 6.3.0 - resolution: "@jupyterlab/coreutils@npm:6.3.0" +"@jupyterlab/coreutils@npm:^6.3.2": + version: 6.3.2 + resolution: "@jupyterlab/coreutils@npm:6.3.2" dependencies: "@lumino/coreutils": ^2.2.0 "@lumino/disposable": ^2.1.3 @@ -531,33 +531,33 @@ __metadata: minimist: ~1.2.0 path-browserify: ^1.0.0 url-parse: ~1.5.4 - checksum: 9e235685a1a5839a26a4fe44547be6bd1f0788809bd423c6d0d1a2ee09e24885246f5f7085d48db47245f52d138a7352f796c10813efebd70e38e6af11186122 + checksum: 83c9825dbec9bae5f4afe3bd507ff80d6dde9737fe76bbd41ec4965bcc2f0757e2a0b7500c53d513f85eb572276548a048e931fde619b369ab5027a35b3efd5b languageName: node linkType: hard -"@jupyterlab/debugger@npm:^4.3.0": - version: 4.3.0 - resolution: "@jupyterlab/debugger@npm:4.3.0" +"@jupyterlab/debugger@npm:^4.3.2": + version: 4.3.2 + resolution: "@jupyterlab/debugger@npm:4.3.2" dependencies: "@codemirror/state": ^6.4.1 "@codemirror/view": ^6.26.3 "@jupyter/react-components": ^0.16.6 "@jupyter/ydoc": ^3.0.0 - "@jupyterlab/application": ^4.3.0 - "@jupyterlab/apputils": ^4.4.0 - "@jupyterlab/cells": ^4.3.0 - "@jupyterlab/codeeditor": ^4.3.0 - "@jupyterlab/codemirror": ^4.3.0 - "@jupyterlab/console": ^4.3.0 - "@jupyterlab/coreutils": ^6.3.0 - "@jupyterlab/docregistry": ^4.3.0 - "@jupyterlab/fileeditor": ^4.3.0 - "@jupyterlab/notebook": ^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.0 + "@jupyterlab/application": ^4.3.2 + "@jupyterlab/apputils": ^4.4.2 + "@jupyterlab/cells": ^4.3.2 + "@jupyterlab/codeeditor": ^4.3.2 + "@jupyterlab/codemirror": ^4.3.2 + "@jupyterlab/console": ^4.3.2 + "@jupyterlab/coreutils": ^6.3.2 + "@jupyterlab/docregistry": ^4.3.2 + "@jupyterlab/fileeditor": ^4.3.2 + "@jupyterlab/notebook": ^4.3.2 + "@jupyterlab/observables": ^5.3.2 + "@jupyterlab/rendermime": ^4.3.2 + "@jupyterlab/services": ^7.3.2 + "@jupyterlab/translation": ^4.3.2 + "@jupyterlab/ui-components": ^4.3.2 "@lumino/algorithm": ^2.0.2 "@lumino/commands": ^2.3.1 "@lumino/coreutils": ^2.2.0 @@ -569,22 +569,22 @@ __metadata: "@lumino/widgets": ^2.5.0 "@vscode/debugprotocol": ^1.51.0 react: ^18.2.0 - checksum: b352d42efbe5d6a77198feda4f2fd0d556f322c5a9a509b36f9dd4bbfe29a8e3dda4a35ba0d1e370fcf3bf0449a35bc2d30add5a8f542dab1160fa28e6168c28 + checksum: dbe01c3c197aa77980cb17f5edcdc87bff6a3ee7575501589198ee7a8ed70dd66c73b01d897dcda646763f82f217c5fdad430a9cc81e9ce770041ba8f94a847c languageName: node linkType: hard -"@jupyterlab/docmanager@npm:^4.3.0": - version: 4.3.0 - resolution: "@jupyterlab/docmanager@npm:4.3.0" - dependencies: - "@jupyterlab/apputils": ^4.4.0 - "@jupyterlab/coreutils": ^6.3.0 - "@jupyterlab/docregistry": ^4.3.0 - "@jupyterlab/services": ^7.3.0 - "@jupyterlab/statedb": ^4.3.0 - "@jupyterlab/statusbar": ^4.3.0 - "@jupyterlab/translation": ^4.3.0 - "@jupyterlab/ui-components": ^4.3.0 +"@jupyterlab/docmanager@npm:^4.3.2": + version: 4.3.2 + resolution: "@jupyterlab/docmanager@npm:4.3.2" + dependencies: + "@jupyterlab/apputils": ^4.4.2 + "@jupyterlab/coreutils": ^6.3.2 + "@jupyterlab/docregistry": ^4.3.2 + "@jupyterlab/services": ^7.3.2 + "@jupyterlab/statedb": ^4.3.2 + "@jupyterlab/statusbar": ^4.3.2 + "@jupyterlab/translation": ^4.3.2 + "@jupyterlab/ui-components": ^4.3.2 "@lumino/algorithm": ^2.0.2 "@lumino/coreutils": ^2.2.0 "@lumino/disposable": ^2.1.3 @@ -594,24 +594,24 @@ __metadata: "@lumino/signaling": ^2.1.3 "@lumino/widgets": ^2.5.0 react: ^18.2.0 - checksum: 64a4196be2b84049b2b1b1d1d92fafd6cbb3da5e03ae8e85b65ac2c8cf7326d6a230b745287893adabad69bc1bc4f93278f9b1301d9575f2ef4e5ad2947c2068 + checksum: c19f6bba37a6a27dbe4bca6322c03d8bc4c85fd3b6e3c8a8862842550f7f90183056a70fc591be7c74990576f268ae6a27237b8dc5150ca77a3737bc4f7d3b1b languageName: node linkType: hard -"@jupyterlab/docregistry@npm:^4.3.0": - version: 4.3.0 - resolution: "@jupyterlab/docregistry@npm:4.3.0" +"@jupyterlab/docregistry@npm:^4.3.2": + version: 4.3.2 + resolution: "@jupyterlab/docregistry@npm:4.3.2" dependencies: "@jupyter/ydoc": ^3.0.0 - "@jupyterlab/apputils": ^4.4.0 - "@jupyterlab/codeeditor": ^4.3.0 - "@jupyterlab/coreutils": ^6.3.0 - "@jupyterlab/observables": ^5.3.0 - "@jupyterlab/rendermime": ^4.3.0 - "@jupyterlab/rendermime-interfaces": ^3.11.0 - "@jupyterlab/services": ^7.3.0 - "@jupyterlab/translation": ^4.3.0 - "@jupyterlab/ui-components": ^4.3.0 + "@jupyterlab/apputils": ^4.4.2 + "@jupyterlab/codeeditor": ^4.3.2 + "@jupyterlab/coreutils": ^6.3.2 + "@jupyterlab/observables": ^5.3.2 + "@jupyterlab/rendermime": ^4.3.2 + "@jupyterlab/rendermime-interfaces": ^3.11.2 + "@jupyterlab/services": ^7.3.2 + "@jupyterlab/translation": ^4.3.2 + "@jupyterlab/ui-components": ^4.3.2 "@lumino/algorithm": ^2.0.2 "@lumino/coreutils": ^2.2.0 "@lumino/disposable": ^2.1.3 @@ -620,17 +620,17 @@ __metadata: "@lumino/signaling": ^2.1.3 "@lumino/widgets": ^2.5.0 react: ^18.2.0 - checksum: 37a0c05025a484049fa15013ffd17fe801768cbb80bac5f2152613511da0d7e7980876e7d677caef392d016967c2f119757e0b9362d178e18a9440a4210586fd + checksum: 4c094e228fd54550b5ee4b842ff1fac54062f7357b62ab783fcc7dbd3744549d6db4b0fb61deb8cac610303440da11465c507e831bbc616495dc1afde4778559 languageName: node linkType: hard -"@jupyterlab/documentsearch@npm:^4.3.0": - version: 4.3.0 - resolution: "@jupyterlab/documentsearch@npm:4.3.0" +"@jupyterlab/documentsearch@npm:^4.3.2": + version: 4.3.2 + resolution: "@jupyterlab/documentsearch@npm:4.3.2" dependencies: - "@jupyterlab/apputils": ^4.4.0 - "@jupyterlab/translation": ^4.3.0 - "@jupyterlab/ui-components": ^4.3.0 + "@jupyterlab/apputils": ^4.4.2 + "@jupyterlab/translation": ^4.3.2 + "@jupyterlab/ui-components": ^4.3.2 "@lumino/commands": ^2.3.1 "@lumino/coreutils": ^2.2.0 "@lumino/disposable": ^2.1.3 @@ -639,23 +639,23 @@ __metadata: "@lumino/signaling": ^2.1.3 "@lumino/widgets": ^2.5.0 react: ^18.2.0 - checksum: 4ad3a4171f06356be2ec8e67cfbb475da7aa6b46f56cc2f3ccab164ef1986be6194046612504f66c5d91552123db34569241f34977c2f4495b847d03fa0e2485 + checksum: a3e99bbe093dcc71ea7f011dced8f2d5201f0c5190fed935b96c5a07eab5b499c78a5902bb982e8a35fbfce7f6acc189c942ef520dc5d516de24ad7cc8213286 languageName: node linkType: hard -"@jupyterlab/filebrowser@npm:^4.3.0": - version: 4.3.0 - resolution: "@jupyterlab/filebrowser@npm:4.3.0" - dependencies: - "@jupyterlab/apputils": ^4.4.0 - "@jupyterlab/coreutils": ^6.3.0 - "@jupyterlab/docmanager": ^4.3.0 - "@jupyterlab/docregistry": ^4.3.0 - "@jupyterlab/services": ^7.3.0 - "@jupyterlab/statedb": ^4.3.0 - "@jupyterlab/statusbar": ^4.3.0 - "@jupyterlab/translation": ^4.3.0 - "@jupyterlab/ui-components": ^4.3.0 +"@jupyterlab/filebrowser@npm:^4.3.2": + version: 4.3.2 + resolution: "@jupyterlab/filebrowser@npm:4.3.2" + dependencies: + "@jupyterlab/apputils": ^4.4.2 + "@jupyterlab/coreutils": ^6.3.2 + "@jupyterlab/docmanager": ^4.3.2 + "@jupyterlab/docregistry": ^4.3.2 + "@jupyterlab/services": ^7.3.2 + "@jupyterlab/statedb": ^4.3.2 + "@jupyterlab/statusbar": ^4.3.2 + "@jupyterlab/translation": ^4.3.2 + "@jupyterlab/ui-components": ^4.3.2 "@lumino/algorithm": ^2.0.2 "@lumino/coreutils": ^2.2.0 "@lumino/disposable": ^2.1.3 @@ -667,49 +667,49 @@ __metadata: "@lumino/virtualdom": ^2.0.2 "@lumino/widgets": ^2.5.0 react: ^18.2.0 - checksum: 1f46cd15c6248df348542db1675ec8011d5ee3a0372a2e3ac2a942fc432d9b15cd7222c49386131fbdbbab79af47bd72ca855fd07f8ce1eba30f2e899c1dbc32 + checksum: f1d889799bbb64f8b6cb3a03d0f2edec6dd4e602d9f5b2e7c4014afcad3f1c7145989f86a21fa7ee5c3c33165bb800e3f4a2e0e296c74af87e1bd0ae5fdeb4aa languageName: node linkType: hard -"@jupyterlab/fileeditor@npm:^4.3.0": - version: 4.3.0 - resolution: "@jupyterlab/fileeditor@npm:4.3.0" +"@jupyterlab/fileeditor@npm:^4.3.2": + version: 4.3.2 + resolution: "@jupyterlab/fileeditor@npm:4.3.2" dependencies: "@jupyter/ydoc": ^3.0.0 - "@jupyterlab/apputils": ^4.4.0 - "@jupyterlab/codeeditor": ^4.3.0 - "@jupyterlab/codemirror": ^4.3.0 - "@jupyterlab/coreutils": ^6.3.0 - "@jupyterlab/docregistry": ^4.3.0 - "@jupyterlab/documentsearch": ^4.3.0 - "@jupyterlab/lsp": ^4.3.0 - "@jupyterlab/statusbar": ^4.3.0 - "@jupyterlab/toc": ^6.3.0 - "@jupyterlab/translation": ^4.3.0 - "@jupyterlab/ui-components": ^4.3.0 + "@jupyterlab/apputils": ^4.4.2 + "@jupyterlab/codeeditor": ^4.3.2 + "@jupyterlab/codemirror": ^4.3.2 + "@jupyterlab/coreutils": ^6.3.2 + "@jupyterlab/docregistry": ^4.3.2 + "@jupyterlab/documentsearch": ^4.3.2 + "@jupyterlab/lsp": ^4.3.2 + "@jupyterlab/statusbar": ^4.3.2 + "@jupyterlab/toc": ^6.3.2 + "@jupyterlab/translation": ^4.3.2 + "@jupyterlab/ui-components": ^4.3.2 "@lumino/commands": ^2.3.1 "@lumino/coreutils": ^2.2.0 "@lumino/messaging": ^2.0.2 "@lumino/widgets": ^2.5.0 react: ^18.2.0 regexp-match-indices: ^1.0.2 - checksum: 98065ffc5c8c39e4c9282a17e2350b49d571bcc3bd9fe5ebb11aa3ba9c63f95f6177605918fef44bb0677def7f6ecb939a340594ec1d6cce4b661ca7381e7c91 + checksum: 329bc61194b73b034c0c2c29687ecf0075a227595be3c25ebcd78fcffca19350566ef353eabec286ff2e59778f585442b7378743c7440e58b56e4a6f86278820 languageName: node linkType: hard -"@jupyterlab/galata@npm:~5.3.0": - version: 5.3.0 - resolution: "@jupyterlab/galata@npm:5.3.0" +"@jupyterlab/galata@npm:~5.3.2": + version: 5.3.2 + resolution: "@jupyterlab/galata@npm:5.3.2" dependencies: - "@jupyterlab/application": ^4.3.0 - "@jupyterlab/apputils": ^4.4.0 - "@jupyterlab/coreutils": ^6.3.0 - "@jupyterlab/debugger": ^4.3.0 - "@jupyterlab/docmanager": ^4.3.0 - "@jupyterlab/nbformat": ^4.3.0 - "@jupyterlab/notebook": ^4.3.0 - "@jupyterlab/services": ^7.3.0 - "@jupyterlab/settingregistry": ^4.3.0 + "@jupyterlab/application": ^4.3.2 + "@jupyterlab/apputils": ^4.4.2 + "@jupyterlab/coreutils": ^6.3.2 + "@jupyterlab/debugger": ^4.3.2 + "@jupyterlab/docmanager": ^4.3.2 + "@jupyterlab/nbformat": ^4.3.2 + "@jupyterlab/notebook": ^4.3.2 + "@jupyterlab/services": ^7.3.2 + "@jupyterlab/settingregistry": ^4.3.2 "@lumino/coreutils": ^2.2.0 "@playwright/test": ^1.48.0 "@stdlib/stats": ~0.0.13 @@ -720,21 +720,21 @@ __metadata: vega: ^5.20.0 vega-lite: ^5.6.1 vega-statistics: ^1.7.9 - checksum: a83947439610eb0b7a856d9dd4e6ffb03ed859ed2afac90924e9474a974ec4f8510c722d986af2cdde98ff731dfaf1eee5c88af30556b17c0094196a23051ddd + checksum: 52e2c52d82b173b82a282019810fbe79e3b1c5f66e173c178645f811d3f5b9042f966aa1a4d27571c40fecdd9403f28145fb1d2f28c1cd79c6a183bbf2ce8ae5 languageName: node linkType: hard -"@jupyterlab/lsp@npm:^4.3.0": - version: 4.3.0 - resolution: "@jupyterlab/lsp@npm:4.3.0" - dependencies: - "@jupyterlab/apputils": ^4.4.0 - "@jupyterlab/codeeditor": ^4.3.0 - "@jupyterlab/codemirror": ^4.3.0 - "@jupyterlab/coreutils": ^6.3.0 - "@jupyterlab/docregistry": ^4.3.0 - "@jupyterlab/services": ^7.3.0 - "@jupyterlab/translation": ^4.3.0 +"@jupyterlab/lsp@npm:^4.3.2": + version: 4.3.2 + resolution: "@jupyterlab/lsp@npm:4.3.2" + dependencies: + "@jupyterlab/apputils": ^4.4.2 + "@jupyterlab/codeeditor": ^4.3.2 + "@jupyterlab/codemirror": ^4.3.2 + "@jupyterlab/coreutils": ^6.3.2 + "@jupyterlab/docregistry": ^4.3.2 + "@jupyterlab/services": ^7.3.2 + "@jupyterlab/translation": ^4.3.2 "@lumino/coreutils": ^2.2.0 "@lumino/disposable": ^2.1.3 "@lumino/signaling": ^2.1.3 @@ -743,7 +743,7 @@ __metadata: vscode-jsonrpc: ^6.0.0 vscode-languageserver-protocol: ^3.17.0 vscode-ws-jsonrpc: ~1.0.2 - checksum: ea29de972097d296a05b5cf347822f3d9c295fa8be2c3b89147288ca1f9fca12c15df955d1374dc66184fdad3af1acd8cb115187be4eb6024f1e25d5f2b1c8c0 + checksum: 6f722516128e5c5952e4563f80d429209a4155aece84758e6f1090bdb08188034fd71c355edf98939aec4263c641cbd7697f77de0039eb9a484f4f1ddd38776d languageName: node linkType: hard @@ -756,37 +756,37 @@ __metadata: languageName: node linkType: hard -"@jupyterlab/nbformat@npm:^4.3.0": - version: 4.3.0 - resolution: "@jupyterlab/nbformat@npm:4.3.0" +"@jupyterlab/nbformat@npm:^4.3.2": + version: 4.3.2 + resolution: "@jupyterlab/nbformat@npm:4.3.2" dependencies: "@lumino/coreutils": ^2.2.0 - checksum: 52e23a2568bf01741196321a5960c13b86ab55318a2e3a3ebde71fc1b89347279acd342a4cddf6ab8b47a4cc3cdd8fe03f206f68115a9d6ac433b0b0582c13ed + checksum: f51d0920031c22283ebf697e377078ecda0eca2c1248d42a3075bca7f0c26fc4e746121527b8533d8718563ddd442dd627688f293790e243efc43dbf336cd62c languageName: node linkType: hard -"@jupyterlab/notebook@npm:^4.3.0": - version: 4.3.0 - resolution: "@jupyterlab/notebook@npm:4.3.0" +"@jupyterlab/notebook@npm:^4.3.2": + version: 4.3.2 + resolution: "@jupyterlab/notebook@npm:4.3.2" dependencies: "@jupyter/ydoc": ^3.0.0 - "@jupyterlab/apputils": ^4.4.0 - "@jupyterlab/cells": ^4.3.0 - "@jupyterlab/codeeditor": ^4.3.0 - "@jupyterlab/codemirror": ^4.3.0 - "@jupyterlab/coreutils": ^6.3.0 - "@jupyterlab/docregistry": ^4.3.0 - "@jupyterlab/documentsearch": ^4.3.0 - "@jupyterlab/lsp": ^4.3.0 - "@jupyterlab/nbformat": ^4.3.0 - "@jupyterlab/observables": ^5.3.0 - "@jupyterlab/rendermime": ^4.3.0 - "@jupyterlab/services": ^7.3.0 - "@jupyterlab/settingregistry": ^4.3.0 - "@jupyterlab/statusbar": ^4.3.0 - "@jupyterlab/toc": ^6.3.0 - "@jupyterlab/translation": ^4.3.0 - "@jupyterlab/ui-components": ^4.3.0 + "@jupyterlab/apputils": ^4.4.2 + "@jupyterlab/cells": ^4.3.2 + "@jupyterlab/codeeditor": ^4.3.2 + "@jupyterlab/codemirror": ^4.3.2 + "@jupyterlab/coreutils": ^6.3.2 + "@jupyterlab/docregistry": ^4.3.2 + "@jupyterlab/documentsearch": ^4.3.2 + "@jupyterlab/lsp": ^4.3.2 + "@jupyterlab/nbformat": ^4.3.2 + "@jupyterlab/observables": ^5.3.2 + "@jupyterlab/rendermime": ^4.3.2 + "@jupyterlab/services": ^7.3.2 + "@jupyterlab/settingregistry": ^4.3.2 + "@jupyterlab/statusbar": ^4.3.2 + "@jupyterlab/toc": ^6.3.2 + "@jupyterlab/translation": ^4.3.2 + "@jupyterlab/ui-components": ^4.3.2 "@lumino/algorithm": ^2.0.2 "@lumino/coreutils": ^2.2.0 "@lumino/disposable": ^2.1.3 @@ -799,34 +799,34 @@ __metadata: "@lumino/virtualdom": ^2.0.2 "@lumino/widgets": ^2.5.0 react: ^18.2.0 - checksum: 58086e9d3e96fb71955023613d3caa8f0ed1fd7f12f73029e4a5ddc2616dc2e0085216bca99f0914ca504db7d3a85f6da6b818631c9bccaa46259db00d4814f4 + checksum: 70d22963f20209c3130f8d04715fd395a671b357afc513cdfd700e4f5d8a37012f32fa5fbd863f927ff357da5ef88ededfd14d471293db599c7696158e703044 languageName: node linkType: hard -"@jupyterlab/observables@npm:^5.3.0": - version: 5.3.0 - resolution: "@jupyterlab/observables@npm:5.3.0" +"@jupyterlab/observables@npm:^5.3.2": + version: 5.3.2 + resolution: "@jupyterlab/observables@npm:5.3.2" dependencies: "@lumino/algorithm": ^2.0.2 "@lumino/coreutils": ^2.2.0 "@lumino/disposable": ^2.1.3 "@lumino/messaging": ^2.0.2 "@lumino/signaling": ^2.1.3 - checksum: 8d1c5e6eebeebe8fe45098531c9be9b3f0f0f3ec153203746fba233fe74db028f93261f11e0897a020ac0ae6872e7c3e03c4365678663bbbe4f0125b89174f37 + checksum: 2aca1eacfb7e207dd9c855bab00c3997ecd1d915bda22bd0cefb53eb0560aa40bcf9688229a671eac49ca4041eccf946954a8811ad9173ade0175e31a38847bb languageName: node linkType: hard -"@jupyterlab/outputarea@npm:^4.3.0": - version: 4.3.0 - resolution: "@jupyterlab/outputarea@npm:4.3.0" - dependencies: - "@jupyterlab/apputils": ^4.4.0 - "@jupyterlab/nbformat": ^4.3.0 - "@jupyterlab/observables": ^5.3.0 - "@jupyterlab/rendermime": ^4.3.0 - "@jupyterlab/rendermime-interfaces": ^3.11.0 - "@jupyterlab/services": ^7.3.0 - "@jupyterlab/translation": ^4.3.0 +"@jupyterlab/outputarea@npm:^4.3.2": + version: 4.3.2 + resolution: "@jupyterlab/outputarea@npm:4.3.2" + dependencies: + "@jupyterlab/apputils": ^4.4.2 + "@jupyterlab/nbformat": ^4.3.2 + "@jupyterlab/observables": ^5.3.2 + "@jupyterlab/rendermime": ^4.3.2 + "@jupyterlab/rendermime-interfaces": ^3.11.2 + "@jupyterlab/services": ^7.3.2 + "@jupyterlab/translation": ^4.3.2 "@lumino/algorithm": ^2.0.2 "@lumino/coreutils": ^2.2.0 "@lumino/disposable": ^2.1.3 @@ -834,65 +834,65 @@ __metadata: "@lumino/properties": ^2.0.2 "@lumino/signaling": ^2.1.3 "@lumino/widgets": ^2.5.0 - checksum: 313f964056a63cd04227c4bc6d71f16b71ddf475f5ac63c8b15147327f2fc1c7023c631d687a8eae8b81b647e6c305d34be1a4aaf7dc2cd1fb44b947da6c239b + checksum: 15c03b9b0ca47116f039658ee00a13318a52d9b240c1aacfcdd3515d819ced75d4026e815a1c1269b28c463522bdcd310a49589735a17849d1091c2df982445c languageName: node linkType: hard -"@jupyterlab/rendermime-interfaces@npm:^3.11.0": - version: 3.11.0 - resolution: "@jupyterlab/rendermime-interfaces@npm:3.11.0" +"@jupyterlab/rendermime-interfaces@npm:^3.11.2": + version: 3.11.2 + resolution: "@jupyterlab/rendermime-interfaces@npm:3.11.2" dependencies: "@lumino/coreutils": ^1.11.0 || ^2.2.0 "@lumino/widgets": ^1.37.2 || ^2.5.0 - checksum: ef31fb5b621a83c5080e68cbd12c086bc7f9dc21c84e04f38808e9f5da079367d3c75ab7af09d2a3afc9e588511f905c77ac50b8e2cbd98d0c3b3e748716d7f7 + checksum: e29cca8885e2ea5cb11d45c89a0a9756b3b462ad69720351a271c285a09d95477d0c1b8e78b3a20d2b2f4fe25bce9e0bb35a314132e18b008f679733e2a0ee3a languageName: node linkType: hard -"@jupyterlab/rendermime@npm:^4.3.0": - version: 4.3.0 - resolution: "@jupyterlab/rendermime@npm:4.3.0" - dependencies: - "@jupyterlab/apputils": ^4.4.0 - "@jupyterlab/coreutils": ^6.3.0 - "@jupyterlab/nbformat": ^4.3.0 - "@jupyterlab/observables": ^5.3.0 - "@jupyterlab/rendermime-interfaces": ^3.11.0 - "@jupyterlab/services": ^7.3.0 - "@jupyterlab/translation": ^4.3.0 +"@jupyterlab/rendermime@npm:^4.3.2": + version: 4.3.2 + resolution: "@jupyterlab/rendermime@npm:4.3.2" + dependencies: + "@jupyterlab/apputils": ^4.4.2 + "@jupyterlab/coreutils": ^6.3.2 + "@jupyterlab/nbformat": ^4.3.2 + "@jupyterlab/observables": ^5.3.2 + "@jupyterlab/rendermime-interfaces": ^3.11.2 + "@jupyterlab/services": ^7.3.2 + "@jupyterlab/translation": ^4.3.2 "@lumino/coreutils": ^2.2.0 "@lumino/messaging": ^2.0.2 "@lumino/signaling": ^2.1.3 "@lumino/widgets": ^2.5.0 lodash.escape: ^4.0.1 - checksum: 84237267b19fbc18e3a6f3797d291de5b16b44583e3cbda282dbd6990612b5d64150a3b1ac6ad77092c9294b866d47a4f1972fe54617c8adeaadb7e0662d691f + checksum: 52e9c211ef1c655b54b751e92474d6f3a0cf0322e7be1a1599f69263bd89a5529eac2f4a9e7429c6a7e39b9c152da1aea8b497a20ad409b9c4113150e32a75aa languageName: node linkType: hard -"@jupyterlab/services@npm:^7.3.0": - version: 7.3.0 - resolution: "@jupyterlab/services@npm:7.3.0" +"@jupyterlab/services@npm:^7.3.2": + version: 7.3.2 + resolution: "@jupyterlab/services@npm:7.3.2" dependencies: "@jupyter/ydoc": ^3.0.0 - "@jupyterlab/coreutils": ^6.3.0 - "@jupyterlab/nbformat": ^4.3.0 - "@jupyterlab/settingregistry": ^4.3.0 - "@jupyterlab/statedb": ^4.3.0 + "@jupyterlab/coreutils": ^6.3.2 + "@jupyterlab/nbformat": ^4.3.2 + "@jupyterlab/settingregistry": ^4.3.2 + "@jupyterlab/statedb": ^4.3.2 "@lumino/coreutils": ^2.2.0 "@lumino/disposable": ^2.1.3 "@lumino/polling": ^2.1.3 "@lumino/properties": ^2.0.2 "@lumino/signaling": ^2.1.3 ws: ^8.11.0 - checksum: 949a7452f7fdbc97efc63452db26b5f906595e40b1f6b7164e4e8f5fb8136f47fee703c7c9ef75313b6863552e68ce67d51bddd57b8ff6e9712a1a1e62724fe1 + checksum: a8c79bdadbce4ebd242830a762de7e4afe91870cb2835233381d9c923312e824b58e904661a4ef652c0b4d43f51ee25c117cfc62d697d67f652498b69b48f529 languageName: node linkType: hard -"@jupyterlab/settingregistry@npm:^4.3.0": - version: 4.3.0 - resolution: "@jupyterlab/settingregistry@npm:4.3.0" +"@jupyterlab/settingregistry@npm:^4.3.2": + version: 4.3.2 + resolution: "@jupyterlab/settingregistry@npm:4.3.2" dependencies: - "@jupyterlab/nbformat": ^4.3.0 - "@jupyterlab/statedb": ^4.3.0 + "@jupyterlab/nbformat": ^4.3.2 + "@jupyterlab/statedb": ^4.3.2 "@lumino/commands": ^2.3.1 "@lumino/coreutils": ^2.2.0 "@lumino/disposable": ^2.1.3 @@ -902,28 +902,28 @@ __metadata: json5: ^2.2.3 peerDependencies: react: ">=16" - checksum: 6a0c47b3be2188e487ec74c3ccd9e199c99a72533367b727a913d45d7096dbbb2757a63e55e5d4a9be51fbd274fe6f5f42ee1a6f021fd6a782885d6d58a3f957 + checksum: 4c2ab20a7cb090db0a3fee6335f782bda037ee03acacaf082083032a519e3d4c40044ddcfffa71d316817a3d74858cb9f46bf48d53444d5d7374fb8808a5d21e languageName: node linkType: hard -"@jupyterlab/statedb@npm:^4.3.0": - version: 4.3.0 - resolution: "@jupyterlab/statedb@npm:4.3.0" +"@jupyterlab/statedb@npm:^4.3.2": + version: 4.3.2 + resolution: "@jupyterlab/statedb@npm:4.3.2" dependencies: "@lumino/commands": ^2.3.1 "@lumino/coreutils": ^2.2.0 "@lumino/disposable": ^2.1.3 "@lumino/properties": ^2.0.2 "@lumino/signaling": ^2.1.3 - checksum: 68e1a8bffe41a236d34cb8135e0ebf906e1d087ff71d2f1e135c7cd369c7b5e2e675765d5a0627a2487a831141cb06a9ce880609ec9988b0f7e5a0156f4212f3 + checksum: a3cebd716be2e124c009820b3d39b8c5c0a83ae56c9fdfb4312bfb63d265d3ab135bd9d9532a619daff7d711e62042d242f48c5b58abf9cc5dbf3a2aaf2c673f languageName: node linkType: hard -"@jupyterlab/statusbar@npm:^4.3.0": - version: 4.3.0 - resolution: "@jupyterlab/statusbar@npm:4.3.0" +"@jupyterlab/statusbar@npm:^4.3.2": + version: 4.3.2 + resolution: "@jupyterlab/statusbar@npm:4.3.2" dependencies: - "@jupyterlab/ui-components": ^4.3.0 + "@jupyterlab/ui-components": ^4.3.2 "@lumino/algorithm": ^2.0.2 "@lumino/coreutils": ^2.2.0 "@lumino/disposable": ^2.1.3 @@ -931,56 +931,56 @@ __metadata: "@lumino/signaling": ^2.1.3 "@lumino/widgets": ^2.5.0 react: ^18.2.0 - checksum: f849b903043056a4eda3f9c6900e598c0bd9b8b30cc7632996ede6104421d49bf10d3421a654c1afe008388b3c58a5dda33e7120ed0483c4fef7d0523153ffff + checksum: 68c9b3c238197d1745e052a77489576b642f303266d6228eb0a71555888c6192107f59eaa6c2668c8e60459fd6155f19efcdb88f40040df2460c29ec10588c68 languageName: node linkType: hard -"@jupyterlab/toc@npm:^6.3.0": - version: 6.3.0 - resolution: "@jupyterlab/toc@npm:6.3.0" +"@jupyterlab/toc@npm:^6.3.2": + version: 6.3.2 + resolution: "@jupyterlab/toc@npm:6.3.2" dependencies: "@jupyter/react-components": ^0.16.6 - "@jupyterlab/apputils": ^4.4.0 - "@jupyterlab/coreutils": ^6.3.0 - "@jupyterlab/docregistry": ^4.3.0 - "@jupyterlab/observables": ^5.3.0 - "@jupyterlab/rendermime": ^4.3.0 - "@jupyterlab/rendermime-interfaces": ^3.11.0 - "@jupyterlab/translation": ^4.3.0 - "@jupyterlab/ui-components": ^4.3.0 + "@jupyterlab/apputils": ^4.4.2 + "@jupyterlab/coreutils": ^6.3.2 + "@jupyterlab/docregistry": ^4.3.2 + "@jupyterlab/observables": ^5.3.2 + "@jupyterlab/rendermime": ^4.3.2 + "@jupyterlab/rendermime-interfaces": ^3.11.2 + "@jupyterlab/translation": ^4.3.2 + "@jupyterlab/ui-components": ^4.3.2 "@lumino/coreutils": ^2.2.0 "@lumino/disposable": ^2.1.3 "@lumino/messaging": ^2.0.2 "@lumino/signaling": ^2.1.3 "@lumino/widgets": ^2.5.0 react: ^18.2.0 - checksum: fde80d1193e245cf31877081f989ba99d7cdcf0f7df0d112d086a495a56567612be37568da4d849128e04e0074b13de5479b3bb71781105b994a5a826f0008cb + checksum: 1c845c1027fb22bed50576d48d1d9eb86ba7b5b7ff4e54249f5ccd43d95475789822f1dda9d7efe703cafefe20afdda91fe0f52ee622c568186258539f1286c9 languageName: node linkType: hard -"@jupyterlab/translation@npm:^4.3.0": - version: 4.3.0 - resolution: "@jupyterlab/translation@npm:4.3.0" +"@jupyterlab/translation@npm:^4.3.2": + version: 4.3.2 + resolution: "@jupyterlab/translation@npm:4.3.2" dependencies: - "@jupyterlab/coreutils": ^6.3.0 - "@jupyterlab/rendermime-interfaces": ^3.11.0 - "@jupyterlab/services": ^7.3.0 - "@jupyterlab/statedb": ^4.3.0 + "@jupyterlab/coreutils": ^6.3.2 + "@jupyterlab/rendermime-interfaces": ^3.11.2 + "@jupyterlab/services": ^7.3.2 + "@jupyterlab/statedb": ^4.3.2 "@lumino/coreutils": ^2.2.0 - checksum: bcd466cdb5a52e0a57f5274bb440098f6fc49c784212654e2bf2e09acd1119538b5e5737fb841496056fa85ca8c49d73a769d598f1f67a1b1235852dbb31766c + checksum: 04c6561a44501b11063eb56929dd24d0899e07fb0d1cd45c8bcfb697c08ce9619be42b9c69ee60bff612a6ed3dff2525211f118f03d5709a6bd8cf256a0f3f8c languageName: node linkType: hard -"@jupyterlab/ui-components@npm:^4.3.0": - version: 4.3.0 - resolution: "@jupyterlab/ui-components@npm:4.3.0" +"@jupyterlab/ui-components@npm:^4.3.2": + version: 4.3.2 + resolution: "@jupyterlab/ui-components@npm:4.3.2" dependencies: "@jupyter/react-components": ^0.16.6 "@jupyter/web-components": ^0.16.6 - "@jupyterlab/coreutils": ^6.3.0 - "@jupyterlab/observables": ^5.3.0 - "@jupyterlab/rendermime-interfaces": ^3.11.0 - "@jupyterlab/translation": ^4.3.0 + "@jupyterlab/coreutils": ^6.3.2 + "@jupyterlab/observables": ^5.3.2 + "@jupyterlab/rendermime-interfaces": ^3.11.2 + "@jupyterlab/translation": ^4.3.2 "@lumino/algorithm": ^2.0.2 "@lumino/commands": ^2.3.1 "@lumino/coreutils": ^2.2.0 @@ -998,7 +998,7 @@ __metadata: typestyle: ^2.0.4 peerDependencies: react: ^18.2.0 - checksum: e1efefd65fb19aa103897d25d5b898972df52c81857136ecb3dd5b5d49a671076161079fe293ae0d55ed7cfef11c670f549beaf54d88877ff0cf806d0d568041 + checksum: dd87bdb1d478418c737876e816af788736ed4d92e3ebca956251f5edc221c286810f4b502583a8bf2e0dcba19c9942b87469c3319f2d7586f40f13545d5b1d3d languageName: node linkType: hard diff --git a/yarn.lock b/yarn.lock index bf5dca8d59..e341876113 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2061,55 +2061,55 @@ __metadata: "@jupyter-notebook/tree": ^7.3.0-rc.0 "@jupyter-notebook/tree-extension": ^7.3.0-rc.0 "@jupyter-notebook/ui-components": ^7.3.0-rc.0 - "@jupyterlab/application-extension": ~4.3.1 - "@jupyterlab/apputils-extension": ~4.3.1 - "@jupyterlab/attachments": ~4.3.1 - "@jupyterlab/builder": ~4.3.1 - "@jupyterlab/buildutils": ~4.3.1 - "@jupyterlab/cell-toolbar-extension": ~4.3.1 - "@jupyterlab/celltags-extension": ~4.3.1 - "@jupyterlab/codemirror": ~4.3.1 - "@jupyterlab/codemirror-extension": ~4.3.1 - "@jupyterlab/completer-extension": ~4.3.1 - "@jupyterlab/console-extension": ~4.3.1 - "@jupyterlab/coreutils": ~6.3.1 - "@jupyterlab/csvviewer-extension": ~4.3.1 - "@jupyterlab/debugger-extension": ~4.3.1 - "@jupyterlab/docmanager-extension": ~4.3.1 - "@jupyterlab/documentsearch-extension": ~4.3.1 - "@jupyterlab/extensionmanager-extension": ~4.3.1 - "@jupyterlab/filebrowser-extension": ~4.3.1 - "@jupyterlab/fileeditor-extension": ~4.3.1 - "@jupyterlab/help-extension": ~4.3.1 - "@jupyterlab/htmlviewer-extension": ~4.3.1 - "@jupyterlab/hub-extension": ~4.3.1 - "@jupyterlab/imageviewer-extension": ~4.3.1 - "@jupyterlab/javascript-extension": ~4.3.1 - "@jupyterlab/json-extension": ~4.3.1 - "@jupyterlab/lsp": ~4.3.1 - "@jupyterlab/lsp-extension": ~4.3.1 - "@jupyterlab/mainmenu-extension": ~4.3.1 - "@jupyterlab/markdownviewer-extension": ~4.3.1 - "@jupyterlab/markedparser-extension": ~4.3.1 - "@jupyterlab/mathjax-extension": ~4.3.1 - "@jupyterlab/mermaid-extension": ~4.3.1 - "@jupyterlab/metadataform-extension": ~4.3.1 - "@jupyterlab/notebook-extension": ~4.3.1 - "@jupyterlab/pdf-extension": ~4.3.1 - "@jupyterlab/pluginmanager-extension": ~4.3.1 - "@jupyterlab/running-extension": ~4.3.1 - "@jupyterlab/settingeditor": ~4.3.1 - "@jupyterlab/settingeditor-extension": ~4.3.1 - "@jupyterlab/shortcuts-extension": ~5.1.1 - "@jupyterlab/terminal-extension": ~4.3.1 - "@jupyterlab/theme-dark-extension": ~4.3.1 - "@jupyterlab/theme-dark-high-contrast-extension": ~4.3.1 - "@jupyterlab/theme-light-extension": ~4.3.1 - "@jupyterlab/toc-extension": ~6.3.1 - "@jupyterlab/tooltip-extension": ~4.3.1 - "@jupyterlab/translation-extension": ~4.3.1 - "@jupyterlab/ui-components-extension": ~4.3.1 - "@jupyterlab/vega5-extension": ~4.3.1 + "@jupyterlab/application-extension": ~4.3.2 + "@jupyterlab/apputils-extension": ~4.3.2 + "@jupyterlab/attachments": ~4.3.2 + "@jupyterlab/builder": ~4.3.2 + "@jupyterlab/buildutils": ~4.3.2 + "@jupyterlab/cell-toolbar-extension": ~4.3.2 + "@jupyterlab/celltags-extension": ~4.3.2 + "@jupyterlab/codemirror": ~4.3.2 + "@jupyterlab/codemirror-extension": ~4.3.2 + "@jupyterlab/completer-extension": ~4.3.2 + "@jupyterlab/console-extension": ~4.3.2 + "@jupyterlab/coreutils": ~6.3.2 + "@jupyterlab/csvviewer-extension": ~4.3.2 + "@jupyterlab/debugger-extension": ~4.3.2 + "@jupyterlab/docmanager-extension": ~4.3.2 + "@jupyterlab/documentsearch-extension": ~4.3.2 + "@jupyterlab/extensionmanager-extension": ~4.3.2 + "@jupyterlab/filebrowser-extension": ~4.3.2 + "@jupyterlab/fileeditor-extension": ~4.3.2 + "@jupyterlab/help-extension": ~4.3.2 + "@jupyterlab/htmlviewer-extension": ~4.3.2 + "@jupyterlab/hub-extension": ~4.3.2 + "@jupyterlab/imageviewer-extension": ~4.3.2 + "@jupyterlab/javascript-extension": ~4.3.2 + "@jupyterlab/json-extension": ~4.3.2 + "@jupyterlab/lsp": ~4.3.2 + "@jupyterlab/lsp-extension": ~4.3.2 + "@jupyterlab/mainmenu-extension": ~4.3.2 + "@jupyterlab/markdownviewer-extension": ~4.3.2 + "@jupyterlab/markedparser-extension": ~4.3.2 + "@jupyterlab/mathjax-extension": ~4.3.2 + "@jupyterlab/mermaid-extension": ~4.3.2 + "@jupyterlab/metadataform-extension": ~4.3.2 + "@jupyterlab/notebook-extension": ~4.3.2 + "@jupyterlab/pdf-extension": ~4.3.2 + "@jupyterlab/pluginmanager-extension": ~4.3.2 + "@jupyterlab/running-extension": ~4.3.2 + "@jupyterlab/settingeditor": ~4.3.2 + "@jupyterlab/settingeditor-extension": ~4.3.2 + "@jupyterlab/shortcuts-extension": ~5.1.2 + "@jupyterlab/terminal-extension": ~4.3.2 + "@jupyterlab/theme-dark-extension": ~4.3.2 + "@jupyterlab/theme-dark-high-contrast-extension": ~4.3.2 + "@jupyterlab/theme-light-extension": ~4.3.2 + "@jupyterlab/toc-extension": ~6.3.2 + "@jupyterlab/tooltip-extension": ~4.3.2 + "@jupyterlab/translation-extension": ~4.3.2 + "@jupyterlab/ui-components-extension": ~4.3.2 + "@jupyterlab/vega5-extension": ~4.3.2 "@types/rimraf": ^3.0.2 css-loader: ~5.0.1 extra-watch-webpack-plugin: ^1.0.3 @@ -2138,17 +2138,17 @@ __metadata: dependencies: "@jupyter-notebook/application": ^7.3.0-rc.0 "@jupyter-notebook/ui-components": ^7.3.0-rc.0 - "@jupyterlab/application": ~4.3.1 - "@jupyterlab/apputils": ~4.4.1 - "@jupyterlab/codeeditor": ~4.3.1 - "@jupyterlab/console": ~4.3.1 - "@jupyterlab/coreutils": ~6.3.1 - "@jupyterlab/docmanager": ~4.3.1 - "@jupyterlab/docregistry": ~4.3.1 - "@jupyterlab/mainmenu": ~4.3.1 - "@jupyterlab/rendermime": ~4.3.1 - "@jupyterlab/settingregistry": ~4.3.1 - "@jupyterlab/translation": ~4.3.1 + "@jupyterlab/application": ~4.3.2 + "@jupyterlab/apputils": ~4.4.2 + "@jupyterlab/codeeditor": ~4.3.2 + "@jupyterlab/console": ~4.3.2 + "@jupyterlab/coreutils": ~6.3.2 + "@jupyterlab/docmanager": ~4.3.2 + "@jupyterlab/docregistry": ~4.3.2 + "@jupyterlab/mainmenu": ~4.3.2 + "@jupyterlab/rendermime": ~4.3.2 + "@jupyterlab/settingregistry": ~4.3.2 + "@jupyterlab/translation": ~4.3.2 "@lumino/coreutils": ^2.2.0 "@lumino/disposable": ^2.1.3 "@lumino/widgets": ^2.5.0 @@ -2163,12 +2163,12 @@ __metadata: dependencies: "@babel/core": ^7.11.6 "@babel/preset-env": ^7.12.1 - "@jupyterlab/application": ~4.3.1 - "@jupyterlab/coreutils": ~6.3.1 - "@jupyterlab/docregistry": ~4.3.1 - "@jupyterlab/rendermime-interfaces": ~3.11.1 - "@jupyterlab/testutils": ~4.3.1 - "@jupyterlab/ui-components": ~4.3.1 + "@jupyterlab/application": ~4.3.2 + "@jupyterlab/coreutils": ~6.3.2 + "@jupyterlab/docregistry": ~4.3.2 + "@jupyterlab/rendermime-interfaces": ~3.11.2 + "@jupyterlab/testutils": ~4.3.2 + "@jupyterlab/ui-components": ~4.3.2 "@lumino/algorithm": ^2.0.2 "@lumino/coreutils": ^2.2.0 "@lumino/messaging": ^2.0.2 @@ -2187,7 +2187,7 @@ __metadata: version: 0.0.0-use.local resolution: "@jupyter-notebook/buildutils@workspace:buildutils" dependencies: - "@jupyterlab/buildutils": ~4.3.1 + "@jupyterlab/buildutils": ~4.3.2 "@types/fs-extra": ^9.0.10 "@types/node": ^14.6.1 commander: ^6.2.0 @@ -2202,9 +2202,9 @@ __metadata: resolution: "@jupyter-notebook/console-extension@workspace:packages/console-extension" dependencies: "@jupyter-notebook/application": ^7.3.0-rc.0 - "@jupyterlab/application": ~4.3.1 - "@jupyterlab/console": ~4.3.1 - "@jupyterlab/coreutils": ~6.3.1 + "@jupyterlab/application": ~4.3.2 + "@jupyterlab/console": ~4.3.2 + "@jupyterlab/coreutils": ~6.3.2 "@lumino/algorithm": ^2.0.2 rimraf: ^3.0.2 typescript: ~5.0.2 @@ -2216,11 +2216,11 @@ __metadata: resolution: "@jupyter-notebook/docmanager-extension@workspace:packages/docmanager-extension" dependencies: "@jupyter-notebook/application": ^7.3.0-rc.0 - "@jupyterlab/application": ~4.3.1 - "@jupyterlab/coreutils": ~6.3.1 - "@jupyterlab/docmanager": ~4.3.1 - "@jupyterlab/docregistry": ~4.3.1 - "@jupyterlab/services": ~7.3.1 + "@jupyterlab/application": ~4.3.2 + "@jupyterlab/coreutils": ~6.3.2 + "@jupyterlab/docmanager": ~4.3.2 + "@jupyterlab/docregistry": ~4.3.2 + "@jupyterlab/services": ~7.3.2 "@lumino/algorithm": ^2.0.2 "@lumino/signaling": ^2.1.3 rimraf: ^3.0.2 @@ -2233,8 +2233,8 @@ __metadata: resolution: "@jupyter-notebook/documentsearch-extension@workspace:packages/documentsearch-extension" dependencies: "@jupyter-notebook/application": ^7.3.0-rc.0 - "@jupyterlab/application": ~4.3.1 - "@jupyterlab/documentsearch": ~4.3.1 + "@jupyterlab/application": ~4.3.2 + "@jupyterlab/documentsearch": ~4.3.2 "@lumino/widgets": ^2.5.0 rimraf: ^3.0.2 typescript: ~5.0.2 @@ -2246,10 +2246,10 @@ __metadata: resolution: "@jupyter-notebook/help-extension@workspace:packages/help-extension" dependencies: "@jupyter-notebook/ui-components": ^7.3.0-rc.0 - "@jupyterlab/application": ~4.3.1 - "@jupyterlab/apputils": ~4.4.1 - "@jupyterlab/mainmenu": ~4.3.1 - "@jupyterlab/translation": ~4.3.1 + "@jupyterlab/application": ~4.3.2 + "@jupyterlab/apputils": ~4.4.2 + "@jupyterlab/mainmenu": ~4.3.2 + "@jupyterlab/translation": ~4.3.2 react: ^18.2.0 react-dom: ^18.2.0 rimraf: ^3.0.2 @@ -2262,14 +2262,14 @@ __metadata: resolution: "@jupyter-notebook/lab-extension@workspace:packages/lab-extension" dependencies: "@jupyter-notebook/application": ^7.3.0-rc.0 - "@jupyterlab/application": ~4.3.1 - "@jupyterlab/apputils": ~4.4.1 - "@jupyterlab/builder": ~4.3.1 - "@jupyterlab/coreutils": ~6.3.1 - "@jupyterlab/docregistry": ~4.3.1 - "@jupyterlab/notebook": ~4.3.1 - "@jupyterlab/translation": ~4.3.1 - "@jupyterlab/ui-components": ~4.3.1 + "@jupyterlab/application": ~4.3.2 + "@jupyterlab/apputils": ~4.4.2 + "@jupyterlab/builder": ~4.3.2 + "@jupyterlab/coreutils": ~6.3.2 + "@jupyterlab/docregistry": ~4.3.2 + "@jupyterlab/notebook": ~4.3.2 + "@jupyterlab/translation": ~4.3.2 + "@jupyterlab/ui-components": ~4.3.2 "@lumino/commands": ^2.3.1 "@lumino/disposable": ^2.1.3 rimraf: ^3.0.2 @@ -2302,13 +2302,13 @@ __metadata: resolution: "@jupyter-notebook/notebook-extension@workspace:packages/notebook-extension" dependencies: "@jupyter-notebook/application": ^7.3.0-rc.0 - "@jupyterlab/application": ~4.3.1 - "@jupyterlab/apputils": ~4.4.1 - "@jupyterlab/cells": ~4.3.1 - "@jupyterlab/docmanager": ~4.3.1 - "@jupyterlab/notebook": ~4.3.1 - "@jupyterlab/settingregistry": ~4.3.1 - "@jupyterlab/translation": ~4.3.1 + "@jupyterlab/application": ~4.3.2 + "@jupyterlab/apputils": ~4.4.2 + "@jupyterlab/cells": ~4.3.2 + "@jupyterlab/docmanager": ~4.3.2 + "@jupyterlab/notebook": ~4.3.2 + "@jupyterlab/settingregistry": ~4.3.2 + "@jupyterlab/translation": ~4.3.2 "@lumino/polling": ^2.1.3 "@lumino/widgets": ^2.5.0 react: ^18.2.0 @@ -2322,7 +2322,7 @@ __metadata: version: 0.0.0-use.local resolution: "@jupyter-notebook/root@workspace:." dependencies: - "@jupyterlab/buildutils": ~4.3.1 + "@jupyterlab/buildutils": ~4.3.2 "@typescript-eslint/eslint-plugin": ^5.55.0 "@typescript-eslint/parser": ^5.55.0 eslint: ^8.36.0 @@ -2344,9 +2344,9 @@ __metadata: resolution: "@jupyter-notebook/terminal-extension@workspace:packages/terminal-extension" dependencies: "@jupyter-notebook/application": ^7.3.0-rc.0 - "@jupyterlab/application": ~4.3.1 - "@jupyterlab/coreutils": ~6.3.1 - "@jupyterlab/terminal": ~4.3.1 + "@jupyterlab/application": ~4.3.2 + "@jupyterlab/coreutils": ~6.3.2 + "@jupyterlab/terminal": ~4.3.2 "@lumino/algorithm": ^2.0.2 rimraf: ^3.0.2 typescript: ~5.0.2 @@ -2359,18 +2359,18 @@ __metadata: dependencies: "@jupyter-notebook/application": ^7.3.0-rc.0 "@jupyter-notebook/tree": ^7.3.0-rc.0 - "@jupyterlab/application": ~4.3.1 - "@jupyterlab/apputils": ~4.4.1 - "@jupyterlab/coreutils": ~6.3.1 - "@jupyterlab/docmanager": ~4.3.1 - "@jupyterlab/filebrowser": ~4.3.1 - "@jupyterlab/mainmenu": ~4.3.1 - "@jupyterlab/services": ~7.3.1 - "@jupyterlab/settingeditor": ~4.3.1 - "@jupyterlab/settingregistry": ~4.3.1 - "@jupyterlab/statedb": ~4.3.1 - "@jupyterlab/translation": ~4.3.1 - "@jupyterlab/ui-components": ~4.3.1 + "@jupyterlab/application": ~4.3.2 + "@jupyterlab/apputils": ~4.4.2 + "@jupyterlab/coreutils": ~6.3.2 + "@jupyterlab/docmanager": ~4.3.2 + "@jupyterlab/filebrowser": ~4.3.2 + "@jupyterlab/mainmenu": ~4.3.2 + "@jupyterlab/services": ~7.3.2 + "@jupyterlab/settingeditor": ~4.3.2 + "@jupyterlab/settingregistry": ~4.3.2 + "@jupyterlab/statedb": ~4.3.2 + "@jupyterlab/translation": ~4.3.2 + "@jupyterlab/ui-components": ~4.3.2 "@lumino/algorithm": ^2.0.2 "@lumino/commands": ^2.3.1 "@lumino/widgets": ^2.5.0 @@ -2384,17 +2384,17 @@ __metadata: resolution: "@jupyter-notebook/tree@workspace:packages/tree" dependencies: "@jupyter-notebook/application": ^7.3.0-rc.0 - "@jupyterlab/application": ~4.3.1 - "@jupyterlab/apputils": ~4.4.1 - "@jupyterlab/coreutils": ~6.3.1 - "@jupyterlab/docmanager": ~4.3.1 - "@jupyterlab/filebrowser": ~4.3.1 - "@jupyterlab/mainmenu": ~4.3.1 - "@jupyterlab/services": ~7.3.1 - "@jupyterlab/settingregistry": ~4.3.1 - "@jupyterlab/statedb": ~4.3.1 - "@jupyterlab/translation": ~4.3.1 - "@jupyterlab/ui-components": ~4.3.1 + "@jupyterlab/application": ~4.3.2 + "@jupyterlab/apputils": ~4.4.2 + "@jupyterlab/coreutils": ~6.3.2 + "@jupyterlab/docmanager": ~4.3.2 + "@jupyterlab/filebrowser": ~4.3.2 + "@jupyterlab/mainmenu": ~4.3.2 + "@jupyterlab/services": ~7.3.2 + "@jupyterlab/settingregistry": ~4.3.2 + "@jupyterlab/statedb": ~4.3.2 + "@jupyterlab/translation": ~4.3.2 + "@jupyterlab/ui-components": ~4.3.2 "@lumino/algorithm": ^2.0.2 "@lumino/commands": ^2.3.1 "@lumino/coreutils": ^2.2.0 @@ -2410,8 +2410,8 @@ __metadata: dependencies: "@babel/core": ^7.10.2 "@babel/preset-env": ^7.10.2 - "@jupyterlab/testutils": ~4.3.1 - "@jupyterlab/ui-components": ~4.3.1 + "@jupyterlab/testutils": ~4.3.2 + "@jupyterlab/ui-components": ~4.3.2 "@types/jest": ^29.2.5 babel-loader: ^8.0.6 jest: ^29.3.1 @@ -2459,43 +2459,43 @@ __metadata: languageName: node linkType: hard -"@jupyterlab/application-extension@npm:~4.3.1": - version: 4.3.1 - resolution: "@jupyterlab/application-extension@npm:4.3.1" - dependencies: - "@jupyterlab/application": ^4.3.1 - "@jupyterlab/apputils": ^4.4.1 - "@jupyterlab/coreutils": ^6.3.1 - "@jupyterlab/property-inspector": ^4.3.1 - "@jupyterlab/settingregistry": ^4.3.1 - "@jupyterlab/statedb": ^4.3.1 - "@jupyterlab/statusbar": ^4.3.1 - "@jupyterlab/translation": ^4.3.1 - "@jupyterlab/ui-components": ^4.3.1 +"@jupyterlab/application-extension@npm:~4.3.2": + version: 4.3.2 + resolution: "@jupyterlab/application-extension@npm:4.3.2" + dependencies: + "@jupyterlab/application": ^4.3.2 + "@jupyterlab/apputils": ^4.4.2 + "@jupyterlab/coreutils": ^6.3.2 + "@jupyterlab/property-inspector": ^4.3.2 + "@jupyterlab/settingregistry": ^4.3.2 + "@jupyterlab/statedb": ^4.3.2 + "@jupyterlab/statusbar": ^4.3.2 + "@jupyterlab/translation": ^4.3.2 + "@jupyterlab/ui-components": ^4.3.2 "@lumino/algorithm": ^2.0.2 "@lumino/commands": ^2.3.1 "@lumino/coreutils": ^2.2.0 "@lumino/disposable": ^2.1.3 "@lumino/widgets": ^2.5.0 react: ^18.2.0 - checksum: 8ab265df741371136f8708f04bf50dff33e14f710d0a95d04d51eab3cb9335b894a24a9f297c6c16145d641bd3872e3ef171832a30f360fedf0f5deef903c34e + checksum: d6f97b42d97d7e92ac549ea442c5f5a34dc7b26085be402eab03a5503a7963dd0fac3f2612013ec3c2ac56ea2824d805f7e8786c4e0b7f8e43906922404146a4 languageName: node linkType: hard -"@jupyterlab/application@npm:^4.3.1, @jupyterlab/application@npm:~4.3.1": - version: 4.3.1 - resolution: "@jupyterlab/application@npm:4.3.1" +"@jupyterlab/application@npm:^4.3.2, @jupyterlab/application@npm:~4.3.2": + version: 4.3.2 + resolution: "@jupyterlab/application@npm:4.3.2" dependencies: "@fortawesome/fontawesome-free": ^5.12.0 - "@jupyterlab/apputils": ^4.4.1 - "@jupyterlab/coreutils": ^6.3.1 - "@jupyterlab/docregistry": ^4.3.1 - "@jupyterlab/rendermime": ^4.3.1 - "@jupyterlab/rendermime-interfaces": ^3.11.1 - "@jupyterlab/services": ^7.3.1 - "@jupyterlab/statedb": ^4.3.1 - "@jupyterlab/translation": ^4.3.1 - "@jupyterlab/ui-components": ^4.3.1 + "@jupyterlab/apputils": ^4.4.2 + "@jupyterlab/coreutils": ^6.3.2 + "@jupyterlab/docregistry": ^4.3.2 + "@jupyterlab/rendermime": ^4.3.2 + "@jupyterlab/rendermime-interfaces": ^3.11.2 + "@jupyterlab/services": ^7.3.2 + "@jupyterlab/statedb": ^4.3.2 + "@jupyterlab/translation": ^4.3.2 + "@jupyterlab/ui-components": ^4.3.2 "@lumino/algorithm": ^2.0.2 "@lumino/application": ^2.4.1 "@lumino/commands": ^2.3.1 @@ -2506,27 +2506,27 @@ __metadata: "@lumino/properties": ^2.0.2 "@lumino/signaling": ^2.1.3 "@lumino/widgets": ^2.5.0 - checksum: f5893a67c6f15ca23b7a4c6e027fab324a9405cf83741f6324a3d5c8c15c2c0c869c8a1f752026eb9c58b4256ffe5081bad177d64161d2e84c9e86e0eb14476a + checksum: b20b520c9a194dbef18cb4af2dca454bfc276da340445ba5093406e6b4e03e0b0c5bb86376779f2e94d0e3cceac515a6deb8009aa136240661c47c6522801fa0 languageName: node linkType: hard -"@jupyterlab/apputils-extension@npm:~4.3.1": - version: 4.3.1 - resolution: "@jupyterlab/apputils-extension@npm:4.3.1" - dependencies: - "@jupyterlab/application": ^4.3.1 - "@jupyterlab/apputils": ^4.4.1 - "@jupyterlab/coreutils": ^6.3.1 - "@jupyterlab/docregistry": ^4.3.1 - "@jupyterlab/mainmenu": ^4.3.1 - "@jupyterlab/rendermime-interfaces": ^3.11.1 - "@jupyterlab/services": ^7.3.1 - "@jupyterlab/settingregistry": ^4.3.1 - "@jupyterlab/statedb": ^4.3.1 - "@jupyterlab/statusbar": ^4.3.1 - "@jupyterlab/translation": ^4.3.1 - "@jupyterlab/ui-components": ^4.3.1 - "@jupyterlab/workspaces": ^4.3.1 +"@jupyterlab/apputils-extension@npm:~4.3.2": + version: 4.3.2 + resolution: "@jupyterlab/apputils-extension@npm:4.3.2" + dependencies: + "@jupyterlab/application": ^4.3.2 + "@jupyterlab/apputils": ^4.4.2 + "@jupyterlab/coreutils": ^6.3.2 + "@jupyterlab/docregistry": ^4.3.2 + "@jupyterlab/mainmenu": ^4.3.2 + "@jupyterlab/rendermime-interfaces": ^3.11.2 + "@jupyterlab/services": ^7.3.2 + "@jupyterlab/settingregistry": ^4.3.2 + "@jupyterlab/statedb": ^4.3.2 + "@jupyterlab/statusbar": ^4.3.2 + "@jupyterlab/translation": ^4.3.2 + "@jupyterlab/ui-components": ^4.3.2 + "@jupyterlab/workspaces": ^4.3.2 "@lumino/algorithm": ^2.0.2 "@lumino/commands": ^2.3.1 "@lumino/coreutils": ^2.2.0 @@ -2537,23 +2537,23 @@ __metadata: react: ^18.2.0 react-dom: ^18.2.0 react-toastify: ^9.0.8 - checksum: 4b3fd88b718663987feb0515b590d8e72a073c1176286ecafd9add2a2b026b885701752831a4173ffa2eeacab0942027d109deda73cd50870af4a014865a0f70 + checksum: 5b93214dcfaae74d32ec86789ddb548002d649a3dbb03c68de4f993bc572b6b1ab487776c3238faff58b008cf79bda75c4e4dedb1c93bf29e35b5944d49685c6 languageName: node linkType: hard -"@jupyterlab/apputils@npm:^4.4.1, @jupyterlab/apputils@npm:~4.4.1": - version: 4.4.1 - resolution: "@jupyterlab/apputils@npm:4.4.1" - dependencies: - "@jupyterlab/coreutils": ^6.3.1 - "@jupyterlab/observables": ^5.3.1 - "@jupyterlab/rendermime-interfaces": ^3.11.1 - "@jupyterlab/services": ^7.3.1 - "@jupyterlab/settingregistry": ^4.3.1 - "@jupyterlab/statedb": ^4.3.1 - "@jupyterlab/statusbar": ^4.3.1 - "@jupyterlab/translation": ^4.3.1 - "@jupyterlab/ui-components": ^4.3.1 +"@jupyterlab/apputils@npm:^4.4.2, @jupyterlab/apputils@npm:~4.4.2": + version: 4.4.2 + resolution: "@jupyterlab/apputils@npm:4.4.2" + dependencies: + "@jupyterlab/coreutils": ^6.3.2 + "@jupyterlab/observables": ^5.3.2 + "@jupyterlab/rendermime-interfaces": ^3.11.2 + "@jupyterlab/services": ^7.3.2 + "@jupyterlab/settingregistry": ^4.3.2 + "@jupyterlab/statedb": ^4.3.2 + "@jupyterlab/statusbar": ^4.3.2 + "@jupyterlab/translation": ^4.3.2 + "@jupyterlab/ui-components": ^4.3.2 "@lumino/algorithm": ^2.0.2 "@lumino/commands": ^2.3.1 "@lumino/coreutils": ^2.2.0 @@ -2566,27 +2566,27 @@ __metadata: "@types/react": ^18.0.26 react: ^18.2.0 sanitize-html: ~2.12.1 - checksum: bcb91a90540003e1a89bae2c3187e15b655c0ecf8ef11bf82146cdbdad2f25589c76660520b2bb6625eec00502dbe271be263994b8ee3b0259c3f96690f14325 + checksum: 9fbadf82e7b9ef889bb87a22e03bbe3910af19c10c0102e3231aaa28a0d704e7e4be7c8552b7ff1b7a1485aee089a89f6c0ba8ec3e4b5dd97e064ec365a2f270 languageName: node linkType: hard -"@jupyterlab/attachments@npm:^4.3.1, @jupyterlab/attachments@npm:~4.3.1": - version: 4.3.1 - resolution: "@jupyterlab/attachments@npm:4.3.1" +"@jupyterlab/attachments@npm:^4.3.2, @jupyterlab/attachments@npm:~4.3.2": + version: 4.3.2 + resolution: "@jupyterlab/attachments@npm:4.3.2" dependencies: - "@jupyterlab/nbformat": ^4.3.1 - "@jupyterlab/observables": ^5.3.1 - "@jupyterlab/rendermime": ^4.3.1 - "@jupyterlab/rendermime-interfaces": ^3.11.1 + "@jupyterlab/nbformat": ^4.3.2 + "@jupyterlab/observables": ^5.3.2 + "@jupyterlab/rendermime": ^4.3.2 + "@jupyterlab/rendermime-interfaces": ^3.11.2 "@lumino/disposable": ^2.1.3 "@lumino/signaling": ^2.1.3 - checksum: c373823651cb0b5dec3e267c604df834a4744c868ffc96f1de060a49e80787816923e5b09dddc9fe752f2d6386129a583eb83877443e336e84824a887e1ae03e + checksum: c884852e961e28f7b6be923a744a45b5a36da850b1c767bf1bc3364b631791a54c370588aa130eab04a9e7462ff28b81aaa74e4a8665da53b451e9988bce5433 languageName: node linkType: hard -"@jupyterlab/builder@npm:~4.3.1": - version: 4.3.1 - resolution: "@jupyterlab/builder@npm:4.3.1" +"@jupyterlab/builder@npm:~4.3.2": + version: 4.3.2 + resolution: "@jupyterlab/builder@npm:4.3.2" dependencies: "@lumino/algorithm": ^2.0.2 "@lumino/application": ^2.4.1 @@ -2621,13 +2621,13 @@ __metadata: worker-loader: ^3.0.2 bin: build-labextension: lib/build-labextension.js - checksum: 8d2726e3e808732964facf9dcc6d0fcc01854c336d0b4f5ef5357ee78ef6941947b98bed78f94cdc9c8c14da4cda9f1057dddce46fd9db3ea0bbc0e6eb4f119c + checksum: 03295156a335e605b92982ebd1009711d85bab837147ab1b3e5faeca5e97102ba776af6c47e269c1069eb95fb0b84652014fa245f666c43d11aa37a2b51ec40d languageName: node linkType: hard -"@jupyterlab/buildutils@npm:~4.3.1": - version: 4.3.1 - resolution: "@jupyterlab/buildutils@npm:4.3.1" +"@jupyterlab/buildutils@npm:~4.3.2": + version: 4.3.2 + resolution: "@jupyterlab/buildutils@npm:4.3.2" dependencies: "@yarnpkg/core": ^4.0.3 "@yarnpkg/parsers": ^3.0.0 @@ -2654,65 +2654,65 @@ __metadata: update-dependency: lib/update-dependency.js update-dist-tag: lib/update-dist-tag.js update-staging-lock: lib/update-staging-lock.js - checksum: c4504e2a040f7774597993b9ea83e821009d96a9b9b69d2cf41bc46a3a4bc8ee72cd67f022fec41d6fe5d5a421d6ced4e95df5f7ff4b2175effde21225de7cab + checksum: a7785ac8a4c00c46258194dca098f82f8ada0b5fedf86c32187050be4aedffa302924698a0eda148bcefc9850b3e7b1ac906ad5b6d204a85a66e4d706394d1e9 languageName: node linkType: hard -"@jupyterlab/cell-toolbar-extension@npm:~4.3.1": - version: 4.3.1 - resolution: "@jupyterlab/cell-toolbar-extension@npm:4.3.1" +"@jupyterlab/cell-toolbar-extension@npm:~4.3.2": + version: 4.3.2 + resolution: "@jupyterlab/cell-toolbar-extension@npm:4.3.2" dependencies: - "@jupyterlab/application": ^4.3.1 - "@jupyterlab/apputils": ^4.4.1 - "@jupyterlab/cell-toolbar": ^4.3.1 - "@jupyterlab/settingregistry": ^4.3.1 - "@jupyterlab/translation": ^4.3.1 - checksum: 199453068685d579819477b969305b8848a72dd24ab23a152ede34a20fecfed9c706139b008671566f24a861859b8b7a45ac69757b70a918778e2c4033db3753 + "@jupyterlab/application": ^4.3.2 + "@jupyterlab/apputils": ^4.4.2 + "@jupyterlab/cell-toolbar": ^4.3.2 + "@jupyterlab/settingregistry": ^4.3.2 + "@jupyterlab/translation": ^4.3.2 + checksum: 12cca170ecf37c5c0a55fa1d7877dc170f1a3264a7a83f1397765e491b9b527ee04d67aedf957c7d916051e7c45638e513a352a5ba125be7d053cb676c95d346 languageName: node linkType: hard -"@jupyterlab/cell-toolbar@npm:^4.3.1": - version: 4.3.1 - resolution: "@jupyterlab/cell-toolbar@npm:4.3.1" +"@jupyterlab/cell-toolbar@npm:^4.3.2": + version: 4.3.2 + resolution: "@jupyterlab/cell-toolbar@npm:4.3.2" dependencies: "@jupyter/ydoc": ^3.0.0 - "@jupyterlab/apputils": ^4.4.1 - "@jupyterlab/cells": ^4.3.1 - "@jupyterlab/docregistry": ^4.3.1 - "@jupyterlab/notebook": ^4.3.1 - "@jupyterlab/observables": ^5.3.1 - "@jupyterlab/ui-components": ^4.3.1 + "@jupyterlab/apputils": ^4.4.2 + "@jupyterlab/cells": ^4.3.2 + "@jupyterlab/docregistry": ^4.3.2 + "@jupyterlab/notebook": ^4.3.2 + "@jupyterlab/observables": ^5.3.2 + "@jupyterlab/ui-components": ^4.3.2 "@lumino/algorithm": ^2.0.2 "@lumino/commands": ^2.3.1 "@lumino/disposable": ^2.1.3 "@lumino/signaling": ^2.1.3 "@lumino/widgets": ^2.5.0 - checksum: a5589e6b5d34b5e6806622083fc5e9c8c1422b54fa308e3d6ef0dac717f262de23b9d4654892012e27d8bdcc02ee5aec8c5c47db705d9b1638cf41be952247f7 + checksum: f4fde998905a26697e3d214310fa2f9b73eb04bbf721a35dd937f29b41c16e1dec429b49c64b911efb771b2e8e17b31af00a59ab5f918683ebf246bcb2bd58eb languageName: node linkType: hard -"@jupyterlab/cells@npm:^4.3.1, @jupyterlab/cells@npm:~4.3.1": - version: 4.3.1 - resolution: "@jupyterlab/cells@npm:4.3.1" +"@jupyterlab/cells@npm:^4.3.2, @jupyterlab/cells@npm:~4.3.2": + version: 4.3.2 + resolution: "@jupyterlab/cells@npm:4.3.2" dependencies: "@codemirror/state": ^6.4.1 "@codemirror/view": ^6.26.3 "@jupyter/ydoc": ^3.0.0 - "@jupyterlab/apputils": ^4.4.1 - "@jupyterlab/attachments": ^4.3.1 - "@jupyterlab/codeeditor": ^4.3.1 - "@jupyterlab/codemirror": ^4.3.1 - "@jupyterlab/coreutils": ^6.3.1 - "@jupyterlab/documentsearch": ^4.3.1 - "@jupyterlab/filebrowser": ^4.3.1 - "@jupyterlab/nbformat": ^4.3.1 - "@jupyterlab/observables": ^5.3.1 - "@jupyterlab/outputarea": ^4.3.1 - "@jupyterlab/rendermime": ^4.3.1 - "@jupyterlab/services": ^7.3.1 - "@jupyterlab/toc": ^6.3.1 - "@jupyterlab/translation": ^4.3.1 - "@jupyterlab/ui-components": ^4.3.1 + "@jupyterlab/apputils": ^4.4.2 + "@jupyterlab/attachments": ^4.3.2 + "@jupyterlab/codeeditor": ^4.3.2 + "@jupyterlab/codemirror": ^4.3.2 + "@jupyterlab/coreutils": ^6.3.2 + "@jupyterlab/documentsearch": ^4.3.2 + "@jupyterlab/filebrowser": ^4.3.2 + "@jupyterlab/nbformat": ^4.3.2 + "@jupyterlab/observables": ^5.3.2 + "@jupyterlab/outputarea": ^4.3.2 + "@jupyterlab/rendermime": ^4.3.2 + "@jupyterlab/services": ^7.3.2 + "@jupyterlab/toc": ^6.3.2 + "@jupyterlab/translation": ^4.3.2 + "@jupyterlab/ui-components": ^4.3.2 "@lumino/algorithm": ^2.0.2 "@lumino/coreutils": ^2.2.0 "@lumino/domutils": ^2.0.2 @@ -2723,38 +2723,38 @@ __metadata: "@lumino/virtualdom": ^2.0.2 "@lumino/widgets": ^2.5.0 react: ^18.2.0 - checksum: bcb3da3315d1b91dadd8697f49f50ce7a05a6e6290e5caa3029db3d9fb90e60bf51b5b94907ead92d52b96b8bf44778ed9f5b7fef44280a9d16ea56144119885 + checksum: b911751edb7513f1a3bd76b64bef14086b0a0b23279d1e3e0716325b471d4ea0aecaf4ef3ae3ad938a6ae6ce2f241cb7c2f37439a033653c533b965194f6b619 languageName: node linkType: hard -"@jupyterlab/celltags-extension@npm:~4.3.1": - version: 4.3.1 - resolution: "@jupyterlab/celltags-extension@npm:4.3.1" +"@jupyterlab/celltags-extension@npm:~4.3.2": + version: 4.3.2 + resolution: "@jupyterlab/celltags-extension@npm:4.3.2" dependencies: - "@jupyterlab/application": ^4.3.1 - "@jupyterlab/notebook": ^4.3.1 - "@jupyterlab/translation": ^4.3.1 - "@jupyterlab/ui-components": ^4.3.1 + "@jupyterlab/application": ^4.3.2 + "@jupyterlab/notebook": ^4.3.2 + "@jupyterlab/translation": ^4.3.2 + "@jupyterlab/ui-components": ^4.3.2 "@lumino/algorithm": ^2.0.2 "@rjsf/utils": ^5.13.4 react: ^18.2.0 - checksum: dd7c01a3a9d7dc2bec98c169eb956ca2ca7c043eae0c71c63150894f1fbca2cf820a5cadf7d4e3e1f9f97ec7b676ae881171041aac1414c689d450f35e3a5932 + checksum: 06dab732549197b5a73653e1c715f52188d3eaf75e1ee8465bd1a2641c4fa742926709bc64a0c2d004cc470321144d2449f8a88a18d64a830c6b9b09ee4b845e languageName: node linkType: hard -"@jupyterlab/codeeditor@npm:^4.3.1, @jupyterlab/codeeditor@npm:~4.3.1": - version: 4.3.1 - resolution: "@jupyterlab/codeeditor@npm:4.3.1" +"@jupyterlab/codeeditor@npm:^4.3.2, @jupyterlab/codeeditor@npm:~4.3.2": + version: 4.3.2 + resolution: "@jupyterlab/codeeditor@npm:4.3.2" dependencies: "@codemirror/state": ^6.4.1 "@jupyter/ydoc": ^3.0.0 - "@jupyterlab/apputils": ^4.4.1 - "@jupyterlab/coreutils": ^6.3.1 - "@jupyterlab/nbformat": ^4.3.1 - "@jupyterlab/observables": ^5.3.1 - "@jupyterlab/statusbar": ^4.3.1 - "@jupyterlab/translation": ^4.3.1 - "@jupyterlab/ui-components": ^4.3.1 + "@jupyterlab/apputils": ^4.4.2 + "@jupyterlab/coreutils": ^6.3.2 + "@jupyterlab/nbformat": ^4.3.2 + "@jupyterlab/observables": ^5.3.2 + "@jupyterlab/statusbar": ^4.3.2 + "@jupyterlab/translation": ^4.3.2 + "@jupyterlab/ui-components": ^4.3.2 "@lumino/coreutils": ^2.2.0 "@lumino/disposable": ^2.1.3 "@lumino/dragdrop": ^2.1.5 @@ -2762,13 +2762,13 @@ __metadata: "@lumino/signaling": ^2.1.3 "@lumino/widgets": ^2.5.0 react: ^18.2.0 - checksum: d71158530cd53da4b853460236206d574c97020ec92e3dbec76469a2d81ce68eea3620c0bbba77226fe145356e48f54fdf78bcf768c2c6220d718b99d15484ae + checksum: efc13c36797be1a7db2f3b7ea7bd41ad32fd39a52cccb829024396eb4826fbed008df957343fc639911815a81d9e0f4bbef6a8b98753ba31a1ac2f5209a5d149 languageName: node linkType: hard -"@jupyterlab/codemirror-extension@npm:~4.3.1": - version: 4.3.1 - resolution: "@jupyterlab/codemirror-extension@npm:4.3.1" +"@jupyterlab/codemirror-extension@npm:~4.3.2": + version: 4.3.2 + resolution: "@jupyterlab/codemirror-extension@npm:4.3.2" dependencies: "@codemirror/commands": ^6.5.0 "@codemirror/lang-markdown": ^6.2.5 @@ -2777,25 +2777,25 @@ __metadata: "@codemirror/search": ^6.5.6 "@codemirror/view": ^6.26.3 "@jupyter/ydoc": ^3.0.0 - "@jupyterlab/application": ^4.3.1 - "@jupyterlab/codeeditor": ^4.3.1 - "@jupyterlab/codemirror": ^4.3.1 - "@jupyterlab/settingregistry": ^4.3.1 - "@jupyterlab/statusbar": ^4.3.1 - "@jupyterlab/translation": ^4.3.1 - "@jupyterlab/ui-components": ^4.3.1 + "@jupyterlab/application": ^4.3.2 + "@jupyterlab/codeeditor": ^4.3.2 + "@jupyterlab/codemirror": ^4.3.2 + "@jupyterlab/settingregistry": ^4.3.2 + "@jupyterlab/statusbar": ^4.3.2 + "@jupyterlab/translation": ^4.3.2 + "@jupyterlab/ui-components": ^4.3.2 "@lumino/coreutils": ^2.2.0 "@lumino/widgets": ^2.5.0 "@rjsf/utils": ^5.13.4 "@rjsf/validator-ajv8": ^5.13.4 react: ^18.2.0 - checksum: e85e991b404485962fd6eafc5379017d48a9b08e6436d4c90911c28a40af77ba768716fc67bf1faefa6ec1ef63472e5614567f47ad326be4621d164f0cf7da2e + checksum: 40329fb4b839b722995622c94c0db53a1ff508295a59be3b0c88aa7aae2b2242cca6c352591ff3e31e647c336d9429db01a2d9316cb282f3d210c39aa8ee6d30 languageName: node linkType: hard -"@jupyterlab/codemirror@npm:^4.3.1, @jupyterlab/codemirror@npm:~4.3.1": - version: 4.3.1 - resolution: "@jupyterlab/codemirror@npm:4.3.1" +"@jupyterlab/codemirror@npm:^4.3.2, @jupyterlab/codemirror@npm:~4.3.2": + version: 4.3.2 + resolution: "@jupyterlab/codemirror@npm:4.3.2" dependencies: "@codemirror/autocomplete": ^6.16.0 "@codemirror/commands": ^6.5.0 @@ -2818,11 +2818,11 @@ __metadata: "@codemirror/state": ^6.4.1 "@codemirror/view": ^6.26.3 "@jupyter/ydoc": ^3.0.0 - "@jupyterlab/codeeditor": ^4.3.1 - "@jupyterlab/coreutils": ^6.3.1 - "@jupyterlab/documentsearch": ^4.3.1 - "@jupyterlab/nbformat": ^4.3.1 - "@jupyterlab/translation": ^4.3.1 + "@jupyterlab/codeeditor": ^4.3.2 + "@jupyterlab/coreutils": ^6.3.2 + "@jupyterlab/documentsearch": ^4.3.2 + "@jupyterlab/nbformat": ^4.3.2 + "@jupyterlab/translation": ^4.3.2 "@lezer/common": ^1.2.1 "@lezer/generator": ^1.7.0 "@lezer/highlight": ^1.2.0 @@ -2831,45 +2831,45 @@ __metadata: "@lumino/disposable": ^2.1.3 "@lumino/signaling": ^2.1.3 yjs: ^13.5.40 - checksum: db35ec00b518b54f5600ad2182fb9c3a76a49ec9029242116b93c87a8431333ab04a7e827269e606d68c127435fc2bd7415d7885db344006628b5c60c0ab162a + checksum: 10ed923131b3cab378ced2583b076ed6c1f244b6d333b05b9e8203157500f0b83f923241354cf5b6d5df9b631aaed15378a34f1d7f6e4427c8429782cc936933 languageName: node linkType: hard -"@jupyterlab/completer-extension@npm:~4.3.1": - version: 4.3.1 - resolution: "@jupyterlab/completer-extension@npm:4.3.1" - dependencies: - "@jupyterlab/application": ^4.3.1 - "@jupyterlab/codeeditor": ^4.3.1 - "@jupyterlab/completer": ^4.3.1 - "@jupyterlab/settingregistry": ^4.3.1 - "@jupyterlab/translation": ^4.3.1 - "@jupyterlab/ui-components": ^4.3.1 +"@jupyterlab/completer-extension@npm:~4.3.2": + version: 4.3.2 + resolution: "@jupyterlab/completer-extension@npm:4.3.2" + dependencies: + "@jupyterlab/application": ^4.3.2 + "@jupyterlab/codeeditor": ^4.3.2 + "@jupyterlab/completer": ^4.3.2 + "@jupyterlab/settingregistry": ^4.3.2 + "@jupyterlab/translation": ^4.3.2 + "@jupyterlab/ui-components": ^4.3.2 "@lumino/commands": ^2.3.1 "@lumino/coreutils": ^2.2.0 "@rjsf/utils": ^5.13.4 react: ^18.2.0 - checksum: 95868b042ff0118b137f2a04199c5a2a809b9b34ff85fc2566766205906187e7bc133bce907cbb59c13957d1dcc35b02c97ab8dc911361614882295342569a45 + checksum: 12235236e08c860785fdf2fc599725eaf2d09197b0f7a320e0fefd55e66f1ba839edc2446165479eafe92f8c90c099315baa348e123035b345a584419e8a2092 languageName: node linkType: hard -"@jupyterlab/completer@npm:^4.3.1": - version: 4.3.1 - resolution: "@jupyterlab/completer@npm:4.3.1" +"@jupyterlab/completer@npm:^4.3.2": + version: 4.3.2 + resolution: "@jupyterlab/completer@npm:4.3.2" dependencies: "@codemirror/state": ^6.4.1 "@codemirror/view": ^6.26.3 "@jupyter/ydoc": ^3.0.0 - "@jupyterlab/apputils": ^4.4.1 - "@jupyterlab/codeeditor": ^4.3.1 - "@jupyterlab/codemirror": ^4.3.1 - "@jupyterlab/coreutils": ^6.3.1 - "@jupyterlab/rendermime": ^4.3.1 - "@jupyterlab/services": ^7.3.1 - "@jupyterlab/settingregistry": ^4.3.1 - "@jupyterlab/statedb": ^4.3.1 - "@jupyterlab/translation": ^4.3.1 - "@jupyterlab/ui-components": ^4.3.1 + "@jupyterlab/apputils": ^4.4.2 + "@jupyterlab/codeeditor": ^4.3.2 + "@jupyterlab/codemirror": ^4.3.2 + "@jupyterlab/coreutils": ^6.3.2 + "@jupyterlab/rendermime": ^4.3.2 + "@jupyterlab/services": ^7.3.2 + "@jupyterlab/settingregistry": ^4.3.2 + "@jupyterlab/statedb": ^4.3.2 + "@jupyterlab/translation": ^4.3.2 + "@jupyterlab/ui-components": ^4.3.2 "@lumino/algorithm": ^2.0.2 "@lumino/coreutils": ^2.2.0 "@lumino/disposable": ^2.1.3 @@ -2877,63 +2877,63 @@ __metadata: "@lumino/messaging": ^2.0.2 "@lumino/signaling": ^2.1.3 "@lumino/widgets": ^2.5.0 - checksum: 58c924ab27a3acf50a44868a5b237aece99a8ff140ec6ef37fdc12857d202378a302ed4d6d5059c2e790145a8bd3e8a2dd12e55b06f4c5afba49b29a37e07750 + checksum: e897a27dc76d946a39f033e8b9a6d9f9176f9f00e7ac810e04b6e421dc868ee3a74b121d15a73146f91b6cbb367f43ed06775163ef0aa1007970acc6ccc9f614 languageName: node linkType: hard -"@jupyterlab/console-extension@npm:~4.3.1": - version: 4.3.1 - resolution: "@jupyterlab/console-extension@npm:4.3.1" - dependencies: - "@jupyterlab/application": ^4.3.1 - "@jupyterlab/apputils": ^4.4.1 - "@jupyterlab/codeeditor": ^4.3.1 - "@jupyterlab/completer": ^4.3.1 - "@jupyterlab/console": ^4.3.1 - "@jupyterlab/filebrowser": ^4.3.1 - "@jupyterlab/launcher": ^4.3.1 - "@jupyterlab/mainmenu": ^4.3.1 - "@jupyterlab/rendermime": ^4.3.1 - "@jupyterlab/settingregistry": ^4.3.1 - "@jupyterlab/translation": ^4.3.1 - "@jupyterlab/ui-components": ^4.3.1 +"@jupyterlab/console-extension@npm:~4.3.2": + version: 4.3.2 + resolution: "@jupyterlab/console-extension@npm:4.3.2" + dependencies: + "@jupyterlab/application": ^4.3.2 + "@jupyterlab/apputils": ^4.4.2 + "@jupyterlab/codeeditor": ^4.3.2 + "@jupyterlab/completer": ^4.3.2 + "@jupyterlab/console": ^4.3.2 + "@jupyterlab/filebrowser": ^4.3.2 + "@jupyterlab/launcher": ^4.3.2 + "@jupyterlab/mainmenu": ^4.3.2 + "@jupyterlab/rendermime": ^4.3.2 + "@jupyterlab/settingregistry": ^4.3.2 + "@jupyterlab/translation": ^4.3.2 + "@jupyterlab/ui-components": ^4.3.2 "@lumino/algorithm": ^2.0.2 "@lumino/coreutils": ^2.2.0 "@lumino/disposable": ^2.1.3 "@lumino/properties": ^2.0.2 "@lumino/widgets": ^2.5.0 - checksum: a3f3452ae87ba9a7dd6b777a3957e2e505590ca77a20728482a7c7c83533385113b2260ce35d1bd345df6418604bf419b3e08d9ef22742d48624f73f3ef18944 + checksum: d968976f88bfb7fdeb77b1036df9364fcba0d882bdbb62da42dd5053f3c379a10f68814a3966b95e91b1967853a3af77d64f063a585163effe2e70983673d782 languageName: node linkType: hard -"@jupyterlab/console@npm:^4.3.1, @jupyterlab/console@npm:~4.3.1": - version: 4.3.1 - resolution: "@jupyterlab/console@npm:4.3.1" +"@jupyterlab/console@npm:^4.3.2, @jupyterlab/console@npm:~4.3.2": + version: 4.3.2 + resolution: "@jupyterlab/console@npm:4.3.2" dependencies: "@jupyter/ydoc": ^3.0.0 - "@jupyterlab/apputils": ^4.4.1 - "@jupyterlab/cells": ^4.3.1 - "@jupyterlab/codeeditor": ^4.3.1 - "@jupyterlab/coreutils": ^6.3.1 - "@jupyterlab/nbformat": ^4.3.1 - "@jupyterlab/observables": ^5.3.1 - "@jupyterlab/rendermime": ^4.3.1 - "@jupyterlab/services": ^7.3.1 - "@jupyterlab/translation": ^4.3.1 - "@jupyterlab/ui-components": ^4.3.1 + "@jupyterlab/apputils": ^4.4.2 + "@jupyterlab/cells": ^4.3.2 + "@jupyterlab/codeeditor": ^4.3.2 + "@jupyterlab/coreutils": ^6.3.2 + "@jupyterlab/nbformat": ^4.3.2 + "@jupyterlab/observables": ^5.3.2 + "@jupyterlab/rendermime": ^4.3.2 + "@jupyterlab/services": ^7.3.2 + "@jupyterlab/translation": ^4.3.2 + "@jupyterlab/ui-components": ^4.3.2 "@lumino/coreutils": ^2.2.0 "@lumino/disposable": ^2.1.3 "@lumino/dragdrop": ^2.1.5 "@lumino/messaging": ^2.0.2 "@lumino/signaling": ^2.1.3 "@lumino/widgets": ^2.5.0 - checksum: 9515875a1f91cb63e8b3c2f59e61ae3f6f8277032cf70bed2260c57d840a13431f2e8b9917d58a7cc285f2108526a621c483b27952ddca58214b92637949a2c0 + checksum: 5551f8988334d05763325bda2d604b933eadb6653efa5fb9698979c285f8fbe9cadf79518b6f0ca2173817a440f82f1bf121f8057e6db22c332335484a059fc7 languageName: node linkType: hard -"@jupyterlab/coreutils@npm:^6.3.1, @jupyterlab/coreutils@npm:~6.3.1": - version: 6.3.1 - resolution: "@jupyterlab/coreutils@npm:6.3.1" +"@jupyterlab/coreutils@npm:^6.3.2, @jupyterlab/coreutils@npm:~6.3.2": + version: 6.3.2 + resolution: "@jupyterlab/coreutils@npm:6.3.2" dependencies: "@lumino/coreutils": ^2.2.0 "@lumino/disposable": ^2.1.3 @@ -2941,94 +2941,94 @@ __metadata: minimist: ~1.2.0 path-browserify: ^1.0.0 url-parse: ~1.5.4 - checksum: 9de967c43379d5c888981f60e1fda42b243f327ba86653bdbba2f4c1add733676a1963bda8f4a21a010ad095bf5ddd188a1000b3e81e140a4d75ee26c1048de7 + checksum: 83c9825dbec9bae5f4afe3bd507ff80d6dde9737fe76bbd41ec4965bcc2f0757e2a0b7500c53d513f85eb572276548a048e931fde619b369ab5027a35b3efd5b languageName: node linkType: hard -"@jupyterlab/csvviewer-extension@npm:~4.3.1": - version: 4.3.1 - resolution: "@jupyterlab/csvviewer-extension@npm:4.3.1" - dependencies: - "@jupyterlab/application": ^4.3.1 - "@jupyterlab/apputils": ^4.4.1 - "@jupyterlab/csvviewer": ^4.3.1 - "@jupyterlab/docregistry": ^4.3.1 - "@jupyterlab/documentsearch": ^4.3.1 - "@jupyterlab/mainmenu": ^4.3.1 - "@jupyterlab/observables": ^5.3.1 - "@jupyterlab/settingregistry": ^4.3.1 - "@jupyterlab/translation": ^4.3.1 +"@jupyterlab/csvviewer-extension@npm:~4.3.2": + version: 4.3.2 + resolution: "@jupyterlab/csvviewer-extension@npm:4.3.2" + dependencies: + "@jupyterlab/application": ^4.3.2 + "@jupyterlab/apputils": ^4.4.2 + "@jupyterlab/csvviewer": ^4.3.2 + "@jupyterlab/docregistry": ^4.3.2 + "@jupyterlab/documentsearch": ^4.3.2 + "@jupyterlab/mainmenu": ^4.3.2 + "@jupyterlab/observables": ^5.3.2 + "@jupyterlab/settingregistry": ^4.3.2 + "@jupyterlab/translation": ^4.3.2 "@lumino/datagrid": ^2.4.1 "@lumino/widgets": ^2.5.0 - checksum: 5f4866a2fa9d7538138afbe8bea61ab17edf0b374255cfcda26b284e44ed17e2efe9498c1fdda6565533a8db2683826b2051c1cd107db0ad34e4e55e26cc69d6 + checksum: d42f6cc4ed165901671f7d731082c1e6f70e49ed6d841284fcf367878fea1eec895cd719564bc172a7af7fdaec04e96e564f59fe8d17a5babd4b43ab17fed7f2 languageName: node linkType: hard -"@jupyterlab/csvviewer@npm:^4.3.1": - version: 4.3.1 - resolution: "@jupyterlab/csvviewer@npm:4.3.1" +"@jupyterlab/csvviewer@npm:^4.3.2": + version: 4.3.2 + resolution: "@jupyterlab/csvviewer@npm:4.3.2" dependencies: - "@jupyterlab/coreutils": ^6.3.1 - "@jupyterlab/docregistry": ^4.3.1 - "@jupyterlab/translation": ^4.3.1 - "@jupyterlab/ui-components": ^4.3.1 + "@jupyterlab/coreutils": ^6.3.2 + "@jupyterlab/docregistry": ^4.3.2 + "@jupyterlab/translation": ^4.3.2 + "@jupyterlab/ui-components": ^4.3.2 "@lumino/coreutils": ^2.2.0 "@lumino/datagrid": ^2.4.1 "@lumino/disposable": ^2.1.3 "@lumino/messaging": ^2.0.2 "@lumino/signaling": ^2.1.3 "@lumino/widgets": ^2.5.0 - checksum: 0749f45bc605d57a1b6c11b570a4d52a24766b2a2fbf9b8da277b789c9d33794ff70eba0b5fee99a143713ea57979c09870f084561fdbd093608617fdb861d6d + checksum: ff809a2657b2dd03ecf8fd0aede98c0b75fe4dce4623454c0bd5acb46740627d539659794c15aca295d32746c73e74fdf2437c6b93c896e7fe0d785b63e0f042 languageName: node linkType: hard -"@jupyterlab/debugger-extension@npm:~4.3.1": - version: 4.3.1 - resolution: "@jupyterlab/debugger-extension@npm:4.3.1" - dependencies: - "@jupyterlab/application": ^4.3.1 - "@jupyterlab/apputils": ^4.4.1 - "@jupyterlab/cells": ^4.3.1 - "@jupyterlab/codeeditor": ^4.3.1 - "@jupyterlab/console": ^4.3.1 - "@jupyterlab/coreutils": ^6.3.1 - "@jupyterlab/debugger": ^4.3.1 - "@jupyterlab/docregistry": ^4.3.1 - "@jupyterlab/fileeditor": ^4.3.1 - "@jupyterlab/logconsole": ^4.3.1 - "@jupyterlab/notebook": ^4.3.1 - "@jupyterlab/rendermime": ^4.3.1 - "@jupyterlab/services": ^7.3.1 - "@jupyterlab/settingregistry": ^4.3.1 - "@jupyterlab/translation": ^4.3.1 +"@jupyterlab/debugger-extension@npm:~4.3.2": + version: 4.3.2 + resolution: "@jupyterlab/debugger-extension@npm:4.3.2" + dependencies: + "@jupyterlab/application": ^4.3.2 + "@jupyterlab/apputils": ^4.4.2 + "@jupyterlab/cells": ^4.3.2 + "@jupyterlab/codeeditor": ^4.3.2 + "@jupyterlab/console": ^4.3.2 + "@jupyterlab/coreutils": ^6.3.2 + "@jupyterlab/debugger": ^4.3.2 + "@jupyterlab/docregistry": ^4.3.2 + "@jupyterlab/fileeditor": ^4.3.2 + "@jupyterlab/logconsole": ^4.3.2 + "@jupyterlab/notebook": ^4.3.2 + "@jupyterlab/rendermime": ^4.3.2 + "@jupyterlab/services": ^7.3.2 + "@jupyterlab/settingregistry": ^4.3.2 + "@jupyterlab/translation": ^4.3.2 "@lumino/commands": ^2.3.1 - checksum: 50d48258473bd216cd20f7ca738aa9f9eefe852c6f4ada34a9fbc79a64e364ad8f4ed24aafdd30b91bf3dc29a64cbd9e4ba318904bd7ba28437a05586902a09b + checksum: e380e46d085125e1f21daaea947b6705a4deb6afcb1c498a055c4d0c19519b9d00238a5e265e692e10c806bdf8e8666ecdff89f2e283be22f61a8dda517fdd8f languageName: node linkType: hard -"@jupyterlab/debugger@npm:^4.3.1": - version: 4.3.1 - resolution: "@jupyterlab/debugger@npm:4.3.1" +"@jupyterlab/debugger@npm:^4.3.2": + version: 4.3.2 + resolution: "@jupyterlab/debugger@npm:4.3.2" dependencies: "@codemirror/state": ^6.4.1 "@codemirror/view": ^6.26.3 "@jupyter/react-components": ^0.16.6 "@jupyter/ydoc": ^3.0.0 - "@jupyterlab/application": ^4.3.1 - "@jupyterlab/apputils": ^4.4.1 - "@jupyterlab/cells": ^4.3.1 - "@jupyterlab/codeeditor": ^4.3.1 - "@jupyterlab/codemirror": ^4.3.1 - "@jupyterlab/console": ^4.3.1 - "@jupyterlab/coreutils": ^6.3.1 - "@jupyterlab/docregistry": ^4.3.1 - "@jupyterlab/fileeditor": ^4.3.1 - "@jupyterlab/notebook": ^4.3.1 - "@jupyterlab/observables": ^5.3.1 - "@jupyterlab/rendermime": ^4.3.1 - "@jupyterlab/services": ^7.3.1 - "@jupyterlab/translation": ^4.3.1 - "@jupyterlab/ui-components": ^4.3.1 + "@jupyterlab/application": ^4.3.2 + "@jupyterlab/apputils": ^4.4.2 + "@jupyterlab/cells": ^4.3.2 + "@jupyterlab/codeeditor": ^4.3.2 + "@jupyterlab/codemirror": ^4.3.2 + "@jupyterlab/console": ^4.3.2 + "@jupyterlab/coreutils": ^6.3.2 + "@jupyterlab/docregistry": ^4.3.2 + "@jupyterlab/fileeditor": ^4.3.2 + "@jupyterlab/notebook": ^4.3.2 + "@jupyterlab/observables": ^5.3.2 + "@jupyterlab/rendermime": ^4.3.2 + "@jupyterlab/services": ^7.3.2 + "@jupyterlab/translation": ^4.3.2 + "@jupyterlab/ui-components": ^4.3.2 "@lumino/algorithm": ^2.0.2 "@lumino/commands": ^2.3.1 "@lumino/coreutils": ^2.2.0 @@ -3040,25 +3040,25 @@ __metadata: "@lumino/widgets": ^2.5.0 "@vscode/debugprotocol": ^1.51.0 react: ^18.2.0 - checksum: 7514495d6fa4d4d9e7b194091a5ad48fd311b644b8ece3a83d3e5a2f1131513b77b1be926661cf4c1ba887620ba60d9d95baeeb4d290ce6a56bf5d7c33d63569 + checksum: dbe01c3c197aa77980cb17f5edcdc87bff6a3ee7575501589198ee7a8ed70dd66c73b01d897dcda646763f82f217c5fdad430a9cc81e9ce770041ba8f94a847c languageName: node linkType: hard -"@jupyterlab/docmanager-extension@npm:^4.3.1, @jupyterlab/docmanager-extension@npm:~4.3.1": - version: 4.3.1 - resolution: "@jupyterlab/docmanager-extension@npm:4.3.1" - dependencies: - "@jupyterlab/application": ^4.3.1 - "@jupyterlab/apputils": ^4.4.1 - "@jupyterlab/coreutils": ^6.3.1 - "@jupyterlab/docmanager": ^4.3.1 - "@jupyterlab/docregistry": ^4.3.1 - "@jupyterlab/services": ^7.3.1 - "@jupyterlab/settingregistry": ^4.3.1 - "@jupyterlab/statedb": ^4.3.1 - "@jupyterlab/statusbar": ^4.3.1 - "@jupyterlab/translation": ^4.3.1 - "@jupyterlab/ui-components": ^4.3.1 +"@jupyterlab/docmanager-extension@npm:^4.3.2, @jupyterlab/docmanager-extension@npm:~4.3.2": + version: 4.3.2 + resolution: "@jupyterlab/docmanager-extension@npm:4.3.2" + dependencies: + "@jupyterlab/application": ^4.3.2 + "@jupyterlab/apputils": ^4.4.2 + "@jupyterlab/coreutils": ^6.3.2 + "@jupyterlab/docmanager": ^4.3.2 + "@jupyterlab/docregistry": ^4.3.2 + "@jupyterlab/services": ^7.3.2 + "@jupyterlab/settingregistry": ^4.3.2 + "@jupyterlab/statedb": ^4.3.2 + "@jupyterlab/statusbar": ^4.3.2 + "@jupyterlab/translation": ^4.3.2 + "@jupyterlab/ui-components": ^4.3.2 "@lumino/algorithm": ^2.0.2 "@lumino/commands": ^2.3.1 "@lumino/coreutils": ^2.2.0 @@ -3066,22 +3066,22 @@ __metadata: "@lumino/signaling": ^2.1.3 "@lumino/widgets": ^2.5.0 react: ^18.2.0 - checksum: c38f38e9cb117db2c9dd3f44b978083fa49edec9221e6f80913b637985f63c1828f1658cbfc16e6017046aff8753917eaadba774e9a571579e838b2545b5a600 + checksum: bb698e9955d2bff1219c8112bd60bef6c270e8893dec6b2d993fa345f4bd2ad9ce5b9d67d0935bc60323e1a571c9c9dc43a121f45ee7ed84808cf2564e6f37b6 languageName: node linkType: hard -"@jupyterlab/docmanager@npm:^4.3.1, @jupyterlab/docmanager@npm:~4.3.1": - version: 4.3.1 - resolution: "@jupyterlab/docmanager@npm:4.3.1" - dependencies: - "@jupyterlab/apputils": ^4.4.1 - "@jupyterlab/coreutils": ^6.3.1 - "@jupyterlab/docregistry": ^4.3.1 - "@jupyterlab/services": ^7.3.1 - "@jupyterlab/statedb": ^4.3.1 - "@jupyterlab/statusbar": ^4.3.1 - "@jupyterlab/translation": ^4.3.1 - "@jupyterlab/ui-components": ^4.3.1 +"@jupyterlab/docmanager@npm:^4.3.2, @jupyterlab/docmanager@npm:~4.3.2": + version: 4.3.2 + resolution: "@jupyterlab/docmanager@npm:4.3.2" + dependencies: + "@jupyterlab/apputils": ^4.4.2 + "@jupyterlab/coreutils": ^6.3.2 + "@jupyterlab/docregistry": ^4.3.2 + "@jupyterlab/services": ^7.3.2 + "@jupyterlab/statedb": ^4.3.2 + "@jupyterlab/statusbar": ^4.3.2 + "@jupyterlab/translation": ^4.3.2 + "@jupyterlab/ui-components": ^4.3.2 "@lumino/algorithm": ^2.0.2 "@lumino/coreutils": ^2.2.0 "@lumino/disposable": ^2.1.3 @@ -3091,24 +3091,24 @@ __metadata: "@lumino/signaling": ^2.1.3 "@lumino/widgets": ^2.5.0 react: ^18.2.0 - checksum: eb0fb801872a1253fd4173b94b46e3e517703e5a8dcb874a477353050556d4aca48c88664a8de9e068a68c49139abe8236691e6eda3835a96599bda707a0f8a1 + checksum: c19f6bba37a6a27dbe4bca6322c03d8bc4c85fd3b6e3c8a8862842550f7f90183056a70fc591be7c74990576f268ae6a27237b8dc5150ca77a3737bc4f7d3b1b languageName: node linkType: hard -"@jupyterlab/docregistry@npm:^4.3.1, @jupyterlab/docregistry@npm:~4.3.1": - version: 4.3.1 - resolution: "@jupyterlab/docregistry@npm:4.3.1" +"@jupyterlab/docregistry@npm:^4.3.2, @jupyterlab/docregistry@npm:~4.3.2": + version: 4.3.2 + resolution: "@jupyterlab/docregistry@npm:4.3.2" dependencies: "@jupyter/ydoc": ^3.0.0 - "@jupyterlab/apputils": ^4.4.1 - "@jupyterlab/codeeditor": ^4.3.1 - "@jupyterlab/coreutils": ^6.3.1 - "@jupyterlab/observables": ^5.3.1 - "@jupyterlab/rendermime": ^4.3.1 - "@jupyterlab/rendermime-interfaces": ^3.11.1 - "@jupyterlab/services": ^7.3.1 - "@jupyterlab/translation": ^4.3.1 - "@jupyterlab/ui-components": ^4.3.1 + "@jupyterlab/apputils": ^4.4.2 + "@jupyterlab/codeeditor": ^4.3.2 + "@jupyterlab/coreutils": ^6.3.2 + "@jupyterlab/observables": ^5.3.2 + "@jupyterlab/rendermime": ^4.3.2 + "@jupyterlab/rendermime-interfaces": ^3.11.2 + "@jupyterlab/services": ^7.3.2 + "@jupyterlab/translation": ^4.3.2 + "@jupyterlab/ui-components": ^4.3.2 "@lumino/algorithm": ^2.0.2 "@lumino/coreutils": ^2.2.0 "@lumino/disposable": ^2.1.3 @@ -3117,32 +3117,32 @@ __metadata: "@lumino/signaling": ^2.1.3 "@lumino/widgets": ^2.5.0 react: ^18.2.0 - checksum: b5462d864015f40b3a7c712c95969b345cde588b118cdc62fbd6dbf753d7decaf99888969490a0df06e96fb27286f0fa2ca06ea4065f2e9e94093d07c0586d71 + checksum: 4c094e228fd54550b5ee4b842ff1fac54062f7357b62ab783fcc7dbd3744549d6db4b0fb61deb8cac610303440da11465c507e831bbc616495dc1afde4778559 languageName: node linkType: hard -"@jupyterlab/documentsearch-extension@npm:~4.3.1": - version: 4.3.1 - resolution: "@jupyterlab/documentsearch-extension@npm:4.3.1" +"@jupyterlab/documentsearch-extension@npm:~4.3.2": + version: 4.3.2 + resolution: "@jupyterlab/documentsearch-extension@npm:4.3.2" dependencies: - "@jupyterlab/application": ^4.3.1 - "@jupyterlab/apputils": ^4.4.1 - "@jupyterlab/documentsearch": ^4.3.1 - "@jupyterlab/settingregistry": ^4.3.1 - "@jupyterlab/translation": ^4.3.1 + "@jupyterlab/application": ^4.3.2 + "@jupyterlab/apputils": ^4.4.2 + "@jupyterlab/documentsearch": ^4.3.2 + "@jupyterlab/settingregistry": ^4.3.2 + "@jupyterlab/translation": ^4.3.2 "@lumino/commands": ^2.3.1 "@lumino/widgets": ^2.5.0 - checksum: b412bfaf7622c0db65405bc328e30c72e19a55eaf14d237cd582ff011b11da84354fbbd6c3b1d385de046e8f99df82b4528ea992df75b1baccdd004254a12ab7 + checksum: 62a80a4e8e38a245031c54413a9fb5a493305b7b1f289b4b2517b9c1411df24e625af8cfbe9276d7dc40663f58123d1c3b916a37075541a2ea6c5f4bda817d7b languageName: node linkType: hard -"@jupyterlab/documentsearch@npm:^4.3.1, @jupyterlab/documentsearch@npm:~4.3.1": - version: 4.3.1 - resolution: "@jupyterlab/documentsearch@npm:4.3.1" +"@jupyterlab/documentsearch@npm:^4.3.2, @jupyterlab/documentsearch@npm:~4.3.2": + version: 4.3.2 + resolution: "@jupyterlab/documentsearch@npm:4.3.2" dependencies: - "@jupyterlab/apputils": ^4.4.1 - "@jupyterlab/translation": ^4.3.1 - "@jupyterlab/ui-components": ^4.3.1 + "@jupyterlab/apputils": ^4.4.2 + "@jupyterlab/translation": ^4.3.2 + "@jupyterlab/ui-components": ^4.3.2 "@lumino/commands": ^2.3.1 "@lumino/coreutils": ^2.2.0 "@lumino/disposable": ^2.1.3 @@ -3151,79 +3151,79 @@ __metadata: "@lumino/signaling": ^2.1.3 "@lumino/widgets": ^2.5.0 react: ^18.2.0 - checksum: 95f0e3b028c4f4a34a0f01080e76f1eb1cc7fecff52881f5120c494e8d1395ef3025be796973c34cf919dc6ddebd7908babc78e2ac2ac01aa085b095b760cc2d + checksum: a3e99bbe093dcc71ea7f011dced8f2d5201f0c5190fed935b96c5a07eab5b499c78a5902bb982e8a35fbfce7f6acc189c942ef520dc5d516de24ad7cc8213286 languageName: node linkType: hard -"@jupyterlab/extensionmanager-extension@npm:~4.3.1": - version: 4.3.1 - resolution: "@jupyterlab/extensionmanager-extension@npm:4.3.1" +"@jupyterlab/extensionmanager-extension@npm:~4.3.2": + version: 4.3.2 + resolution: "@jupyterlab/extensionmanager-extension@npm:4.3.2" dependencies: - "@jupyterlab/application": ^4.3.1 - "@jupyterlab/apputils": ^4.4.1 - "@jupyterlab/extensionmanager": ^4.3.1 - "@jupyterlab/settingregistry": ^4.3.1 - "@jupyterlab/translation": ^4.3.1 - "@jupyterlab/ui-components": ^4.3.1 - checksum: 00d78c1fb0887772e8fe40871a7d5402d63e1f59e1fc1cf18bb192f40c5d7829580c9fb0714963a9be01a9a00afde51f9ea32f54228aea979c0a9e65dca102ce + "@jupyterlab/application": ^4.3.2 + "@jupyterlab/apputils": ^4.4.2 + "@jupyterlab/extensionmanager": ^4.3.2 + "@jupyterlab/settingregistry": ^4.3.2 + "@jupyterlab/translation": ^4.3.2 + "@jupyterlab/ui-components": ^4.3.2 + checksum: b452bdf5a67c05c0b47dbb4cefc9ceb66743e8331901779234974656283f99e75f73960ba198161cff03f4c9e33c79ce07d8d5eefb8306ed197c6ed131f8e87a languageName: node linkType: hard -"@jupyterlab/extensionmanager@npm:^4.3.1": - version: 4.3.1 - resolution: "@jupyterlab/extensionmanager@npm:4.3.1" +"@jupyterlab/extensionmanager@npm:^4.3.2": + version: 4.3.2 + resolution: "@jupyterlab/extensionmanager@npm:4.3.2" dependencies: - "@jupyterlab/apputils": ^4.4.1 - "@jupyterlab/coreutils": ^6.3.1 - "@jupyterlab/services": ^7.3.1 - "@jupyterlab/translation": ^4.3.1 - "@jupyterlab/ui-components": ^4.3.1 + "@jupyterlab/apputils": ^4.4.2 + "@jupyterlab/coreutils": ^6.3.2 + "@jupyterlab/services": ^7.3.2 + "@jupyterlab/translation": ^4.3.2 + "@jupyterlab/ui-components": ^4.3.2 "@lumino/messaging": ^2.0.2 "@lumino/polling": ^2.1.3 "@lumino/widgets": ^2.5.0 react: ^18.2.0 react-paginate: ^6.3.2 semver: ^7.3.2 - checksum: 3cb6e420de4ff9218878660251fa17f30561a3f88fd69d51389d42968c2dbe95f978972af670bf18ee239ffd0a6cf59f3a1c02201190b64d891cb776495da279 + checksum: c666f4bba8b15c3691b6c52faa02872b4fe4e5a33439a79c3e15f9b625ed3435e802207c72868e52e8099f4a46ac8cc53323b87edc585639bb8a3c2defa1beb7 languageName: node linkType: hard -"@jupyterlab/filebrowser-extension@npm:~4.3.1": - version: 4.3.1 - resolution: "@jupyterlab/filebrowser-extension@npm:4.3.1" - dependencies: - "@jupyterlab/application": ^4.3.1 - "@jupyterlab/apputils": ^4.4.1 - "@jupyterlab/coreutils": ^6.3.1 - "@jupyterlab/docmanager": ^4.3.1 - "@jupyterlab/docregistry": ^4.3.1 - "@jupyterlab/filebrowser": ^4.3.1 - "@jupyterlab/services": ^7.3.1 - "@jupyterlab/settingregistry": ^4.3.1 - "@jupyterlab/statedb": ^4.3.1 - "@jupyterlab/statusbar": ^4.3.1 - "@jupyterlab/translation": ^4.3.1 - "@jupyterlab/ui-components": ^4.3.1 +"@jupyterlab/filebrowser-extension@npm:~4.3.2": + version: 4.3.2 + resolution: "@jupyterlab/filebrowser-extension@npm:4.3.2" + dependencies: + "@jupyterlab/application": ^4.3.2 + "@jupyterlab/apputils": ^4.4.2 + "@jupyterlab/coreutils": ^6.3.2 + "@jupyterlab/docmanager": ^4.3.2 + "@jupyterlab/docregistry": ^4.3.2 + "@jupyterlab/filebrowser": ^4.3.2 + "@jupyterlab/services": ^7.3.2 + "@jupyterlab/settingregistry": ^4.3.2 + "@jupyterlab/statedb": ^4.3.2 + "@jupyterlab/statusbar": ^4.3.2 + "@jupyterlab/translation": ^4.3.2 + "@jupyterlab/ui-components": ^4.3.2 "@lumino/algorithm": ^2.0.2 "@lumino/commands": ^2.3.1 "@lumino/widgets": ^2.5.0 - checksum: 11809b8ec379e54ecc552519e77a11fc0f22333320365738e16ea25ff86cc44e21d9215f395bd889048ade62f9c6c571d6ace6969c2dd785ee7ab8ff6e4e85aa + checksum: a56fcd42c88bd5dcb9f423df8c7b7b34640bbf8eada8f5707873cd0c8d50766dde4a9a65b8f8784e6fb6407222b87f9722cce61883d2c1991fae718ab0f89bfd languageName: node linkType: hard -"@jupyterlab/filebrowser@npm:^4.3.1, @jupyterlab/filebrowser@npm:~4.3.1": - version: 4.3.1 - resolution: "@jupyterlab/filebrowser@npm:4.3.1" - dependencies: - "@jupyterlab/apputils": ^4.4.1 - "@jupyterlab/coreutils": ^6.3.1 - "@jupyterlab/docmanager": ^4.3.1 - "@jupyterlab/docregistry": ^4.3.1 - "@jupyterlab/services": ^7.3.1 - "@jupyterlab/statedb": ^4.3.1 - "@jupyterlab/statusbar": ^4.3.1 - "@jupyterlab/translation": ^4.3.1 - "@jupyterlab/ui-components": ^4.3.1 +"@jupyterlab/filebrowser@npm:^4.3.2, @jupyterlab/filebrowser@npm:~4.3.2": + version: 4.3.2 + resolution: "@jupyterlab/filebrowser@npm:4.3.2" + dependencies: + "@jupyterlab/apputils": ^4.4.2 + "@jupyterlab/coreutils": ^6.3.2 + "@jupyterlab/docmanager": ^4.3.2 + "@jupyterlab/docregistry": ^4.3.2 + "@jupyterlab/services": ^7.3.2 + "@jupyterlab/statedb": ^4.3.2 + "@jupyterlab/statusbar": ^4.3.2 + "@jupyterlab/translation": ^4.3.2 + "@jupyterlab/ui-components": ^4.3.2 "@lumino/algorithm": ^2.0.2 "@lumino/coreutils": ^2.2.0 "@lumino/disposable": ^2.1.3 @@ -3235,204 +3235,204 @@ __metadata: "@lumino/virtualdom": ^2.0.2 "@lumino/widgets": ^2.5.0 react: ^18.2.0 - checksum: c9cfc581b5ec72288a52933027a3b86faed0871b6961a55fc7c60726d92f4ac3a74e874005d212ccbde863e8ef96423a2491d66371a75e49cb5ed9b45e911f1f + checksum: f1d889799bbb64f8b6cb3a03d0f2edec6dd4e602d9f5b2e7c4014afcad3f1c7145989f86a21fa7ee5c3c33165bb800e3f4a2e0e296c74af87e1bd0ae5fdeb4aa languageName: node linkType: hard -"@jupyterlab/fileeditor-extension@npm:~4.3.1": - version: 4.3.1 - resolution: "@jupyterlab/fileeditor-extension@npm:4.3.1" +"@jupyterlab/fileeditor-extension@npm:~4.3.2": + version: 4.3.2 + resolution: "@jupyterlab/fileeditor-extension@npm:4.3.2" dependencies: "@codemirror/commands": ^6.5.0 "@codemirror/search": ^6.5.6 - "@jupyterlab/application": ^4.3.1 - "@jupyterlab/apputils": ^4.4.1 - "@jupyterlab/codeeditor": ^4.3.1 - "@jupyterlab/codemirror": ^4.3.1 - "@jupyterlab/completer": ^4.3.1 - "@jupyterlab/console": ^4.3.1 - "@jupyterlab/coreutils": ^6.3.1 - "@jupyterlab/docregistry": ^4.3.1 - "@jupyterlab/documentsearch": ^4.3.1 - "@jupyterlab/filebrowser": ^4.3.1 - "@jupyterlab/fileeditor": ^4.3.1 - "@jupyterlab/launcher": ^4.3.1 - "@jupyterlab/lsp": ^4.3.1 - "@jupyterlab/mainmenu": ^4.3.1 - "@jupyterlab/observables": ^5.3.1 - "@jupyterlab/rendermime-interfaces": ^3.11.1 - "@jupyterlab/services": ^7.3.1 - "@jupyterlab/settingregistry": ^4.3.1 - "@jupyterlab/statusbar": ^4.3.1 - "@jupyterlab/toc": ^6.3.1 - "@jupyterlab/translation": ^4.3.1 - "@jupyterlab/ui-components": ^4.3.1 + "@jupyterlab/application": ^4.3.2 + "@jupyterlab/apputils": ^4.4.2 + "@jupyterlab/codeeditor": ^4.3.2 + "@jupyterlab/codemirror": ^4.3.2 + "@jupyterlab/completer": ^4.3.2 + "@jupyterlab/console": ^4.3.2 + "@jupyterlab/coreutils": ^6.3.2 + "@jupyterlab/docregistry": ^4.3.2 + "@jupyterlab/documentsearch": ^4.3.2 + "@jupyterlab/filebrowser": ^4.3.2 + "@jupyterlab/fileeditor": ^4.3.2 + "@jupyterlab/launcher": ^4.3.2 + "@jupyterlab/lsp": ^4.3.2 + "@jupyterlab/mainmenu": ^4.3.2 + "@jupyterlab/observables": ^5.3.2 + "@jupyterlab/rendermime-interfaces": ^3.11.2 + "@jupyterlab/services": ^7.3.2 + "@jupyterlab/settingregistry": ^4.3.2 + "@jupyterlab/statusbar": ^4.3.2 + "@jupyterlab/toc": ^6.3.2 + "@jupyterlab/translation": ^4.3.2 + "@jupyterlab/ui-components": ^4.3.2 "@lumino/algorithm": ^2.0.2 "@lumino/commands": ^2.3.1 "@lumino/coreutils": ^2.2.0 "@lumino/widgets": ^2.5.0 - checksum: 2182d596c060915c3868ea206ac85e0affd7ad3b23b8189f9a233f125387b2cc1cd57b918f32893bedd2a8ad1c21ea3abdfe70d73a808225d14a49bd9a2e6a50 + checksum: 69870935300181ffbf58db3fefcc998d354086b982e83e55730daa190a25fc3a227908501f496bb02ea92eaf23052537e4cc0cd5faadd57d3db08e82de61c1ba languageName: node linkType: hard -"@jupyterlab/fileeditor@npm:^4.3.1": - version: 4.3.1 - resolution: "@jupyterlab/fileeditor@npm:4.3.1" +"@jupyterlab/fileeditor@npm:^4.3.2": + version: 4.3.2 + resolution: "@jupyterlab/fileeditor@npm:4.3.2" dependencies: "@jupyter/ydoc": ^3.0.0 - "@jupyterlab/apputils": ^4.4.1 - "@jupyterlab/codeeditor": ^4.3.1 - "@jupyterlab/codemirror": ^4.3.1 - "@jupyterlab/coreutils": ^6.3.1 - "@jupyterlab/docregistry": ^4.3.1 - "@jupyterlab/documentsearch": ^4.3.1 - "@jupyterlab/lsp": ^4.3.1 - "@jupyterlab/statusbar": ^4.3.1 - "@jupyterlab/toc": ^6.3.1 - "@jupyterlab/translation": ^4.3.1 - "@jupyterlab/ui-components": ^4.3.1 + "@jupyterlab/apputils": ^4.4.2 + "@jupyterlab/codeeditor": ^4.3.2 + "@jupyterlab/codemirror": ^4.3.2 + "@jupyterlab/coreutils": ^6.3.2 + "@jupyterlab/docregistry": ^4.3.2 + "@jupyterlab/documentsearch": ^4.3.2 + "@jupyterlab/lsp": ^4.3.2 + "@jupyterlab/statusbar": ^4.3.2 + "@jupyterlab/toc": ^6.3.2 + "@jupyterlab/translation": ^4.3.2 + "@jupyterlab/ui-components": ^4.3.2 "@lumino/commands": ^2.3.1 "@lumino/coreutils": ^2.2.0 "@lumino/messaging": ^2.0.2 "@lumino/widgets": ^2.5.0 react: ^18.2.0 regexp-match-indices: ^1.0.2 - checksum: e617fb01d15a5d31caaf7861fecceb4cf1303da45977d8f278c3f055f940b7e677b3b8750330a55f770236d55a56f9eadd729e0e79b61c85407c4a78a1caf4c4 + checksum: 329bc61194b73b034c0c2c29687ecf0075a227595be3c25ebcd78fcffca19350566ef353eabec286ff2e59778f585442b7378743c7440e58b56e4a6f86278820 languageName: node linkType: hard -"@jupyterlab/help-extension@npm:~4.3.1": - version: 4.3.1 - resolution: "@jupyterlab/help-extension@npm:4.3.1" - dependencies: - "@jupyterlab/application": ^4.3.1 - "@jupyterlab/apputils": ^4.4.1 - "@jupyterlab/coreutils": ^6.3.1 - "@jupyterlab/mainmenu": ^4.3.1 - "@jupyterlab/services": ^7.3.1 - "@jupyterlab/translation": ^4.3.1 - "@jupyterlab/ui-components": ^4.3.1 +"@jupyterlab/help-extension@npm:~4.3.2": + version: 4.3.2 + resolution: "@jupyterlab/help-extension@npm:4.3.2" + dependencies: + "@jupyterlab/application": ^4.3.2 + "@jupyterlab/apputils": ^4.4.2 + "@jupyterlab/coreutils": ^6.3.2 + "@jupyterlab/mainmenu": ^4.3.2 + "@jupyterlab/services": ^7.3.2 + "@jupyterlab/translation": ^4.3.2 + "@jupyterlab/ui-components": ^4.3.2 "@lumino/coreutils": ^2.2.0 "@lumino/signaling": ^2.1.3 "@lumino/virtualdom": ^2.0.2 "@lumino/widgets": ^2.5.0 react: ^18.2.0 - checksum: 5b6425446c71aea749b7d4935652fe5208624a10eccd83460eff0d1b4f905120f724084b874b1dd5802b259e779a9cba3675c6555eeb6aba346ff00a741cad04 + checksum: a0424d980f56d4597585e66397ab82c044dcb7a45f725c6086a5fe2cfa8f7b79a1f1530128907d4ced3024152603c925a34282f532ac519ece9dfc5b340afcbd languageName: node linkType: hard -"@jupyterlab/htmlviewer-extension@npm:~4.3.1": - version: 4.3.1 - resolution: "@jupyterlab/htmlviewer-extension@npm:4.3.1" +"@jupyterlab/htmlviewer-extension@npm:~4.3.2": + version: 4.3.2 + resolution: "@jupyterlab/htmlviewer-extension@npm:4.3.2" dependencies: - "@jupyterlab/application": ^4.3.1 - "@jupyterlab/apputils": ^4.4.1 - "@jupyterlab/docregistry": ^4.3.1 - "@jupyterlab/htmlviewer": ^4.3.1 - "@jupyterlab/observables": ^5.3.1 - "@jupyterlab/settingregistry": ^4.3.1 - "@jupyterlab/translation": ^4.3.1 - "@jupyterlab/ui-components": ^4.3.1 - checksum: 4fe89e77d6c367740e6c09fbe087d20212a390f11a0899551c3af64bb89c28d1adde72b5a56242f721e08b304107ef0ebf381ce723aa435e0c79f38fc1908e79 + "@jupyterlab/application": ^4.3.2 + "@jupyterlab/apputils": ^4.4.2 + "@jupyterlab/docregistry": ^4.3.2 + "@jupyterlab/htmlviewer": ^4.3.2 + "@jupyterlab/observables": ^5.3.2 + "@jupyterlab/settingregistry": ^4.3.2 + "@jupyterlab/translation": ^4.3.2 + "@jupyterlab/ui-components": ^4.3.2 + checksum: ef07b5a8387b9a4ae49c2da61d4bd364f9b406244604003dfac70a5f7d61dc706c842d828f84e4a0e6b7b3e892da562392d8efcc57e34b553169b25ae84186ff languageName: node linkType: hard -"@jupyterlab/htmlviewer@npm:^4.3.1": - version: 4.3.1 - resolution: "@jupyterlab/htmlviewer@npm:4.3.1" +"@jupyterlab/htmlviewer@npm:^4.3.2": + version: 4.3.2 + resolution: "@jupyterlab/htmlviewer@npm:4.3.2" dependencies: - "@jupyterlab/apputils": ^4.4.1 - "@jupyterlab/coreutils": ^6.3.1 - "@jupyterlab/docregistry": ^4.3.1 - "@jupyterlab/translation": ^4.3.1 - "@jupyterlab/ui-components": ^4.3.1 + "@jupyterlab/apputils": ^4.4.2 + "@jupyterlab/coreutils": ^6.3.2 + "@jupyterlab/docregistry": ^4.3.2 + "@jupyterlab/translation": ^4.3.2 + "@jupyterlab/ui-components": ^4.3.2 "@lumino/coreutils": ^2.2.0 "@lumino/signaling": ^2.1.3 "@lumino/widgets": ^2.5.0 react: ^18.2.0 - checksum: 86d58d14806527d1e447d2f4851bb5aac6aed40e68d849153862b7628923a8d51061062677df421c63ac2b22fafaaa5bf4502660d842bc0625a152297db40101 + checksum: cce82698ce1247ef26269ee203d88023cd65ac1af10c6b1972ccc5c636bd3b4a567d0fdd2d6311019c627b77d29c5ef1f8651d9cb347ce2729cd0dd971e95fc7 languageName: node linkType: hard -"@jupyterlab/hub-extension@npm:~4.3.1": - version: 4.3.1 - resolution: "@jupyterlab/hub-extension@npm:4.3.1" +"@jupyterlab/hub-extension@npm:~4.3.2": + version: 4.3.2 + resolution: "@jupyterlab/hub-extension@npm:4.3.2" dependencies: - "@jupyterlab/application": ^4.3.1 - "@jupyterlab/apputils": ^4.4.1 - "@jupyterlab/coreutils": ^6.3.1 - "@jupyterlab/services": ^7.3.1 - "@jupyterlab/translation": ^4.3.1 - checksum: 766dfb029f9945ee8e174725161d16488b04de73d6958f66a5450b18009e0ab7a19a460392910493004156663bf432a8086d90aa94b6dd733369f1587d0488d0 + "@jupyterlab/application": ^4.3.2 + "@jupyterlab/apputils": ^4.4.2 + "@jupyterlab/coreutils": ^6.3.2 + "@jupyterlab/services": ^7.3.2 + "@jupyterlab/translation": ^4.3.2 + checksum: 4e6d1ca3837a100a84dd1c94c8351177cdd9aa36565666f0bb70893364fd94cdb1066c12820f9d0321f835c30ee41256e1714dac686b5bf78336dd87a2f22ae7 languageName: node linkType: hard -"@jupyterlab/imageviewer-extension@npm:~4.3.1": - version: 4.3.1 - resolution: "@jupyterlab/imageviewer-extension@npm:4.3.1" +"@jupyterlab/imageviewer-extension@npm:~4.3.2": + version: 4.3.2 + resolution: "@jupyterlab/imageviewer-extension@npm:4.3.2" dependencies: - "@jupyterlab/application": ^4.3.1 - "@jupyterlab/apputils": ^4.4.1 - "@jupyterlab/docregistry": ^4.3.1 - "@jupyterlab/imageviewer": ^4.3.1 - "@jupyterlab/translation": ^4.3.1 - checksum: b935c3096b7f667bd70b4e57fb0ab4f05d12bc8755f5b3181641e392c26061620e2301f55318cb36a779655b76b2f756c329659f7f086be9e583c547b7cf44e2 + "@jupyterlab/application": ^4.3.2 + "@jupyterlab/apputils": ^4.4.2 + "@jupyterlab/docregistry": ^4.3.2 + "@jupyterlab/imageviewer": ^4.3.2 + "@jupyterlab/translation": ^4.3.2 + checksum: 6624e3f1f1008cd7c625812317956729dabd3dcf7b5265fa1aa8cb977fe653a7fa9f944d57e39884f71921966564255e8d0ddde91e53bc02e6cf487a0146c7b9 languageName: node linkType: hard -"@jupyterlab/imageviewer@npm:^4.3.1": - version: 4.3.1 - resolution: "@jupyterlab/imageviewer@npm:4.3.1" +"@jupyterlab/imageviewer@npm:^4.3.2": + version: 4.3.2 + resolution: "@jupyterlab/imageviewer@npm:4.3.2" dependencies: - "@jupyterlab/apputils": ^4.4.1 - "@jupyterlab/coreutils": ^6.3.1 - "@jupyterlab/docregistry": ^4.3.1 + "@jupyterlab/apputils": ^4.4.2 + "@jupyterlab/coreutils": ^6.3.2 + "@jupyterlab/docregistry": ^4.3.2 "@lumino/coreutils": ^2.2.0 "@lumino/messaging": ^2.0.2 "@lumino/widgets": ^2.5.0 - checksum: a1a3f1e5443800b2b32b1956fcce033070a1d163d4a023394c03f17bcc45eec5c0cc3b53775b170c0b979306f0e5aae7deb9eba90ad6fc7678cd3b38d85f2fa5 + checksum: a886430400007f5f4dbfe6c23475614f726407e1968425d17d8eed120f43fb897243949580c3140d65a5b739cc527be50d086d0fd5f7af3d0ed82ec912e1aae6 languageName: node linkType: hard -"@jupyterlab/inspector@npm:^4.3.1": - version: 4.3.1 - resolution: "@jupyterlab/inspector@npm:4.3.1" - dependencies: - "@jupyterlab/apputils": ^4.4.1 - "@jupyterlab/codeeditor": ^4.3.1 - "@jupyterlab/coreutils": ^6.3.1 - "@jupyterlab/rendermime": ^4.3.1 - "@jupyterlab/services": ^7.3.1 - "@jupyterlab/statedb": ^4.3.1 - "@jupyterlab/translation": ^4.3.1 +"@jupyterlab/inspector@npm:^4.3.2": + version: 4.3.2 + resolution: "@jupyterlab/inspector@npm:4.3.2" + dependencies: + "@jupyterlab/apputils": ^4.4.2 + "@jupyterlab/codeeditor": ^4.3.2 + "@jupyterlab/coreutils": ^6.3.2 + "@jupyterlab/rendermime": ^4.3.2 + "@jupyterlab/services": ^7.3.2 + "@jupyterlab/statedb": ^4.3.2 + "@jupyterlab/translation": ^4.3.2 "@lumino/coreutils": ^2.2.0 "@lumino/disposable": ^2.1.3 "@lumino/polling": ^2.1.3 "@lumino/signaling": ^2.1.3 "@lumino/widgets": ^2.5.0 - checksum: 4654987b4a3f02576f0cdc03f633723677ea2ba62e017b24302644dfb186f5bf34d2bd0cd4c179f9cec922e993c7047177ba1404828619c95211cd9a4b258b7d + checksum: c2ebf5774fdc15a72e7184b7e8fd9725afdd4c388996e36b1f9d29efdf77ee0ff80bda744ed4b67d92f31e0607f44c338decf71512c7a1b379485be2e65599ea languageName: node linkType: hard -"@jupyterlab/javascript-extension@npm:~4.3.1": - version: 4.3.1 - resolution: "@jupyterlab/javascript-extension@npm:4.3.1" +"@jupyterlab/javascript-extension@npm:~4.3.2": + version: 4.3.2 + resolution: "@jupyterlab/javascript-extension@npm:4.3.2" dependencies: - "@jupyterlab/rendermime": ^4.3.1 - "@jupyterlab/rendermime-interfaces": ^3.11.1 - checksum: f144a6d515c04e3efd42f641585ee40eab846269fe5948b67ddeb8e94fad673e491c77f348ebadfabdd61f875cb26084a38c08d585ca23f18b4fa10375d19a46 + "@jupyterlab/rendermime": ^4.3.2 + "@jupyterlab/rendermime-interfaces": ^3.11.2 + checksum: 12592523324f03c4a266be50e37adde8764ba11731d8863d944fcb57ec620ee05db156651a9568a3c58e7fc89a3f7d3a65d7876bd5cfbf653a9a70047c7a5e57 languageName: node linkType: hard -"@jupyterlab/json-extension@npm:~4.3.1": - version: 4.3.1 - resolution: "@jupyterlab/json-extension@npm:4.3.1" +"@jupyterlab/json-extension@npm:~4.3.2": + version: 4.3.2 + resolution: "@jupyterlab/json-extension@npm:4.3.2" dependencies: - "@jupyterlab/apputils": ^4.4.1 - "@jupyterlab/codemirror": ^4.3.1 - "@jupyterlab/rendermime-interfaces": ^3.11.1 - "@jupyterlab/translation": ^4.3.1 - "@jupyterlab/ui-components": ^4.3.1 + "@jupyterlab/apputils": ^4.4.2 + "@jupyterlab/codemirror": ^4.3.2 + "@jupyterlab/rendermime-interfaces": ^3.11.2 + "@jupyterlab/translation": ^4.3.2 + "@jupyterlab/ui-components": ^4.3.2 "@lezer/highlight": ^1.2.0 "@lumino/coreutils": ^2.2.0 "@lumino/messaging": ^2.0.2 @@ -3442,17 +3442,17 @@ __metadata: react-highlight-words: ^0.20.0 react-json-tree: ^0.18.0 style-mod: ^4.0.0 - checksum: f30325009527e3a549ea7a9335efe09a248122abd0b8d4b2ad189c1e159f101efd3cf2e8b41f960b93621380529fefe09100cae320403225834051407344c7dc + checksum: 2dcf2a69326a63de4d7dc1c0dbb42bcef6646751e04159d82d1e24d3f53db1193508da7222a2476e25c8c377114d129aeb6d9d64d09d73a7845b703b1b3a38f3 languageName: node linkType: hard -"@jupyterlab/launcher@npm:^4.3.1": - version: 4.3.1 - resolution: "@jupyterlab/launcher@npm:4.3.1" +"@jupyterlab/launcher@npm:^4.3.2": + version: 4.3.2 + resolution: "@jupyterlab/launcher@npm:4.3.2" dependencies: - "@jupyterlab/apputils": ^4.4.1 - "@jupyterlab/translation": ^4.3.1 - "@jupyterlab/ui-components": ^4.3.1 + "@jupyterlab/apputils": ^4.4.2 + "@jupyterlab/translation": ^4.3.2 + "@jupyterlab/ui-components": ^4.3.2 "@lumino/algorithm": ^2.0.2 "@lumino/commands": ^2.3.1 "@lumino/coreutils": ^2.2.0 @@ -3460,60 +3460,60 @@ __metadata: "@lumino/properties": ^2.0.2 "@lumino/widgets": ^2.5.0 react: ^18.2.0 - checksum: 94f58f6cfcd635778879791ed8072af53fc04340335e8d80f1222d4206114c6cbe4228da3e4d781b4017ae881b8bf508a3543b564b1f8519d7e44aaee7fa97f2 + checksum: e95404319531e5136374bba364fdc4564d9c3503fd94562b7e333eaf605ae2facfd520fdc7d68007311809c8b75f5c6fab31d7c42e9141f08c8ac9d9c2665fba languageName: node linkType: hard -"@jupyterlab/logconsole@npm:^4.3.1": - version: 4.3.1 - resolution: "@jupyterlab/logconsole@npm:4.3.1" - dependencies: - "@jupyterlab/coreutils": ^6.3.1 - "@jupyterlab/nbformat": ^4.3.1 - "@jupyterlab/outputarea": ^4.3.1 - "@jupyterlab/rendermime": ^4.3.1 - "@jupyterlab/services": ^7.3.1 - "@jupyterlab/translation": ^4.3.1 +"@jupyterlab/logconsole@npm:^4.3.2": + version: 4.3.2 + resolution: "@jupyterlab/logconsole@npm:4.3.2" + dependencies: + "@jupyterlab/coreutils": ^6.3.2 + "@jupyterlab/nbformat": ^4.3.2 + "@jupyterlab/outputarea": ^4.3.2 + "@jupyterlab/rendermime": ^4.3.2 + "@jupyterlab/services": ^7.3.2 + "@jupyterlab/translation": ^4.3.2 "@lumino/coreutils": ^2.2.0 "@lumino/disposable": ^2.1.3 "@lumino/messaging": ^2.0.2 "@lumino/signaling": ^2.1.3 "@lumino/widgets": ^2.5.0 - checksum: 817b1d83f66d85db058219dd20b7d47381163c73c55feab104b254a9da8a39be5ffa567ff49f83da96d38d9f4797d09df20e480eb6cce6bed90bce7553687619 + checksum: 4710553002df0cbdcb93bf7b401edf38c7cd83ad59106269e47a9f98e303cd2e123421016f544f93125d323cad300b00cce7d3ba0a125066e174fe8cc8e4a67a languageName: node linkType: hard -"@jupyterlab/lsp-extension@npm:~4.3.1": - version: 4.3.1 - resolution: "@jupyterlab/lsp-extension@npm:4.3.1" - dependencies: - "@jupyterlab/application": ^4.3.1 - "@jupyterlab/apputils": ^4.4.1 - "@jupyterlab/lsp": ^4.3.1 - "@jupyterlab/running": ^4.3.1 - "@jupyterlab/settingregistry": ^4.3.1 - "@jupyterlab/translation": ^4.3.1 - "@jupyterlab/ui-components": ^4.3.1 +"@jupyterlab/lsp-extension@npm:~4.3.2": + version: 4.3.2 + resolution: "@jupyterlab/lsp-extension@npm:4.3.2" + dependencies: + "@jupyterlab/application": ^4.3.2 + "@jupyterlab/apputils": ^4.4.2 + "@jupyterlab/lsp": ^4.3.2 + "@jupyterlab/running": ^4.3.2 + "@jupyterlab/settingregistry": ^4.3.2 + "@jupyterlab/translation": ^4.3.2 + "@jupyterlab/ui-components": ^4.3.2 "@lumino/coreutils": ^2.2.0 "@lumino/polling": ^2.1.3 "@lumino/signaling": ^2.1.3 "@rjsf/utils": ^5.13.4 react: ^18.2.0 - checksum: 5d60f530a6f5291a076d1627664be29843114f34ec8bf0f889212440a28dbb6c1260051fe211dbfc4d577449cd19f932d02a33f8db994a6e3698d5d94eb78e70 + checksum: 52dc75795081d457ba61aa38e55b790bf891fab46d9c68efc49412c901d109aa84cdcea0c53dbb16ac8d90557142a2544c3c6117edc6827ee95b5a0a47c58efe languageName: node linkType: hard -"@jupyterlab/lsp@npm:^4.3.1, @jupyterlab/lsp@npm:~4.3.1": - version: 4.3.1 - resolution: "@jupyterlab/lsp@npm:4.3.1" - dependencies: - "@jupyterlab/apputils": ^4.4.1 - "@jupyterlab/codeeditor": ^4.3.1 - "@jupyterlab/codemirror": ^4.3.1 - "@jupyterlab/coreutils": ^6.3.1 - "@jupyterlab/docregistry": ^4.3.1 - "@jupyterlab/services": ^7.3.1 - "@jupyterlab/translation": ^4.3.1 +"@jupyterlab/lsp@npm:^4.3.2, @jupyterlab/lsp@npm:~4.3.2": + version: 4.3.2 + resolution: "@jupyterlab/lsp@npm:4.3.2" + dependencies: + "@jupyterlab/apputils": ^4.4.2 + "@jupyterlab/codeeditor": ^4.3.2 + "@jupyterlab/codemirror": ^4.3.2 + "@jupyterlab/coreutils": ^6.3.2 + "@jupyterlab/docregistry": ^4.3.2 + "@jupyterlab/services": ^7.3.2 + "@jupyterlab/translation": ^4.3.2 "@lumino/coreutils": ^2.2.0 "@lumino/disposable": ^2.1.3 "@lumino/signaling": ^2.1.3 @@ -3522,163 +3522,163 @@ __metadata: vscode-jsonrpc: ^6.0.0 vscode-languageserver-protocol: ^3.17.0 vscode-ws-jsonrpc: ~1.0.2 - checksum: 9602bb05b18fbea44796917b63e7392ecaab2c1cef4f28ef7dc8a9dcc91bd686cfd1abb1b250cda8fdc864c577aa0157ec9aefb0d977a085c663a41937507636 + checksum: 6f722516128e5c5952e4563f80d429209a4155aece84758e6f1090bdb08188034fd71c355edf98939aec4263c641cbd7697f77de0039eb9a484f4f1ddd38776d languageName: node linkType: hard -"@jupyterlab/mainmenu-extension@npm:~4.3.1": - version: 4.3.1 - resolution: "@jupyterlab/mainmenu-extension@npm:4.3.1" - dependencies: - "@jupyterlab/application": ^4.3.1 - "@jupyterlab/apputils": ^4.4.1 - "@jupyterlab/coreutils": ^6.3.1 - "@jupyterlab/docmanager": ^4.3.1 - "@jupyterlab/filebrowser": ^4.3.1 - "@jupyterlab/mainmenu": ^4.3.1 - "@jupyterlab/services": ^7.3.1 - "@jupyterlab/settingregistry": ^4.3.1 - "@jupyterlab/translation": ^4.3.1 - "@jupyterlab/ui-components": ^4.3.1 +"@jupyterlab/mainmenu-extension@npm:~4.3.2": + version: 4.3.2 + resolution: "@jupyterlab/mainmenu-extension@npm:4.3.2" + dependencies: + "@jupyterlab/application": ^4.3.2 + "@jupyterlab/apputils": ^4.4.2 + "@jupyterlab/coreutils": ^6.3.2 + "@jupyterlab/docmanager": ^4.3.2 + "@jupyterlab/filebrowser": ^4.3.2 + "@jupyterlab/mainmenu": ^4.3.2 + "@jupyterlab/services": ^7.3.2 + "@jupyterlab/settingregistry": ^4.3.2 + "@jupyterlab/translation": ^4.3.2 + "@jupyterlab/ui-components": ^4.3.2 "@lumino/algorithm": ^2.0.2 "@lumino/coreutils": ^2.2.0 "@lumino/disposable": ^2.1.3 "@lumino/messaging": ^2.0.2 "@lumino/widgets": ^2.5.0 - checksum: e4499fd56d0f77412a901087f6c9001ea05843f925cd86936ffa08097b429e2eb6758a73f6eb94f1ba0473a8b7bad95943aee6500003816fd0ea62d9c8a4512a + checksum: 00fcfe1d8e79c3cdae96543c06f29ff9eb4071177e8f332e9849a60c556811269c19049525c877e0c99152e9ee7d8391ca6c99a520bb70583eda2e56e4cd339f languageName: node linkType: hard -"@jupyterlab/mainmenu@npm:^4.3.1, @jupyterlab/mainmenu@npm:~4.3.1": - version: 4.3.1 - resolution: "@jupyterlab/mainmenu@npm:4.3.1" +"@jupyterlab/mainmenu@npm:^4.3.2, @jupyterlab/mainmenu@npm:~4.3.2": + version: 4.3.2 + resolution: "@jupyterlab/mainmenu@npm:4.3.2" dependencies: - "@jupyterlab/apputils": ^4.4.1 - "@jupyterlab/translation": ^4.3.1 - "@jupyterlab/ui-components": ^4.3.1 + "@jupyterlab/apputils": ^4.4.2 + "@jupyterlab/translation": ^4.3.2 + "@jupyterlab/ui-components": ^4.3.2 "@lumino/algorithm": ^2.0.2 "@lumino/commands": ^2.3.1 "@lumino/coreutils": ^2.2.0 "@lumino/widgets": ^2.5.0 - checksum: 6ba3218a2a31c6cffc9c6da4c751c45c40db1251525affd531d776928af23458d320b57c08329f4cd9a100bd792270b4bef4412e84ee9e0989ad0679055dec6e + checksum: 0aecedb30748fa7e9c9624a719202c07b2a813c8310b1295d51f14b9a74e1625964eb8f263665841492743dccf004972120cb945d412b32ab0cc9b77cfdad94d languageName: node linkType: hard -"@jupyterlab/markdownviewer-extension@npm:~4.3.1": - version: 4.3.1 - resolution: "@jupyterlab/markdownviewer-extension@npm:4.3.1" +"@jupyterlab/markdownviewer-extension@npm:~4.3.2": + version: 4.3.2 + resolution: "@jupyterlab/markdownviewer-extension@npm:4.3.2" dependencies: - "@jupyterlab/application": ^4.3.1 - "@jupyterlab/apputils": ^4.4.1 - "@jupyterlab/coreutils": ^6.3.1 - "@jupyterlab/markdownviewer": ^4.3.1 - "@jupyterlab/rendermime": ^4.3.1 - "@jupyterlab/settingregistry": ^4.3.1 - "@jupyterlab/toc": ^6.3.1 - "@jupyterlab/translation": ^4.3.1 - checksum: 2e6110ba437922911ae1143ecab373b9ae4a7758160879051ab627061b97e19f456df82cd9010b617f0186ff070694705f670ec485bae9b6cf08a4457f580f32 + "@jupyterlab/application": ^4.3.2 + "@jupyterlab/apputils": ^4.4.2 + "@jupyterlab/coreutils": ^6.3.2 + "@jupyterlab/markdownviewer": ^4.3.2 + "@jupyterlab/rendermime": ^4.3.2 + "@jupyterlab/settingregistry": ^4.3.2 + "@jupyterlab/toc": ^6.3.2 + "@jupyterlab/translation": ^4.3.2 + checksum: bc0063da2670b1f5cd71c1e8e189e2b63dc57c2c1cc9e146ecc591060cd5b21fbcfc2b8b864ea4b6bb7fed583fc9094782b10bae4e5bad1c8ca586032223759e languageName: node linkType: hard -"@jupyterlab/markdownviewer@npm:^4.3.1": - version: 4.3.1 - resolution: "@jupyterlab/markdownviewer@npm:4.3.1" - dependencies: - "@jupyterlab/apputils": ^4.4.1 - "@jupyterlab/coreutils": ^6.3.1 - "@jupyterlab/docregistry": ^4.3.1 - "@jupyterlab/rendermime": ^4.3.1 - "@jupyterlab/toc": ^6.3.1 - "@jupyterlab/translation": ^4.3.1 +"@jupyterlab/markdownviewer@npm:^4.3.2": + version: 4.3.2 + resolution: "@jupyterlab/markdownviewer@npm:4.3.2" + dependencies: + "@jupyterlab/apputils": ^4.4.2 + "@jupyterlab/coreutils": ^6.3.2 + "@jupyterlab/docregistry": ^4.3.2 + "@jupyterlab/rendermime": ^4.3.2 + "@jupyterlab/toc": ^6.3.2 + "@jupyterlab/translation": ^4.3.2 "@lumino/coreutils": ^2.2.0 "@lumino/messaging": ^2.0.2 "@lumino/signaling": ^2.1.3 "@lumino/widgets": ^2.5.0 - checksum: a81c9d6b99967866981f0872b4d89b618bf7319790cdbf3916ab174b72a2a8afced40d70acf869e4542ff13121658cbfbd7e0f66407ad0318a73e887a63e001f + checksum: 34cb3efe3c28b07671175189bc7bc7052b96a04586c4dd14153ec4f63d476c9fa0be886aa9bbc42adcee9e17b821bea5c1a421d9b8d604e4b6d7f1637640effa languageName: node linkType: hard -"@jupyterlab/markedparser-extension@npm:~4.3.1": - version: 4.3.1 - resolution: "@jupyterlab/markedparser-extension@npm:4.3.1" +"@jupyterlab/markedparser-extension@npm:~4.3.2": + version: 4.3.2 + resolution: "@jupyterlab/markedparser-extension@npm:4.3.2" dependencies: - "@jupyterlab/application": ^4.3.1 - "@jupyterlab/codemirror": ^4.3.1 - "@jupyterlab/coreutils": ^6.3.1 - "@jupyterlab/mermaid": ^4.3.1 - "@jupyterlab/rendermime": ^4.3.1 + "@jupyterlab/application": ^4.3.2 + "@jupyterlab/codemirror": ^4.3.2 + "@jupyterlab/coreutils": ^6.3.2 + "@jupyterlab/mermaid": ^4.3.2 + "@jupyterlab/rendermime": ^4.3.2 "@lumino/coreutils": ^2.2.0 marked: ^9.1.2 marked-gfm-heading-id: ^3.1.0 marked-mangle: ^1.1.4 - checksum: 10533582f1edf330bd081e17c68e8a23fa5358ec9583d43a61bd43f39a8bdd0e4a70f2e110d9726074a030e0d038e7ed914a8cff237381e4de2c26f7b315cd13 + checksum: aed13853e9b39e2f7b86bb04a368402e0efbbd809d35f6a86e4de805d5a7ec319b358b931b94531ae4933f9ae3ae5af8adf320e2b6e4d2ffc02a71a5dc351d1c languageName: node linkType: hard -"@jupyterlab/mathjax-extension@npm:~4.3.1": - version: 4.3.1 - resolution: "@jupyterlab/mathjax-extension@npm:4.3.1" +"@jupyterlab/mathjax-extension@npm:~4.3.2": + version: 4.3.2 + resolution: "@jupyterlab/mathjax-extension@npm:4.3.2" dependencies: - "@jupyterlab/application": ^4.3.1 - "@jupyterlab/rendermime": ^4.3.1 + "@jupyterlab/application": ^4.3.2 + "@jupyterlab/rendermime": ^4.3.2 "@lumino/coreutils": ^2.2.0 mathjax-full: ^3.2.2 - checksum: 55eac436d6a12ad8301b0a24e904587c52029b95e16dc0c194042fd4efa66de407c97aa1d3294cbcb55e4a91992eaa9a65c18f121a494924f01fab97916e7e49 + checksum: 925c4fe7d3f3a1791bb0b9cf73dafd9182100f7699e9de956248ceb3398a7d3abe651592d36c602331472965d4d8ee784888d6279042e36d1b7056dff3392a1b languageName: node linkType: hard -"@jupyterlab/mermaid-extension@npm:~4.3.1": - version: 4.3.1 - resolution: "@jupyterlab/mermaid-extension@npm:4.3.1" +"@jupyterlab/mermaid-extension@npm:~4.3.2": + version: 4.3.2 + resolution: "@jupyterlab/mermaid-extension@npm:4.3.2" dependencies: - "@jupyterlab/application": ^4.3.1 - "@jupyterlab/apputils": ^4.4.1 - "@jupyterlab/mermaid": ^4.3.1 - "@jupyterlab/rendermime-interfaces": ^3.11.1 - "@jupyterlab/translation": ^4.3.1 - checksum: a5ff428456773c60b9154fb7de1dc3d9b4c020b8715099e70660eadcd78ff089210abcc052ac0300d1641669ab10bd274b8eb67a20695749038a82c5ddda1330 + "@jupyterlab/application": ^4.3.2 + "@jupyterlab/apputils": ^4.4.2 + "@jupyterlab/mermaid": ^4.3.2 + "@jupyterlab/rendermime-interfaces": ^3.11.2 + "@jupyterlab/translation": ^4.3.2 + checksum: 73f8d7feefcf00415a7ee7086bdf43389447dbaa46d0625cc5b22f17b7a7802d39dd357dd25113e1bdf83d768adb41b70e82954de3ba5b5bebaedd15d62aa2ca languageName: node linkType: hard -"@jupyterlab/mermaid@npm:^4.3.1": - version: 4.3.1 - resolution: "@jupyterlab/mermaid@npm:4.3.1" +"@jupyterlab/mermaid@npm:^4.3.2": + version: 4.3.2 + resolution: "@jupyterlab/mermaid@npm:4.3.2" dependencies: - "@jupyterlab/apputils": ^4.4.1 - "@jupyterlab/coreutils": ^6.3.1 - "@jupyterlab/rendermime-interfaces": ^3.11.1 + "@jupyterlab/apputils": ^4.4.2 + "@jupyterlab/coreutils": ^6.3.2 + "@jupyterlab/rendermime-interfaces": ^3.11.2 "@lumino/coreutils": ^2.2.0 "@lumino/widgets": ^2.5.0 mermaid: ^10.7.0 - checksum: 8772b99edda58ffec5245cf43472b1fabfed484dc9d2a3277a470f5d2ebbffde5017c345235ce57a00da5580d9de97719e9b12495137799c0c4271e64c24d47d + checksum: 76b6246d683558f0469c6251d1cdbd41b975ed851131a770558c44ad119644b7fa61b37bd8d6f5acc4b7bfbe6076546c808242bff3a64a62a78426512b40f062 languageName: node linkType: hard -"@jupyterlab/metadataform-extension@npm:~4.3.1": - version: 4.3.1 - resolution: "@jupyterlab/metadataform-extension@npm:4.3.1" - dependencies: - "@jupyterlab/application": ^4.3.1 - "@jupyterlab/metadataform": ^4.3.1 - "@jupyterlab/notebook": ^4.3.1 - "@jupyterlab/settingregistry": ^4.3.1 - "@jupyterlab/translation": ^4.3.1 - "@jupyterlab/ui-components": ^4.3.1 +"@jupyterlab/metadataform-extension@npm:~4.3.2": + version: 4.3.2 + resolution: "@jupyterlab/metadataform-extension@npm:4.3.2" + dependencies: + "@jupyterlab/application": ^4.3.2 + "@jupyterlab/metadataform": ^4.3.2 + "@jupyterlab/notebook": ^4.3.2 + "@jupyterlab/settingregistry": ^4.3.2 + "@jupyterlab/translation": ^4.3.2 + "@jupyterlab/ui-components": ^4.3.2 "@lumino/coreutils": ^2.2.0 - checksum: 24b68ae54b91a6b095a245a213e355e39aebfdc4b7533fb3eb6eac532297d254911e8848ee07d7cb2e1f177bc1e9984510d61acd00aefb44906a1d159066e89f + checksum: 690306d0e939eddac985f901d0a86bea727dfc78ac74b5c8e67450fe6ce7611b663530130a9f9c7eb9f5981ddfeb81ff935ab6a64b39ca40280aa5f85f4f73cf languageName: node linkType: hard -"@jupyterlab/metadataform@npm:^4.3.1": - version: 4.3.1 - resolution: "@jupyterlab/metadataform@npm:4.3.1" - dependencies: - "@jupyterlab/apputils": ^4.4.1 - "@jupyterlab/nbformat": ^4.3.1 - "@jupyterlab/notebook": ^4.3.1 - "@jupyterlab/settingregistry": ^4.3.1 - "@jupyterlab/translation": ^4.3.1 - "@jupyterlab/ui-components": ^4.3.1 +"@jupyterlab/metadataform@npm:^4.3.2": + version: 4.3.2 + resolution: "@jupyterlab/metadataform@npm:4.3.2" + dependencies: + "@jupyterlab/apputils": ^4.4.2 + "@jupyterlab/nbformat": ^4.3.2 + "@jupyterlab/notebook": ^4.3.2 + "@jupyterlab/settingregistry": ^4.3.2 + "@jupyterlab/translation": ^4.3.2 + "@jupyterlab/ui-components": ^4.3.2 "@lumino/coreutils": ^2.2.0 "@lumino/messaging": ^2.0.2 "@lumino/widgets": ^2.5.0 @@ -3686,7 +3686,7 @@ __metadata: "@rjsf/validator-ajv8": ^5.13.4 json-schema: ^0.4.0 react: ^18.2.0 - checksum: c09a766eaa9fa854e327df7fc2a57972081bac1b3c5a43212659b1a9e731b8f59809d163ccf5bdf25ceeb8c1a9042c1f714614bcd4899d182cb857f81d7f680b + checksum: ce4df4e12d609b8e994e99c8b69ad85158e3ecdc559ab0a072c9b2145bff33ecc94dec9d16dd34e2e2dc4b4a66f7add99b2ededb89b594010d4b6ab71354e128 languageName: node linkType: hard @@ -3699,49 +3699,49 @@ __metadata: languageName: node linkType: hard -"@jupyterlab/nbformat@npm:^4.3.1": - version: 4.3.1 - resolution: "@jupyterlab/nbformat@npm:4.3.1" +"@jupyterlab/nbformat@npm:^4.3.2": + version: 4.3.2 + resolution: "@jupyterlab/nbformat@npm:4.3.2" dependencies: "@lumino/coreutils": ^2.2.0 - checksum: 009ce5f41785e2367a86e1445e30d092c178070ea32e9344c71422dce14fef29810cfcbf4c90476f5634b19f6a117d85d1a7dd53debd61af0469b3c47dd92c8a + checksum: f51d0920031c22283ebf697e377078ecda0eca2c1248d42a3075bca7f0c26fc4e746121527b8533d8718563ddd442dd627688f293790e243efc43dbf336cd62c languageName: node linkType: hard -"@jupyterlab/notebook-extension@npm:~4.3.1": - version: 4.3.1 - resolution: "@jupyterlab/notebook-extension@npm:4.3.1" +"@jupyterlab/notebook-extension@npm:~4.3.2": + version: 4.3.2 + resolution: "@jupyterlab/notebook-extension@npm:4.3.2" dependencies: "@jupyter/ydoc": ^3.0.0 - "@jupyterlab/application": ^4.3.1 - "@jupyterlab/apputils": ^4.4.1 - "@jupyterlab/cells": ^4.3.1 - "@jupyterlab/codeeditor": ^4.3.1 - "@jupyterlab/codemirror": ^4.3.1 - "@jupyterlab/completer": ^4.3.1 - "@jupyterlab/coreutils": ^6.3.1 - "@jupyterlab/docmanager": ^4.3.1 - "@jupyterlab/docmanager-extension": ^4.3.1 - "@jupyterlab/docregistry": ^4.3.1 - "@jupyterlab/documentsearch": ^4.3.1 - "@jupyterlab/filebrowser": ^4.3.1 - "@jupyterlab/launcher": ^4.3.1 - "@jupyterlab/logconsole": ^4.3.1 - "@jupyterlab/lsp": ^4.3.1 - "@jupyterlab/mainmenu": ^4.3.1 - "@jupyterlab/metadataform": ^4.3.1 - "@jupyterlab/nbformat": ^4.3.1 - "@jupyterlab/notebook": ^4.3.1 - "@jupyterlab/observables": ^5.3.1 - "@jupyterlab/property-inspector": ^4.3.1 - "@jupyterlab/rendermime": ^4.3.1 - "@jupyterlab/services": ^7.3.1 - "@jupyterlab/settingregistry": ^4.3.1 - "@jupyterlab/statedb": ^4.3.1 - "@jupyterlab/statusbar": ^4.3.1 - "@jupyterlab/toc": ^6.3.1 - "@jupyterlab/translation": ^4.3.1 - "@jupyterlab/ui-components": ^4.3.1 + "@jupyterlab/application": ^4.3.2 + "@jupyterlab/apputils": ^4.4.2 + "@jupyterlab/cells": ^4.3.2 + "@jupyterlab/codeeditor": ^4.3.2 + "@jupyterlab/codemirror": ^4.3.2 + "@jupyterlab/completer": ^4.3.2 + "@jupyterlab/coreutils": ^6.3.2 + "@jupyterlab/docmanager": ^4.3.2 + "@jupyterlab/docmanager-extension": ^4.3.2 + "@jupyterlab/docregistry": ^4.3.2 + "@jupyterlab/documentsearch": ^4.3.2 + "@jupyterlab/filebrowser": ^4.3.2 + "@jupyterlab/launcher": ^4.3.2 + "@jupyterlab/logconsole": ^4.3.2 + "@jupyterlab/lsp": ^4.3.2 + "@jupyterlab/mainmenu": ^4.3.2 + "@jupyterlab/metadataform": ^4.3.2 + "@jupyterlab/nbformat": ^4.3.2 + "@jupyterlab/notebook": ^4.3.2 + "@jupyterlab/observables": ^5.3.2 + "@jupyterlab/property-inspector": ^4.3.2 + "@jupyterlab/rendermime": ^4.3.2 + "@jupyterlab/services": ^7.3.2 + "@jupyterlab/settingregistry": ^4.3.2 + "@jupyterlab/statedb": ^4.3.2 + "@jupyterlab/statusbar": ^4.3.2 + "@jupyterlab/toc": ^6.3.2 + "@jupyterlab/translation": ^4.3.2 + "@jupyterlab/ui-components": ^4.3.2 "@lumino/algorithm": ^2.0.2 "@lumino/commands": ^2.3.1 "@lumino/coreutils": ^2.2.0 @@ -3751,32 +3751,32 @@ __metadata: "@lumino/widgets": ^2.5.0 "@rjsf/utils": ^5.13.4 react: ^18.2.0 - checksum: 3dfc9908f1ed50d8d6eb69b682ebb3254fbc990690350ec860216520c9846f0254728970e5e2fd815a3c84c7e9c2b941ee2343a81f186569d37050fe1a1abe8d + checksum: 9701bc82a649ada79cb160a38198e181f929332fabe8ef4e44279c92a84e73426abe8926cfc175edf8407d7fc1b1e0457177f74dcc8494e8404ffde1f8d9b385 languageName: node linkType: hard -"@jupyterlab/notebook@npm:^4.3.1, @jupyterlab/notebook@npm:~4.3.1": - version: 4.3.1 - resolution: "@jupyterlab/notebook@npm:4.3.1" +"@jupyterlab/notebook@npm:^4.3.2, @jupyterlab/notebook@npm:~4.3.2": + version: 4.3.2 + resolution: "@jupyterlab/notebook@npm:4.3.2" dependencies: "@jupyter/ydoc": ^3.0.0 - "@jupyterlab/apputils": ^4.4.1 - "@jupyterlab/cells": ^4.3.1 - "@jupyterlab/codeeditor": ^4.3.1 - "@jupyterlab/codemirror": ^4.3.1 - "@jupyterlab/coreutils": ^6.3.1 - "@jupyterlab/docregistry": ^4.3.1 - "@jupyterlab/documentsearch": ^4.3.1 - "@jupyterlab/lsp": ^4.3.1 - "@jupyterlab/nbformat": ^4.3.1 - "@jupyterlab/observables": ^5.3.1 - "@jupyterlab/rendermime": ^4.3.1 - "@jupyterlab/services": ^7.3.1 - "@jupyterlab/settingregistry": ^4.3.1 - "@jupyterlab/statusbar": ^4.3.1 - "@jupyterlab/toc": ^6.3.1 - "@jupyterlab/translation": ^4.3.1 - "@jupyterlab/ui-components": ^4.3.1 + "@jupyterlab/apputils": ^4.4.2 + "@jupyterlab/cells": ^4.3.2 + "@jupyterlab/codeeditor": ^4.3.2 + "@jupyterlab/codemirror": ^4.3.2 + "@jupyterlab/coreutils": ^6.3.2 + "@jupyterlab/docregistry": ^4.3.2 + "@jupyterlab/documentsearch": ^4.3.2 + "@jupyterlab/lsp": ^4.3.2 + "@jupyterlab/nbformat": ^4.3.2 + "@jupyterlab/observables": ^5.3.2 + "@jupyterlab/rendermime": ^4.3.2 + "@jupyterlab/services": ^7.3.2 + "@jupyterlab/settingregistry": ^4.3.2 + "@jupyterlab/statusbar": ^4.3.2 + "@jupyterlab/toc": ^6.3.2 + "@jupyterlab/translation": ^4.3.2 + "@jupyterlab/ui-components": ^4.3.2 "@lumino/algorithm": ^2.0.2 "@lumino/coreutils": ^2.2.0 "@lumino/disposable": ^2.1.3 @@ -3789,34 +3789,34 @@ __metadata: "@lumino/virtualdom": ^2.0.2 "@lumino/widgets": ^2.5.0 react: ^18.2.0 - checksum: 4f208119e412492e2b732be316f1a60222d662401c099ecb6f5ec54e5926b66568936b1c91341bb5fcd699570db84ccc4e3fb0117f506f78234b563c54a5514e + checksum: 70d22963f20209c3130f8d04715fd395a671b357afc513cdfd700e4f5d8a37012f32fa5fbd863f927ff357da5ef88ededfd14d471293db599c7696158e703044 languageName: node linkType: hard -"@jupyterlab/observables@npm:^5.3.1": - version: 5.3.1 - resolution: "@jupyterlab/observables@npm:5.3.1" +"@jupyterlab/observables@npm:^5.3.2": + version: 5.3.2 + resolution: "@jupyterlab/observables@npm:5.3.2" dependencies: "@lumino/algorithm": ^2.0.2 "@lumino/coreutils": ^2.2.0 "@lumino/disposable": ^2.1.3 "@lumino/messaging": ^2.0.2 "@lumino/signaling": ^2.1.3 - checksum: 2c15097088e06a4f12a9e94f8fb26baec7f9fe86188f9e7b6fb421c655b2acbb5cb95f3abb53b86bb417649523561268789393fa9da7b92fa70d2f123320241e + checksum: 2aca1eacfb7e207dd9c855bab00c3997ecd1d915bda22bd0cefb53eb0560aa40bcf9688229a671eac49ca4041eccf946954a8811ad9173ade0175e31a38847bb languageName: node linkType: hard -"@jupyterlab/outputarea@npm:^4.3.1": - version: 4.3.1 - resolution: "@jupyterlab/outputarea@npm:4.3.1" - dependencies: - "@jupyterlab/apputils": ^4.4.1 - "@jupyterlab/nbformat": ^4.3.1 - "@jupyterlab/observables": ^5.3.1 - "@jupyterlab/rendermime": ^4.3.1 - "@jupyterlab/rendermime-interfaces": ^3.11.1 - "@jupyterlab/services": ^7.3.1 - "@jupyterlab/translation": ^4.3.1 +"@jupyterlab/outputarea@npm:^4.3.2": + version: 4.3.2 + resolution: "@jupyterlab/outputarea@npm:4.3.2" + dependencies: + "@jupyterlab/apputils": ^4.4.2 + "@jupyterlab/nbformat": ^4.3.2 + "@jupyterlab/observables": ^5.3.2 + "@jupyterlab/rendermime": ^4.3.2 + "@jupyterlab/rendermime-interfaces": ^3.11.2 + "@jupyterlab/services": ^7.3.2 + "@jupyterlab/translation": ^4.3.2 "@lumino/algorithm": ^2.0.2 "@lumino/coreutils": ^2.2.0 "@lumino/disposable": ^2.1.3 @@ -3824,133 +3824,133 @@ __metadata: "@lumino/properties": ^2.0.2 "@lumino/signaling": ^2.1.3 "@lumino/widgets": ^2.5.0 - checksum: 9bbbcd82148c68b63531f1b671229d0f4394afe3455afbc8808214d5d87b262a45a1f689dbcce0eaec1d6d2f012554e382adbc99824f9e36cce211b867454e4e + checksum: 15c03b9b0ca47116f039658ee00a13318a52d9b240c1aacfcdd3515d819ced75d4026e815a1c1269b28c463522bdcd310a49589735a17849d1091c2df982445c languageName: node linkType: hard -"@jupyterlab/pdf-extension@npm:~4.3.1": - version: 4.3.1 - resolution: "@jupyterlab/pdf-extension@npm:4.3.1" +"@jupyterlab/pdf-extension@npm:~4.3.2": + version: 4.3.2 + resolution: "@jupyterlab/pdf-extension@npm:4.3.2" dependencies: - "@jupyterlab/rendermime-interfaces": ^3.11.1 + "@jupyterlab/rendermime-interfaces": ^3.11.2 "@lumino/coreutils": ^2.2.0 "@lumino/disposable": ^2.1.3 "@lumino/widgets": ^2.5.0 - checksum: 6fee3e5e1014ae35d8b9ba9782f38431edc0fdbb48c8be639e1dc593e140692589246f8f3d0cca225b09893a1b623d37a950051c3c75ef30bd24911caa9ed40d + checksum: d4cc4701fa787a155c413e77ff51088c4fcc2a325d1e4f06f4049a06fa8fdfa613e4219cddc00f58a0e25f365f80b2d83307d874269fdc4e7c5eb952aea204af languageName: node linkType: hard -"@jupyterlab/pluginmanager-extension@npm:~4.3.1": - version: 4.3.1 - resolution: "@jupyterlab/pluginmanager-extension@npm:4.3.1" +"@jupyterlab/pluginmanager-extension@npm:~4.3.2": + version: 4.3.2 + resolution: "@jupyterlab/pluginmanager-extension@npm:4.3.2" dependencies: - "@jupyterlab/application": ^4.3.1 - "@jupyterlab/apputils": ^4.4.1 - "@jupyterlab/pluginmanager": ^4.3.1 - "@jupyterlab/translation": ^4.3.1 - "@jupyterlab/ui-components": ^4.3.1 + "@jupyterlab/application": ^4.3.2 + "@jupyterlab/apputils": ^4.4.2 + "@jupyterlab/pluginmanager": ^4.3.2 + "@jupyterlab/translation": ^4.3.2 + "@jupyterlab/ui-components": ^4.3.2 "@lumino/coreutils": ^2.2.0 - checksum: 3e307fbb1a35431a1ec60b571bb48c28191e8499c42624cbc4ed15d98063ea8909a3af4e9a8f34a34e1779d3a12bd2c9293bbd7b82b8900b7371b5b511b7fe86 + checksum: 06985338a08d7e620b545e9019a50be5a40b40e6d68c162509de5be782c0cd3b77b58bd8b4b5608a398757ab02a7f956ba892740b0e84d1118192befae636172 languageName: node linkType: hard -"@jupyterlab/pluginmanager@npm:^4.3.1": - version: 4.3.1 - resolution: "@jupyterlab/pluginmanager@npm:4.3.1" - dependencies: - "@jupyterlab/application": ^4.3.1 - "@jupyterlab/apputils": ^4.4.1 - "@jupyterlab/coreutils": ^6.3.1 - "@jupyterlab/services": ^7.3.1 - "@jupyterlab/translation": ^4.3.1 - "@jupyterlab/ui-components": ^4.3.1 +"@jupyterlab/pluginmanager@npm:^4.3.2": + version: 4.3.2 + resolution: "@jupyterlab/pluginmanager@npm:4.3.2" + dependencies: + "@jupyterlab/application": ^4.3.2 + "@jupyterlab/apputils": ^4.4.2 + "@jupyterlab/coreutils": ^6.3.2 + "@jupyterlab/services": ^7.3.2 + "@jupyterlab/translation": ^4.3.2 + "@jupyterlab/ui-components": ^4.3.2 "@lumino/coreutils": ^2.2.0 "@lumino/signaling": ^2.1.3 "@lumino/widgets": ^2.5.0 react: ^18.2.0 - checksum: cf9860c289f94d253e2448c7f65780ed3ede72926c28309fb716f838df9d37f17588cf4391d9d0e2e7cd6e550c351b45bb6b4a118f667bfeff0ea5fb19b0beda + checksum: 953bbcee4436c8c3b7c9bb80acfc0b29641036e0426d72fb8711d1820e47daf2ba6727d94f7c075a2987826dc7fbe2f2ed4ca819aaab89a8a792dfdd3c1f8774 languageName: node linkType: hard -"@jupyterlab/property-inspector@npm:^4.3.1": - version: 4.3.1 - resolution: "@jupyterlab/property-inspector@npm:4.3.1" +"@jupyterlab/property-inspector@npm:^4.3.2": + version: 4.3.2 + resolution: "@jupyterlab/property-inspector@npm:4.3.2" dependencies: - "@jupyterlab/application": ^4.3.1 - "@jupyterlab/translation": ^4.3.1 - "@jupyterlab/ui-components": ^4.3.1 + "@jupyterlab/application": ^4.3.2 + "@jupyterlab/translation": ^4.3.2 + "@jupyterlab/ui-components": ^4.3.2 "@lumino/coreutils": ^2.2.0 "@lumino/disposable": ^2.1.3 "@lumino/signaling": ^2.1.3 "@lumino/widgets": ^2.5.0 react: ^18.2.0 - checksum: 51cfbab9fd9b27c121f365f0e98ba2c317300ee35d6b29e615a3cd5d1fb24a17c7d00e6cdf2350d25d7ad7e364bf06f4e0dc3190248e0d567a9371f48e50eb27 + checksum: 8e0be342c2fd9ab4d2c189a25059b7fecab25f6a7a8e997715ccca0c0aaa4840a7cac08ff8cee6f85dd7c50eae65803e51842033d494b73480a714adcac6e2cb languageName: node linkType: hard -"@jupyterlab/rendermime-interfaces@npm:^3.11.1, @jupyterlab/rendermime-interfaces@npm:~3.11.1": - version: 3.11.1 - resolution: "@jupyterlab/rendermime-interfaces@npm:3.11.1" +"@jupyterlab/rendermime-interfaces@npm:^3.11.2, @jupyterlab/rendermime-interfaces@npm:~3.11.2": + version: 3.11.2 + resolution: "@jupyterlab/rendermime-interfaces@npm:3.11.2" dependencies: "@lumino/coreutils": ^1.11.0 || ^2.2.0 "@lumino/widgets": ^1.37.2 || ^2.5.0 - checksum: 296e3f4ebcdd760ebf503b6c9467a2f56ed6e19108c7f319a90cff32e0585b0a5147c982bc79a573fe1920e3bc4c6183d8d4e939659ed857baa2b12587061c57 + checksum: e29cca8885e2ea5cb11d45c89a0a9756b3b462ad69720351a271c285a09d95477d0c1b8e78b3a20d2b2f4fe25bce9e0bb35a314132e18b008f679733e2a0ee3a languageName: node linkType: hard -"@jupyterlab/rendermime@npm:^4.3.1, @jupyterlab/rendermime@npm:~4.3.1": - version: 4.3.1 - resolution: "@jupyterlab/rendermime@npm:4.3.1" - dependencies: - "@jupyterlab/apputils": ^4.4.1 - "@jupyterlab/coreutils": ^6.3.1 - "@jupyterlab/nbformat": ^4.3.1 - "@jupyterlab/observables": ^5.3.1 - "@jupyterlab/rendermime-interfaces": ^3.11.1 - "@jupyterlab/services": ^7.3.1 - "@jupyterlab/translation": ^4.3.1 +"@jupyterlab/rendermime@npm:^4.3.2, @jupyterlab/rendermime@npm:~4.3.2": + version: 4.3.2 + resolution: "@jupyterlab/rendermime@npm:4.3.2" + dependencies: + "@jupyterlab/apputils": ^4.4.2 + "@jupyterlab/coreutils": ^6.3.2 + "@jupyterlab/nbformat": ^4.3.2 + "@jupyterlab/observables": ^5.3.2 + "@jupyterlab/rendermime-interfaces": ^3.11.2 + "@jupyterlab/services": ^7.3.2 + "@jupyterlab/translation": ^4.3.2 "@lumino/coreutils": ^2.2.0 "@lumino/messaging": ^2.0.2 "@lumino/signaling": ^2.1.3 "@lumino/widgets": ^2.5.0 lodash.escape: ^4.0.1 - checksum: 8ded08cbed91d983289f20e21d05d555888f3e19a83e6cbc8f4d72748345dfec1017de63da1644f82368f2a591eac6dae15aa6197b295e4242f5d84965566791 + checksum: 52e9c211ef1c655b54b751e92474d6f3a0cf0322e7be1a1599f69263bd89a5529eac2f4a9e7429c6a7e39b9c152da1aea8b497a20ad409b9c4113150e32a75aa languageName: node linkType: hard -"@jupyterlab/running-extension@npm:~4.3.1": - version: 4.3.1 - resolution: "@jupyterlab/running-extension@npm:4.3.1" - dependencies: - "@jupyterlab/application": ^4.3.1 - "@jupyterlab/apputils": ^4.4.1 - "@jupyterlab/coreutils": ^6.3.1 - "@jupyterlab/docmanager": ^4.3.1 - "@jupyterlab/docregistry": ^4.3.1 - "@jupyterlab/rendermime-interfaces": ^3.11.1 - "@jupyterlab/running": ^4.3.1 - "@jupyterlab/services": ^7.3.1 - "@jupyterlab/statedb": ^4.3.1 - "@jupyterlab/translation": ^4.3.1 - "@jupyterlab/ui-components": ^4.3.1 +"@jupyterlab/running-extension@npm:~4.3.2": + version: 4.3.2 + resolution: "@jupyterlab/running-extension@npm:4.3.2" + dependencies: + "@jupyterlab/application": ^4.3.2 + "@jupyterlab/apputils": ^4.4.2 + "@jupyterlab/coreutils": ^6.3.2 + "@jupyterlab/docmanager": ^4.3.2 + "@jupyterlab/docregistry": ^4.3.2 + "@jupyterlab/rendermime-interfaces": ^3.11.2 + "@jupyterlab/running": ^4.3.2 + "@jupyterlab/services": ^7.3.2 + "@jupyterlab/statedb": ^4.3.2 + "@jupyterlab/translation": ^4.3.2 + "@jupyterlab/ui-components": ^4.3.2 "@lumino/commands": ^2.3.1 "@lumino/polling": ^2.1.3 "@lumino/signaling": ^2.1.3 "@lumino/widgets": ^2.5.0 react: ^18.2.0 - checksum: 9fc30c8995a0396d4e5f323e6cc725197fccdf8642c283975b42142a23eec35db5d7b6f1c825e1f40caf74840d9675e4339c4a7eba494f83823e246b328381f0 + checksum: 638045cf7a10f44ce0e659acc4cdeacc7bb524809143d6cfe4d3e206fd35031a60ab6316f2d30ddc1b40622e0668cc9f7ec784762a6ab7b89be4c1c4c55fe899 languageName: node linkType: hard -"@jupyterlab/running@npm:^4.3.1": - version: 4.3.1 - resolution: "@jupyterlab/running@npm:4.3.1" +"@jupyterlab/running@npm:^4.3.2": + version: 4.3.2 + resolution: "@jupyterlab/running@npm:4.3.2" dependencies: "@jupyter/react-components": ^0.16.6 - "@jupyterlab/apputils": ^4.4.1 - "@jupyterlab/statedb": ^4.3.1 - "@jupyterlab/translation": ^4.3.1 - "@jupyterlab/ui-components": ^4.3.1 + "@jupyterlab/apputils": ^4.4.2 + "@jupyterlab/statedb": ^4.3.2 + "@jupyterlab/translation": ^4.3.2 + "@jupyterlab/ui-components": ^4.3.2 "@lumino/coreutils": ^2.2.0 "@lumino/disposable": ^2.1.3 "@lumino/domutils": ^2.0.2 @@ -3958,61 +3958,61 @@ __metadata: "@lumino/signaling": ^2.1.3 "@lumino/widgets": ^2.5.0 react: ^18.2.0 - checksum: 4653d6ae582db9e43b78fd4086835fc00b5db6b702799d54fd9d72de64cb61496fd26c391da53b0b0d3448d9bc53a5d161ee958a437d558ff8f5669fe3005576 + checksum: 184e738569d6432b292df89c078f89f2254d46c08f7263cf083f13fd788a45e20cf2908f1e55cf36cc0e97ce2ef7a65d19a500ce8f146c8301284c00e65962eb languageName: node linkType: hard -"@jupyterlab/services@npm:^7.3.1, @jupyterlab/services@npm:~7.3.1": - version: 7.3.1 - resolution: "@jupyterlab/services@npm:7.3.1" +"@jupyterlab/services@npm:^7.3.2, @jupyterlab/services@npm:~7.3.2": + version: 7.3.2 + resolution: "@jupyterlab/services@npm:7.3.2" dependencies: "@jupyter/ydoc": ^3.0.0 - "@jupyterlab/coreutils": ^6.3.1 - "@jupyterlab/nbformat": ^4.3.1 - "@jupyterlab/settingregistry": ^4.3.1 - "@jupyterlab/statedb": ^4.3.1 + "@jupyterlab/coreutils": ^6.3.2 + "@jupyterlab/nbformat": ^4.3.2 + "@jupyterlab/settingregistry": ^4.3.2 + "@jupyterlab/statedb": ^4.3.2 "@lumino/coreutils": ^2.2.0 "@lumino/disposable": ^2.1.3 "@lumino/polling": ^2.1.3 "@lumino/properties": ^2.0.2 "@lumino/signaling": ^2.1.3 ws: ^8.11.0 - checksum: d1d80fa50254fa0f5a8a7565355b57f24d1db19d414727688a6dc2c879a24812d7d660e585ab0188c0923689283195eb3070a850bb2c26c449da624db006c839 + checksum: a8c79bdadbce4ebd242830a762de7e4afe91870cb2835233381d9c923312e824b58e904661a4ef652c0b4d43f51ee25c117cfc62d697d67f652498b69b48f529 languageName: node linkType: hard -"@jupyterlab/settingeditor-extension@npm:~4.3.1": - version: 4.3.1 - resolution: "@jupyterlab/settingeditor-extension@npm:4.3.1" - dependencies: - "@jupyterlab/application": ^4.3.1 - "@jupyterlab/apputils": ^4.4.1 - "@jupyterlab/codeeditor": ^4.3.1 - "@jupyterlab/pluginmanager": ^4.3.1 - "@jupyterlab/rendermime": ^4.3.1 - "@jupyterlab/settingeditor": ^4.3.1 - "@jupyterlab/settingregistry": ^4.3.1 - "@jupyterlab/statedb": ^4.3.1 - "@jupyterlab/translation": ^4.3.1 - "@jupyterlab/ui-components": ^4.3.1 +"@jupyterlab/settingeditor-extension@npm:~4.3.2": + version: 4.3.2 + resolution: "@jupyterlab/settingeditor-extension@npm:4.3.2" + dependencies: + "@jupyterlab/application": ^4.3.2 + "@jupyterlab/apputils": ^4.4.2 + "@jupyterlab/codeeditor": ^4.3.2 + "@jupyterlab/pluginmanager": ^4.3.2 + "@jupyterlab/rendermime": ^4.3.2 + "@jupyterlab/settingeditor": ^4.3.2 + "@jupyterlab/settingregistry": ^4.3.2 + "@jupyterlab/statedb": ^4.3.2 + "@jupyterlab/translation": ^4.3.2 + "@jupyterlab/ui-components": ^4.3.2 "@lumino/disposable": ^2.1.3 - checksum: 5ca499bf6bff1c4ee798958e2f4268fce623fd12e119b4fe232439802ac2236d0fce6636f3c1faf84ad382090ff096341b054ea5a3202020244079f755152eb6 + checksum: d3c696b439da4a3ff31e98053fabf4f3ac0232c6747fe655155c88b37b76dbcac167980049e0837592f808573da149d8574f560757622fc888462bbc59cb19f5 languageName: node linkType: hard -"@jupyterlab/settingeditor@npm:^4.3.1, @jupyterlab/settingeditor@npm:~4.3.1": - version: 4.3.1 - resolution: "@jupyterlab/settingeditor@npm:4.3.1" - dependencies: - "@jupyterlab/application": ^4.3.1 - "@jupyterlab/apputils": ^4.4.1 - "@jupyterlab/codeeditor": ^4.3.1 - "@jupyterlab/inspector": ^4.3.1 - "@jupyterlab/rendermime": ^4.3.1 - "@jupyterlab/settingregistry": ^4.3.1 - "@jupyterlab/statedb": ^4.3.1 - "@jupyterlab/translation": ^4.3.1 - "@jupyterlab/ui-components": ^4.3.1 +"@jupyterlab/settingeditor@npm:^4.3.2, @jupyterlab/settingeditor@npm:~4.3.2": + version: 4.3.2 + resolution: "@jupyterlab/settingeditor@npm:4.3.2" + dependencies: + "@jupyterlab/application": ^4.3.2 + "@jupyterlab/apputils": ^4.4.2 + "@jupyterlab/codeeditor": ^4.3.2 + "@jupyterlab/inspector": ^4.3.2 + "@jupyterlab/rendermime": ^4.3.2 + "@jupyterlab/settingregistry": ^4.3.2 + "@jupyterlab/statedb": ^4.3.2 + "@jupyterlab/translation": ^4.3.2 + "@jupyterlab/ui-components": ^4.3.2 "@lumino/algorithm": ^2.0.2 "@lumino/commands": ^2.3.1 "@lumino/coreutils": ^2.2.0 @@ -4026,16 +4026,16 @@ __metadata: "@rjsf/validator-ajv8": ^5.13.4 json-schema: ^0.4.0 react: ^18.2.0 - checksum: 1b16bc2cba460daa6a630741cee8b342044ecfa42dca5eb087a99aa2655efbd61893abed7586ec132ec85f8dd3132c64ceab8a14d0f1bac2184f46a5dc240a0b + checksum: ee374de7b0b30de500fe1821376aeccdb951beaff178e95f27bee43984517ec2c687d0ab6cf240ca3d489098f3e39378ce624b64e9e81dce70766da73c97a3ae languageName: node linkType: hard -"@jupyterlab/settingregistry@npm:^4.3.1, @jupyterlab/settingregistry@npm:~4.3.1": - version: 4.3.1 - resolution: "@jupyterlab/settingregistry@npm:4.3.1" +"@jupyterlab/settingregistry@npm:^4.3.2, @jupyterlab/settingregistry@npm:~4.3.2": + version: 4.3.2 + resolution: "@jupyterlab/settingregistry@npm:4.3.2" dependencies: - "@jupyterlab/nbformat": ^4.3.1 - "@jupyterlab/statedb": ^4.3.1 + "@jupyterlab/nbformat": ^4.3.2 + "@jupyterlab/statedb": ^4.3.2 "@lumino/commands": ^2.3.1 "@lumino/coreutils": ^2.2.0 "@lumino/disposable": ^2.1.3 @@ -4045,18 +4045,18 @@ __metadata: json5: ^2.2.3 peerDependencies: react: ">=16" - checksum: c4f8fcedba9c524004fe919129242cdcbe1661ce7e71c2eb8bfe131ebe6e625367e1c05866b7326046599e4a7668bc07e303e526d87b960846d72457ea4defbd + checksum: 4c2ab20a7cb090db0a3fee6335f782bda037ee03acacaf082083032a519e3d4c40044ddcfffa71d316817a3d74858cb9f46bf48d53444d5d7374fb8808a5d21e languageName: node linkType: hard -"@jupyterlab/shortcuts-extension@npm:~5.1.1": - version: 5.1.1 - resolution: "@jupyterlab/shortcuts-extension@npm:5.1.1" +"@jupyterlab/shortcuts-extension@npm:~5.1.2": + version: 5.1.2 + resolution: "@jupyterlab/shortcuts-extension@npm:5.1.2" dependencies: - "@jupyterlab/application": ^4.3.1 - "@jupyterlab/settingregistry": ^4.3.1 - "@jupyterlab/translation": ^4.3.1 - "@jupyterlab/ui-components": ^4.3.1 + "@jupyterlab/application": ^4.3.2 + "@jupyterlab/settingregistry": ^4.3.2 + "@jupyterlab/translation": ^4.3.2 + "@jupyterlab/ui-components": ^4.3.2 "@lumino/algorithm": ^2.0.2 "@lumino/commands": ^2.3.1 "@lumino/coreutils": ^2.2.0 @@ -4065,28 +4065,28 @@ __metadata: "@lumino/keyboard": ^2.0.2 "@lumino/signaling": ^2.1.3 react: ^18.2.0 - checksum: 23836ca8dad19a903e7c25b90a770e150cc17dfbb3a9f4730d67e340d3ff2cd31bcf40480f89386b656d67f2482f3a64213b73a1d50844b300004afc6aeb561a + checksum: 997cb727bbae00d0993f92ed7e810ed52d51003f287e67d22cd1f80ab19c11b059a259a43bf237d7bd24a7a644c76e97e5c70a57f7d337c0595517243d1a2959 languageName: node linkType: hard -"@jupyterlab/statedb@npm:^4.3.1, @jupyterlab/statedb@npm:~4.3.1": - version: 4.3.1 - resolution: "@jupyterlab/statedb@npm:4.3.1" +"@jupyterlab/statedb@npm:^4.3.2, @jupyterlab/statedb@npm:~4.3.2": + version: 4.3.2 + resolution: "@jupyterlab/statedb@npm:4.3.2" dependencies: "@lumino/commands": ^2.3.1 "@lumino/coreutils": ^2.2.0 "@lumino/disposable": ^2.1.3 "@lumino/properties": ^2.0.2 "@lumino/signaling": ^2.1.3 - checksum: 781798f6107bcf1caae1f6f7714583145deba95d8c4a10a5a3adeabd6351f1505af60ae2a5b18d7698ba9584c68241c700209e6be48c4b625fd2c5d12254f726 + checksum: a3cebd716be2e124c009820b3d39b8c5c0a83ae56c9fdfb4312bfb63d265d3ab135bd9d9532a619daff7d711e62042d242f48c5b58abf9cc5dbf3a2aaf2c673f languageName: node linkType: hard -"@jupyterlab/statusbar@npm:^4.3.1": - version: 4.3.1 - resolution: "@jupyterlab/statusbar@npm:4.3.1" +"@jupyterlab/statusbar@npm:^4.3.2": + version: 4.3.2 + resolution: "@jupyterlab/statusbar@npm:4.3.2" dependencies: - "@jupyterlab/ui-components": ^4.3.1 + "@jupyterlab/ui-components": ^4.3.2 "@lumino/algorithm": ^2.0.2 "@lumino/coreutils": ^2.2.0 "@lumino/disposable": ^2.1.3 @@ -4094,36 +4094,36 @@ __metadata: "@lumino/signaling": ^2.1.3 "@lumino/widgets": ^2.5.0 react: ^18.2.0 - checksum: 75edb4de39051c29bc37ec36379f42ae1ce711648a775202582860f70146872efdec8ea6cb08fea556adc7a10ee1533b29bdebf4acde5696aa5bacefae71eaa2 + checksum: 68c9b3c238197d1745e052a77489576b642f303266d6228eb0a71555888c6192107f59eaa6c2668c8e60459fd6155f19efcdb88f40040df2460c29ec10588c68 languageName: node linkType: hard -"@jupyterlab/terminal-extension@npm:~4.3.1": - version: 4.3.1 - resolution: "@jupyterlab/terminal-extension@npm:4.3.1" - dependencies: - "@jupyterlab/application": ^4.3.1 - "@jupyterlab/apputils": ^4.4.1 - "@jupyterlab/launcher": ^4.3.1 - "@jupyterlab/mainmenu": ^4.3.1 - "@jupyterlab/running": ^4.3.1 - "@jupyterlab/services": ^7.3.1 - "@jupyterlab/settingregistry": ^4.3.1 - "@jupyterlab/terminal": ^4.3.1 - "@jupyterlab/translation": ^4.3.1 - "@jupyterlab/ui-components": ^4.3.1 +"@jupyterlab/terminal-extension@npm:~4.3.2": + version: 4.3.2 + resolution: "@jupyterlab/terminal-extension@npm:4.3.2" + dependencies: + "@jupyterlab/application": ^4.3.2 + "@jupyterlab/apputils": ^4.4.2 + "@jupyterlab/launcher": ^4.3.2 + "@jupyterlab/mainmenu": ^4.3.2 + "@jupyterlab/running": ^4.3.2 + "@jupyterlab/services": ^7.3.2 + "@jupyterlab/settingregistry": ^4.3.2 + "@jupyterlab/terminal": ^4.3.2 + "@jupyterlab/translation": ^4.3.2 + "@jupyterlab/ui-components": ^4.3.2 "@lumino/widgets": ^2.5.0 - checksum: 77cc3232fd835d338525e645efacdc17a190dc6c30f4a7984d040dd9b87781c86e49ab59766b899fcd72066128b174482222dde4976f1e5501ac28fcf62427d7 + checksum: fe9c9e9115325a7809d1c92148c4f906b55de58d6aef6d6f7c5c6c2c9b34b599281265b8d6285c68930c0a924daff2858b966db9762b6ab7af471b33bc8528c4 languageName: node linkType: hard -"@jupyterlab/terminal@npm:^4.3.1, @jupyterlab/terminal@npm:~4.3.1": - version: 4.3.1 - resolution: "@jupyterlab/terminal@npm:4.3.1" +"@jupyterlab/terminal@npm:^4.3.2, @jupyterlab/terminal@npm:~4.3.2": + version: 4.3.2 + resolution: "@jupyterlab/terminal@npm:4.3.2" dependencies: - "@jupyterlab/apputils": ^4.4.1 - "@jupyterlab/services": ^7.3.1 - "@jupyterlab/translation": ^4.3.1 + "@jupyterlab/apputils": ^4.4.2 + "@jupyterlab/services": ^7.3.2 + "@jupyterlab/translation": ^4.3.2 "@lumino/coreutils": ^2.2.0 "@lumino/domutils": ^2.0.2 "@lumino/messaging": ^2.0.2 @@ -4133,17 +4133,17 @@ __metadata: "@xterm/addon-web-links": ~0.11.0 "@xterm/addon-webgl": ~0.18.0 "@xterm/xterm": ~5.5.0 - checksum: 20a0d42d9fb2a51ada4ca276cc2478df7804b2678632ca422c1331a13dd6225e6864172254984fa0f65b1b40c0ed2b65405e61e212b4f6b15be30ceabd3992a0 + checksum: dd8763b22873e43823e901d5cb7585a093f9c25a95b350bfcb8b5fb201a3909458585b98e8a5d2702c484d297c9ba5a8b2048e81774c329f60a1537c1d9a6418 languageName: node linkType: hard -"@jupyterlab/testing@npm:^4.3.1": - version: 4.3.1 - resolution: "@jupyterlab/testing@npm:4.3.1" +"@jupyterlab/testing@npm:^4.3.2": + version: 4.3.2 + resolution: "@jupyterlab/testing@npm:4.3.2" dependencies: "@babel/core": ^7.10.2 "@babel/preset-env": ^7.10.2 - "@jupyterlab/coreutils": ^6.3.1 + "@jupyterlab/coreutils": ^6.3.2 "@lumino/coreutils": ^2.2.0 "@lumino/signaling": ^2.1.3 deepmerge: ^4.2.2 @@ -4156,174 +4156,174 @@ __metadata: ts-jest: ^29.1.0 peerDependencies: typescript: ">=4.3" - checksum: 34cacfd6d13c99351ce5ca9a8578e668ed2fb11b7227917b24e542e5dd47ff305ef65cc419a1a1a872fb8704f99d62baa80ba9cc6acdde52fa6ad89ae930b2be + checksum: ad60608c18dd9d57d81aaa061c3a8061a92099b94c491b48e83c05661fc0a04b5ff3e2380ae642d6d2a1f3e19cadee4af9738a19d2e2e19602a17475d1387630 languageName: node linkType: hard -"@jupyterlab/testutils@npm:~4.3.1": - version: 4.3.1 - resolution: "@jupyterlab/testutils@npm:4.3.1" +"@jupyterlab/testutils@npm:~4.3.2": + version: 4.3.2 + resolution: "@jupyterlab/testutils@npm:4.3.2" dependencies: - "@jupyterlab/application": ^4.3.1 - "@jupyterlab/apputils": ^4.4.1 - "@jupyterlab/notebook": ^4.3.1 - "@jupyterlab/rendermime": ^4.3.1 - "@jupyterlab/testing": ^4.3.1 - checksum: ec3e8c3f20a77d52354b56076a69b5da06d15864c0ff43f34572da2ffce39eb1acea7d59a1c36fa451fa0ef8715aaecee76a02f17faf468a6a93e354d094217e + "@jupyterlab/application": ^4.3.2 + "@jupyterlab/apputils": ^4.4.2 + "@jupyterlab/notebook": ^4.3.2 + "@jupyterlab/rendermime": ^4.3.2 + "@jupyterlab/testing": ^4.3.2 + checksum: 4e7b621f6c97fbc60f0954e46d20c8d4c7e299e4f4334cf773392ba0cb6d9b35fc85986d9be319f111e9d12cc7e1530a931c660dd10fd3eada202cd64e6a0203 languageName: node linkType: hard -"@jupyterlab/theme-dark-extension@npm:~4.3.1": - version: 4.3.1 - resolution: "@jupyterlab/theme-dark-extension@npm:4.3.1" +"@jupyterlab/theme-dark-extension@npm:~4.3.2": + version: 4.3.2 + resolution: "@jupyterlab/theme-dark-extension@npm:4.3.2" dependencies: - "@jupyterlab/application": ^4.3.1 - "@jupyterlab/apputils": ^4.4.1 - "@jupyterlab/translation": ^4.3.1 - checksum: 977d722d7e8ada45bbd275942a8cfefa7970071e05368eed885dd07fd36e9419b580216d638e07a2e60d4d82bd75258c496d66a7019702e6e58a7fb7cc89a2f0 + "@jupyterlab/application": ^4.3.2 + "@jupyterlab/apputils": ^4.4.2 + "@jupyterlab/translation": ^4.3.2 + checksum: de42aa7782b943f650663cf47189263137e181115cf54a42cfb57b5147c7bb979dd81546cee7cb8999835ca1ef2291737351107229e28b7ec3e698466cb85809 languageName: node linkType: hard -"@jupyterlab/theme-dark-high-contrast-extension@npm:~4.3.1": - version: 4.3.1 - resolution: "@jupyterlab/theme-dark-high-contrast-extension@npm:4.3.1" +"@jupyterlab/theme-dark-high-contrast-extension@npm:~4.3.2": + version: 4.3.2 + resolution: "@jupyterlab/theme-dark-high-contrast-extension@npm:4.3.2" dependencies: - "@jupyterlab/application": ^4.3.1 - "@jupyterlab/apputils": ^4.4.1 - "@jupyterlab/translation": ^4.3.1 - checksum: d6d072d7f8d3be16d4223a000865eb1bd6edcbc591c1170218fcfa2911390e1ce038e7a2ac7d4791e58735fe6a8dfb83ba203fcf5505b1673702d2c514767e06 + "@jupyterlab/application": ^4.3.2 + "@jupyterlab/apputils": ^4.4.2 + "@jupyterlab/translation": ^4.3.2 + checksum: 884f784d466f394b0d20b38b6251a6f6fbc57594f911069db709adf3ccbdd895d5858450bd9bb61fc6534fe3746a6753fcc1c0fc2633ab82023a2a182e073e73 languageName: node linkType: hard -"@jupyterlab/theme-light-extension@npm:~4.3.1": - version: 4.3.1 - resolution: "@jupyterlab/theme-light-extension@npm:4.3.1" +"@jupyterlab/theme-light-extension@npm:~4.3.2": + version: 4.3.2 + resolution: "@jupyterlab/theme-light-extension@npm:4.3.2" dependencies: - "@jupyterlab/application": ^4.3.1 - "@jupyterlab/apputils": ^4.4.1 - "@jupyterlab/translation": ^4.3.1 - checksum: 75075ddfce5f53f58d33ee63ff769bac2da90d350a5c2b52f672d6ac5553588ed16feb2ef249f0b97edd147257a632356019c4571840cfad46386385a2250631 + "@jupyterlab/application": ^4.3.2 + "@jupyterlab/apputils": ^4.4.2 + "@jupyterlab/translation": ^4.3.2 + checksum: b7fa031a47cef1fc2e2d0f1044d9b0369fbc60177e186016650869e5e60d143e9923b3308f0398899657fdfab152f99fe701a47ec5a2a0246d611e80d45d9a0b languageName: node linkType: hard -"@jupyterlab/toc-extension@npm:~6.3.1": - version: 6.3.1 - resolution: "@jupyterlab/toc-extension@npm:6.3.1" +"@jupyterlab/toc-extension@npm:~6.3.2": + version: 6.3.2 + resolution: "@jupyterlab/toc-extension@npm:6.3.2" dependencies: - "@jupyterlab/application": ^4.3.1 - "@jupyterlab/settingregistry": ^4.3.1 - "@jupyterlab/toc": ^6.3.1 - "@jupyterlab/translation": ^4.3.1 - "@jupyterlab/ui-components": ^4.3.1 - checksum: 87c13466b8af23b7662c3291a14779019a7482518718c52782deaeb547f7510266cbf1f013f27a49ece2f09988f7ebd57582fa0cd316a493d4e4efff51995398 + "@jupyterlab/application": ^4.3.2 + "@jupyterlab/settingregistry": ^4.3.2 + "@jupyterlab/toc": ^6.3.2 + "@jupyterlab/translation": ^4.3.2 + "@jupyterlab/ui-components": ^4.3.2 + checksum: b17f2a73b73f7c02bc0df87f59ef656b5d5c299a74d91cf900fce18c4f67f177c9ea243a1f4fe7eb56771fd5700a2c84f737c01f6be22821ac6fbe814fa3795f languageName: node linkType: hard -"@jupyterlab/toc@npm:^6.3.1": - version: 6.3.1 - resolution: "@jupyterlab/toc@npm:6.3.1" +"@jupyterlab/toc@npm:^6.3.2": + version: 6.3.2 + resolution: "@jupyterlab/toc@npm:6.3.2" dependencies: "@jupyter/react-components": ^0.16.6 - "@jupyterlab/apputils": ^4.4.1 - "@jupyterlab/coreutils": ^6.3.1 - "@jupyterlab/docregistry": ^4.3.1 - "@jupyterlab/observables": ^5.3.1 - "@jupyterlab/rendermime": ^4.3.1 - "@jupyterlab/rendermime-interfaces": ^3.11.1 - "@jupyterlab/translation": ^4.3.1 - "@jupyterlab/ui-components": ^4.3.1 + "@jupyterlab/apputils": ^4.4.2 + "@jupyterlab/coreutils": ^6.3.2 + "@jupyterlab/docregistry": ^4.3.2 + "@jupyterlab/observables": ^5.3.2 + "@jupyterlab/rendermime": ^4.3.2 + "@jupyterlab/rendermime-interfaces": ^3.11.2 + "@jupyterlab/translation": ^4.3.2 + "@jupyterlab/ui-components": ^4.3.2 "@lumino/coreutils": ^2.2.0 "@lumino/disposable": ^2.1.3 "@lumino/messaging": ^2.0.2 "@lumino/signaling": ^2.1.3 "@lumino/widgets": ^2.5.0 react: ^18.2.0 - checksum: dfa1edf4b5afbc2fefde9cf2914e335fa70443729183e2e1af69a0983e1411f8f152b81677c74f67866d38ee20b6e1af2eab281f32b4f8cdee4fa550e5c98e98 + checksum: 1c845c1027fb22bed50576d48d1d9eb86ba7b5b7ff4e54249f5ccd43d95475789822f1dda9d7efe703cafefe20afdda91fe0f52ee622c568186258539f1286c9 languageName: node linkType: hard -"@jupyterlab/tooltip-extension@npm:~4.3.1": - version: 4.3.1 - resolution: "@jupyterlab/tooltip-extension@npm:4.3.1" - dependencies: - "@jupyterlab/application": ^4.3.1 - "@jupyterlab/codeeditor": ^4.3.1 - "@jupyterlab/console": ^4.3.1 - "@jupyterlab/coreutils": ^6.3.1 - "@jupyterlab/fileeditor": ^4.3.1 - "@jupyterlab/notebook": ^4.3.1 - "@jupyterlab/rendermime": ^4.3.1 - "@jupyterlab/services": ^7.3.1 - "@jupyterlab/tooltip": ^4.3.1 - "@jupyterlab/translation": ^4.3.1 +"@jupyterlab/tooltip-extension@npm:~4.3.2": + version: 4.3.2 + resolution: "@jupyterlab/tooltip-extension@npm:4.3.2" + dependencies: + "@jupyterlab/application": ^4.3.2 + "@jupyterlab/codeeditor": ^4.3.2 + "@jupyterlab/console": ^4.3.2 + "@jupyterlab/coreutils": ^6.3.2 + "@jupyterlab/fileeditor": ^4.3.2 + "@jupyterlab/notebook": ^4.3.2 + "@jupyterlab/rendermime": ^4.3.2 + "@jupyterlab/services": ^7.3.2 + "@jupyterlab/tooltip": ^4.3.2 + "@jupyterlab/translation": ^4.3.2 "@lumino/algorithm": ^2.0.2 "@lumino/coreutils": ^2.2.0 "@lumino/widgets": ^2.5.0 - checksum: 4176a7f93e417ed40e841c0a9e025640c1703d84ae352e56720d0ce52d02aa3bcad9ad89b203c1eb936935c46d33c2a4cc898e2cbd451d44e8d50ad74b57b900 + checksum: 24299af8340bc0db1da57cf95c79157a5eeb6f97f90eeca4c3e55df9b2a70d8138aacc2e7d6a57210b0635ffc705b258a72d3479b971503318c56cafbc242166 languageName: node linkType: hard -"@jupyterlab/tooltip@npm:^4.3.1": - version: 4.3.1 - resolution: "@jupyterlab/tooltip@npm:4.3.1" +"@jupyterlab/tooltip@npm:^4.3.2": + version: 4.3.2 + resolution: "@jupyterlab/tooltip@npm:4.3.2" dependencies: - "@jupyterlab/codeeditor": ^4.3.1 - "@jupyterlab/rendermime": ^4.3.1 - "@jupyterlab/services": ^7.3.1 - "@jupyterlab/ui-components": ^4.3.1 + "@jupyterlab/codeeditor": ^4.3.2 + "@jupyterlab/rendermime": ^4.3.2 + "@jupyterlab/services": ^7.3.2 + "@jupyterlab/ui-components": ^4.3.2 "@lumino/coreutils": ^2.2.0 "@lumino/messaging": ^2.0.2 "@lumino/widgets": ^2.5.0 - checksum: b13dfc7ec8e905b853dde2c1264fc58d3bccd2de2a4124b454fc83139069acec7681bf87c65f71ab83da98e7b06af541cd5fbf70c8ebce28332a3cd1a4c1f50f + checksum: a9e66570e01da546460bfbc0376484e14ae6ecd4a69a73a40569defa9f43226f6744c3b9342eb12be9877be7e4b8c0bea417976b69e5fca374a02549eb66955a languageName: node linkType: hard -"@jupyterlab/translation-extension@npm:~4.3.1": - version: 4.3.1 - resolution: "@jupyterlab/translation-extension@npm:4.3.1" +"@jupyterlab/translation-extension@npm:~4.3.2": + version: 4.3.2 + resolution: "@jupyterlab/translation-extension@npm:4.3.2" dependencies: - "@jupyterlab/application": ^4.3.1 - "@jupyterlab/apputils": ^4.4.1 - "@jupyterlab/mainmenu": ^4.3.1 - "@jupyterlab/settingregistry": ^4.3.1 - "@jupyterlab/translation": ^4.3.1 - checksum: 86abfa31611b2c99707a8cdcd811aaec940119713a7cf64ca34365d616fc85a4327aaad4925727de4a2d629e48d98e3db317badd55b6579e24c994ac25c90730 + "@jupyterlab/application": ^4.3.2 + "@jupyterlab/apputils": ^4.4.2 + "@jupyterlab/mainmenu": ^4.3.2 + "@jupyterlab/settingregistry": ^4.3.2 + "@jupyterlab/translation": ^4.3.2 + checksum: c87b4977ff32d1dfc2685f71ba36c55b44c25457a6a8d9eb7f64b8eee7244cd44550570bb5a897b5d41535c134a0fcda1fdc77f8470e93db283d2c3ec4996ce7 languageName: node linkType: hard -"@jupyterlab/translation@npm:^4.3.1, @jupyterlab/translation@npm:~4.3.1": - version: 4.3.1 - resolution: "@jupyterlab/translation@npm:4.3.1" +"@jupyterlab/translation@npm:^4.3.2, @jupyterlab/translation@npm:~4.3.2": + version: 4.3.2 + resolution: "@jupyterlab/translation@npm:4.3.2" dependencies: - "@jupyterlab/coreutils": ^6.3.1 - "@jupyterlab/rendermime-interfaces": ^3.11.1 - "@jupyterlab/services": ^7.3.1 - "@jupyterlab/statedb": ^4.3.1 + "@jupyterlab/coreutils": ^6.3.2 + "@jupyterlab/rendermime-interfaces": ^3.11.2 + "@jupyterlab/services": ^7.3.2 + "@jupyterlab/statedb": ^4.3.2 "@lumino/coreutils": ^2.2.0 - checksum: ecd63f816784ef6feffecdaa85903dba9f49cf65b5e5b9c664bb115a4dcb163d3701a56b4199dafb5c5eed986074ccd1da87a92450e11af5dbea99c66e662874 + checksum: 04c6561a44501b11063eb56929dd24d0899e07fb0d1cd45c8bcfb697c08ce9619be42b9c69ee60bff612a6ed3dff2525211f118f03d5709a6bd8cf256a0f3f8c languageName: node linkType: hard -"@jupyterlab/ui-components-extension@npm:~4.3.1": - version: 4.3.1 - resolution: "@jupyterlab/ui-components-extension@npm:4.3.1" +"@jupyterlab/ui-components-extension@npm:~4.3.2": + version: 4.3.2 + resolution: "@jupyterlab/ui-components-extension@npm:4.3.2" dependencies: - "@jupyterlab/application": ^4.3.1 - "@jupyterlab/ui-components": ^4.3.1 - checksum: 1b09496c9159187d2d5ef4d2b2d282d84644237924878ee74f5bad94823303b814d3e3b281758ea7fff683b6e41eb2cf1cf8c26531cb62711804dfa97308d776 + "@jupyterlab/application": ^4.3.2 + "@jupyterlab/ui-components": ^4.3.2 + checksum: e3793ce03e3d656494845640e047ead3c49b8665fe08a2b0cc7bc8b016db83c971b100316fb4505908070ce83fae87db99f78c4e3030491e38007c651f9cab42 languageName: node linkType: hard -"@jupyterlab/ui-components@npm:^4.3.1, @jupyterlab/ui-components@npm:~4.3.1": - version: 4.3.1 - resolution: "@jupyterlab/ui-components@npm:4.3.1" +"@jupyterlab/ui-components@npm:^4.3.2, @jupyterlab/ui-components@npm:~4.3.2": + version: 4.3.2 + resolution: "@jupyterlab/ui-components@npm:4.3.2" dependencies: "@jupyter/react-components": ^0.16.6 "@jupyter/web-components": ^0.16.6 - "@jupyterlab/coreutils": ^6.3.1 - "@jupyterlab/observables": ^5.3.1 - "@jupyterlab/rendermime-interfaces": ^3.11.1 - "@jupyterlab/translation": ^4.3.1 + "@jupyterlab/coreutils": ^6.3.2 + "@jupyterlab/observables": ^5.3.2 + "@jupyterlab/rendermime-interfaces": ^3.11.2 + "@jupyterlab/translation": ^4.3.2 "@lumino/algorithm": ^2.0.2 "@lumino/commands": ^2.3.1 "@lumino/coreutils": ^2.2.0 @@ -4341,34 +4341,34 @@ __metadata: typestyle: ^2.0.4 peerDependencies: react: ^18.2.0 - checksum: 8a9cb38b5e62cc3ca6feab3db3444b99ee9a436859358f0c67bb61518a9827c5e4daff008536e99cbd4d34c0086633d07e3212a79a83ab794c98f0243a9bdabf + checksum: dd87bdb1d478418c737876e816af788736ed4d92e3ebca956251f5edc221c286810f4b502583a8bf2e0dcba19c9942b87469c3319f2d7586f40f13545d5b1d3d languageName: node linkType: hard -"@jupyterlab/vega5-extension@npm:~4.3.1": - version: 4.3.1 - resolution: "@jupyterlab/vega5-extension@npm:4.3.1" +"@jupyterlab/vega5-extension@npm:~4.3.2": + version: 4.3.2 + resolution: "@jupyterlab/vega5-extension@npm:4.3.2" dependencies: - "@jupyterlab/rendermime-interfaces": ^3.11.1 + "@jupyterlab/rendermime-interfaces": ^3.11.2 "@lumino/coreutils": ^2.2.0 "@lumino/widgets": ^2.5.0 vega: ^5.20.0 vega-embed: ^6.2.1 vega-lite: ^5.6.1-next.1 - checksum: 98d2a841259d7d2ab1f6b185ba27b13e90c1e732aa2c27f3a4a10ac19c48edeb2ab0de73f7e16e0fc1fe1dd9d98c7d6bb57d83c1c72cb2dcf529750d7368c933 + checksum: 21af86a1c999da0e1bba136df7f10381b53ebec3566cad9bebf39b5949e361617ad20d9f4d35af0efbf976751a20ff2405a6c8d8a6da72a23b5ced5a69c2da57 languageName: node linkType: hard -"@jupyterlab/workspaces@npm:^4.3.1": - version: 4.3.1 - resolution: "@jupyterlab/workspaces@npm:4.3.1" +"@jupyterlab/workspaces@npm:^4.3.2": + version: 4.3.2 + resolution: "@jupyterlab/workspaces@npm:4.3.2" dependencies: - "@jupyterlab/services": ^7.3.1 + "@jupyterlab/services": ^7.3.2 "@lumino/coreutils": ^2.2.0 "@lumino/disposable": ^2.1.3 "@lumino/polling": ^2.1.3 "@lumino/signaling": ^2.1.3 - checksum: a5de7eddf9910923580f3385e0452aaf0036a4000ffbcb9e30b2d979b44943f892696d3a72fc5bd198700bc22919b6ababbf6f91f67e3f0cc34f52d857602750 + checksum: 8d539f6570829e74ae8beaeddb1851649f280514e56a87f6f47a7c54b01d892b8d97b88d919625be3edfc5104d7333997fa4b27e64dbcac651e1ce9be7002d6e languageName: node linkType: hard