From 7c1bc8e3d4e4d8f2595a1fde543ba30c6ca1350b Mon Sep 17 00:00:00 2001 From: trungleduc Date: Mon, 29 Apr 2024 14:43:30 +0000 Subject: [PATCH] Publish 2.0.0a7 SHA256 hashes: jupytercad-2.0.0a7-py3-none-any.whl: 43b527f4e51e2eef39935c56712b587c3df8ac4772da7f6ac560198dbd4dd227 jupytercad-2.0.0a7.tar.gz: f16e6cb7c78935aaedfaf035601c14d27318e530cad5deec5ceb1675a99af491 jupytercad-base-2.0.0-alpha.7.tgz: dfa76ef77a88fac3810725cbafe04c16ff310b6c63906ca741de5b66a12b8a0b jupytercad-jupytercad-app-2.0.0-alpha.7.tgz: ae53826d949841f8329895da4e52f4aa6933f3d5045df47f1c7c9eb7303bf1f2 jupytercad-jupytercad-core-2.0.0-alpha.7.tgz: 5c593e91ec97fd3a35f15bf0dedb2a5938c5b1e5165143e75afaa1452c1c6499 jupytercad-jupytercad-lab-2.0.0-alpha.7.tgz: 87ce21b336cc60353778f38b4604c1916cbe9860293242d70464a3ffdad66390 jupytercad-occ-worker-2.0.0-alpha.7.tgz: fc4f50d75a5ffefdbb751b6623b675e2f719a38a9d0bd752f5ee89c24a7dd0dd jupytercad-opencascade-2.0.0-alpha.7.tgz: 0791f4c904f99bcc6b732b2aba6b7c7dcfbb8909feaf19c353e2214f5119a4ce jupytercad-schema-2.0.0-alpha.7.tgz: 582568580777c53639b76c38ef3384da916412ae67a8b2263e914d1c81fea532 jupytercad_app-2.0.0a7-py3-none-any.whl: 8f40ba09ec1aa30b4d6a6bc99d57f43cebed0c822e8984e87eb17938eb87fb4e jupytercad_app-2.0.0a7.tar.gz: 39c1bfd7522b9cd35039bbb26f74778ff6c3cf1d4c42f969448039b678f81008 jupytercad_core-2.0.0a7-py3-none-any.whl: 44d7873e3dd22c13064e64210dffb2c687637985541f7732704a7f9d84faaef5 jupytercad_core-2.0.0a7.tar.gz: 5f1e312f5496899be5b224227366f370e55168a0de3cad0b80cd68ad51bd2559 jupytercad_lab-2.0.0a7-py3-none-any.whl: 0c3be846c4a9606fd6cd90a43adcd97cc454f12f26c6f7cfefca726b501e873e jupytercad_lab-2.0.0a7.tar.gz: 5740be6df1fee49d05a5f0f3fd2fe4aa1308053a32eb2fe377bf9325c68ab31e --- CHANGELOG.md | 22 +- package.json | 2 +- packages/base/package.json | 6 +- packages/occ-worker/package.json | 6 +- packages/opencascade/package.json | 2 +- packages/schema/package.json | 2 +- python/jupytercad/jupytercad/__init__.py | 2 +- python/jupytercad_app/package.json | 6 +- python/jupytercad_core/package.json | 8 +- python/jupytercad_lab/package.json | 8 +- yarn.lock | 884 +++++++++++------------ 11 files changed, 483 insertions(+), 465 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8f8fb922..a6bcd526 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -40,6 +40,26 @@ pip install jupytercad-freecad +## 2.0.0a7 + +([Full Changelog](https://github.com/jupytercad/jupytercad/compare/v2.0.0a6...d69c62bdc0896fca158bb3e3fbc49231ab000e31)) + +### Enhancements made + +- Update 3D rendering logic [#353](https://github.com/jupytercad/jupytercad/pull/353) ([@trungleduc](https://github.com/trungleduc)) + +### Bugs fixed + +- Update 3D rendering logic [#353](https://github.com/jupytercad/jupytercad/pull/353) ([@trungleduc](https://github.com/trungleduc)) + +### Contributors to this release + +([GitHub contributors page for this release](https://github.com/jupytercad/jupytercad/graphs/contributors?from=2024-04-19&to=2024-04-29&type=c)) + +[@github-actions](https://github.com/search?q=repo%3Ajupytercad%2Fjupytercad+involves%3Agithub-actions+updated%3A2024-04-19..2024-04-29&type=Issues) | [@trungleduc](https://github.com/search?q=repo%3Ajupytercad%2Fjupytercad+involves%3Atrungleduc+updated%3A2024-04-19..2024-04-29&type=Issues) + + + ## 2.0.0a6 ([Full Changelog](https://github.com/jupytercad/jupytercad/compare/v2.0.0a5...89eeabcd538f1d1fc8c95ee8e3f1971ac3ac5e73)) @@ -54,8 +74,6 @@ pip install jupytercad-freecad [@gjmooney](https://github.com/search?q=repo%3Ajupytercad%2Fjupytercad+involves%3Agjmooney+updated%3A2024-04-18..2024-04-19&type=Issues) - - ## 2.0.0a5 ([Full Changelog](https://github.com/jupytercad/jupytercad/compare/v2.0.0a4...c7f4cadccc2ff586d874906ff968652c12ca971e)) diff --git a/package.json b/package.json index 35fb22e0..90a2edcb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@jupytercad/jupytercad-root", - "version": "2.0.0-alpha.6", + "version": "2.0.0-alpha.7", "private": true, "homepage": "https://github.com/jupytercad/jupytercad", "repository": { diff --git a/packages/base/package.json b/packages/base/package.json index 84e5e2d3..d87d9640 100644 --- a/packages/base/package.json +++ b/packages/base/package.json @@ -1,6 +1,6 @@ { "name": "@jupytercad/base", - "version": "2.0.0-alpha.6", + "version": "2.0.0-alpha.7", "description": "A JupyterLab extension for 3D modelling.", "keywords": [ "jupyter", @@ -38,8 +38,8 @@ "@deathbeds/jupyterlab-rjsf": "^1.1.0", "@jupyter/docprovider": "^2.0.0", "@jupyter/ydoc": "^1.0.0", - "@jupytercad/occ-worker": "^2.0.0-alpha.6", - "@jupytercad/schema": "^2.0.0-alpha.6", + "@jupytercad/occ-worker": "^2.0.0-alpha.7", + "@jupytercad/schema": "^2.0.0-alpha.7", "@jupyterlab/application": "^4.0.0", "@jupyterlab/apputils": "^4.0.0", "@jupyterlab/coreutils": "^6.0.0", diff --git a/packages/occ-worker/package.json b/packages/occ-worker/package.json index d08767e7..2fba9776 100644 --- a/packages/occ-worker/package.json +++ b/packages/occ-worker/package.json @@ -1,6 +1,6 @@ { "name": "@jupytercad/occ-worker", - "version": "2.0.0-alpha.6", + "version": "2.0.0-alpha.7", "description": "Jupytercad opencascade worker package.", "keywords": [ "jupytercad" @@ -36,8 +36,8 @@ "watch": "tsc-watch --onSuccess \"webpack --config worker.webpack.config.js --mode=development\"" }, "dependencies": { - "@jupytercad/opencascade": "^2.0.0-alpha.6", - "@jupytercad/schema": "^2.0.0-alpha.6", + "@jupytercad/opencascade": "^2.0.0-alpha.7", + "@jupytercad/schema": "^2.0.0-alpha.7", "@lumino/coreutils": "^2.0.0", "uuid": "^8.3.2" }, diff --git a/packages/opencascade/package.json b/packages/opencascade/package.json index 7e9cb7a6..e55583cc 100644 --- a/packages/opencascade/package.json +++ b/packages/opencascade/package.json @@ -1,6 +1,6 @@ { "name": "@jupytercad/opencascade", - "version": "2.0.0-alpha.6", + "version": "2.0.0-alpha.7", "description": "The custom OpenCascade build for JupyterCAD.", "keywords": [ "jupyter", diff --git a/packages/schema/package.json b/packages/schema/package.json index e2b9348f..513ca231 100644 --- a/packages/schema/package.json +++ b/packages/schema/package.json @@ -1,6 +1,6 @@ { "name": "@jupytercad/schema", - "version": "2.0.0-alpha.6", + "version": "2.0.0-alpha.7", "description": "A Jupytercad schema package.", "keywords": [ "jupytercad" diff --git a/python/jupytercad/jupytercad/__init__.py b/python/jupytercad/jupytercad/__init__.py index a77cc749..1ddb74cb 100644 --- a/python/jupytercad/jupytercad/__init__.py +++ b/python/jupytercad/jupytercad/__init__.py @@ -1,3 +1,3 @@ -__version__ = "2.0.0a6" +__version__ = "2.0.0a7" from jupytercad_lab import CadDocument # noqa diff --git a/python/jupytercad_app/package.json b/python/jupytercad_app/package.json index fbd61c9f..6e1e77dc 100644 --- a/python/jupytercad_app/package.json +++ b/python/jupytercad_app/package.json @@ -1,6 +1,6 @@ { "name": "@jupytercad/jupytercad-app", - "version": "2.0.0-alpha.6", + "version": "2.0.0-alpha.7", "description": "A JupyterLab standalone app for 3D modelling.", "keywords": [ "jupyter", @@ -54,8 +54,8 @@ "@jupyter/collaboration": "^2.0.0", "@jupyter/docprovider": "^2.0.0", "@jupyter/ydoc": "^0.3.4 || ^1.0.2", - "@jupytercad/base": "^2.0.0-alpha.6", - "@jupytercad/schema": "^2.0.0-alpha.6", + "@jupytercad/base": "^2.0.0-alpha.7", + "@jupytercad/schema": "^2.0.0-alpha.7", "@jupyterlab/application": "^4.0.0", "@jupyterlab/application-extension": "^4.0.0", "@jupyterlab/apputils": "^4.0.0", diff --git a/python/jupytercad_core/package.json b/python/jupytercad_core/package.json index 70940fac..e6283142 100644 --- a/python/jupytercad_core/package.json +++ b/python/jupytercad_core/package.json @@ -1,6 +1,6 @@ { "name": "@jupytercad/jupytercad-core", - "version": "2.0.0-alpha.6", + "version": "2.0.0-alpha.7", "description": "JupyterCad core extension", "keywords": [ "jupyter", @@ -54,9 +54,9 @@ }, "dependencies": { "@jupyter/docprovider": "^2.0.0", - "@jupytercad/base": "^2.0.0-alpha.6", - "@jupytercad/occ-worker": "^2.0.0-alpha.6", - "@jupytercad/schema": "^2.0.0-alpha.6", + "@jupytercad/base": "^2.0.0-alpha.7", + "@jupytercad/occ-worker": "^2.0.0-alpha.7", + "@jupytercad/schema": "^2.0.0-alpha.7", "@jupyterlab/application": "^4.0.0", "@jupyterlab/apputils": "^4.0.0", "@jupyterlab/docregistry": "^4.0.0", diff --git a/python/jupytercad_lab/package.json b/python/jupytercad_lab/package.json index e5e2ce47..67464642 100644 --- a/python/jupytercad_lab/package.json +++ b/python/jupytercad_lab/package.json @@ -1,6 +1,6 @@ { "name": "@jupytercad/jupytercad-lab", - "version": "2.0.0-alpha.6", + "version": "2.0.0-alpha.7", "description": "JupyterCad Lab extension.", "keywords": [ "jupyter", @@ -52,9 +52,9 @@ }, "dependencies": { "@jupyter/docprovider": "^2.0.0", - "@jupytercad/base": "^2.0.0-alpha.6", - "@jupytercad/jupytercad-core": "^2.0.0-alpha.6", - "@jupytercad/schema": "^2.0.0-alpha.6", + "@jupytercad/base": "^2.0.0-alpha.7", + "@jupytercad/jupytercad-core": "^2.0.0-alpha.7", + "@jupytercad/schema": "^2.0.0-alpha.7", "@jupyterlab/application": "^4.0.0", "@jupyterlab/apputils": "^4.0.0", "@jupyterlab/coreutils": "^6.0.0", diff --git a/yarn.lock b/yarn.lock index d1777311..74bb172b 100644 --- a/yarn.lock +++ b/yarn.lock @@ -5,13 +5,6 @@ __metadata: version: 6 cacheKey: 8 -"@aashutoshrathi/word-wrap@npm:^1.2.3": - version: 1.2.6 - resolution: "@aashutoshrathi/word-wrap@npm:1.2.6" - checksum: ada901b9e7c680d190f1d012c84217ce0063d8f5c5a7725bb91ec3c5ed99bb7572680eb2d2938a531ccbaec39a95422fcd8a6b4a13110c7d98dd75402f66a0cd - languageName: node - linkType: hard - "@apidevtools/json-schema-ref-parser@npm:9.0.9": version: 9.0.9 resolution: "@apidevtools/json-schema-ref-parser@npm:9.0.9" @@ -910,7 +903,7 @@ __metadata: languageName: node linkType: hard -"@jupytercad/base@^2.0.0-alpha.6, @jupytercad/base@workspace:packages/base": +"@jupytercad/base@^2.0.0-alpha.7, @jupytercad/base@workspace:packages/base": version: 0.0.0-use.local resolution: "@jupytercad/base@workspace:packages/base" dependencies: @@ -918,8 +911,8 @@ __metadata: "@deathbeds/jupyterlab-rjsf": ^1.1.0 "@jupyter/docprovider": ^2.0.0 "@jupyter/ydoc": ^1.0.0 - "@jupytercad/occ-worker": ^2.0.0-alpha.6 - "@jupytercad/schema": ^2.0.0-alpha.6 + "@jupytercad/occ-worker": ^2.0.0-alpha.7 + "@jupytercad/schema": ^2.0.0-alpha.7 "@jupyterlab/application": ^4.0.0 "@jupyterlab/apputils": ^4.0.0 "@jupyterlab/coreutils": ^6.0.0 @@ -961,8 +954,8 @@ __metadata: "@jupyter/collaboration": ^2.0.0 "@jupyter/docprovider": ^2.0.0 "@jupyter/ydoc": ^0.3.4 || ^1.0.2 - "@jupytercad/base": ^2.0.0-alpha.6 - "@jupytercad/schema": ^2.0.0-alpha.6 + "@jupytercad/base": ^2.0.0-alpha.7 + "@jupytercad/schema": ^2.0.0-alpha.7 "@jupyterlab/application": ^4.0.0 "@jupyterlab/application-extension": ^4.0.0 "@jupyterlab/apputils": ^4.0.0 @@ -1014,14 +1007,14 @@ __metadata: languageName: unknown linkType: soft -"@jupytercad/jupytercad-core@^2.0.0-alpha.6, @jupytercad/jupytercad-core@workspace:python/jupytercad_core": +"@jupytercad/jupytercad-core@^2.0.0-alpha.7, @jupytercad/jupytercad-core@workspace:python/jupytercad_core": version: 0.0.0-use.local resolution: "@jupytercad/jupytercad-core@workspace:python/jupytercad_core" dependencies: "@jupyter/docprovider": ^2.0.0 - "@jupytercad/base": ^2.0.0-alpha.6 - "@jupytercad/occ-worker": ^2.0.0-alpha.6 - "@jupytercad/schema": ^2.0.0-alpha.6 + "@jupytercad/base": ^2.0.0-alpha.7 + "@jupytercad/occ-worker": ^2.0.0-alpha.7 + "@jupytercad/schema": ^2.0.0-alpha.7 "@jupyterlab/application": ^4.0.0 "@jupyterlab/apputils": ^4.0.0 "@jupyterlab/builder": ^4.0.0 @@ -1054,9 +1047,9 @@ __metadata: resolution: "@jupytercad/jupytercad-lab@workspace:python/jupytercad_lab" dependencies: "@jupyter/docprovider": ^2.0.0 - "@jupytercad/base": ^2.0.0-alpha.6 - "@jupytercad/jupytercad-core": ^2.0.0-alpha.6 - "@jupytercad/schema": ^2.0.0-alpha.6 + "@jupytercad/base": ^2.0.0-alpha.7 + "@jupytercad/jupytercad-core": ^2.0.0-alpha.7 + "@jupytercad/schema": ^2.0.0-alpha.7 "@jupyterlab/application": ^4.0.0 "@jupyterlab/apputils": ^4.0.0 "@jupyterlab/builder": ^4.0.0 @@ -1105,12 +1098,12 @@ __metadata: languageName: unknown linkType: soft -"@jupytercad/occ-worker@^2.0.0-alpha.6, @jupytercad/occ-worker@workspace:packages/occ-worker": +"@jupytercad/occ-worker@^2.0.0-alpha.7, @jupytercad/occ-worker@workspace:packages/occ-worker": version: 0.0.0-use.local resolution: "@jupytercad/occ-worker@workspace:packages/occ-worker" dependencies: - "@jupytercad/opencascade": ^2.0.0-alpha.6 - "@jupytercad/schema": ^2.0.0-alpha.6 + "@jupytercad/opencascade": ^2.0.0-alpha.7 + "@jupytercad/schema": ^2.0.0-alpha.7 "@lumino/coreutils": ^2.0.0 "@types/node": ^18.15.11 copy-webpack-plugin: ^10.0.0 @@ -1126,7 +1119,7 @@ __metadata: languageName: unknown linkType: soft -"@jupytercad/opencascade@^2.0.0-alpha.6, @jupytercad/opencascade@workspace:packages/opencascade": +"@jupytercad/opencascade@^2.0.0-alpha.7, @jupytercad/opencascade@workspace:packages/opencascade": version: 0.0.0-use.local resolution: "@jupytercad/opencascade@workspace:packages/opencascade" dependencies: @@ -1137,7 +1130,7 @@ __metadata: languageName: unknown linkType: soft -"@jupytercad/schema@^2.0.0-alpha.6, @jupytercad/schema@workspace:packages/schema": +"@jupytercad/schema@^2.0.0-alpha.7, @jupytercad/schema@workspace:packages/schema": version: 0.0.0-use.local resolution: "@jupytercad/schema@workspace:packages/schema" dependencies: @@ -1162,42 +1155,42 @@ __metadata: linkType: soft "@jupyterlab/application-extension@npm:^4.0.0": - version: 4.1.6 - resolution: "@jupyterlab/application-extension@npm:4.1.6" - dependencies: - "@jupyterlab/application": ^4.1.6 - "@jupyterlab/apputils": ^4.2.6 - "@jupyterlab/coreutils": ^6.1.6 - "@jupyterlab/property-inspector": ^4.1.6 - "@jupyterlab/settingregistry": ^4.1.6 - "@jupyterlab/statedb": ^4.1.6 - "@jupyterlab/statusbar": ^4.1.6 - "@jupyterlab/translation": ^4.1.6 - "@jupyterlab/ui-components": ^4.1.6 + version: 4.1.8 + resolution: "@jupyterlab/application-extension@npm:4.1.8" + dependencies: + "@jupyterlab/application": ^4.1.8 + "@jupyterlab/apputils": ^4.2.8 + "@jupyterlab/coreutils": ^6.1.8 + "@jupyterlab/property-inspector": ^4.1.8 + "@jupyterlab/settingregistry": ^4.1.8 + "@jupyterlab/statedb": ^4.1.8 + "@jupyterlab/statusbar": ^4.1.8 + "@jupyterlab/translation": ^4.1.8 + "@jupyterlab/ui-components": ^4.1.8 "@lumino/algorithm": ^2.0.1 "@lumino/commands": ^2.2.0 "@lumino/coreutils": ^2.1.2 "@lumino/disposable": ^2.1.2 "@lumino/widgets": ^2.3.1 react: ^18.2.0 - checksum: 39bd8b95e3e6d3fc5c5266e0218618695eac0dd8df305b1c5474afc1b3b20f869219286d9ba403b417ed69cf64e7d569f9c65a477d9a46f5ab92af569bcfd697 + checksum: 5f6d8bd0b022e1f0a4f2a0c7ac7d8d9e7d5d0011a8b9c479e87fe5b5931702fcdd1c7010160a378a30c5755ca9f0e050b944a2cb15adb5706168687d1bc41518 languageName: node linkType: hard -"@jupyterlab/application@npm:^4.0.0, @jupyterlab/application@npm:^4.1.6": - version: 4.1.6 - resolution: "@jupyterlab/application@npm:4.1.6" +"@jupyterlab/application@npm:^4.0.0, @jupyterlab/application@npm:^4.1.8": + version: 4.1.8 + resolution: "@jupyterlab/application@npm:4.1.8" dependencies: "@fortawesome/fontawesome-free": ^5.12.0 - "@jupyterlab/apputils": ^4.2.6 - "@jupyterlab/coreutils": ^6.1.6 - "@jupyterlab/docregistry": ^4.1.6 - "@jupyterlab/rendermime": ^4.1.6 - "@jupyterlab/rendermime-interfaces": ^3.9.6 - "@jupyterlab/services": ^7.1.6 - "@jupyterlab/statedb": ^4.1.6 - "@jupyterlab/translation": ^4.1.6 - "@jupyterlab/ui-components": ^4.1.6 + "@jupyterlab/apputils": ^4.2.8 + "@jupyterlab/coreutils": ^6.1.8 + "@jupyterlab/docregistry": ^4.1.8 + "@jupyterlab/rendermime": ^4.1.8 + "@jupyterlab/rendermime-interfaces": ^3.9.8 + "@jupyterlab/services": ^7.1.8 + "@jupyterlab/statedb": ^4.1.8 + "@jupyterlab/translation": ^4.1.8 + "@jupyterlab/ui-components": ^4.1.8 "@lumino/algorithm": ^2.0.1 "@lumino/application": ^2.3.0 "@lumino/commands": ^2.2.0 @@ -1208,27 +1201,27 @@ __metadata: "@lumino/properties": ^2.0.1 "@lumino/signaling": ^2.1.2 "@lumino/widgets": ^2.3.1 - checksum: 7b240381f1c661b75c9d165686cb2cd6d376596d1450c1e40a4bdb4dc608bbe71622f7e6f0520da385c7ad1dc10f5d21e88a074cb8077d3ba57280f7dd65ed84 + checksum: 33c57c7e825f72f8aca146bfb2ade9c91e55ac5218410ff4472b0e4cf0de0305ec34f94a9ff3ab5e8982c37a170225dbfe47b4ac900980837ecaf00b7effb0fc languageName: node linkType: hard "@jupyterlab/apputils-extension@npm:^4.0.0": - version: 4.1.6 - resolution: "@jupyterlab/apputils-extension@npm:4.1.6" - dependencies: - "@jupyterlab/application": ^4.1.6 - "@jupyterlab/apputils": ^4.2.6 - "@jupyterlab/coreutils": ^6.1.6 - "@jupyterlab/docregistry": ^4.1.6 - "@jupyterlab/filebrowser": ^4.1.6 - "@jupyterlab/mainmenu": ^4.1.6 - "@jupyterlab/rendermime-interfaces": ^3.9.6 - "@jupyterlab/services": ^7.1.6 - "@jupyterlab/settingregistry": ^4.1.6 - "@jupyterlab/statedb": ^4.1.6 - "@jupyterlab/statusbar": ^4.1.6 - "@jupyterlab/translation": ^4.1.6 - "@jupyterlab/ui-components": ^4.1.6 + version: 4.1.8 + resolution: "@jupyterlab/apputils-extension@npm:4.1.8" + dependencies: + "@jupyterlab/application": ^4.1.8 + "@jupyterlab/apputils": ^4.2.8 + "@jupyterlab/coreutils": ^6.1.8 + "@jupyterlab/docregistry": ^4.1.8 + "@jupyterlab/filebrowser": ^4.1.8 + "@jupyterlab/mainmenu": ^4.1.8 + "@jupyterlab/rendermime-interfaces": ^3.9.8 + "@jupyterlab/services": ^7.1.8 + "@jupyterlab/settingregistry": ^4.1.8 + "@jupyterlab/statedb": ^4.1.8 + "@jupyterlab/statusbar": ^4.1.8 + "@jupyterlab/translation": ^4.1.8 + "@jupyterlab/ui-components": ^4.1.8 "@lumino/algorithm": ^2.0.1 "@lumino/commands": ^2.2.0 "@lumino/coreutils": ^2.1.2 @@ -1239,7 +1232,7 @@ __metadata: react: ^18.2.0 react-dom: ^18.2.0 react-toastify: ^9.0.8 - checksum: ee8dbd0c93087f85ad1039993236da6484c490847cde44db5e14b60dd3e8710f86591586f4077da72971efdaef7b46cc942f5dc54501d2887bae6c3cbf7553a3 + checksum: e54528be15abc6ef1b85e512f5ca216bb68f24dec85acab0501ca48996c299ed3ccb2eb39e28f2827891b1d49a5ac618cc50bb28c31e014efbf855e447429e38 languageName: node linkType: hard @@ -1272,23 +1265,23 @@ __metadata: languageName: node linkType: hard -"@jupyterlab/attachments@npm:^4.1.6": - version: 4.1.6 - resolution: "@jupyterlab/attachments@npm:4.1.6" +"@jupyterlab/attachments@npm:^4.1.8": + version: 4.1.8 + resolution: "@jupyterlab/attachments@npm:4.1.8" dependencies: - "@jupyterlab/nbformat": ^4.1.6 - "@jupyterlab/observables": ^5.1.6 - "@jupyterlab/rendermime": ^4.1.6 - "@jupyterlab/rendermime-interfaces": ^3.9.6 + "@jupyterlab/nbformat": ^4.1.8 + "@jupyterlab/observables": ^5.1.8 + "@jupyterlab/rendermime": ^4.1.8 + "@jupyterlab/rendermime-interfaces": ^3.9.8 "@lumino/disposable": ^2.1.2 "@lumino/signaling": ^2.1.2 - checksum: 94080c9c2b925315b221fbd3cef167740a7ba553d435813c3cca6da0740bdb556e73614440795a05d4027eb3114b3935e951f1aa10769afc1af7fa57c137b3e2 + checksum: 496eb41e8335d237f7c88b5ce7d1194292d4e6ab8952a3a62883bf4daea36dc6e426ce97b039583ea0e9b9a3ec72e755b2d842e3fc562747efe517e34930f25e languageName: node linkType: hard "@jupyterlab/builder@npm:^4.0.0": - version: 4.1.6 - resolution: "@jupyterlab/builder@npm:4.1.6" + version: 4.1.8 + resolution: "@jupyterlab/builder@npm:4.1.8" dependencies: "@lumino/algorithm": ^2.0.1 "@lumino/application": ^2.3.0 @@ -1323,32 +1316,32 @@ __metadata: worker-loader: ^3.0.2 bin: build-labextension: lib/build-labextension.js - checksum: 7807bc85d319ed43cedba7431a100219b5fb36fde40088f78faaf03d161a04c3a9fa2811e7d7ff47882c478e3fc264b19cce7e7bc2994329fb391e3975fdfb4b + checksum: e727e4fddbfd4e8f7d4c83e5c5aaf9be41b67771f6a4ef10b44bbc0e51bb21966b2fa1ad33eacf58420ca3a2cda2ab410331a1543e6f945b9ca0a59e109f240b languageName: node linkType: hard "@jupyterlab/cells@npm:^4.0.13": - version: 4.1.6 - resolution: "@jupyterlab/cells@npm:4.1.6" + version: 4.1.8 + resolution: "@jupyterlab/cells@npm:4.1.8" dependencies: "@codemirror/state": ^6.2.0 "@codemirror/view": ^6.9.6 "@jupyter/ydoc": ^1.1.1 - "@jupyterlab/apputils": ^4.2.6 - "@jupyterlab/attachments": ^4.1.6 - "@jupyterlab/codeeditor": ^4.1.6 - "@jupyterlab/codemirror": ^4.1.6 - "@jupyterlab/coreutils": ^6.1.6 - "@jupyterlab/documentsearch": ^4.1.6 - "@jupyterlab/filebrowser": ^4.1.6 - "@jupyterlab/nbformat": ^4.1.6 - "@jupyterlab/observables": ^5.1.6 - "@jupyterlab/outputarea": ^4.1.6 - "@jupyterlab/rendermime": ^4.1.6 - "@jupyterlab/services": ^7.1.6 - "@jupyterlab/toc": ^6.1.6 - "@jupyterlab/translation": ^4.1.6 - "@jupyterlab/ui-components": ^4.1.6 + "@jupyterlab/apputils": ^4.2.8 + "@jupyterlab/attachments": ^4.1.8 + "@jupyterlab/codeeditor": ^4.1.8 + "@jupyterlab/codemirror": ^4.1.8 + "@jupyterlab/coreutils": ^6.1.8 + "@jupyterlab/documentsearch": ^4.1.8 + "@jupyterlab/filebrowser": ^4.1.8 + "@jupyterlab/nbformat": ^4.1.8 + "@jupyterlab/observables": ^5.1.8 + "@jupyterlab/outputarea": ^4.1.8 + "@jupyterlab/rendermime": ^4.1.8 + "@jupyterlab/services": ^7.1.8 + "@jupyterlab/toc": ^6.1.8 + "@jupyterlab/translation": ^4.1.8 + "@jupyterlab/ui-components": ^4.1.8 "@lumino/algorithm": ^2.0.1 "@lumino/coreutils": ^2.1.2 "@lumino/domutils": ^2.0.1 @@ -1359,7 +1352,7 @@ __metadata: "@lumino/virtualdom": ^2.0.1 "@lumino/widgets": ^2.3.1 react: ^18.2.0 - checksum: 03c0d032a4a25795d5f086deae22343d52e0034fbd5098151565cfe5dcb17126bf6a277f5ef6e5d3358abc72a989e3000033e1b35e03b4fd4e2e3c45fbb0cde0 + checksum: feb2aa9b681acaae78aadffce6d9c61c6b7d4c15da23f11accf98a5d36891918a7304260f73e6b39512fadb8cc31b433bf8619cbb8d7c5c410d5c14b78558364 languageName: node linkType: hard @@ -1383,19 +1376,19 @@ __metadata: languageName: node linkType: hard -"@jupyterlab/codeeditor@npm:^4.0.13, @jupyterlab/codeeditor@npm:^4.1.6": - version: 4.1.6 - resolution: "@jupyterlab/codeeditor@npm:4.1.6" +"@jupyterlab/codeeditor@npm:^4.0.13, @jupyterlab/codeeditor@npm:^4.1.8": + version: 4.1.8 + resolution: "@jupyterlab/codeeditor@npm:4.1.8" dependencies: "@codemirror/state": ^6.2.0 "@jupyter/ydoc": ^1.1.1 - "@jupyterlab/apputils": ^4.2.6 - "@jupyterlab/coreutils": ^6.1.6 - "@jupyterlab/nbformat": ^4.1.6 - "@jupyterlab/observables": ^5.1.6 - "@jupyterlab/statusbar": ^4.1.6 - "@jupyterlab/translation": ^4.1.6 - "@jupyterlab/ui-components": ^4.1.6 + "@jupyterlab/apputils": ^4.2.8 + "@jupyterlab/coreutils": ^6.1.8 + "@jupyterlab/nbformat": ^4.1.8 + "@jupyterlab/observables": ^5.1.8 + "@jupyterlab/statusbar": ^4.1.8 + "@jupyterlab/translation": ^4.1.8 + "@jupyterlab/ui-components": ^4.1.8 "@lumino/coreutils": ^2.1.2 "@lumino/disposable": ^2.1.2 "@lumino/dragdrop": ^2.1.4 @@ -1403,31 +1396,31 @@ __metadata: "@lumino/signaling": ^2.1.2 "@lumino/widgets": ^2.3.1 react: ^18.2.0 - checksum: 0c34e3f30e20aa590ac8308b00b1dc89a51b0b214cd0d548311b5b7392ae072db42e7823963ca0faf7761eadf5c4b62a1b25e467e44c93a0ccb9ac5ad645d1c3 + checksum: e5d3b0f5c94775017b044528843596ce7f5616cede5555a6a32b3a8e9ae583775f83a6448717fd15e2cf254ef50209861da06821f67267ebe2ef67b34860f7d6 languageName: node linkType: hard "@jupyterlab/codemirror-extension@npm:^4.0.0": - version: 4.1.6 - resolution: "@jupyterlab/codemirror-extension@npm:4.1.6" + version: 4.1.8 + resolution: "@jupyterlab/codemirror-extension@npm:4.1.8" dependencies: "@codemirror/lang-markdown": ^6.1.1 "@codemirror/language": ^6.6.0 "@codemirror/legacy-modes": ^6.3.2 "@jupyter/ydoc": ^1.1.1 - "@jupyterlab/application": ^4.1.6 - "@jupyterlab/codeeditor": ^4.1.6 - "@jupyterlab/codemirror": ^4.1.6 - "@jupyterlab/settingregistry": ^4.1.6 - "@jupyterlab/statusbar": ^4.1.6 - "@jupyterlab/translation": ^4.1.6 - "@jupyterlab/ui-components": ^4.1.6 + "@jupyterlab/application": ^4.1.8 + "@jupyterlab/codeeditor": ^4.1.8 + "@jupyterlab/codemirror": ^4.1.8 + "@jupyterlab/settingregistry": ^4.1.8 + "@jupyterlab/statusbar": ^4.1.8 + "@jupyterlab/translation": ^4.1.8 + "@jupyterlab/ui-components": ^4.1.8 "@lumino/coreutils": ^2.1.2 "@lumino/widgets": ^2.3.1 "@rjsf/utils": ^5.13.4 "@rjsf/validator-ajv8": ^5.13.4 react: ^18.2.0 - checksum: f16f2d62fe81acd6448eeea566d0bf1cc6efd8fc4dc22ad7ea396130c98477757b3af5469f98dd7f945ff86d89d58c74950d7a307174dad0d8889102b66cddf6 + checksum: 679b2a5511546f32a56d180437bc56418cd5e0711b2c753f933f924ca7997c5387a1fc23cf95c775eceb3370573cbe59f37d6d6ea0cad11274bc60bc8f8b9c15 languageName: node linkType: hard @@ -1457,9 +1450,9 @@ __metadata: languageName: node linkType: hard -"@jupyterlab/codemirror@npm:^4.0.0, @jupyterlab/codemirror@npm:^4.0.13, @jupyterlab/codemirror@npm:^4.1.6": - version: 4.1.6 - resolution: "@jupyterlab/codemirror@npm:4.1.6" +"@jupyterlab/codemirror@npm:^4.0.0, @jupyterlab/codemirror@npm:^4.0.13, @jupyterlab/codemirror@npm:^4.1.8": + version: 4.1.8 + resolution: "@jupyterlab/codemirror@npm:4.1.8" dependencies: "@codemirror/autocomplete": ^6.5.1 "@codemirror/commands": ^6.2.3 @@ -1482,11 +1475,11 @@ __metadata: "@codemirror/state": ^6.2.0 "@codemirror/view": ^6.9.6 "@jupyter/ydoc": ^1.1.1 - "@jupyterlab/codeeditor": ^4.1.6 - "@jupyterlab/coreutils": ^6.1.6 - "@jupyterlab/documentsearch": ^4.1.6 - "@jupyterlab/nbformat": ^4.1.6 - "@jupyterlab/translation": ^4.1.6 + "@jupyterlab/codeeditor": ^4.1.8 + "@jupyterlab/coreutils": ^6.1.8 + "@jupyterlab/documentsearch": ^4.1.8 + "@jupyterlab/nbformat": ^4.1.8 + "@jupyterlab/translation": ^4.1.8 "@lezer/common": ^1.0.2 "@lezer/generator": ^1.2.2 "@lezer/highlight": ^1.1.4 @@ -1495,7 +1488,7 @@ __metadata: "@lumino/disposable": ^2.1.2 "@lumino/signaling": ^2.1.2 yjs: ^13.5.40 - checksum: 3083fad1754ef15d9ffc02a6c0d6f6c368cd90a40943245b92f321befc8c61ffe26a9bc260224e6ec32fc3df67feacf4fb925a51cc24aa90036d6ab3e7b7e9f2 + checksum: 0a56b6855b6dd4999e9816938f7546c2f1c46c629f05cf246813d58700f3c283e068b9c86dba275374756536472b598a19a0e5e12cfffd365817fbcc8333c795 languageName: node linkType: hard @@ -1532,9 +1525,9 @@ __metadata: languageName: node linkType: hard -"@jupyterlab/coreutils@npm:^6.0.0, @jupyterlab/coreutils@npm:^6.0.0-alpha.18, @jupyterlab/coreutils@npm:^6.0.13, @jupyterlab/coreutils@npm:^6.0.5, @jupyterlab/coreutils@npm:^6.1.6": - version: 6.1.6 - resolution: "@jupyterlab/coreutils@npm:6.1.6" +"@jupyterlab/coreutils@npm:^6.0.0, @jupyterlab/coreutils@npm:^6.0.0-alpha.18, @jupyterlab/coreutils@npm:^6.0.13, @jupyterlab/coreutils@npm:^6.0.5, @jupyterlab/coreutils@npm:^6.1.8": + version: 6.1.8 + resolution: "@jupyterlab/coreutils@npm:6.1.8" dependencies: "@lumino/coreutils": ^2.1.2 "@lumino/disposable": ^2.1.2 @@ -1542,24 +1535,24 @@ __metadata: minimist: ~1.2.0 path-browserify: ^1.0.0 url-parse: ~1.5.4 - checksum: f351f327f9c7ab14ac291e4ca85a8f4289dd315e9f2e68fc6acb52efab6c47fde158f65a83ba780c382665459995bad68c7b1f9c4ffef6b9038ac81252a3f07a + checksum: 1049c78bdbffb247fe7e7be4e082fe15711ca0d8da997d6da7042e0299d7ebbf1d0341d830ae0ab451bf8dfbfc30027bf3f063fc7e35210409a7aa56fe94cee9 languageName: node linkType: hard "@jupyterlab/docmanager-extension@npm:^4.0.0": - version: 4.1.6 - resolution: "@jupyterlab/docmanager-extension@npm:4.1.6" - dependencies: - "@jupyterlab/application": ^4.1.6 - "@jupyterlab/apputils": ^4.2.6 - "@jupyterlab/coreutils": ^6.1.6 - "@jupyterlab/docmanager": ^4.1.6 - "@jupyterlab/docregistry": ^4.1.6 - "@jupyterlab/services": ^7.1.6 - "@jupyterlab/settingregistry": ^4.1.6 - "@jupyterlab/statusbar": ^4.1.6 - "@jupyterlab/translation": ^4.1.6 - "@jupyterlab/ui-components": ^4.1.6 + version: 4.1.8 + resolution: "@jupyterlab/docmanager-extension@npm:4.1.8" + dependencies: + "@jupyterlab/application": ^4.1.8 + "@jupyterlab/apputils": ^4.2.8 + "@jupyterlab/coreutils": ^6.1.8 + "@jupyterlab/docmanager": ^4.1.8 + "@jupyterlab/docregistry": ^4.1.8 + "@jupyterlab/services": ^7.1.8 + "@jupyterlab/settingregistry": ^4.1.8 + "@jupyterlab/statusbar": ^4.1.8 + "@jupyterlab/translation": ^4.1.8 + "@jupyterlab/ui-components": ^4.1.8 "@lumino/algorithm": ^2.0.1 "@lumino/commands": ^2.2.0 "@lumino/coreutils": ^2.1.2 @@ -1567,21 +1560,21 @@ __metadata: "@lumino/signaling": ^2.1.2 "@lumino/widgets": ^2.3.1 react: ^18.2.0 - checksum: 633a8890fc8ac4bd26de26446e33e263ba537f9dce49d3f5508e5517443def1f48ce60636861d167934a16b082a1e07d55d74c27fc69b31ae0a3c5cf3911de36 + checksum: bac417fb2bf395afd3df6efbf44c115ef8631aaf2264c444072caa3a5d7bd36b0c1a44fc2e13df31cab4cdda8cb2ed559e9abfa0eb3c2c475104a25da80efb35 languageName: node linkType: hard -"@jupyterlab/docmanager@npm:^4.0.0, @jupyterlab/docmanager@npm:^4.1.6": - version: 4.1.6 - resolution: "@jupyterlab/docmanager@npm:4.1.6" +"@jupyterlab/docmanager@npm:^4.0.0, @jupyterlab/docmanager@npm:^4.1.8": + version: 4.1.8 + resolution: "@jupyterlab/docmanager@npm:4.1.8" dependencies: - "@jupyterlab/apputils": ^4.2.6 - "@jupyterlab/coreutils": ^6.1.6 - "@jupyterlab/docregistry": ^4.1.6 - "@jupyterlab/services": ^7.1.6 - "@jupyterlab/statusbar": ^4.1.6 - "@jupyterlab/translation": ^4.1.6 - "@jupyterlab/ui-components": ^4.1.6 + "@jupyterlab/apputils": ^4.2.8 + "@jupyterlab/coreutils": ^6.1.8 + "@jupyterlab/docregistry": ^4.1.8 + "@jupyterlab/services": ^7.1.8 + "@jupyterlab/statusbar": ^4.1.8 + "@jupyterlab/translation": ^4.1.8 + "@jupyterlab/ui-components": ^4.1.8 "@lumino/algorithm": ^2.0.1 "@lumino/coreutils": ^2.1.2 "@lumino/disposable": ^2.1.2 @@ -1590,24 +1583,24 @@ __metadata: "@lumino/signaling": ^2.1.2 "@lumino/widgets": ^2.3.1 react: ^18.2.0 - checksum: 890a8f86fc3d96d896e86ed64ef3c713152d781c941eea99d1b2d021bf5d1844f2d0a52d8cb077b1e8a1d31f13a6253c118cbe70440e10df20a490ab2595bab2 + checksum: d0d1316a885d1e72891d9b9cd61c36c7f8db4a4e53ae4cc8f105931e0dcdc262ebd5e76d3a145517bcc009cb3f8ab23e4e4ce84191f2f09c5df3d2a3294cfe9a languageName: node linkType: hard -"@jupyterlab/docregistry@npm:^4.0.0, @jupyterlab/docregistry@npm:^4.0.13, @jupyterlab/docregistry@npm:^4.1.6": - version: 4.1.6 - resolution: "@jupyterlab/docregistry@npm:4.1.6" +"@jupyterlab/docregistry@npm:^4.0.0, @jupyterlab/docregistry@npm:^4.0.13, @jupyterlab/docregistry@npm:^4.1.8": + version: 4.1.8 + resolution: "@jupyterlab/docregistry@npm:4.1.8" dependencies: "@jupyter/ydoc": ^1.1.1 - "@jupyterlab/apputils": ^4.2.6 - "@jupyterlab/codeeditor": ^4.1.6 - "@jupyterlab/coreutils": ^6.1.6 - "@jupyterlab/observables": ^5.1.6 - "@jupyterlab/rendermime": ^4.1.6 - "@jupyterlab/rendermime-interfaces": ^3.9.6 - "@jupyterlab/services": ^7.1.6 - "@jupyterlab/translation": ^4.1.6 - "@jupyterlab/ui-components": ^4.1.6 + "@jupyterlab/apputils": ^4.2.8 + "@jupyterlab/codeeditor": ^4.1.8 + "@jupyterlab/coreutils": ^6.1.8 + "@jupyterlab/observables": ^5.1.8 + "@jupyterlab/rendermime": ^4.1.8 + "@jupyterlab/rendermime-interfaces": ^3.9.8 + "@jupyterlab/services": ^7.1.8 + "@jupyterlab/translation": ^4.1.8 + "@jupyterlab/ui-components": ^4.1.8 "@lumino/algorithm": ^2.0.1 "@lumino/coreutils": ^2.1.2 "@lumino/disposable": ^2.1.2 @@ -1616,17 +1609,17 @@ __metadata: "@lumino/signaling": ^2.1.2 "@lumino/widgets": ^2.3.1 react: ^18.2.0 - checksum: 0b7db803cd0013e1b65f0294b5bec2f6d4047cd7b191080ade3d67ff78d1d5a2d0e3a7016532dd316899b291bbc0b07561a958b2dd750dbcf3fc34927552c0d8 + checksum: d65aef500ab8d9d761490cf2a6902e897475173727cd3676691789e6d2609aefc8c98c0a4d4e57c670721409cb58925eeb162dbd101c9b6a473ecd20cf7efe78 languageName: node linkType: hard -"@jupyterlab/documentsearch@npm:^4.0.13, @jupyterlab/documentsearch@npm:^4.1.6": - version: 4.1.6 - resolution: "@jupyterlab/documentsearch@npm:4.1.6" +"@jupyterlab/documentsearch@npm:^4.0.13, @jupyterlab/documentsearch@npm:^4.1.8": + version: 4.1.8 + resolution: "@jupyterlab/documentsearch@npm:4.1.8" dependencies: - "@jupyterlab/apputils": ^4.2.6 - "@jupyterlab/translation": ^4.1.6 - "@jupyterlab/ui-components": ^4.1.6 + "@jupyterlab/apputils": ^4.2.8 + "@jupyterlab/translation": ^4.1.8 + "@jupyterlab/ui-components": ^4.1.8 "@lumino/commands": ^2.2.0 "@lumino/coreutils": ^2.1.2 "@lumino/disposable": ^2.1.2 @@ -1635,46 +1628,46 @@ __metadata: "@lumino/signaling": ^2.1.2 "@lumino/widgets": ^2.3.1 react: ^18.2.0 - checksum: 911fd30871b5087c1ad8c3decd3c5ac184aa61ae02e3bd7577665ad941d4078082df6ddf25af2acf937f4674f7fc1f2347698eef352ebbac67702e1a4b296491 + checksum: c8f05403435c8613c599ea54512f4a8bb865e3836f336e2258cba60291b101f35515eb6e8a33d88973d22fffe2b9772d1b0d9d177a5b7a396ff64b046b211580 languageName: node linkType: hard "@jupyterlab/filebrowser-extension@npm:^4.0.0": - version: 4.1.6 - resolution: "@jupyterlab/filebrowser-extension@npm:4.1.6" - dependencies: - "@jupyterlab/application": ^4.1.6 - "@jupyterlab/apputils": ^4.2.6 - "@jupyterlab/coreutils": ^6.1.6 - "@jupyterlab/docmanager": ^4.1.6 - "@jupyterlab/docregistry": ^4.1.6 - "@jupyterlab/filebrowser": ^4.1.6 - "@jupyterlab/services": ^7.1.6 - "@jupyterlab/settingregistry": ^4.1.6 - "@jupyterlab/statedb": ^4.1.6 - "@jupyterlab/statusbar": ^4.1.6 - "@jupyterlab/translation": ^4.1.6 - "@jupyterlab/ui-components": ^4.1.6 + version: 4.1.8 + resolution: "@jupyterlab/filebrowser-extension@npm:4.1.8" + dependencies: + "@jupyterlab/application": ^4.1.8 + "@jupyterlab/apputils": ^4.2.8 + "@jupyterlab/coreutils": ^6.1.8 + "@jupyterlab/docmanager": ^4.1.8 + "@jupyterlab/docregistry": ^4.1.8 + "@jupyterlab/filebrowser": ^4.1.8 + "@jupyterlab/services": ^7.1.8 + "@jupyterlab/settingregistry": ^4.1.8 + "@jupyterlab/statedb": ^4.1.8 + "@jupyterlab/statusbar": ^4.1.8 + "@jupyterlab/translation": ^4.1.8 + "@jupyterlab/ui-components": ^4.1.8 "@lumino/algorithm": ^2.0.1 "@lumino/commands": ^2.2.0 "@lumino/widgets": ^2.3.1 - checksum: f5af2f183a8798506281f22572a74b1e586e2c1128144bc44da9aeec99fa80bbb4ad975ff792929ef6687b65607484feb6b1e75abc794318d8835086221b2aba + checksum: 1d75a4d3c9080537708bf7923ef9e7ef21d711e358c354f41d668adc802b5117176a4f55737d70277d91bb6c46797396cefc2c154fb490ec4a9b6a36c2dc8ef8 languageName: node linkType: hard -"@jupyterlab/filebrowser@npm:^4.0.0, @jupyterlab/filebrowser@npm:^4.1.6": - version: 4.1.6 - resolution: "@jupyterlab/filebrowser@npm:4.1.6" +"@jupyterlab/filebrowser@npm:^4.0.0, @jupyterlab/filebrowser@npm:^4.1.8": + version: 4.1.8 + resolution: "@jupyterlab/filebrowser@npm:4.1.8" dependencies: - "@jupyterlab/apputils": ^4.2.6 - "@jupyterlab/coreutils": ^6.1.6 - "@jupyterlab/docmanager": ^4.1.6 - "@jupyterlab/docregistry": ^4.1.6 - "@jupyterlab/services": ^7.1.6 - "@jupyterlab/statedb": ^4.1.6 - "@jupyterlab/statusbar": ^4.1.6 - "@jupyterlab/translation": ^4.1.6 - "@jupyterlab/ui-components": ^4.1.6 + "@jupyterlab/apputils": ^4.2.8 + "@jupyterlab/coreutils": ^6.1.8 + "@jupyterlab/docmanager": ^4.1.8 + "@jupyterlab/docregistry": ^4.1.8 + "@jupyterlab/services": ^7.1.8 + "@jupyterlab/statedb": ^4.1.8 + "@jupyterlab/statusbar": ^4.1.8 + "@jupyterlab/translation": ^4.1.8 + "@jupyterlab/ui-components": ^4.1.8 "@lumino/algorithm": ^2.0.1 "@lumino/coreutils": ^2.1.2 "@lumino/disposable": ^2.1.2 @@ -1686,60 +1679,60 @@ __metadata: "@lumino/virtualdom": ^2.0.1 "@lumino/widgets": ^2.3.1 react: ^18.2.0 - checksum: 886d086b183b3d92af0dcafc7f752ef9bcaabd8e48af39794446897240091390989c5c9dd5e602d5f29a240e99ca4134f802d63c55b2a5f87168adf20a9bc26e + checksum: 51ae88c5fabb2fad341cd3ea7b94750c373d5b3d251287f0bcbc7f1357b11f7a4e9ec08ee92512a46435fccee0c7c647cdf2185db9459a55845d15410f0dcf1c languageName: node linkType: hard "@jupyterlab/fileeditor@npm:^4.0.0": - version: 4.1.6 - resolution: "@jupyterlab/fileeditor@npm:4.1.6" + version: 4.1.8 + resolution: "@jupyterlab/fileeditor@npm:4.1.8" dependencies: "@jupyter/ydoc": ^1.1.1 - "@jupyterlab/apputils": ^4.2.6 - "@jupyterlab/codeeditor": ^4.1.6 - "@jupyterlab/codemirror": ^4.1.6 - "@jupyterlab/coreutils": ^6.1.6 - "@jupyterlab/docregistry": ^4.1.6 - "@jupyterlab/documentsearch": ^4.1.6 - "@jupyterlab/lsp": ^4.1.6 - "@jupyterlab/statusbar": ^4.1.6 - "@jupyterlab/toc": ^6.1.6 - "@jupyterlab/translation": ^4.1.6 - "@jupyterlab/ui-components": ^4.1.6 + "@jupyterlab/apputils": ^4.2.8 + "@jupyterlab/codeeditor": ^4.1.8 + "@jupyterlab/codemirror": ^4.1.8 + "@jupyterlab/coreutils": ^6.1.8 + "@jupyterlab/docregistry": ^4.1.8 + "@jupyterlab/documentsearch": ^4.1.8 + "@jupyterlab/lsp": ^4.1.8 + "@jupyterlab/statusbar": ^4.1.8 + "@jupyterlab/toc": ^6.1.8 + "@jupyterlab/translation": ^4.1.8 + "@jupyterlab/ui-components": ^4.1.8 "@lumino/commands": ^2.2.0 "@lumino/coreutils": ^2.1.2 "@lumino/messaging": ^2.0.1 "@lumino/widgets": ^2.3.1 react: ^18.2.0 regexp-match-indices: ^1.0.2 - checksum: 440bd5a1ad36bbb775f6590486b759319ce87e243a49981004bc0dbc1ac90a3f605d741ec22b2de19949668781604688c10aa738134e4bf564ee4b81d93c1f54 + checksum: 1d5c67721ebd57d2a30e3ae8de51b6c967b23110730298205289dd8365c9145e69da4f8edf2fc84c3b5ab32feeee45bb65cdfb428b3a8a3c42b7c068e0d2d024 languageName: node linkType: hard "@jupyterlab/launcher-extension@npm:^4.0.0": - version: 4.1.6 - resolution: "@jupyterlab/launcher-extension@npm:4.1.6" - dependencies: - "@jupyterlab/application": ^4.1.6 - "@jupyterlab/apputils": ^4.2.6 - "@jupyterlab/filebrowser": ^4.1.6 - "@jupyterlab/launcher": ^4.1.6 - "@jupyterlab/translation": ^4.1.6 - "@jupyterlab/ui-components": ^4.1.6 + version: 4.1.8 + resolution: "@jupyterlab/launcher-extension@npm:4.1.8" + dependencies: + "@jupyterlab/application": ^4.1.8 + "@jupyterlab/apputils": ^4.2.8 + "@jupyterlab/filebrowser": ^4.1.8 + "@jupyterlab/launcher": ^4.1.8 + "@jupyterlab/translation": ^4.1.8 + "@jupyterlab/ui-components": ^4.1.8 "@lumino/algorithm": ^2.0.1 "@lumino/coreutils": ^2.1.2 "@lumino/widgets": ^2.3.1 - checksum: b0047fb6365f61fe79f7815ca8999b39c8f2f43dfeeb0b286714fdbfbeef61c519919e8aa74760f0a6362744dd76bf01e59398879c1b3a3c6f42ae0fd8cbe9dc + checksum: 4add2e6be7cfd165a78fea9c0603e43227b55467f29f2eaedead1fd71d0f9f4351a3858b8c6be12ebdc65c753605a211f5e0271119aa889651b52086851269d2 languageName: node linkType: hard -"@jupyterlab/launcher@npm:^4.0.0, @jupyterlab/launcher@npm:^4.1.6": - version: 4.1.6 - resolution: "@jupyterlab/launcher@npm:4.1.6" +"@jupyterlab/launcher@npm:^4.0.0, @jupyterlab/launcher@npm:^4.1.8": + version: 4.1.8 + resolution: "@jupyterlab/launcher@npm:4.1.8" dependencies: - "@jupyterlab/apputils": ^4.2.6 - "@jupyterlab/translation": ^4.1.6 - "@jupyterlab/ui-components": ^4.1.6 + "@jupyterlab/apputils": ^4.2.8 + "@jupyterlab/translation": ^4.1.8 + "@jupyterlab/ui-components": ^4.1.8 "@lumino/algorithm": ^2.0.1 "@lumino/commands": ^2.2.0 "@lumino/coreutils": ^2.1.2 @@ -1747,40 +1740,40 @@ __metadata: "@lumino/properties": ^2.0.1 "@lumino/widgets": ^2.3.1 react: ^18.2.0 - checksum: 50168b135751f3a20dab73f5fb62bac2d5a784fa818eac64dddc6fdc96f12da58dc0de3292c9ccd6ce717ff89c0ac99090dfeeafbf5dd5bbea9a71ecf0fa2c1a + checksum: f98bfd3da5346729fbd54f569d65ba255e3695af02a712f5a153115463168a116147bb4c9388d8f8a4132cf1f6a9f580e94b0058bea162181b80654246356026 languageName: node linkType: hard "@jupyterlab/logconsole@npm:^4.0.0": - version: 4.1.6 - resolution: "@jupyterlab/logconsole@npm:4.1.6" - dependencies: - "@jupyterlab/coreutils": ^6.1.6 - "@jupyterlab/nbformat": ^4.1.6 - "@jupyterlab/outputarea": ^4.1.6 - "@jupyterlab/rendermime": ^4.1.6 - "@jupyterlab/services": ^7.1.6 - "@jupyterlab/translation": ^4.1.6 + version: 4.1.8 + resolution: "@jupyterlab/logconsole@npm:4.1.8" + dependencies: + "@jupyterlab/coreutils": ^6.1.8 + "@jupyterlab/nbformat": ^4.1.8 + "@jupyterlab/outputarea": ^4.1.8 + "@jupyterlab/rendermime": ^4.1.8 + "@jupyterlab/services": ^7.1.8 + "@jupyterlab/translation": ^4.1.8 "@lumino/coreutils": ^2.1.2 "@lumino/disposable": ^2.1.2 "@lumino/messaging": ^2.0.1 "@lumino/signaling": ^2.1.2 "@lumino/widgets": ^2.3.1 - checksum: b159bb3066237845fcbf7dd843b6e31f4245a9e0c7c1d1bf2f9a232e168d3c06c0f0a8d923ac88b2fc6bfb4ea5d95a2245bbc59b547ab7513053ed3181ff1d93 + checksum: a8a48c17c4ebb29081d58b95da6c0302c91707706e21566d3a9d4942e5707aefa87cd3ad4329f2616486b3fb084f05f92b12d48a2371c2fcf3c0dc4d7e744d24 languageName: node linkType: hard -"@jupyterlab/lsp@npm:^4.0.13, @jupyterlab/lsp@npm:^4.1.6": - version: 4.1.6 - resolution: "@jupyterlab/lsp@npm:4.1.6" +"@jupyterlab/lsp@npm:^4.0.13, @jupyterlab/lsp@npm:^4.1.8": + version: 4.1.8 + resolution: "@jupyterlab/lsp@npm:4.1.8" dependencies: - "@jupyterlab/apputils": ^4.2.6 - "@jupyterlab/codeeditor": ^4.1.6 - "@jupyterlab/codemirror": ^4.1.6 - "@jupyterlab/coreutils": ^6.1.6 - "@jupyterlab/docregistry": ^4.1.6 - "@jupyterlab/services": ^7.1.6 - "@jupyterlab/translation": ^4.1.6 + "@jupyterlab/apputils": ^4.2.8 + "@jupyterlab/codeeditor": ^4.1.8 + "@jupyterlab/codemirror": ^4.1.8 + "@jupyterlab/coreutils": ^6.1.8 + "@jupyterlab/docregistry": ^4.1.8 + "@jupyterlab/services": ^7.1.8 + "@jupyterlab/translation": ^4.1.8 "@lumino/coreutils": ^2.1.2 "@lumino/disposable": ^2.1.2 "@lumino/signaling": ^2.1.2 @@ -1789,51 +1782,51 @@ __metadata: vscode-jsonrpc: ^6.0.0 vscode-languageserver-protocol: ^3.17.0 vscode-ws-jsonrpc: ~1.0.2 - checksum: d777321cdc78896a7a184394937fdccbab1c623d4f4897335c4da419862ef09e62919667ba7a5a5da5df10a474e9da1ebb0e8f8dde444c3efdf3d9ddaf4a2e67 + checksum: 535786735c28c8cd6b3a39c2ae0d8e7b4d7b39c96346595fea6c39f4c81b55c986025e27b6a5f874d16319eab09022eb3d9ae7114ecbdcf688712838858f1590 languageName: node linkType: hard "@jupyterlab/mainmenu-extension@npm:^4.0.0": - version: 4.1.6 - resolution: "@jupyterlab/mainmenu-extension@npm:4.1.6" - dependencies: - "@jupyterlab/application": ^4.1.6 - "@jupyterlab/apputils": ^4.2.6 - "@jupyterlab/coreutils": ^6.1.6 - "@jupyterlab/mainmenu": ^4.1.6 - "@jupyterlab/services": ^7.1.6 - "@jupyterlab/settingregistry": ^4.1.6 - "@jupyterlab/translation": ^4.1.6 - "@jupyterlab/ui-components": ^4.1.6 + version: 4.1.8 + resolution: "@jupyterlab/mainmenu-extension@npm:4.1.8" + dependencies: + "@jupyterlab/application": ^4.1.8 + "@jupyterlab/apputils": ^4.2.8 + "@jupyterlab/coreutils": ^6.1.8 + "@jupyterlab/mainmenu": ^4.1.8 + "@jupyterlab/services": ^7.1.8 + "@jupyterlab/settingregistry": ^4.1.8 + "@jupyterlab/translation": ^4.1.8 + "@jupyterlab/ui-components": ^4.1.8 "@lumino/algorithm": ^2.0.1 "@lumino/coreutils": ^2.1.2 "@lumino/disposable": ^2.1.2 "@lumino/widgets": ^2.3.1 - checksum: d6f017e665a66a7ef619697b08c886cead2d68938cb429c59e3a8ca6c541e2487a8265331f7178049c5c56c01740db0e1662b8cf9a9196006b9226357dc55f3e + checksum: 25a9c9799ae9091f4d019fb79fd7b70ec0f78b0e168e16a9ece14ea4dd2310560d49e569a349f94f0cc55c3a185e5b53f3f12e35ce492827db8515e676f5e9d0 languageName: node linkType: hard -"@jupyterlab/mainmenu@npm:^4.0.0, @jupyterlab/mainmenu@npm:^4.1.6": - version: 4.1.6 - resolution: "@jupyterlab/mainmenu@npm:4.1.6" +"@jupyterlab/mainmenu@npm:^4.0.0, @jupyterlab/mainmenu@npm:^4.1.8": + version: 4.1.8 + resolution: "@jupyterlab/mainmenu@npm:4.1.8" dependencies: - "@jupyterlab/apputils": ^4.2.6 - "@jupyterlab/translation": ^4.1.6 - "@jupyterlab/ui-components": ^4.1.6 + "@jupyterlab/apputils": ^4.2.8 + "@jupyterlab/translation": ^4.1.8 + "@jupyterlab/ui-components": ^4.1.8 "@lumino/algorithm": ^2.0.1 "@lumino/commands": ^2.2.0 "@lumino/coreutils": ^2.1.2 "@lumino/widgets": ^2.3.1 - checksum: 2204d6417ec786efab1689f1349b1df59754ea717d9d4fe647866a5fdf9931a58505a18cbf9615f8706ca482fb36fad707e5d42a5c4837535650f5dcb9ea650c + checksum: 8ef36427492ec8605479e714ed0941bacb13ed9140907c31d589d78889c6a60f3adbf23ea1f466839d6edef44d9e4313671ff2e099f8a69feea248aa38e482f2 languageName: node linkType: hard -"@jupyterlab/nbformat@npm:^3.0.0 || ^4.0.0-alpha.15, @jupyterlab/nbformat@npm:^3.0.0 || ^4.0.0-alpha.21 || ^4.0.0, @jupyterlab/nbformat@npm:^4.0.13, @jupyterlab/nbformat@npm:^4.1.6": - version: 4.1.6 - resolution: "@jupyterlab/nbformat@npm:4.1.6" +"@jupyterlab/nbformat@npm:^3.0.0 || ^4.0.0-alpha.15, @jupyterlab/nbformat@npm:^3.0.0 || ^4.0.0-alpha.21 || ^4.0.0, @jupyterlab/nbformat@npm:^4.0.13, @jupyterlab/nbformat@npm:^4.1.8": + version: 4.1.8 + resolution: "@jupyterlab/nbformat@npm:4.1.8" dependencies: "@lumino/coreutils": ^2.1.2 - checksum: 4ef43fdaaecec06732528753c5316adaa883c77ae86d129fb5d1f0542124acc0e7bb5692aae799463722b8c47ce8934356572c040d682e0ce41548eca3ca421b + checksum: 11d89ae6fb2385a00e60ab84defc61e3cf28510b029ffbe9ffe27a75bc84f85e64a0d0d16b6deb7b57256fdd651d842a0626128def511e7755121a5a0a71f078 languageName: node linkType: hard @@ -1895,30 +1888,30 @@ __metadata: languageName: node linkType: hard -"@jupyterlab/observables@npm:^5.0.0, @jupyterlab/observables@npm:^5.0.13, @jupyterlab/observables@npm:^5.1.6": - version: 5.1.6 - resolution: "@jupyterlab/observables@npm:5.1.6" +"@jupyterlab/observables@npm:^5.0.0, @jupyterlab/observables@npm:^5.0.13, @jupyterlab/observables@npm:^5.1.8": + version: 5.1.8 + resolution: "@jupyterlab/observables@npm:5.1.8" dependencies: "@lumino/algorithm": ^2.0.1 "@lumino/coreutils": ^2.1.2 "@lumino/disposable": ^2.1.2 "@lumino/messaging": ^2.0.1 "@lumino/signaling": ^2.1.2 - checksum: 930e53ca38dd08232ec46585acf8d49ebbef9628a792619fbf51a1da13f3249da24a7a8b24c34a2c7ce3fa50145a4e647b65e19275ea5ce92946a2ad805faa82 + checksum: c349b4fea92ef28019c0b3f5a100abdd4384554188d6741234e90e03f3f18b343a22ea8560f9d2eea1a00d4cd9514074d195ec850e930785f28a2f8a624a0f4d languageName: node linkType: hard -"@jupyterlab/outputarea@npm:^4.0.0, @jupyterlab/outputarea@npm:^4.1.6": - version: 4.1.6 - resolution: "@jupyterlab/outputarea@npm:4.1.6" +"@jupyterlab/outputarea@npm:^4.0.0, @jupyterlab/outputarea@npm:^4.1.8": + version: 4.1.8 + resolution: "@jupyterlab/outputarea@npm:4.1.8" dependencies: - "@jupyterlab/apputils": ^4.2.6 - "@jupyterlab/nbformat": ^4.1.6 - "@jupyterlab/observables": ^5.1.6 - "@jupyterlab/rendermime": ^4.1.6 - "@jupyterlab/rendermime-interfaces": ^3.9.6 - "@jupyterlab/services": ^7.1.6 - "@jupyterlab/translation": ^4.1.6 + "@jupyterlab/apputils": ^4.2.8 + "@jupyterlab/nbformat": ^4.1.8 + "@jupyterlab/observables": ^5.1.8 + "@jupyterlab/rendermime": ^4.1.8 + "@jupyterlab/rendermime-interfaces": ^3.9.8 + "@jupyterlab/services": ^7.1.8 + "@jupyterlab/translation": ^4.1.8 "@lumino/algorithm": ^2.0.1 "@lumino/coreutils": ^2.1.2 "@lumino/disposable": ^2.1.2 @@ -1926,33 +1919,33 @@ __metadata: "@lumino/properties": ^2.0.1 "@lumino/signaling": ^2.1.2 "@lumino/widgets": ^2.3.1 - checksum: e45e0db75b1d4def07ff48323ac84ef1b7eedfd09cff24a9c669db8da9bc846fd8186eaa34a210e66fdab2c0b6a9be93e406e7e54456063fbe879bf2c2ffcbea + checksum: deb86addc7c43794442cdec2097946be949accd081aec51029cf0c6b53e4a950be1cfd9d9621059e580b9e45255a8bf971966ae8ecebec2358579462f7396b8b languageName: node linkType: hard -"@jupyterlab/property-inspector@npm:^4.1.6": - version: 4.1.6 - resolution: "@jupyterlab/property-inspector@npm:4.1.6" +"@jupyterlab/property-inspector@npm:^4.1.8": + version: 4.1.8 + resolution: "@jupyterlab/property-inspector@npm:4.1.8" dependencies: - "@jupyterlab/application": ^4.1.6 - "@jupyterlab/translation": ^4.1.6 - "@jupyterlab/ui-components": ^4.1.6 + "@jupyterlab/application": ^4.1.8 + "@jupyterlab/translation": ^4.1.8 + "@jupyterlab/ui-components": ^4.1.8 "@lumino/coreutils": ^2.1.2 "@lumino/disposable": ^2.1.2 "@lumino/signaling": ^2.1.2 "@lumino/widgets": ^2.3.1 react: ^18.2.0 - checksum: aaea35dcbf5fae8aa264c233d740b90d485e77f4b6d6d59aa58325f9d74ce457ad4d28f802e5cda6e923163f8adc3b81014b05e481cc06b5de90c8e0d68949dc + checksum: 629690f5404f35e795f99fbac8e15ce12485690a673e43575d4bbc0138ed0fb6c1517e4db1894b55fc17add13ddb775d559699585b635c319721086da36056ed languageName: node linkType: hard -"@jupyterlab/rendermime-interfaces@npm:^3.6.7, @jupyterlab/rendermime-interfaces@npm:^3.8.0, @jupyterlab/rendermime-interfaces@npm:^3.8.13, @jupyterlab/rendermime-interfaces@npm:^3.9.6": - version: 3.9.6 - resolution: "@jupyterlab/rendermime-interfaces@npm:3.9.6" +"@jupyterlab/rendermime-interfaces@npm:^3.6.7, @jupyterlab/rendermime-interfaces@npm:^3.8.0, @jupyterlab/rendermime-interfaces@npm:^3.8.13, @jupyterlab/rendermime-interfaces@npm:^3.9.8": + version: 3.9.8 + resolution: "@jupyterlab/rendermime-interfaces@npm:3.9.8" dependencies: "@lumino/coreutils": ^1.11.0 || ^2.1.2 "@lumino/widgets": ^1.37.2 || ^2.3.1 - checksum: 9dd08d4c71ece6e68e2972b4ce950153e2d38cc876208bb1f0e5d533daf50b062bd6aa1711c94934ea2a1f8445cf49dc6370cda80e1372b3fbede0d4534b0235 + checksum: d08bcecdf37a48de5c22bbb5b62a4ebe756408aaa27ae18b3a99d13863e5776c861db69ee1066b2262a1a93ce59f475b549a8d56fe5bc087d4a6ba27afbc168a languageName: node linkType: hard @@ -1979,51 +1972,51 @@ __metadata: languageName: node linkType: hard -"@jupyterlab/rendermime@npm:^4.0.0, @jupyterlab/rendermime@npm:^4.0.13, @jupyterlab/rendermime@npm:^4.1.6": - version: 4.1.6 - resolution: "@jupyterlab/rendermime@npm:4.1.6" +"@jupyterlab/rendermime@npm:^4.0.0, @jupyterlab/rendermime@npm:^4.0.13, @jupyterlab/rendermime@npm:^4.1.8": + version: 4.1.8 + resolution: "@jupyterlab/rendermime@npm:4.1.8" dependencies: - "@jupyterlab/apputils": ^4.2.6 - "@jupyterlab/coreutils": ^6.1.6 - "@jupyterlab/nbformat": ^4.1.6 - "@jupyterlab/observables": ^5.1.6 - "@jupyterlab/rendermime-interfaces": ^3.9.6 - "@jupyterlab/services": ^7.1.6 - "@jupyterlab/translation": ^4.1.6 + "@jupyterlab/apputils": ^4.2.8 + "@jupyterlab/coreutils": ^6.1.8 + "@jupyterlab/nbformat": ^4.1.8 + "@jupyterlab/observables": ^5.1.8 + "@jupyterlab/rendermime-interfaces": ^3.9.8 + "@jupyterlab/services": ^7.1.8 + "@jupyterlab/translation": ^4.1.8 "@lumino/coreutils": ^2.1.2 "@lumino/messaging": ^2.0.1 "@lumino/signaling": ^2.1.2 "@lumino/widgets": ^2.3.1 lodash.escape: ^4.0.1 - checksum: f79430851e97c4a26938bdbd3d834a0beba2860630f5f8bcccda433a2b3c52d26b180e89d016ec7cd0fce28cbc71dc825307b8b37ca63951775965cb091381ab + checksum: 3c750598c212e2df43f45c32deba9d4b96dd676781e348771dd7d18c4c23e64e9bf3d25906a68be5368d898a4c81e48ff4215607c46df7934b17dc1ba672a697 languageName: node linkType: hard "@jupyterlab/services@npm: ^7.0.0": - version: 7.1.6 - resolution: "@jupyterlab/services@npm:7.1.6" + version: 7.1.8 + resolution: "@jupyterlab/services@npm:7.1.8" dependencies: "@jupyter/ydoc": ^1.1.1 - "@jupyterlab/coreutils": ^6.1.6 - "@jupyterlab/nbformat": ^4.1.6 - "@jupyterlab/settingregistry": ^4.1.6 - "@jupyterlab/statedb": ^4.1.6 + "@jupyterlab/coreutils": ^6.1.8 + "@jupyterlab/nbformat": ^4.1.8 + "@jupyterlab/settingregistry": ^4.1.8 + "@jupyterlab/statedb": ^4.1.8 "@lumino/coreutils": ^2.1.2 "@lumino/disposable": ^2.1.2 "@lumino/polling": ^2.1.2 "@lumino/properties": ^2.0.1 "@lumino/signaling": ^2.1.2 ws: ^8.11.0 - checksum: ad47d3c9b211be4be3aad2714f3028e66ad381a6367a57f347644c693f055ee9c7655d15630a637d9181b42e89c2b8183675abc561c3959820a6bc03d3f2af12 + checksum: 56143631829ee1081f6ad2f03343a47d83549d2463f9c4bfddb34e4770c74cf78cbcc5f54aca5338a0d5ce4d28e9b8d8301e6e04b4fb7f66570c49d1ceaf19e5 languageName: node linkType: hard -"@jupyterlab/settingregistry@npm:^4.0.0, @jupyterlab/settingregistry@npm:^4.0.13, @jupyterlab/settingregistry@npm:^4.1.6": - version: 4.1.6 - resolution: "@jupyterlab/settingregistry@npm:4.1.6" +"@jupyterlab/settingregistry@npm:^4.0.0, @jupyterlab/settingregistry@npm:^4.0.13, @jupyterlab/settingregistry@npm:^4.1.8": + version: 4.1.8 + resolution: "@jupyterlab/settingregistry@npm:4.1.8" dependencies: - "@jupyterlab/nbformat": ^4.1.6 - "@jupyterlab/statedb": ^4.1.6 + "@jupyterlab/nbformat": ^4.1.8 + "@jupyterlab/statedb": ^4.1.8 "@lumino/commands": ^2.2.0 "@lumino/coreutils": ^2.1.2 "@lumino/disposable": ^2.1.2 @@ -2033,7 +2026,7 @@ __metadata: json5: ^2.2.3 peerDependencies: react: ">=16" - checksum: 93c1a4921a30243f2bd2c9591319e749e2f5cb5884f6962241857640afb6b67600cdba44fb308a23bffacc7defa3c6fc3d2ad15be52ff5946f0a8fd873b5fddd + checksum: 90067142211fdaf6e9a6e0029fe1bc4c9ae05fa8e88e37f912373a0365bc8d507ef44e0bf83deb1e0bd0855a2cf05b0f541db38fafe3bc37d83422df8671e56a languageName: node linkType: hard @@ -2060,16 +2053,16 @@ __metadata: languageName: node linkType: hard -"@jupyterlab/statedb@npm:^4.0.0, @jupyterlab/statedb@npm:^4.0.13, @jupyterlab/statedb@npm:^4.1.6": - version: 4.1.6 - resolution: "@jupyterlab/statedb@npm:4.1.6" +"@jupyterlab/statedb@npm:^4.0.0, @jupyterlab/statedb@npm:^4.0.13, @jupyterlab/statedb@npm:^4.1.8": + version: 4.1.8 + resolution: "@jupyterlab/statedb@npm:4.1.8" dependencies: "@lumino/commands": ^2.2.0 "@lumino/coreutils": ^2.1.2 "@lumino/disposable": ^2.1.2 "@lumino/properties": ^2.0.1 "@lumino/signaling": ^2.1.2 - checksum: 4aba49eeead6ac6306ec2d8146543230db9296e7bf088380290eb4b89698b66573c00ba630890b821047b584fc59716b64ba06a013d4698551adeaf20b034301 + checksum: 28983e98affec8b8d6bb8e0cbacfe2c74d1ae48af8e69fddc7f457dcd87210adf5e39dafd21bcad24cfe572f45758c7531cd8d991e9eda894e63392b544bf09d languageName: node linkType: hard @@ -2095,11 +2088,11 @@ __metadata: languageName: node linkType: hard -"@jupyterlab/statusbar@npm:^4.0.0, @jupyterlab/statusbar@npm:^4.0.13, @jupyterlab/statusbar@npm:^4.1.6": - version: 4.1.6 - resolution: "@jupyterlab/statusbar@npm:4.1.6" +"@jupyterlab/statusbar@npm:^4.0.0, @jupyterlab/statusbar@npm:^4.0.13, @jupyterlab/statusbar@npm:^4.1.8": + version: 4.1.8 + resolution: "@jupyterlab/statusbar@npm:4.1.8" dependencies: - "@jupyterlab/ui-components": ^4.1.6 + "@jupyterlab/ui-components": ^4.1.8 "@lumino/algorithm": ^2.0.1 "@lumino/coreutils": ^2.1.2 "@lumino/disposable": ^2.1.2 @@ -2107,64 +2100,64 @@ __metadata: "@lumino/signaling": ^2.1.2 "@lumino/widgets": ^2.3.1 react: ^18.2.0 - checksum: ad8a7f366b8a3b3f1f6a4993a0b890192f5de99f0fe3b29aecb7a6474d568203798bee63b77012d4cfdc793b7b376ec8bd64b3c5e67cb26511b13801e7a75f77 + checksum: eb3094b9511334a82b92686ad7010763fc8c101a9631ee558462cc71d6ca3e7ad485a927e777da1f2c1aba8398c5c2d1ec65c48daae69317267944255197dbe7 languageName: node linkType: hard "@jupyterlab/theme-dark-extension@npm:^4.0.0": - version: 4.1.6 - resolution: "@jupyterlab/theme-dark-extension@npm:4.1.6" + version: 4.1.8 + resolution: "@jupyterlab/theme-dark-extension@npm:4.1.8" dependencies: - "@jupyterlab/application": ^4.1.6 - "@jupyterlab/apputils": ^4.2.6 - "@jupyterlab/translation": ^4.1.6 - checksum: abcb3b6507020d58e170ffad6b8aaff8466a08e74f05bd95afed750c6579e41c066032905c18325012b85927bda8c4a8fed029360bc1eba4aaf2d4f10cb3d568 + "@jupyterlab/application": ^4.1.8 + "@jupyterlab/apputils": ^4.2.8 + "@jupyterlab/translation": ^4.1.8 + checksum: 444c863c35820476538f62c47106a343519a0918411d999faae20a0c433a3df8157bda25b186f2bf1e09b0291d2313e3285acf32a331da79e74f63716083e3a4 languageName: node linkType: hard "@jupyterlab/theme-light-extension@npm:^4.0.0": - version: 4.1.6 - resolution: "@jupyterlab/theme-light-extension@npm:4.1.6" + version: 4.1.8 + resolution: "@jupyterlab/theme-light-extension@npm:4.1.8" dependencies: - "@jupyterlab/application": ^4.1.6 - "@jupyterlab/apputils": ^4.2.6 - "@jupyterlab/translation": ^4.1.6 - checksum: 24a9ab38e2337897cdf5e506cb8a48078c783b5a7f40120dcad60aa5f64da85cc24a752e0711ffed755804957ff0e1f538d7bf3f0fee3a405c87987b0ee8a2a7 + "@jupyterlab/application": ^4.1.8 + "@jupyterlab/apputils": ^4.2.8 + "@jupyterlab/translation": ^4.1.8 + checksum: 20c558c3fc0315fed895ab937828aaa923a859682fa1ced89a6218fbc9fa40a7507a621fb9b0c7e14e29255cdd0adcf39ccc1ac4c684b7dacec5243bbb50f4da languageName: node linkType: hard -"@jupyterlab/toc@npm:^6.0.13, @jupyterlab/toc@npm:^6.1.6": - version: 6.1.6 - resolution: "@jupyterlab/toc@npm:6.1.6" +"@jupyterlab/toc@npm:^6.0.13, @jupyterlab/toc@npm:^6.1.8": + version: 6.1.8 + resolution: "@jupyterlab/toc@npm:6.1.8" dependencies: - "@jupyterlab/apputils": ^4.2.6 - "@jupyterlab/coreutils": ^6.1.6 - "@jupyterlab/docregistry": ^4.1.6 - "@jupyterlab/observables": ^5.1.6 - "@jupyterlab/rendermime": ^4.1.6 - "@jupyterlab/rendermime-interfaces": ^3.9.6 - "@jupyterlab/translation": ^4.1.6 - "@jupyterlab/ui-components": ^4.1.6 + "@jupyterlab/apputils": ^4.2.8 + "@jupyterlab/coreutils": ^6.1.8 + "@jupyterlab/docregistry": ^4.1.8 + "@jupyterlab/observables": ^5.1.8 + "@jupyterlab/rendermime": ^4.1.8 + "@jupyterlab/rendermime-interfaces": ^3.9.8 + "@jupyterlab/translation": ^4.1.8 + "@jupyterlab/ui-components": ^4.1.8 "@lumino/coreutils": ^2.1.2 "@lumino/disposable": ^2.1.2 "@lumino/messaging": ^2.0.1 "@lumino/signaling": ^2.1.2 "@lumino/widgets": ^2.3.1 react: ^18.2.0 - checksum: 45111e9a02f9e9bd96b6a7024d1374abacb00924dc4b5c2dce0a5f1cfb18d7a60b749a56d71196d6cab843f5c9f9a06ca18cdf8f176292bf0f13880fd332cfc7 + checksum: 6dadf19c32fadeccc19df6ba31287c929a7a09ac41ecaf53fbc88471d4c62a16193555c3fb391ecc4e495c9f6cdde7d0519c77ed0b69fbc90da9e5b16bb924d3 languageName: node linkType: hard "@jupyterlab/translation-extension@npm:^4.0.0": - version: 4.1.6 - resolution: "@jupyterlab/translation-extension@npm:4.1.6" + version: 4.1.8 + resolution: "@jupyterlab/translation-extension@npm:4.1.8" dependencies: - "@jupyterlab/application": ^4.1.6 - "@jupyterlab/apputils": ^4.2.6 - "@jupyterlab/mainmenu": ^4.1.6 - "@jupyterlab/settingregistry": ^4.1.6 - "@jupyterlab/translation": ^4.1.6 - checksum: 2cf2c5c7ab717122c6955c4ed269d4a437c3d03e8fadbfbaff8507be7175a25cf310a20a8b0594429d90316de354c91f16d25a0ac3fe90d4a5fa7d410727e69d + "@jupyterlab/application": ^4.1.8 + "@jupyterlab/apputils": ^4.2.8 + "@jupyterlab/mainmenu": ^4.1.8 + "@jupyterlab/settingregistry": ^4.1.8 + "@jupyterlab/translation": ^4.1.8 + checksum: b8e14caca5dc4e32e2ae2f724f45fe819433153d3063375e599499a5008658523faeacf2f87a2579daeb0afd8fa75f160bf8d1463c02c2afffa666851e38b3cd languageName: node linkType: hard @@ -2180,16 +2173,16 @@ __metadata: languageName: node linkType: hard -"@jupyterlab/translation@npm:^4.0.0, @jupyterlab/translation@npm:^4.0.13, @jupyterlab/translation@npm:^4.1.6": - version: 4.1.6 - resolution: "@jupyterlab/translation@npm:4.1.6" +"@jupyterlab/translation@npm:^4.0.0, @jupyterlab/translation@npm:^4.0.13, @jupyterlab/translation@npm:^4.1.8": + version: 4.1.8 + resolution: "@jupyterlab/translation@npm:4.1.8" dependencies: - "@jupyterlab/coreutils": ^6.1.6 - "@jupyterlab/rendermime-interfaces": ^3.9.6 - "@jupyterlab/services": ^7.1.6 - "@jupyterlab/statedb": ^4.1.6 + "@jupyterlab/coreutils": ^6.1.8 + "@jupyterlab/rendermime-interfaces": ^3.9.8 + "@jupyterlab/services": ^7.1.8 + "@jupyterlab/statedb": ^4.1.8 "@lumino/coreutils": ^2.1.2 - checksum: 6de45e310d7ac83f2ed2e3e0c372ba71d087e597891d9e9a7ff791f6fc7fc3804d0d18dad5b152757c5a2b583d564ed7f4361561fa993be303e415a47e8b2fa6 + checksum: 7de872e52ffa0d2e4579c26b906ae7f98fcab6767ff85a4ce157f70be26d9edcf3410e94931ea9c8c1a1c48f4fc5f5e410b396761164dc8314ec1157314bcb9e languageName: node linkType: hard @@ -2231,16 +2224,16 @@ __metadata: languageName: node linkType: hard -"@jupyterlab/ui-components@npm:^4.0.0, @jupyterlab/ui-components@npm:^4.0.0-alpha.33, @jupyterlab/ui-components@npm:^4.0.13, @jupyterlab/ui-components@npm:^4.0.5, @jupyterlab/ui-components@npm:^4.1.6": - version: 4.1.6 - resolution: "@jupyterlab/ui-components@npm:4.1.6" +"@jupyterlab/ui-components@npm:^4.0.0, @jupyterlab/ui-components@npm:^4.0.0-alpha.33, @jupyterlab/ui-components@npm:^4.0.13, @jupyterlab/ui-components@npm:^4.0.5, @jupyterlab/ui-components@npm:^4.1.8": + version: 4.1.8 + resolution: "@jupyterlab/ui-components@npm:4.1.8" dependencies: "@jupyter/react-components": ^0.15.2 "@jupyter/web-components": ^0.15.2 - "@jupyterlab/coreutils": ^6.1.6 - "@jupyterlab/observables": ^5.1.6 - "@jupyterlab/rendermime-interfaces": ^3.9.6 - "@jupyterlab/translation": ^4.1.6 + "@jupyterlab/coreutils": ^6.1.8 + "@jupyterlab/observables": ^5.1.8 + "@jupyterlab/rendermime-interfaces": ^3.9.8 + "@jupyterlab/translation": ^4.1.8 "@lumino/algorithm": ^2.0.1 "@lumino/commands": ^2.2.0 "@lumino/coreutils": ^2.1.2 @@ -2258,7 +2251,7 @@ __metadata: typestyle: ^2.0.4 peerDependencies: react: ^18.2.0 - checksum: f555138b2345aac6ee5c580b517fd563b55b8a6b33f132de362d559a514bbbec970bd690970676173872674f802a5dd9de7ac75b897a0a2b09d7428dddc3c04d + checksum: 6a95597b8c71cd31b3f7a39cc61dc094fc6fede5b0b6bac61ff9df0a5757542d419e653f3a2527a15cb0dc9e7b7fcd2568101e9063878ce260f6adb486787e69 languageName: node linkType: hard @@ -2920,14 +2913,14 @@ __metadata: linkType: hard "@npmcli/installed-package-contents@npm:^2.0.1": - version: 2.0.2 - resolution: "@npmcli/installed-package-contents@npm:2.0.2" + version: 2.1.0 + resolution: "@npmcli/installed-package-contents@npm:2.1.0" dependencies: npm-bundled: ^3.0.0 npm-normalize-package-bin: ^3.0.0 bin: - installed-package-contents: lib/index.js - checksum: 60789d5ed209ee5df479232f62d9d38ecec36e95701cae88320b828b8651351b32d7b47d16d4c36cc7ce5000db4bf1f3e6981bed6381bdc5687ff4bc0795682d + installed-package-contents: bin/index.js + checksum: d0f307e0c971a4ffaea44d4f38d53b57e19222413f338bab26d4321c4a7b9098318d74719dd1f8747a6de0575ac0ba29aeb388edf6599ac8299506947f53ffb6 languageName: node linkType: hard @@ -3295,8 +3288,8 @@ __metadata: linkType: hard "@rjsf/core@npm:^5.13.4": - version: 5.18.2 - resolution: "@rjsf/core@npm:5.18.2" + version: 5.18.3 + resolution: "@rjsf/core@npm:5.18.3" dependencies: lodash: ^4.17.21 lodash-es: ^4.17.21 @@ -3306,13 +3299,13 @@ __metadata: peerDependencies: "@rjsf/utils": ^5.18.x react: ^16.14.0 || >=17 - checksum: b8b20bd75090b15b19e176aa766c037f3a7f1a27dbbde07ab095376a85e0027fd441b6e37355c8d3b389393db1f1b27699769034146040864c63a8f110d5e2d7 + checksum: 370586a38e6557367281cd3e6292abf4391a24ed3d7c19b02478a45ca5aeb337363f54d841a7077b1403a24014bb1969d568976f12220b3ccd1a076ed4875397 languageName: node linkType: hard "@rjsf/utils@npm:^5.13.4": - version: 5.18.2 - resolution: "@rjsf/utils@npm:5.18.2" + version: 5.18.3 + resolution: "@rjsf/utils@npm:5.18.3" dependencies: json-schema-merge-allof: ^0.8.1 jsonpointer: ^5.0.1 @@ -3321,13 +3314,13 @@ __metadata: react-is: ^18.2.0 peerDependencies: react: ^16.14.0 || >=17 - checksum: 19342ce160f5f2ff1b1448bc61b0767c9b19a3c365fe3dca221c9178dff6b54123bdfe9dd4b0314aa7965011edb0e76029f7e76226936066bfacbaaa619546b4 + checksum: 36f6574836e8ccad27b8215f940cb86b1a02939d325e0223a8d8e70b9ae65245e6649dd4835a40e628153f26d961a5cfbdd6c0bdd7b70a80f7cb1911357f78ff languageName: node linkType: hard "@rjsf/validator-ajv8@npm:^5.13.4": - version: 5.18.2 - resolution: "@rjsf/validator-ajv8@npm:5.18.2" + version: 5.18.3 + resolution: "@rjsf/validator-ajv8@npm:5.18.3" dependencies: ajv: ^8.12.0 ajv-formats: ^2.1.1 @@ -3335,7 +3328,7 @@ __metadata: lodash-es: ^4.17.21 peerDependencies: "@rjsf/utils": ^5.18.x - checksum: 0ed953615b0619a376edfa95ccb891f1aa701e1915a09de562fb1c13a69a4902887359dcf68597f78ffc0a9be9c402c1488ef8ae552be8c8f48aeb7d59d3eae3 + checksum: 628ea27aeab7cc0735be7d7121d66cb2edaa5835a6dbd18f745391722c8e008d00ed771b526881fcd5c0d6ba42f52c8ef691ee1f14698d41fd50595f9595384d languageName: node linkType: hard @@ -3572,12 +3565,12 @@ __metadata: linkType: hard "@types/react@npm:*, @types/react@npm:^18.0.26": - version: 18.2.79 - resolution: "@types/react@npm:18.2.79" + version: 18.3.1 + resolution: "@types/react@npm:18.3.1" dependencies: "@types/prop-types": "*" csstype: ^3.0.2 - checksum: 85aa96e0e88725c84d8fc5f04f10a4da6a1f507dde33557ac9cc211414756867721264bfefd9e02bae1288ce2905351d949b652b931e734ea24519ee5c625138 + checksum: 9224ef319a0c2b7f66e7e7f06012aa5eb638a6c76c9742843eab1a5d243f2bed5ff829ddbb41efd60d33a266420528adfcb84cb93f238b00e905f98c3a355768 languageName: node linkType: hard @@ -4670,9 +4663,9 @@ __metadata: linkType: hard "caniuse-lite@npm:^1.0.30001587": - version: 1.0.30001612 - resolution: "caniuse-lite@npm:1.0.30001612" - checksum: 2b6ab6a19c72bdf8dccac824944e828a2a1fae52c6dfeb2d64ccecfd60d0466d2e5a392e996da2150d92850188a5034666dceed34a38d978177f6934e0bf106d + version: 1.0.30001614 + resolution: "caniuse-lite@npm:1.0.30001614" + checksum: 1b695625f9a1b08584c3c229d4b8deaebb89e7901a2a2ffe599a6250c0a79fc61afc49c374c32a76dbf593a5dedac3229bb0140bbacd438276211bdd1d7c4958 languageName: node linkType: hard @@ -5647,9 +5640,9 @@ __metadata: linkType: hard "electron-to-chromium@npm:^1.4.668": - version: 1.4.746 - resolution: "electron-to-chromium@npm:1.4.746" - checksum: 1fa8fad55ddf94ac8d7aa53b451ced4eec08cee0b765fe37fd70d2c560e4c4eff8bbd0ccf64bc6aa069484243c14ddda512974f770206a0b5e858b66cdd16768 + version: 1.4.750 + resolution: "electron-to-chromium@npm:1.4.750" + checksum: d1a5f1e9942c90dea8e1f60555ea9c0053676a8c945a82b8acd040fcae9173cdaa0127a1a2f563c96aa3d64de1b970d4b8a3245303c614ea7a564fc389c5d8c1 languageName: node linkType: hard @@ -5747,11 +5740,11 @@ __metadata: linkType: hard "envinfo@npm:^7.7.3": - version: 7.12.0 - resolution: "envinfo@npm:7.12.0" + version: 7.13.0 + resolution: "envinfo@npm:7.13.0" bin: envinfo: dist/cli.js - checksum: 4c83a55768cf8b7e553155c29e7fa7bbdb0fb2c1156208efc373fc030045c6aca5e8e642e96027d3eb0c752156922ea3fca6183d9e13f38507f0e02ec82c23a1 + checksum: 822fc30f53bd0be67f0e25be96eb6a2562b8062f3058846bbd7ec471bd4b7835fca6436ee72c4029c8ae4a3d8f8cddbe2ee725b22291f015232d20a682bee732 languageName: node linkType: hard @@ -5853,9 +5846,9 @@ __metadata: linkType: hard "es-module-lexer@npm:^1.2.1": - version: 1.5.0 - resolution: "es-module-lexer@npm:1.5.0" - checksum: adbe0772701e226b4b853f758fd89c0bbfe8357ab93babde7b1cdb4f88c3a31460c908cbe578817e241d116cc4fcf569f7c6f29c4fbfa0aadb0def90f1ad4dd2 + version: 1.5.2 + resolution: "es-module-lexer@npm:1.5.2" + checksum: 59c47109eca80b93dda2418337b4308c194c578704dc57d5aa54973b196e378d31e92f258e5525655b99b3de8a84dda2debb9646cddf6fe8830f1bfca95ee060 languageName: node linkType: hard @@ -8447,9 +8440,9 @@ __metadata: linkType: hard "lru-cache@npm:^10.0.1, lru-cache@npm:^10.2.0": - version: 10.2.0 - resolution: "lru-cache@npm:10.2.0" - checksum: eee7ddda4a7475deac51ac81d7dd78709095c6fa46e8350dc2d22462559a1faa3b81ed931d5464b13d48cbd7e08b46100b6f768c76833912bc444b99c37e25db + version: 10.2.2 + resolution: "lru-cache@npm:10.2.2" + checksum: 98e8fc93691c546f719a76103ef2bee5a3ac823955c755a47641ec41f8c7fafa1baeaba466937cc1cbfa9cfd47e03536d10e2db3158a64ad91ff3a58a32c893e languageName: node linkType: hard @@ -9607,16 +9600,16 @@ __metadata: linkType: hard "optionator@npm:^0.9.1": - version: 0.9.3 - resolution: "optionator@npm:0.9.3" + version: 0.9.4 + resolution: "optionator@npm:0.9.4" dependencies: - "@aashutoshrathi/word-wrap": ^1.2.3 deep-is: ^0.1.3 fast-levenshtein: ^2.0.6 levn: ^0.4.1 prelude-ls: ^1.2.1 type-check: ^0.4.0 - checksum: 09281999441f2fe9c33a5eeab76700795365a061563d66b098923eb719251a42bdbe432790d35064d0816ead9296dbeb1ad51a733edf4167c96bd5d0882e428a + word-wrap: ^1.2.5 + checksum: ecbd010e3dc73e05d239976422d9ef54a82a13f37c11ca5911dff41c98a6c7f0f163b27f922c37e7f8340af9d36febd3b6e9cef508f3339d4c393d7276d716bb languageName: node linkType: hard @@ -10310,14 +10303,14 @@ __metadata: linkType: hard "react-dom@npm:^18.2.0": - version: 18.2.0 - resolution: "react-dom@npm:18.2.0" + version: 18.3.1 + resolution: "react-dom@npm:18.3.1" dependencies: loose-envify: ^1.1.0 - scheduler: ^0.23.0 + scheduler: ^0.23.2 peerDependencies: - react: ^18.2.0 - checksum: 7d323310bea3a91be2965f9468d552f201b1c27891e45ddc2d6b8f717680c95a75ae0bc1e3f5cf41472446a2589a75aed4483aee8169287909fcd59ad149e8cc + react: ^18.3.1 + checksum: 298954ecd8f78288dcaece05e88b570014d8f6dce5db6f66e6ee91448debeb59dcd31561dddb354eee47e6c1bb234669459060deb238ed0213497146e555a0b9 languageName: node linkType: hard @@ -10349,9 +10342,9 @@ __metadata: linkType: hard "react-is@npm:^18.0.0, react-is@npm:^18.2.0": - version: 18.2.0 - resolution: "react-is@npm:18.2.0" - checksum: e72d0ba81b5922759e4aff17e0252bd29988f9642ed817f56b25a3e217e13eea8a7f2322af99a06edb779da12d5d636e9fda473d620df9a3da0df2a74141d53e + version: 18.3.1 + resolution: "react-is@npm:18.3.1" + checksum: e20fe84c86ff172fc8d898251b7cc2c43645d108bf96d0b8edf39b98f9a2cae97b40520ee7ed8ee0085ccc94736c4886294456033304151c3f94978cec03df21 languageName: node linkType: hard @@ -10407,11 +10400,11 @@ __metadata: linkType: hard "react@npm:>=17.0.0 <19.0.0, react@npm:^18.0.1, react@npm:^18.2.0": - version: 18.2.0 - resolution: "react@npm:18.2.0" + version: 18.3.1 + resolution: "react@npm:18.3.1" dependencies: loose-envify: ^1.1.0 - checksum: 88e38092da8839b830cda6feef2e8505dec8ace60579e46aa5490fc3dc9bba0bd50336507dc166f43e3afc1c42939c09fe33b25fae889d6f402721dcd78fca1b + checksum: a27bcfa8ff7c15a1e50244ad0d0c1cb2ad4375eeffefd266a64889beea6f6b64c4966c9b37d14ee32d6c9fcd5aa6ba183b6988167ab4d127d13e7cb5b386a376 languageName: node linkType: hard @@ -10852,12 +10845,12 @@ __metadata: languageName: node linkType: hard -"scheduler@npm:^0.23.0": - version: 0.23.0 - resolution: "scheduler@npm:0.23.0" +"scheduler@npm:^0.23.2": + version: 0.23.2 + resolution: "scheduler@npm:0.23.2" dependencies: loose-envify: ^1.1.0 - checksum: d79192eeaa12abef860c195ea45d37cbf2bbf5f66e3c4dcd16f54a7da53b17788a70d109ee3d3dde1a0fd50e6a8fc171f4300356c5aee4fc0171de526bf35f8a + checksum: 3e82d1f419e240ef6219d794ff29c7ee415fbdc19e038f680a10c067108e06284f1847450a210b29bbaf97b9d8a97ced5f624c31c681248ac84c80d56ad5a2c4 languageName: node linkType: hard @@ -12728,6 +12721,13 @@ __metadata: languageName: node linkType: hard +"word-wrap@npm:^1.2.5": + version: 1.2.5 + resolution: "word-wrap@npm:1.2.5" + checksum: f93ba3586fc181f94afdaff3a6fef27920b4b6d9eaefed0f428f8e07adea2a7f54a5f2830ce59406c8416f033f86902b91eb824072354645eea687dff3691ccb + languageName: node + linkType: hard + "wordwrap@npm:^1.0.0": version: 1.0.0 resolution: "wordwrap@npm:1.0.0" @@ -12843,8 +12843,8 @@ __metadata: linkType: hard "ws@npm:^8.11.0": - version: 8.16.0 - resolution: "ws@npm:8.16.0" + version: 8.17.0 + resolution: "ws@npm:8.17.0" peerDependencies: bufferutil: ^4.0.1 utf-8-validate: ">=5.0.2" @@ -12853,7 +12853,7 @@ __metadata: optional: true utf-8-validate: optional: true - checksum: feb3eecd2bae82fa8a8beef800290ce437d8b8063bdc69712725f21aef77c49cb2ff45c6e5e7fce622248f9c7abaee506bae0a9064067ffd6935460c7357321b + checksum: 147ef9eab0251364e1d2c55338ad0efb15e6913923ccbfdf20f7a8a6cb8f88432bcd7f4d8f66977135bfad35575644f9983201c1a361019594a4e53977bf6d4e languageName: node linkType: hard @@ -13011,11 +13011,11 @@ __metadata: linkType: hard "yjs@npm:^13.5.0, yjs@npm:^13.5.40": - version: 13.6.14 - resolution: "yjs@npm:13.6.14" + version: 13.6.15 + resolution: "yjs@npm:13.6.15" dependencies: lib0: ^0.2.86 - checksum: df399049049820d32d5759a7bd9d70cf30602408ca2a9771324f1b459f703bb6073fb35b5bcde7493fab3721d64e3c1b60eb88415b184e95a73fbce2947741cb + checksum: a0cdb323f9cd40de37c9cd0a9a4613e35d8365488ed6078ec632f0ec1853de4d16e46d435dc97e4029c0e70666e24d02c7240a71e84f7b1f15ff18670d715483 languageName: node linkType: hard