From a3e4d9b4f225a6b39980e55f728451b5cb9566e2 Mon Sep 17 00:00:00 2001 From: trungleduc Date: Wed, 6 Mar 2024 13:43:02 +0000 Subject: [PATCH] Publish 2.0.0a2 SHA256 hashes: jupytercad-2.0.0a2-py3-none-any.whl: 6f43cacd864d0cf9890257a270741d513908490398e081a4a2f111cd469e223d jupytercad-2.0.0a2.tar.gz: 999f89f5f606ff9609936c0fb20472eeb2177d076f707f819379c98ea1038398 jupytercad-base-2.0.0-alpha.2.tgz: 7d6666be4c104355f4d265be607767416d95b82feee06761d76e1a1d41c9279f jupytercad-jupytercad-app-2.0.0-alpha.2.tgz: 09b9ed0f67ae56e83f80da7f2e7ef709c772c5df916cb301f0bcb591b78be1c8 jupytercad-jupytercad-core-2.0.0-alpha.2.tgz: 6b6653eabd1a1101ef9fb5352d0678efb09dc08819da9f4ed548a968b1655a47 jupytercad-jupytercad-lab-2.0.0-alpha.2.tgz: 8451d96ea8b2841b86df525ac60b543931310768c689a21a177214867cea9bac jupytercad-occ-worker-2.0.0-alpha.2.tgz: 14ce261b858778f3d19e5698c63648bdb06459b4d5ce138c1ffdf02a4e0edd00 jupytercad-opencascade-2.0.0-alpha.2.tgz: 5df03681a5d3c92f2dd0cb70c9fa5773da300ca2decede6327abddc7907cbc84 jupytercad-schema-2.0.0-alpha.2.tgz: 2b38bb8dcb944258f8346a1f1cc645fcdf6275625c06417f4e1b92379b218408 jupytercad_app-2.0.0a2-py3-none-any.whl: ac6d5b191773921252ddc1bff18b5d1b4325193022c73b0c5355b6a40607bceb jupytercad_app-2.0.0a2.tar.gz: 44cd0226eed1a50cb61fdd06fec242e6b0b2c5369dbe1b04f59b7f59b417d24e jupytercad_core-2.0.0a2-py3-none-any.whl: fa503dc0e4fbf86303bf9b0c38dcac5e64e3cd6ccc8a7536ee398c9b616ee5dc jupytercad_core-2.0.0a2.tar.gz: 9011ddbf4f4df541855030e24680f6076362d0ace3df44b037a07c7bbfbf511a jupytercad_lab-2.0.0a2-py3-none-any.whl: b1d67179fb2b75104e249ebcdf3ede11a3c21ecae95db025b7e38f178da8a5b8 jupytercad_lab-2.0.0a2.tar.gz: 42d55a28cbe726b32e435aa1273a13aac46cbf10307411fd707c403b4be03dc4 --- CHANGELOG.md | 25 +- 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 | 1099 +++++++++++----------- 11 files changed, 590 insertions(+), 576 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8c1a1a8a..e8b2761f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -40,6 +40,29 @@ pip install jupytercad-freecad +## 2.0.0a2 + +([Full Changelog](https://github.com/jupytercad/jupytercad/compare/v2.0.0a1...5151f6d7bbb1a89ecf197c1587a4e4ce2c54c091)) + +### Enhancements made + +- Update JupyterLite config [#332](https://github.com/jupytercad/jupytercad/pull/332) ([@trungleduc](https://github.com/trungleduc)) +- Support JupyterLite [#331](https://github.com/jupytercad/jupytercad/pull/331) ([@trungleduc](https://github.com/trungleduc)) +- Update occ API [#330](https://github.com/jupytercad/jupytercad/pull/330) ([@trungleduc](https://github.com/trungleduc)) +- Support for opening STL files [#246](https://github.com/jupytercad/jupytercad/pull/246) ([@martinRenou](https://github.com/martinRenou)) + +### Maintenance and upkeep improvements + +- Remove y-py [#329](https://github.com/jupytercad/jupytercad/pull/329) ([@trungleduc](https://github.com/trungleduc)) + +### Contributors to this release + +([GitHub contributors page for this release](https://github.com/jupytercad/jupytercad/graphs/contributors?from=2024-02-27&to=2024-03-06&type=c)) + +[@github-actions](https://github.com/search?q=repo%3Ajupytercad%2Fjupytercad+involves%3Agithub-actions+updated%3A2024-02-27..2024-03-06&type=Issues) | [@martinRenou](https://github.com/search?q=repo%3Ajupytercad%2Fjupytercad+involves%3AmartinRenou+updated%3A2024-02-27..2024-03-06&type=Issues) | [@trungleduc](https://github.com/search?q=repo%3Ajupytercad%2Fjupytercad+involves%3Atrungleduc+updated%3A2024-02-27..2024-03-06&type=Issues) + + + ## 2.0.0a1 ([Full Changelog](https://github.com/jupytercad/jupytercad/compare/v2.0.0a0...349e04f56a58bc2ec6263180bd287f063d4019e5)) @@ -58,8 +81,6 @@ pip install jupytercad-freecad [@github-actions](https://github.com/search?q=repo%3Ajupytercad%2Fjupytercad+involves%3Agithub-actions+updated%3A2024-02-08..2024-02-27&type=Issues) | [@martinRenou](https://github.com/search?q=repo%3Ajupytercad%2Fjupytercad+involves%3AmartinRenou+updated%3A2024-02-08..2024-02-27&type=Issues) | [@pre-commit-ci](https://github.com/search?q=repo%3Ajupytercad%2Fjupytercad+involves%3Apre-commit-ci+updated%3A2024-02-08..2024-02-27&type=Issues) | [@trungleduc](https://github.com/search?q=repo%3Ajupytercad%2Fjupytercad+involves%3Atrungleduc+updated%3A2024-02-08..2024-02-27&type=Issues) - - ## 2.0.0a0 ([Full Changelog](https://github.com/jupytercad/jupytercad/compare/v1.0.1...962f123a9b7cbdfa6c48e9572099dd5ae2998730)) diff --git a/package.json b/package.json index 8b72ffe8..47e0be90 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@jupytercad/jupytercad-root", - "version": "2.0.0-alpha.1", + "version": "2.0.0-alpha.2", "private": true, "homepage": "https://github.com/jupytercad/jupytercad", "repository": { diff --git a/packages/base/package.json b/packages/base/package.json index 98a979af..10f93daa 100644 --- a/packages/base/package.json +++ b/packages/base/package.json @@ -1,6 +1,6 @@ { "name": "@jupytercad/base", - "version": "2.0.0-alpha.1", + "version": "2.0.0-alpha.2", "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.1", - "@jupytercad/schema": "^2.0.0-alpha.1", + "@jupytercad/occ-worker": "^2.0.0-alpha.2", + "@jupytercad/schema": "^2.0.0-alpha.2", "@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 da7bc550..bd3ffc85 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.1", + "version": "2.0.0-alpha.2", "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.1", - "@jupytercad/schema": "^2.0.0-alpha.1", + "@jupytercad/opencascade": "^2.0.0-alpha.2", + "@jupytercad/schema": "^2.0.0-alpha.2", "@lumino/coreutils": "^2.0.0", "uuid": "^8.3.2" }, diff --git a/packages/opencascade/package.json b/packages/opencascade/package.json index 5dfb4ba4..5774387c 100644 --- a/packages/opencascade/package.json +++ b/packages/opencascade/package.json @@ -1,6 +1,6 @@ { "name": "@jupytercad/opencascade", - "version": "2.0.0-alpha.1", + "version": "2.0.0-alpha.2", "description": "The custom OpenCascade build for JupyterCAD.", "keywords": [ "jupyter", diff --git a/packages/schema/package.json b/packages/schema/package.json index d9107f9d..5e31fb58 100644 --- a/packages/schema/package.json +++ b/packages/schema/package.json @@ -1,6 +1,6 @@ { "name": "@jupytercad/schema", - "version": "2.0.0-alpha.1", + "version": "2.0.0-alpha.2", "description": "A Jupytercad schema package.", "keywords": [ "jupytercad" diff --git a/python/jupytercad/jupytercad/__init__.py b/python/jupytercad/jupytercad/__init__.py index d62dd58f..e15188f4 100644 --- a/python/jupytercad/jupytercad/__init__.py +++ b/python/jupytercad/jupytercad/__init__.py @@ -1,3 +1,3 @@ -__version__ = "2.0.0a1" +__version__ = "2.0.0a2" from jupytercad_lab import CadDocument # noqa diff --git a/python/jupytercad_app/package.json b/python/jupytercad_app/package.json index 1efb3c34..862f4f5e 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.1", + "version": "2.0.0-alpha.2", "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.1", - "@jupytercad/schema": "^2.0.0-alpha.1", + "@jupytercad/base": "^2.0.0-alpha.2", + "@jupytercad/schema": "^2.0.0-alpha.2", "@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 138721a4..29142498 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.1", + "version": "2.0.0-alpha.2", "description": "JupyterCad core extension", "keywords": [ "jupyter", @@ -54,9 +54,9 @@ }, "dependencies": { "@jupyter/docprovider": "^2.0.0", - "@jupytercad/base": "^2.0.0-alpha.1", - "@jupytercad/occ-worker": "^2.0.0-alpha.1", - "@jupytercad/schema": "^2.0.0-alpha.1", + "@jupytercad/base": "^2.0.0-alpha.2", + "@jupytercad/occ-worker": "^2.0.0-alpha.2", + "@jupytercad/schema": "^2.0.0-alpha.2", "@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 1ba5f7e3..00ed04fa 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.1", + "version": "2.0.0-alpha.2", "description": "JupyterCad Lab extension.", "keywords": [ "jupyter", @@ -52,9 +52,9 @@ }, "dependencies": { "@jupyter/docprovider": "^2.0.0", - "@jupytercad/base": "^2.0.0-alpha.1", - "@jupytercad/jupytercad-core": "^2.0.0-alpha.1", - "@jupytercad/schema": "^2.0.0-alpha.1", + "@jupytercad/base": "^2.0.0-alpha.2", + "@jupytercad/jupytercad-core": "^2.0.0-alpha.2", + "@jupytercad/schema": "^2.0.0-alpha.2", "@jupyterlab/application": "^4.0.0", "@jupyterlab/apputils": "^4.0.0", "@jupyterlab/coreutils": "^6.0.0", diff --git a/yarn.lock b/yarn.lock index 1510edb9..b0ccf3c7 100644 --- a/yarn.lock +++ b/yarn.lock @@ -103,9 +103,9 @@ __metadata: linkType: hard "@babel/helper-plugin-utils@npm:^7.22.5": - version: 7.22.5 - resolution: "@babel/helper-plugin-utils@npm:7.22.5" - checksum: c0fc7227076b6041acd2f0e818145d2e8c41968cc52fb5ca70eed48e21b8fe6dd88a0a91cbddf4951e33647336eb5ae184747ca706817ca3bef5e9e905151ff5 + version: 7.24.0 + resolution: "@babel/helper-plugin-utils@npm:7.24.0" + checksum: e2baa0eede34d2fa2265947042aa84d444aa48dc51e9feedea55b67fc1bc3ab051387e18b33ca7748285a6061390831ab82f8a2c767d08470b93500ec727e9b9 languageName: node linkType: hard @@ -143,12 +143,12 @@ __metadata: languageName: node linkType: hard -"@babel/parser@npm:^7.23.9": - version: 7.23.9 - resolution: "@babel/parser@npm:7.23.9" +"@babel/parser@npm:^7.24.0": + version: 7.24.0 + resolution: "@babel/parser@npm:7.24.0" bin: parser: ./bin/babel-parser.js - checksum: e7cd4960ac8671774e13803349da88d512f9292d7baa952173260d3e8f15620a28a3701f14f709d769209022f9e7b79965256b8be204fc550cfe783cdcabe7c7 + checksum: 4a6afec49487a212e7a27345b0c090b56905efb62c0b3a1499b0a57a5b3bf43d9d1e99e31b137080eacc24dee659a29699740d0a6289999117c0d8c5a04bd68f languageName: node linkType: hard @@ -164,28 +164,28 @@ __metadata: linkType: hard "@babel/runtime@npm:^7.1.2": - version: 7.23.9 - resolution: "@babel/runtime@npm:7.23.9" + version: 7.24.0 + resolution: "@babel/runtime@npm:7.24.0" dependencies: regenerator-runtime: ^0.14.0 - checksum: 6bbebe8d27c0c2dd275d1ac197fc1a6c00e18dab68cc7aaff0adc3195b45862bae9c4cc58975629004b0213955b2ed91e99eccb3d9b39cabea246c657323d667 + checksum: 7a6a5d40fbdd68491ec183ba2e631c07415119960083b4fd76564cce3751e9acd2f12ab89575e38496fa389fa06d458732776e69ee1858e366cc3fbdb049f847 languageName: node linkType: hard "@babel/template@npm:^7.22.15": - version: 7.23.9 - resolution: "@babel/template@npm:7.23.9" + version: 7.24.0 + resolution: "@babel/template@npm:7.24.0" dependencies: "@babel/code-frame": ^7.23.5 - "@babel/parser": ^7.23.9 - "@babel/types": ^7.23.9 - checksum: 6e67414c0f7125d7ecaf20c11fab88085fa98a96c3ef10da0a61e962e04fdf3a18a496a66047005ddd1bb682a7cc7842d556d1db2f3f3f6ccfca97d5e445d342 + "@babel/parser": ^7.24.0 + "@babel/types": ^7.24.0 + checksum: f257b003c071a0cecdbfceca74185f18fe62c055469ab5c1d481aab12abeebed328e67e0a19fd978a2a8de97b28953fa4bc3da6d038a7345fdf37923b9fcdec8 languageName: node linkType: hard "@babel/traverse@npm:^7.4.5": - version: 7.23.9 - resolution: "@babel/traverse@npm:7.23.9" + version: 7.24.0 + resolution: "@babel/traverse@npm:7.24.0" dependencies: "@babel/code-frame": ^7.23.5 "@babel/generator": ^7.23.6 @@ -193,22 +193,22 @@ __metadata: "@babel/helper-function-name": ^7.23.0 "@babel/helper-hoist-variables": ^7.22.5 "@babel/helper-split-export-declaration": ^7.22.6 - "@babel/parser": ^7.23.9 - "@babel/types": ^7.23.9 + "@babel/parser": ^7.24.0 + "@babel/types": ^7.24.0 debug: ^4.3.1 globals: ^11.1.0 - checksum: a932f7aa850e158c00c97aad22f639d48c72805c687290f6a73e30c5c4957c07f5d28310c9bf59648e2980fe6c9d16adeb2ff92a9ca0f97fa75739c1328fc6c3 + checksum: 790cf14a6452575ceef767285bad0dd96d14b3640ed4e6a4ddb5b592e4e66020424bac21e4a4b965ac0d2fe9ed504fe3644748b1922fb8ac37c681cb435c3995 languageName: node linkType: hard -"@babel/types@npm:^7.22.15, @babel/types@npm:^7.22.5, @babel/types@npm:^7.23.0, @babel/types@npm:^7.23.6, @babel/types@npm:^7.23.9, @babel/types@npm:^7.8.3": - version: 7.23.9 - resolution: "@babel/types@npm:7.23.9" +"@babel/types@npm:^7.22.15, @babel/types@npm:^7.22.5, @babel/types@npm:^7.23.0, @babel/types@npm:^7.23.6, @babel/types@npm:^7.24.0, @babel/types@npm:^7.8.3": + version: 7.24.0 + resolution: "@babel/types@npm:7.24.0" dependencies: "@babel/helper-string-parser": ^7.23.4 "@babel/helper-validator-identifier": ^7.22.20 to-fast-properties: ^2.0.0 - checksum: 0a9b008e9bfc89beb8c185e620fa0f8ed6c771f1e1b2e01e1596870969096fec7793898a1d64a035176abf1dd13e2668ee30bf699f2d92c210a8128f4b151e65 + checksum: 4b574a37d490f621470ff36a5afaac6deca5546edcb9b5e316d39acbb20998e9c2be42f3fc0bf2b55906fc49ff2a5a6a097e8f5a726ee3f708a0b0ca93aed807 languageName: node linkType: hard @@ -272,8 +272,8 @@ __metadata: linkType: hard "@codemirror/autocomplete@npm:^6.0.0, @codemirror/autocomplete@npm:^6.3.2, @codemirror/autocomplete@npm:^6.5.1, @codemirror/autocomplete@npm:^6.7.1": - version: 6.12.0 - resolution: "@codemirror/autocomplete@npm:6.12.0" + version: 6.13.0 + resolution: "@codemirror/autocomplete@npm:6.13.0" dependencies: "@codemirror/language": ^6.0.0 "@codemirror/state": ^6.0.0 @@ -284,7 +284,7 @@ __metadata: "@codemirror/state": ^6.0.0 "@codemirror/view": ^6.0.0 "@lezer/common": ^1.0.0 - checksum: 1d4da6ccc12f5a67053a76b361f2683b5af031dd405a0bd2a261a265eb8cb7dfb115343a3291260d1ba31ce7ccb5427208ebe50f50f6747fcf27a50b62c87f7e + checksum: c40be5768e7494ae6541ccb9baf86701c764dabb174eae2fffd422e419caf6cd171a03a4b2efe4f8b108e29f5f6639a83ff5d20840803c85b4b65bc32978c947 languageName: node linkType: hard @@ -427,8 +427,8 @@ __metadata: linkType: hard "@codemirror/lang-sql@npm:^6.4.1": - version: 6.5.5 - resolution: "@codemirror/lang-sql@npm:6.5.5" + version: 6.6.1 + resolution: "@codemirror/lang-sql@npm:6.6.1" dependencies: "@codemirror/autocomplete": ^6.0.0 "@codemirror/language": ^6.0.0 @@ -436,7 +436,7 @@ __metadata: "@lezer/common": ^1.2.0 "@lezer/highlight": ^1.0.0 "@lezer/lr": ^1.0.0 - checksum: 404003ae73b986bd7a00f6924db78b7ffb28fdc38d689fdc11416aaafe2d5c6dc37cc18972530f82e940acb61e18ac74a1cf7712beef448c145344ff93970dc3 + checksum: 65f59b2a4477ddff27aba9435f4c3f1d236cbc03aa7c9cf3b2f70b8bbcd748c8883aae249efd9077fdbd9b23a9c0f046a29c945ffb0d8e6ef4e9ee9f61d35a88 languageName: node linkType: hard @@ -453,15 +453,16 @@ __metadata: linkType: hard "@codemirror/lang-xml@npm:^6.0.2": - version: 6.0.2 - resolution: "@codemirror/lang-xml@npm:6.0.2" + version: 6.1.0 + resolution: "@codemirror/lang-xml@npm:6.1.0" dependencies: "@codemirror/autocomplete": ^6.0.0 "@codemirror/language": ^6.4.0 "@codemirror/state": ^6.0.0 + "@codemirror/view": ^6.0.0 "@lezer/common": ^1.0.0 "@lezer/xml": ^1.0.0 - checksum: e156ecafaa87e9b6ef4ab6812ccd00d8f3c6cb81f232837636b36336d80513b61936dfee6f4f6800574f236208b61e95a2abcb997cdcd7366585a6b796e0e13b + checksum: 3a1b7af07b29ad7e53b77bf584245580b613bc92256059f175f2b1d7c28c4e39b75654fe169b9a8a330a60164b53ff5254bdb5b8ee8c6e6766427ee115c4e229 languageName: node linkType: hard @@ -518,13 +519,13 @@ __metadata: linkType: hard "@codemirror/view@npm:^6.0.0, @codemirror/view@npm:^6.17.0, @codemirror/view@npm:^6.23.0, @codemirror/view@npm:^6.7.0, @codemirror/view@npm:^6.9.3, @codemirror/view@npm:^6.9.6": - version: 6.24.1 - resolution: "@codemirror/view@npm:6.24.1" + version: 6.25.1 + resolution: "@codemirror/view@npm:6.25.1" dependencies: "@codemirror/state": ^6.4.0 style-mod: ^4.1.0 w3c-keyname: ^2.2.4 - checksum: 376a9dd6ba3d626373f06a241defa7b61dfa80dda021e8dac8aa05261873b5e8bdf2f7d378f844c8bea2b644659020729bbf43330a272a76143e9995d77a452c + checksum: f3cdd155ee2ccc6b47ded2a4a53fa44f6412bf0f2555f6938848dbfa1f27d7938402c8376298b7779236507a4d84201d331786ead14cde8c6f65ef0ab7b5ae3f languageName: node linkType: hard @@ -583,11 +584,11 @@ __metadata: linkType: hard "@emotion/is-prop-valid@npm:^1.1.0, @emotion/is-prop-valid@npm:^1.2.0": - version: 1.2.1 - resolution: "@emotion/is-prop-valid@npm:1.2.1" + version: 1.2.2 + resolution: "@emotion/is-prop-valid@npm:1.2.2" dependencies: "@emotion/memoize": ^0.8.1 - checksum: 8f42dc573a3fad79b021479becb639b8fe3b60bdd1081a775d32388bca418ee53074c7602a4c845c5f75fa6831eb1cbdc4d208cc0299f57014ed3a02abcad16a + checksum: 61f6b128ea62b9f76b47955057d5d86fcbe2a6989d2cd1e583daac592901a950475a37d049b9f7a7c6aa8758a33b408735db759fdedfd1f629df0f85ab60ea25 languageName: node linkType: hard @@ -737,13 +738,13 @@ __metadata: linkType: hard "@jridgewell/gen-mapping@npm:^0.3.0, @jridgewell/gen-mapping@npm:^0.3.2": - version: 0.3.4 - resolution: "@jridgewell/gen-mapping@npm:0.3.4" + version: 0.3.5 + resolution: "@jridgewell/gen-mapping@npm:0.3.5" dependencies: - "@jridgewell/set-array": ^1.0.1 + "@jridgewell/set-array": ^1.2.1 "@jridgewell/sourcemap-codec": ^1.4.10 - "@jridgewell/trace-mapping": ^0.3.9 - checksum: 944080268f57919e354c57ea0c787c0b23d6b5be77440a468f8ccad24919e3fcefbd3833ce3b9836d89761503af4cbb750483acdb7fdc15213dde1c26430251d + "@jridgewell/trace-mapping": ^0.3.24 + checksum: ff7a1764ebd76a5e129c8890aa3e2f46045109dabde62b0b6c6a250152227647178ff2069ea234753a690d8f3c4ac8b5e7b267bbee272bffb7f3b0a370ab6e52 languageName: node linkType: hard @@ -754,10 +755,10 @@ __metadata: languageName: node linkType: hard -"@jridgewell/set-array@npm:^1.0.1": - version: 1.1.2 - resolution: "@jridgewell/set-array@npm:1.1.2" - checksum: 69a84d5980385f396ff60a175f7177af0b8da4ddb81824cb7016a9ef914eee9806c72b6b65942003c63f7983d4f39a5c6c27185bbca88eb4690b62075602e28e +"@jridgewell/set-array@npm:^1.2.1": + version: 1.2.1 + resolution: "@jridgewell/set-array@npm:1.2.1" + checksum: 832e513a85a588f8ed4f27d1279420d8547743cc37fcad5a5a76fc74bb895b013dfe614d0eed9cb860048e6546b798f8f2652020b4b2ba0561b05caa8c654b10 languageName: node linkType: hard @@ -778,13 +779,13 @@ __metadata: languageName: node linkType: hard -"@jridgewell/trace-mapping@npm:^0.3.17, @jridgewell/trace-mapping@npm:^0.3.20, @jridgewell/trace-mapping@npm:^0.3.9": - version: 0.3.23 - resolution: "@jridgewell/trace-mapping@npm:0.3.23" +"@jridgewell/trace-mapping@npm:^0.3.17, @jridgewell/trace-mapping@npm:^0.3.20, @jridgewell/trace-mapping@npm:^0.3.24, @jridgewell/trace-mapping@npm:^0.3.9": + version: 0.3.25 + resolution: "@jridgewell/trace-mapping@npm:0.3.25" dependencies: "@jridgewell/resolve-uri": ^3.1.0 "@jridgewell/sourcemap-codec": ^1.4.14 - checksum: a4ebaf196a500c9a65a667ba873f7836ba76b0581ed1c6bd33450b8093182f1c4aeb9c66a4467419cffd15694faecfa027ffbeca3aea5de3d322aa7d6bc41802 + checksum: 9d3c40d225e139987b50c48988f8717a54a8c994d8a948ee42e1412e08988761d0754d7d10b803061cc3aebf35f92a5dbbab493bd0e1a9ef9e89a2130e83ba34 languageName: node linkType: hard @@ -820,12 +821,12 @@ __metadata: linkType: hard "@jupyter/collaboration@npm:^2.0.0": - version: 2.0.2 - resolution: "@jupyter/collaboration@npm:2.0.2" + version: 2.0.3 + resolution: "@jupyter/collaboration@npm:2.0.3" dependencies: "@codemirror/state": ^6.2.0 "@codemirror/view": ^6.7.0 - "@jupyter/docprovider": ^2.0.2 + "@jupyter/docprovider": ^2.0.3 "@jupyterlab/apputils": ^4.0.5 "@jupyterlab/coreutils": ^6.0.5 "@jupyterlab/services": ^7.0.5 @@ -836,13 +837,13 @@ __metadata: react: ^18.2.0 y-protocols: ^1.0.5 yjs: ^13.5.40 - checksum: e45f7e0d6fd8d45a5df48da5cce74c7b9b64934af7276a4d29431d2c554ac69c3625452dad455457f62cc1d5e5d9a292971a7740429c9a68d8b00cf60a46898c + checksum: a4c208a8d045bfe3323fd3a5a3c683d047dda3bd7f3d8b87a7c9387c811c68d62cddfcdf39ff8aa5c388d0cfeb2622a23eb8fcf540ef05278c24ec150cb50fa7 languageName: node linkType: hard -"@jupyter/docprovider@npm:^2.0.0, @jupyter/docprovider@npm:^2.0.2": - version: 2.0.2 - resolution: "@jupyter/docprovider@npm:2.0.2" +"@jupyter/docprovider@npm:^2.0.0, @jupyter/docprovider@npm:^2.0.3": + version: 2.0.3 + resolution: "@jupyter/docprovider@npm:2.0.3" dependencies: "@jupyter/ydoc": ^1.1.0-a0 "@jupyterlab/coreutils": ^6.0.5 @@ -853,30 +854,30 @@ __metadata: y-protocols: ^1.0.5 y-websocket: ^1.3.15 yjs: ^13.5.40 - checksum: 431d11e592bdb653d0b57faa5953edb731acbbb82cce49cc0525185afc1c98fb3bc09640293d005a8d929df135e7dde56d63adde46ea99168fdf597757e00a80 + checksum: 9b8b010d555c1d66d829eeafa3a9653648d037d43eaa446fafb3a40de154888cb19aa03356b2337057056dfdce4898c2e3e79b357159403a1c5cdc0372a06597 languageName: node linkType: hard "@jupyter/react-components@npm:^0.15.2": - version: 0.15.2 - resolution: "@jupyter/react-components@npm:0.15.2" + version: 0.15.3 + resolution: "@jupyter/react-components@npm:0.15.3" dependencies: - "@jupyter/web-components": ^0.15.2 + "@jupyter/web-components": ^0.15.3 "@microsoft/fast-react-wrapper": ^0.3.22 react: ">=17.0.0 <19.0.0" - checksum: d6d339ff9c2fed1fd5afda612be500d73c4a83eee5470d50e94020dadd1e389a3bf745c7240b0a48edbc6d3fdacec93367b7b5e40588f2df588419caada705be + checksum: 1a6b256314259c6465c4b6d958575710536b82234a7bf0fba3e889a07e1f19ff8ab321450be354359876f92c45dbcc9d21a840237ff4a619806d9de696f55496 languageName: node linkType: hard -"@jupyter/web-components@npm:^0.15.2": - version: 0.15.2 - resolution: "@jupyter/web-components@npm:0.15.2" +"@jupyter/web-components@npm:^0.15.2, @jupyter/web-components@npm:^0.15.3": + version: 0.15.3 + resolution: "@jupyter/web-components@npm:0.15.3" dependencies: "@microsoft/fast-colors": ^5.3.1 "@microsoft/fast-element": ^1.12.0 "@microsoft/fast-foundation": ^2.49.4 "@microsoft/fast-web-utilities": ^5.4.1 - checksum: f272ef91de08e28f9414a26dbd2388e1a8985c90f4ab00231978cee49bd5212f812411397a9038d298c8c0c4b41eb28cc86f1127bc7ace309bda8df60c4a87c8 + checksum: a0980af934157bfdbdb6cc169c0816c1b2e57602d524c56bdcef746a4c25dfeb8f505150d83207c8695ed89b5486cf53d35a3382584d25ef64db666e4e16e45b languageName: node linkType: hard @@ -908,7 +909,7 @@ __metadata: languageName: node linkType: hard -"@jupytercad/base@^2.0.0-alpha.1, @jupytercad/base@workspace:packages/base": +"@jupytercad/base@^2.0.0-alpha.2, @jupytercad/base@workspace:packages/base": version: 0.0.0-use.local resolution: "@jupytercad/base@workspace:packages/base" dependencies: @@ -916,8 +917,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.1 - "@jupytercad/schema": ^2.0.0-alpha.1 + "@jupytercad/occ-worker": ^2.0.0-alpha.2 + "@jupytercad/schema": ^2.0.0-alpha.2 "@jupyterlab/application": ^4.0.0 "@jupyterlab/apputils": ^4.0.0 "@jupyterlab/coreutils": ^6.0.0 @@ -959,8 +960,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.1 - "@jupytercad/schema": ^2.0.0-alpha.1 + "@jupytercad/base": ^2.0.0-alpha.2 + "@jupytercad/schema": ^2.0.0-alpha.2 "@jupyterlab/application": ^4.0.0 "@jupyterlab/application-extension": ^4.0.0 "@jupyterlab/apputils": ^4.0.0 @@ -1012,14 +1013,14 @@ __metadata: languageName: unknown linkType: soft -"@jupytercad/jupytercad-core@^2.0.0-alpha.1, @jupytercad/jupytercad-core@workspace:python/jupytercad_core": +"@jupytercad/jupytercad-core@^2.0.0-alpha.2, @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.1 - "@jupytercad/occ-worker": ^2.0.0-alpha.1 - "@jupytercad/schema": ^2.0.0-alpha.1 + "@jupytercad/base": ^2.0.0-alpha.2 + "@jupytercad/occ-worker": ^2.0.0-alpha.2 + "@jupytercad/schema": ^2.0.0-alpha.2 "@jupyterlab/application": ^4.0.0 "@jupyterlab/apputils": ^4.0.0 "@jupyterlab/builder": ^4.0.0 @@ -1052,9 +1053,9 @@ __metadata: resolution: "@jupytercad/jupytercad-lab@workspace:python/jupytercad_lab" dependencies: "@jupyter/docprovider": ^2.0.0 - "@jupytercad/base": ^2.0.0-alpha.1 - "@jupytercad/jupytercad-core": ^2.0.0-alpha.1 - "@jupytercad/schema": ^2.0.0-alpha.1 + "@jupytercad/base": ^2.0.0-alpha.2 + "@jupytercad/jupytercad-core": ^2.0.0-alpha.2 + "@jupytercad/schema": ^2.0.0-alpha.2 "@jupyterlab/application": ^4.0.0 "@jupyterlab/apputils": ^4.0.0 "@jupyterlab/builder": ^4.0.0 @@ -1103,12 +1104,12 @@ __metadata: languageName: unknown linkType: soft -"@jupytercad/occ-worker@^2.0.0-alpha.1, @jupytercad/occ-worker@workspace:packages/occ-worker": +"@jupytercad/occ-worker@^2.0.0-alpha.2, @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.1 - "@jupytercad/schema": ^2.0.0-alpha.1 + "@jupytercad/opencascade": ^2.0.0-alpha.2 + "@jupytercad/schema": ^2.0.0-alpha.2 "@lumino/coreutils": ^2.0.0 "@types/node": ^18.15.11 copy-webpack-plugin: ^10.0.0 @@ -1124,7 +1125,7 @@ __metadata: languageName: unknown linkType: soft -"@jupytercad/opencascade@^2.0.0-alpha.1, @jupytercad/opencascade@workspace:packages/opencascade": +"@jupytercad/opencascade@^2.0.0-alpha.2, @jupytercad/opencascade@workspace:packages/opencascade": version: 0.0.0-use.local resolution: "@jupytercad/opencascade@workspace:packages/opencascade" dependencies: @@ -1135,7 +1136,7 @@ __metadata: languageName: unknown linkType: soft -"@jupytercad/schema@^2.0.0-alpha.1, @jupytercad/schema@workspace:packages/schema": +"@jupytercad/schema@^2.0.0-alpha.2, @jupytercad/schema@workspace:packages/schema": version: 0.0.0-use.local resolution: "@jupytercad/schema@workspace:packages/schema" dependencies: @@ -1160,42 +1161,42 @@ __metadata: linkType: soft "@jupyterlab/application-extension@npm:^4.0.0": - version: 4.1.2 - resolution: "@jupyterlab/application-extension@npm:4.1.2" - dependencies: - "@jupyterlab/application": ^4.1.2 - "@jupyterlab/apputils": ^4.2.2 - "@jupyterlab/coreutils": ^6.1.2 - "@jupyterlab/property-inspector": ^4.1.2 - "@jupyterlab/settingregistry": ^4.1.2 - "@jupyterlab/statedb": ^4.1.2 - "@jupyterlab/statusbar": ^4.1.2 - "@jupyterlab/translation": ^4.1.2 - "@jupyterlab/ui-components": ^4.1.2 + version: 4.1.3 + resolution: "@jupyterlab/application-extension@npm:4.1.3" + dependencies: + "@jupyterlab/application": ^4.1.3 + "@jupyterlab/apputils": ^4.2.3 + "@jupyterlab/coreutils": ^6.1.3 + "@jupyterlab/property-inspector": ^4.1.3 + "@jupyterlab/settingregistry": ^4.1.3 + "@jupyterlab/statedb": ^4.1.3 + "@jupyterlab/statusbar": ^4.1.3 + "@jupyterlab/translation": ^4.1.3 + "@jupyterlab/ui-components": ^4.1.3 "@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: 37b7c15d73707e2fe9d1b25e05368bbd10917f221736cd8c79da30f66868568ecd4134afc4522658c1ed3fb9588711935041f22659263fe6a26aacd3520304be + checksum: b1257371b2fa39928202b09e06eddd34917282826578bb6befce326e5001b7be85bb81ab1aec8e188b7f9cae9df5ddd39dd341ad22a4600b9b45c951c044a7fb languageName: node linkType: hard -"@jupyterlab/application@npm:^4.0.0, @jupyterlab/application@npm:^4.1.2": - version: 4.1.2 - resolution: "@jupyterlab/application@npm:4.1.2" +"@jupyterlab/application@npm:^4.0.0, @jupyterlab/application@npm:^4.1.3": + version: 4.1.3 + resolution: "@jupyterlab/application@npm:4.1.3" dependencies: "@fortawesome/fontawesome-free": ^5.12.0 - "@jupyterlab/apputils": ^4.2.2 - "@jupyterlab/coreutils": ^6.1.2 - "@jupyterlab/docregistry": ^4.1.2 - "@jupyterlab/rendermime": ^4.1.2 - "@jupyterlab/rendermime-interfaces": ^3.9.2 - "@jupyterlab/services": ^7.1.2 - "@jupyterlab/statedb": ^4.1.2 - "@jupyterlab/translation": ^4.1.2 - "@jupyterlab/ui-components": ^4.1.2 + "@jupyterlab/apputils": ^4.2.3 + "@jupyterlab/coreutils": ^6.1.3 + "@jupyterlab/docregistry": ^4.1.3 + "@jupyterlab/rendermime": ^4.1.3 + "@jupyterlab/rendermime-interfaces": ^3.9.3 + "@jupyterlab/services": ^7.1.3 + "@jupyterlab/statedb": ^4.1.3 + "@jupyterlab/translation": ^4.1.3 + "@jupyterlab/ui-components": ^4.1.3 "@lumino/algorithm": ^2.0.1 "@lumino/application": ^2.3.0 "@lumino/commands": ^2.2.0 @@ -1206,27 +1207,27 @@ __metadata: "@lumino/properties": ^2.0.1 "@lumino/signaling": ^2.1.2 "@lumino/widgets": ^2.3.1 - checksum: 10be4cdfd08dfd69786a3cd9753d48246e507e6a1cf15572bc4938be1d53c5c3fe291153ff02f2ffc941f77ab3c648649a6e6e2db6bbbcfcaa1bcc17a525b90b + checksum: f9970bdcfec0e9b0139bea11683309154052f5de340bd57021b29d06dfb08b8f598b17c299a7d6706cf5e3c583436be5a5e9832655b501e207f2bfc17f9547c6 languageName: node linkType: hard "@jupyterlab/apputils-extension@npm:^4.0.0": - version: 4.1.2 - resolution: "@jupyterlab/apputils-extension@npm:4.1.2" - dependencies: - "@jupyterlab/application": ^4.1.2 - "@jupyterlab/apputils": ^4.2.2 - "@jupyterlab/coreutils": ^6.1.2 - "@jupyterlab/docregistry": ^4.1.2 - "@jupyterlab/filebrowser": ^4.1.2 - "@jupyterlab/mainmenu": ^4.1.2 - "@jupyterlab/rendermime-interfaces": ^3.9.2 - "@jupyterlab/services": ^7.1.2 - "@jupyterlab/settingregistry": ^4.1.2 - "@jupyterlab/statedb": ^4.1.2 - "@jupyterlab/statusbar": ^4.1.2 - "@jupyterlab/translation": ^4.1.2 - "@jupyterlab/ui-components": ^4.1.2 + version: 4.1.3 + resolution: "@jupyterlab/apputils-extension@npm:4.1.3" + dependencies: + "@jupyterlab/application": ^4.1.3 + "@jupyterlab/apputils": ^4.2.3 + "@jupyterlab/coreutils": ^6.1.3 + "@jupyterlab/docregistry": ^4.1.3 + "@jupyterlab/filebrowser": ^4.1.3 + "@jupyterlab/mainmenu": ^4.1.3 + "@jupyterlab/rendermime-interfaces": ^3.9.3 + "@jupyterlab/services": ^7.1.3 + "@jupyterlab/settingregistry": ^4.1.3 + "@jupyterlab/statedb": ^4.1.3 + "@jupyterlab/statusbar": ^4.1.3 + "@jupyterlab/translation": ^4.1.3 + "@jupyterlab/ui-components": ^4.1.3 "@lumino/algorithm": ^2.0.1 "@lumino/commands": ^2.2.0 "@lumino/coreutils": ^2.1.2 @@ -1237,7 +1238,7 @@ __metadata: react: ^18.2.0 react-dom: ^18.2.0 react-toastify: ^9.0.8 - checksum: 0694c0d830ead955ff159c79f216ba2ac3b36bf2e62db0ee1a83c2e58236d9d6dfa31b963feacda9bb2ed6aeba28905802861bb1359c995688e854dd1fc8c36f + checksum: a91e1a784192f94d9b26b54977f0ce4639a3c9bbaadadf38b70b1df684be76fd822f65aec3a13388a2f9cab6f62ec65714682f06fda5f5bb7af3c90c45b5c70c languageName: node linkType: hard @@ -1270,23 +1271,23 @@ __metadata: languageName: node linkType: hard -"@jupyterlab/attachments@npm:^4.1.2": - version: 4.1.2 - resolution: "@jupyterlab/attachments@npm:4.1.2" +"@jupyterlab/attachments@npm:^4.1.3": + version: 4.1.3 + resolution: "@jupyterlab/attachments@npm:4.1.3" dependencies: - "@jupyterlab/nbformat": ^4.1.2 - "@jupyterlab/observables": ^5.1.2 - "@jupyterlab/rendermime": ^4.1.2 - "@jupyterlab/rendermime-interfaces": ^3.9.2 + "@jupyterlab/nbformat": ^4.1.3 + "@jupyterlab/observables": ^5.1.3 + "@jupyterlab/rendermime": ^4.1.3 + "@jupyterlab/rendermime-interfaces": ^3.9.3 "@lumino/disposable": ^2.1.2 "@lumino/signaling": ^2.1.2 - checksum: eee4cb0f2a1e15807021190a581d175816f1aff170060c39292a6dcd6cf469845f1b619be7d7cee4e5504c852327d5b7ec61a6f63e9a1f19f1b35e570e47f725 + checksum: 1922213e066ba339adbe641937e29e5fe3f3d2d543df7925cf948e7d5cc85e88ef369e21e54a3c3a9b6228360df49460a1f9de87eeb29e40112539a8c988de1b languageName: node linkType: hard "@jupyterlab/builder@npm:^4.0.0": - version: 4.1.2 - resolution: "@jupyterlab/builder@npm:4.1.2" + version: 4.1.3 + resolution: "@jupyterlab/builder@npm:4.1.3" dependencies: "@lumino/algorithm": ^2.0.1 "@lumino/application": ^2.3.0 @@ -1321,32 +1322,32 @@ __metadata: worker-loader: ^3.0.2 bin: build-labextension: lib/build-labextension.js - checksum: 732e14d5b9227c34b3c3eff05a72ff930f141540427fc10b975fc8a3e58b716d753dabcf9653af3f6a4e75bfd46c966207bcb1d2fb1bf98b7ca5fa5cc757fb79 + checksum: 1db53221d05cf91780a79d506f2e8dfb844a8f226634ba7e8cd74ad6288425e06a72c002c14fad59dc74d087ba0359d523b1792c9e795910f6c44909d1f3308c languageName: node linkType: hard "@jupyterlab/cells@npm:^4.0.13": - version: 4.1.2 - resolution: "@jupyterlab/cells@npm:4.1.2" + version: 4.1.3 + resolution: "@jupyterlab/cells@npm:4.1.3" dependencies: "@codemirror/state": ^6.2.0 "@codemirror/view": ^6.9.6 "@jupyter/ydoc": ^1.1.1 - "@jupyterlab/apputils": ^4.2.2 - "@jupyterlab/attachments": ^4.1.2 - "@jupyterlab/codeeditor": ^4.1.2 - "@jupyterlab/codemirror": ^4.1.2 - "@jupyterlab/coreutils": ^6.1.2 - "@jupyterlab/documentsearch": ^4.1.2 - "@jupyterlab/filebrowser": ^4.1.2 - "@jupyterlab/nbformat": ^4.1.2 - "@jupyterlab/observables": ^5.1.2 - "@jupyterlab/outputarea": ^4.1.2 - "@jupyterlab/rendermime": ^4.1.2 - "@jupyterlab/services": ^7.1.2 - "@jupyterlab/toc": ^6.1.2 - "@jupyterlab/translation": ^4.1.2 - "@jupyterlab/ui-components": ^4.1.2 + "@jupyterlab/apputils": ^4.2.3 + "@jupyterlab/attachments": ^4.1.3 + "@jupyterlab/codeeditor": ^4.1.3 + "@jupyterlab/codemirror": ^4.1.3 + "@jupyterlab/coreutils": ^6.1.3 + "@jupyterlab/documentsearch": ^4.1.3 + "@jupyterlab/filebrowser": ^4.1.3 + "@jupyterlab/nbformat": ^4.1.3 + "@jupyterlab/observables": ^5.1.3 + "@jupyterlab/outputarea": ^4.1.3 + "@jupyterlab/rendermime": ^4.1.3 + "@jupyterlab/services": ^7.1.3 + "@jupyterlab/toc": ^6.1.3 + "@jupyterlab/translation": ^4.1.3 + "@jupyterlab/ui-components": ^4.1.3 "@lumino/algorithm": ^2.0.1 "@lumino/coreutils": ^2.1.2 "@lumino/domutils": ^2.0.1 @@ -1357,7 +1358,7 @@ __metadata: "@lumino/virtualdom": ^2.0.1 "@lumino/widgets": ^2.3.1 react: ^18.2.0 - checksum: c506140688b7411e56c7ab6cae2f5422c3eda5a674b93da1b7baa81682c2f7112af611e80d9dd48ee272184446ec8c2b651cf1e5f0b769df1beda5c3cdfadd58 + checksum: 6cab8994b74e03f32a9a5eac2a7ed580fd6ef46ab764d871d4bd6de76345ae04036af733d3182cbd00143ad7e667682010d777efdc6b9a3c44cff6833fd4b7ec languageName: node linkType: hard @@ -1381,19 +1382,19 @@ __metadata: languageName: node linkType: hard -"@jupyterlab/codeeditor@npm:^4.0.13, @jupyterlab/codeeditor@npm:^4.1.2": - version: 4.1.2 - resolution: "@jupyterlab/codeeditor@npm:4.1.2" +"@jupyterlab/codeeditor@npm:^4.0.13, @jupyterlab/codeeditor@npm:^4.1.3": + version: 4.1.3 + resolution: "@jupyterlab/codeeditor@npm:4.1.3" dependencies: "@codemirror/state": ^6.2.0 "@jupyter/ydoc": ^1.1.1 - "@jupyterlab/apputils": ^4.2.2 - "@jupyterlab/coreutils": ^6.1.2 - "@jupyterlab/nbformat": ^4.1.2 - "@jupyterlab/observables": ^5.1.2 - "@jupyterlab/statusbar": ^4.1.2 - "@jupyterlab/translation": ^4.1.2 - "@jupyterlab/ui-components": ^4.1.2 + "@jupyterlab/apputils": ^4.2.3 + "@jupyterlab/coreutils": ^6.1.3 + "@jupyterlab/nbformat": ^4.1.3 + "@jupyterlab/observables": ^5.1.3 + "@jupyterlab/statusbar": ^4.1.3 + "@jupyterlab/translation": ^4.1.3 + "@jupyterlab/ui-components": ^4.1.3 "@lumino/coreutils": ^2.1.2 "@lumino/disposable": ^2.1.2 "@lumino/dragdrop": ^2.1.4 @@ -1401,31 +1402,31 @@ __metadata: "@lumino/signaling": ^2.1.2 "@lumino/widgets": ^2.3.1 react: ^18.2.0 - checksum: b09618bc80a6d62c11fe53ccfe51cae1bdeb7298fab00c71a1119efa8102b86b6aa828d75b00ede80821b7073e3d6c3bb48c93805572eef4563308e4d3e7da1e + checksum: 2f32da79147d1f9c0f20b1ca0559c173f8cd1b3daf1359ae0e3dbfa32820bec427bf520f8c3bb7b1dd452691d9bdf06d9379d524c349631070ef5e0783d2ffce languageName: node linkType: hard "@jupyterlab/codemirror-extension@npm:^4.0.0": - version: 4.1.2 - resolution: "@jupyterlab/codemirror-extension@npm:4.1.2" + version: 4.1.3 + resolution: "@jupyterlab/codemirror-extension@npm:4.1.3" 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.2 - "@jupyterlab/codeeditor": ^4.1.2 - "@jupyterlab/codemirror": ^4.1.2 - "@jupyterlab/settingregistry": ^4.1.2 - "@jupyterlab/statusbar": ^4.1.2 - "@jupyterlab/translation": ^4.1.2 - "@jupyterlab/ui-components": ^4.1.2 + "@jupyterlab/application": ^4.1.3 + "@jupyterlab/codeeditor": ^4.1.3 + "@jupyterlab/codemirror": ^4.1.3 + "@jupyterlab/settingregistry": ^4.1.3 + "@jupyterlab/statusbar": ^4.1.3 + "@jupyterlab/translation": ^4.1.3 + "@jupyterlab/ui-components": ^4.1.3 "@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: 858a5ca6910f32d87fdd8ee53c50ea21a1af8dc3b053e6e37a29050323e9d58a51dd3a25370d9bc371a7667ec13eca8be23b33d4bc484e6a8f936e59b71e5be0 + checksum: 5dc0316916475f7a0462177ad6fc71e74ecd15375102b09f7b47898ca4e9678d3706c8d57aea12c8b269508ec2c448fbec800f4252e3df609fe151860725f1f1 languageName: node linkType: hard @@ -1455,9 +1456,9 @@ __metadata: languageName: node linkType: hard -"@jupyterlab/codemirror@npm:^4.0.0, @jupyterlab/codemirror@npm:^4.0.13, @jupyterlab/codemirror@npm:^4.1.2": - version: 4.1.2 - resolution: "@jupyterlab/codemirror@npm:4.1.2" +"@jupyterlab/codemirror@npm:^4.0.0, @jupyterlab/codemirror@npm:^4.0.13, @jupyterlab/codemirror@npm:^4.1.3": + version: 4.1.3 + resolution: "@jupyterlab/codemirror@npm:4.1.3" dependencies: "@codemirror/autocomplete": ^6.5.1 "@codemirror/commands": ^6.2.3 @@ -1480,11 +1481,11 @@ __metadata: "@codemirror/state": ^6.2.0 "@codemirror/view": ^6.9.6 "@jupyter/ydoc": ^1.1.1 - "@jupyterlab/codeeditor": ^4.1.2 - "@jupyterlab/coreutils": ^6.1.2 - "@jupyterlab/documentsearch": ^4.1.2 - "@jupyterlab/nbformat": ^4.1.2 - "@jupyterlab/translation": ^4.1.2 + "@jupyterlab/codeeditor": ^4.1.3 + "@jupyterlab/coreutils": ^6.1.3 + "@jupyterlab/documentsearch": ^4.1.3 + "@jupyterlab/nbformat": ^4.1.3 + "@jupyterlab/translation": ^4.1.3 "@lezer/common": ^1.0.2 "@lezer/generator": ^1.2.2 "@lezer/highlight": ^1.1.4 @@ -1493,7 +1494,7 @@ __metadata: "@lumino/disposable": ^2.1.2 "@lumino/signaling": ^2.1.2 yjs: ^13.5.40 - checksum: 840fea21005890b06220d2f41dd8c2edab3d3615aca13a7daa05b3eefaeeb37199320c1db32dab5e84ee0fbd3fb08c1bac51d300e8c2fd35f0a809753c93ab22 + checksum: cea7a1e993f573560a494ced1a9b627d57a4973b8fa06bb418af0018af1dcc4bad3c0f31abf17cd28fd393e169042917c732c515828570b80892d2ca371718c3 languageName: node linkType: hard @@ -1530,9 +1531,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.2": - version: 6.1.2 - resolution: "@jupyterlab/coreutils@npm:6.1.2" +"@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.3": + version: 6.1.3 + resolution: "@jupyterlab/coreutils@npm:6.1.3" dependencies: "@lumino/coreutils": ^2.1.2 "@lumino/disposable": ^2.1.2 @@ -1540,24 +1541,24 @@ __metadata: minimist: ~1.2.0 path-browserify: ^1.0.0 url-parse: ~1.5.4 - checksum: 6dcc812e0ebae28f902ece4acd58aee8103033b23a3bac0935d4d9d8c9c10f8797b422f4e8b0be53fac4781811fb9b82874ce499cd69a6d198986e0cdb4a97ff + checksum: 99e1580a8b7231aef7d54d14234a299ee1fb5988b2d63e3312a1bcaf91a1a2e69c36f5ff52dc0a2ac1049217eb14a61b82a79e98b2447ab73d4d55bacd590c11 languageName: node linkType: hard "@jupyterlab/docmanager-extension@npm:^4.0.0": - version: 4.1.2 - resolution: "@jupyterlab/docmanager-extension@npm:4.1.2" - dependencies: - "@jupyterlab/application": ^4.1.2 - "@jupyterlab/apputils": ^4.2.2 - "@jupyterlab/coreutils": ^6.1.2 - "@jupyterlab/docmanager": ^4.1.2 - "@jupyterlab/docregistry": ^4.1.2 - "@jupyterlab/services": ^7.1.2 - "@jupyterlab/settingregistry": ^4.1.2 - "@jupyterlab/statusbar": ^4.1.2 - "@jupyterlab/translation": ^4.1.2 - "@jupyterlab/ui-components": ^4.1.2 + version: 4.1.3 + resolution: "@jupyterlab/docmanager-extension@npm:4.1.3" + dependencies: + "@jupyterlab/application": ^4.1.3 + "@jupyterlab/apputils": ^4.2.3 + "@jupyterlab/coreutils": ^6.1.3 + "@jupyterlab/docmanager": ^4.1.3 + "@jupyterlab/docregistry": ^4.1.3 + "@jupyterlab/services": ^7.1.3 + "@jupyterlab/settingregistry": ^4.1.3 + "@jupyterlab/statusbar": ^4.1.3 + "@jupyterlab/translation": ^4.1.3 + "@jupyterlab/ui-components": ^4.1.3 "@lumino/algorithm": ^2.0.1 "@lumino/commands": ^2.2.0 "@lumino/coreutils": ^2.1.2 @@ -1565,21 +1566,21 @@ __metadata: "@lumino/signaling": ^2.1.2 "@lumino/widgets": ^2.3.1 react: ^18.2.0 - checksum: c7edb302a06a257a6bc37c8faffe1523481e851d6bab79d23e0af13c370da6b7961486df8ce112b6bfc630f8a8241cfc0c1cef379298c7f87532f7db3b1a420d + checksum: 2ffada2e6a8f43fe7fb1f1e8b923937ca18dd7717232d6aea083e4161f17a724e86aefba9325dc8a47d7cc3380f391a53cdef1dabeb1022c0a8c08daa87ce7e5 languageName: node linkType: hard -"@jupyterlab/docmanager@npm:^4.0.0, @jupyterlab/docmanager@npm:^4.1.2": - version: 4.1.2 - resolution: "@jupyterlab/docmanager@npm:4.1.2" - dependencies: - "@jupyterlab/apputils": ^4.2.2 - "@jupyterlab/coreutils": ^6.1.2 - "@jupyterlab/docregistry": ^4.1.2 - "@jupyterlab/services": ^7.1.2 - "@jupyterlab/statusbar": ^4.1.2 - "@jupyterlab/translation": ^4.1.2 - "@jupyterlab/ui-components": ^4.1.2 +"@jupyterlab/docmanager@npm:^4.0.0, @jupyterlab/docmanager@npm:^4.1.3": + version: 4.1.3 + resolution: "@jupyterlab/docmanager@npm:4.1.3" + dependencies: + "@jupyterlab/apputils": ^4.2.3 + "@jupyterlab/coreutils": ^6.1.3 + "@jupyterlab/docregistry": ^4.1.3 + "@jupyterlab/services": ^7.1.3 + "@jupyterlab/statusbar": ^4.1.3 + "@jupyterlab/translation": ^4.1.3 + "@jupyterlab/ui-components": ^4.1.3 "@lumino/algorithm": ^2.0.1 "@lumino/coreutils": ^2.1.2 "@lumino/disposable": ^2.1.2 @@ -1588,24 +1589,24 @@ __metadata: "@lumino/signaling": ^2.1.2 "@lumino/widgets": ^2.3.1 react: ^18.2.0 - checksum: c2a7346025dee18bfb7d7c9953964d99e7635634f3c6a8cc7ef6b97eae92803279f21c4bdfafd1f970662b1824fbdca3b629a2dff804bd0ba9f486637ec7ba11 + checksum: ea47f404199e80b747996bd4dced7ca7fc06b80ab1adbc15d8896ede914765d544545e4b53930a3ec85cf4ac2ad75600eacaa67057e48c6aedb4f531a63847fe languageName: node linkType: hard -"@jupyterlab/docregistry@npm:^4.0.0, @jupyterlab/docregistry@npm:^4.0.13, @jupyterlab/docregistry@npm:^4.1.2": - version: 4.1.2 - resolution: "@jupyterlab/docregistry@npm:4.1.2" +"@jupyterlab/docregistry@npm:^4.0.0, @jupyterlab/docregistry@npm:^4.0.13, @jupyterlab/docregistry@npm:^4.1.3": + version: 4.1.3 + resolution: "@jupyterlab/docregistry@npm:4.1.3" dependencies: "@jupyter/ydoc": ^1.1.1 - "@jupyterlab/apputils": ^4.2.2 - "@jupyterlab/codeeditor": ^4.1.2 - "@jupyterlab/coreutils": ^6.1.2 - "@jupyterlab/observables": ^5.1.2 - "@jupyterlab/rendermime": ^4.1.2 - "@jupyterlab/rendermime-interfaces": ^3.9.2 - "@jupyterlab/services": ^7.1.2 - "@jupyterlab/translation": ^4.1.2 - "@jupyterlab/ui-components": ^4.1.2 + "@jupyterlab/apputils": ^4.2.3 + "@jupyterlab/codeeditor": ^4.1.3 + "@jupyterlab/coreutils": ^6.1.3 + "@jupyterlab/observables": ^5.1.3 + "@jupyterlab/rendermime": ^4.1.3 + "@jupyterlab/rendermime-interfaces": ^3.9.3 + "@jupyterlab/services": ^7.1.3 + "@jupyterlab/translation": ^4.1.3 + "@jupyterlab/ui-components": ^4.1.3 "@lumino/algorithm": ^2.0.1 "@lumino/coreutils": ^2.1.2 "@lumino/disposable": ^2.1.2 @@ -1614,17 +1615,17 @@ __metadata: "@lumino/signaling": ^2.1.2 "@lumino/widgets": ^2.3.1 react: ^18.2.0 - checksum: 6dcef927286f66636d8f7f0a128d7c5084f60f1fc9969d33080f3b905b08c63036bb99602d484b52530f6176242b224ed65444fd7cfc2df7d44f0b0dd039ac40 + checksum: 250fdccc313e700f4d7aff1a9a17c661414af5e202360a34138a5a1be82a6be23cdda3bca0e64d77db4d217ec2434090672debcc2223c8f22bdd168463b57c7f languageName: node linkType: hard -"@jupyterlab/documentsearch@npm:^4.0.13, @jupyterlab/documentsearch@npm:^4.1.2": - version: 4.1.2 - resolution: "@jupyterlab/documentsearch@npm:4.1.2" +"@jupyterlab/documentsearch@npm:^4.0.13, @jupyterlab/documentsearch@npm:^4.1.3": + version: 4.1.3 + resolution: "@jupyterlab/documentsearch@npm:4.1.3" dependencies: - "@jupyterlab/apputils": ^4.2.2 - "@jupyterlab/translation": ^4.1.2 - "@jupyterlab/ui-components": ^4.1.2 + "@jupyterlab/apputils": ^4.2.3 + "@jupyterlab/translation": ^4.1.3 + "@jupyterlab/ui-components": ^4.1.3 "@lumino/commands": ^2.2.0 "@lumino/coreutils": ^2.1.2 "@lumino/disposable": ^2.1.2 @@ -1633,46 +1634,46 @@ __metadata: "@lumino/signaling": ^2.1.2 "@lumino/widgets": ^2.3.1 react: ^18.2.0 - checksum: 05dbec1fcd0b15967a2bf09410f677053a2a05916acb715704a0cbef7fd588810a429b6f718d8fa68cdcc732906efbffc00cfa1ed1c4b782121d04d88b1dc04d + checksum: b83056060b8c13460f7e50eacefc423604235ef1578002e04f5ba7529f2b33d384ab3216b5c2ff2dd3deaa62b5805f8610f93c3a48de1595beb397f51494aef1 languageName: node linkType: hard "@jupyterlab/filebrowser-extension@npm:^4.0.0": - version: 4.1.2 - resolution: "@jupyterlab/filebrowser-extension@npm:4.1.2" - dependencies: - "@jupyterlab/application": ^4.1.2 - "@jupyterlab/apputils": ^4.2.2 - "@jupyterlab/coreutils": ^6.1.2 - "@jupyterlab/docmanager": ^4.1.2 - "@jupyterlab/docregistry": ^4.1.2 - "@jupyterlab/filebrowser": ^4.1.2 - "@jupyterlab/services": ^7.1.2 - "@jupyterlab/settingregistry": ^4.1.2 - "@jupyterlab/statedb": ^4.1.2 - "@jupyterlab/statusbar": ^4.1.2 - "@jupyterlab/translation": ^4.1.2 - "@jupyterlab/ui-components": ^4.1.2 + version: 4.1.3 + resolution: "@jupyterlab/filebrowser-extension@npm:4.1.3" + dependencies: + "@jupyterlab/application": ^4.1.3 + "@jupyterlab/apputils": ^4.2.3 + "@jupyterlab/coreutils": ^6.1.3 + "@jupyterlab/docmanager": ^4.1.3 + "@jupyterlab/docregistry": ^4.1.3 + "@jupyterlab/filebrowser": ^4.1.3 + "@jupyterlab/services": ^7.1.3 + "@jupyterlab/settingregistry": ^4.1.3 + "@jupyterlab/statedb": ^4.1.3 + "@jupyterlab/statusbar": ^4.1.3 + "@jupyterlab/translation": ^4.1.3 + "@jupyterlab/ui-components": ^4.1.3 "@lumino/algorithm": ^2.0.1 "@lumino/commands": ^2.2.0 "@lumino/widgets": ^2.3.1 - checksum: 5defb02704f4aad089b9f80fa606083059b49efcc8bb3f1e847cd51d60eb071f1fc613f2281e1e240c3e1d90e972e6b0760273508a6e51b595e1907a3281f81b + checksum: c4ee5ef16e2a107a4a9b79ca3732706455b79d46cfddf9704fb8c688b0c7c2443885d8304159b931b81dfba5ac2c52559c32a6225e8363148c3083821d9b7fa4 languageName: node linkType: hard -"@jupyterlab/filebrowser@npm:^4.0.0, @jupyterlab/filebrowser@npm:^4.1.2": - version: 4.1.2 - resolution: "@jupyterlab/filebrowser@npm:4.1.2" - dependencies: - "@jupyterlab/apputils": ^4.2.2 - "@jupyterlab/coreutils": ^6.1.2 - "@jupyterlab/docmanager": ^4.1.2 - "@jupyterlab/docregistry": ^4.1.2 - "@jupyterlab/services": ^7.1.2 - "@jupyterlab/statedb": ^4.1.2 - "@jupyterlab/statusbar": ^4.1.2 - "@jupyterlab/translation": ^4.1.2 - "@jupyterlab/ui-components": ^4.1.2 +"@jupyterlab/filebrowser@npm:^4.0.0, @jupyterlab/filebrowser@npm:^4.1.3": + version: 4.1.3 + resolution: "@jupyterlab/filebrowser@npm:4.1.3" + dependencies: + "@jupyterlab/apputils": ^4.2.3 + "@jupyterlab/coreutils": ^6.1.3 + "@jupyterlab/docmanager": ^4.1.3 + "@jupyterlab/docregistry": ^4.1.3 + "@jupyterlab/services": ^7.1.3 + "@jupyterlab/statedb": ^4.1.3 + "@jupyterlab/statusbar": ^4.1.3 + "@jupyterlab/translation": ^4.1.3 + "@jupyterlab/ui-components": ^4.1.3 "@lumino/algorithm": ^2.0.1 "@lumino/coreutils": ^2.1.2 "@lumino/disposable": ^2.1.2 @@ -1684,60 +1685,60 @@ __metadata: "@lumino/virtualdom": ^2.0.1 "@lumino/widgets": ^2.3.1 react: ^18.2.0 - checksum: 0dd60c41b69458de8a7efb09ab7b6d9a06587761b00656a5f301980c30b9e180c986bd1074bc491a5fb4658ed2802ab4ea2eb1e9c3b2c565a1aef135c4b02fe0 + checksum: cd7df40ee048ed0a9b76049da2ef488758e99241cf353db4c84b8047f5add1fa0be1b23125fbc795cd630823b0c421742f1233e92c1bcf96635d954707ec7b02 languageName: node linkType: hard "@jupyterlab/fileeditor@npm:^4.0.0": - version: 4.1.2 - resolution: "@jupyterlab/fileeditor@npm:4.1.2" + version: 4.1.3 + resolution: "@jupyterlab/fileeditor@npm:4.1.3" dependencies: "@jupyter/ydoc": ^1.1.1 - "@jupyterlab/apputils": ^4.2.2 - "@jupyterlab/codeeditor": ^4.1.2 - "@jupyterlab/codemirror": ^4.1.2 - "@jupyterlab/coreutils": ^6.1.2 - "@jupyterlab/docregistry": ^4.1.2 - "@jupyterlab/documentsearch": ^4.1.2 - "@jupyterlab/lsp": ^4.1.2 - "@jupyterlab/statusbar": ^4.1.2 - "@jupyterlab/toc": ^6.1.2 - "@jupyterlab/translation": ^4.1.2 - "@jupyterlab/ui-components": ^4.1.2 + "@jupyterlab/apputils": ^4.2.3 + "@jupyterlab/codeeditor": ^4.1.3 + "@jupyterlab/codemirror": ^4.1.3 + "@jupyterlab/coreutils": ^6.1.3 + "@jupyterlab/docregistry": ^4.1.3 + "@jupyterlab/documentsearch": ^4.1.3 + "@jupyterlab/lsp": ^4.1.3 + "@jupyterlab/statusbar": ^4.1.3 + "@jupyterlab/toc": ^6.1.3 + "@jupyterlab/translation": ^4.1.3 + "@jupyterlab/ui-components": ^4.1.3 "@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: f9e1de69a879c261cc745356c4a36041bf7be8a11d29b9b7da3d785c385670a6d10da789191480664f3511d86e000d51c409d31e33f37f84fc395294935ec326 + checksum: c99417fd078f0a95d79efe1904b509a1cf5666c61fae2e6161bda40faabdeed4be809811e2a8c720d7d36835250aca12e35cefd2e1eb1f011a017919c091e656 languageName: node linkType: hard "@jupyterlab/launcher-extension@npm:^4.0.0": - version: 4.1.2 - resolution: "@jupyterlab/launcher-extension@npm:4.1.2" - dependencies: - "@jupyterlab/application": ^4.1.2 - "@jupyterlab/apputils": ^4.2.2 - "@jupyterlab/filebrowser": ^4.1.2 - "@jupyterlab/launcher": ^4.1.2 - "@jupyterlab/translation": ^4.1.2 - "@jupyterlab/ui-components": ^4.1.2 + version: 4.1.3 + resolution: "@jupyterlab/launcher-extension@npm:4.1.3" + dependencies: + "@jupyterlab/application": ^4.1.3 + "@jupyterlab/apputils": ^4.2.3 + "@jupyterlab/filebrowser": ^4.1.3 + "@jupyterlab/launcher": ^4.1.3 + "@jupyterlab/translation": ^4.1.3 + "@jupyterlab/ui-components": ^4.1.3 "@lumino/algorithm": ^2.0.1 "@lumino/coreutils": ^2.1.2 "@lumino/widgets": ^2.3.1 - checksum: 8cedc3d1a54b78c53d4b2839a8e2fdfccf229da0b6b42e82039b336a430f288533f6c515dc9a9abd1c08b33d592727ba537479ecc526f3cd4f6bb65db69c37de + checksum: 0171e581e711968079797e3ad034f381d433b604440dae0d7c03cc07812839003a2bff6707c28daa37bb76752abfcef79804e1b076c5c975949e8b1b0cf5e926 languageName: node linkType: hard -"@jupyterlab/launcher@npm:^4.0.0, @jupyterlab/launcher@npm:^4.1.2": - version: 4.1.2 - resolution: "@jupyterlab/launcher@npm:4.1.2" +"@jupyterlab/launcher@npm:^4.0.0, @jupyterlab/launcher@npm:^4.1.3": + version: 4.1.3 + resolution: "@jupyterlab/launcher@npm:4.1.3" dependencies: - "@jupyterlab/apputils": ^4.2.2 - "@jupyterlab/translation": ^4.1.2 - "@jupyterlab/ui-components": ^4.1.2 + "@jupyterlab/apputils": ^4.2.3 + "@jupyterlab/translation": ^4.1.3 + "@jupyterlab/ui-components": ^4.1.3 "@lumino/algorithm": ^2.0.1 "@lumino/commands": ^2.2.0 "@lumino/coreutils": ^2.1.2 @@ -1745,40 +1746,40 @@ __metadata: "@lumino/properties": ^2.0.1 "@lumino/widgets": ^2.3.1 react: ^18.2.0 - checksum: bc6f4fb53bf273e28b94b41ec9c87e7f2747053f3266519e1c2472dcc42636d10a80ecc99aaaa20d15ecd77230307dbba7696536177b01fb4631588ffa8bba53 + checksum: 6d7f355ee383f685f4fc3a18af8e18e1cd7b9e9da60a138f71391ef00db55c16b0183995d8136521ea3b44bb0d55228b8de8174ada66e004e966938098e661c8 languageName: node linkType: hard "@jupyterlab/logconsole@npm:^4.0.0": - version: 4.1.2 - resolution: "@jupyterlab/logconsole@npm:4.1.2" - dependencies: - "@jupyterlab/coreutils": ^6.1.2 - "@jupyterlab/nbformat": ^4.1.2 - "@jupyterlab/outputarea": ^4.1.2 - "@jupyterlab/rendermime": ^4.1.2 - "@jupyterlab/services": ^7.1.2 - "@jupyterlab/translation": ^4.1.2 + version: 4.1.3 + resolution: "@jupyterlab/logconsole@npm:4.1.3" + dependencies: + "@jupyterlab/coreutils": ^6.1.3 + "@jupyterlab/nbformat": ^4.1.3 + "@jupyterlab/outputarea": ^4.1.3 + "@jupyterlab/rendermime": ^4.1.3 + "@jupyterlab/services": ^7.1.3 + "@jupyterlab/translation": ^4.1.3 "@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: 2ed51e59a320e5d5e7c3b7e54229558eb10852d1d1eef0313e74c79e7c0b97f59ea2defc90421e31e7909586d303ba1f1a88851fb610e4de619f1f9fc8325114 + checksum: be355ead5b577e062e439883434b93d25d17016d16888b4687ecf1ed8b78eeaca94abeed8545e2d7a2fca11e778136b9e008ffcbd61506b3362285f09954cd2c languageName: node linkType: hard -"@jupyterlab/lsp@npm:^4.0.13, @jupyterlab/lsp@npm:^4.1.2": - version: 4.1.2 - resolution: "@jupyterlab/lsp@npm:4.1.2" - dependencies: - "@jupyterlab/apputils": ^4.2.2 - "@jupyterlab/codeeditor": ^4.1.2 - "@jupyterlab/codemirror": ^4.1.2 - "@jupyterlab/coreutils": ^6.1.2 - "@jupyterlab/docregistry": ^4.1.2 - "@jupyterlab/services": ^7.1.2 - "@jupyterlab/translation": ^4.1.2 +"@jupyterlab/lsp@npm:^4.0.13, @jupyterlab/lsp@npm:^4.1.3": + version: 4.1.3 + resolution: "@jupyterlab/lsp@npm:4.1.3" + dependencies: + "@jupyterlab/apputils": ^4.2.3 + "@jupyterlab/codeeditor": ^4.1.3 + "@jupyterlab/codemirror": ^4.1.3 + "@jupyterlab/coreutils": ^6.1.3 + "@jupyterlab/docregistry": ^4.1.3 + "@jupyterlab/services": ^7.1.3 + "@jupyterlab/translation": ^4.1.3 "@lumino/coreutils": ^2.1.2 "@lumino/disposable": ^2.1.2 "@lumino/signaling": ^2.1.2 @@ -1787,51 +1788,51 @@ __metadata: vscode-jsonrpc: ^6.0.0 vscode-languageserver-protocol: ^3.17.0 vscode-ws-jsonrpc: ~1.0.2 - checksum: 2ed61ced381625115b756276c2d142634683ce15606be34e7ce954b9e0c97fa43a6f2e002b9cb37d7b6627adfdbb82239c1a55646c486a9233cda8f49b729a33 + checksum: 1f748126ab862d6c2341becf57debc625bc7a5917e87923789d48cfcb748ef6e023a8dbadab7d27588c2dc2300f079da9f91f222147d3b0e8e0450de669579f8 languageName: node linkType: hard "@jupyterlab/mainmenu-extension@npm:^4.0.0": - version: 4.1.2 - resolution: "@jupyterlab/mainmenu-extension@npm:4.1.2" - dependencies: - "@jupyterlab/application": ^4.1.2 - "@jupyterlab/apputils": ^4.2.2 - "@jupyterlab/coreutils": ^6.1.2 - "@jupyterlab/mainmenu": ^4.1.2 - "@jupyterlab/services": ^7.1.2 - "@jupyterlab/settingregistry": ^4.1.2 - "@jupyterlab/translation": ^4.1.2 - "@jupyterlab/ui-components": ^4.1.2 + version: 4.1.3 + resolution: "@jupyterlab/mainmenu-extension@npm:4.1.3" + dependencies: + "@jupyterlab/application": ^4.1.3 + "@jupyterlab/apputils": ^4.2.3 + "@jupyterlab/coreutils": ^6.1.3 + "@jupyterlab/mainmenu": ^4.1.3 + "@jupyterlab/services": ^7.1.3 + "@jupyterlab/settingregistry": ^4.1.3 + "@jupyterlab/translation": ^4.1.3 + "@jupyterlab/ui-components": ^4.1.3 "@lumino/algorithm": ^2.0.1 "@lumino/coreutils": ^2.1.2 "@lumino/disposable": ^2.1.2 "@lumino/widgets": ^2.3.1 - checksum: 56f53f71d8745654e5632b41c2b8c77d2e83f6edc9663b202252ed67289779065ac2a1ed6222835499f6b5faf06f3eba88c2e2ddcb1d68fa455b58f9515266d7 + checksum: 202cd3d4321545ac1fdee43b11467cca0e7a556d98bf071cf7afe1c41b6cad2bf421d95fbd00766c2e5347e63dbb6ae5a6440ca83f04c8b3dd0d61e21cd66a83 languageName: node linkType: hard -"@jupyterlab/mainmenu@npm:^4.0.0, @jupyterlab/mainmenu@npm:^4.1.2": - version: 4.1.2 - resolution: "@jupyterlab/mainmenu@npm:4.1.2" +"@jupyterlab/mainmenu@npm:^4.0.0, @jupyterlab/mainmenu@npm:^4.1.3": + version: 4.1.3 + resolution: "@jupyterlab/mainmenu@npm:4.1.3" dependencies: - "@jupyterlab/apputils": ^4.2.2 - "@jupyterlab/translation": ^4.1.2 - "@jupyterlab/ui-components": ^4.1.2 + "@jupyterlab/apputils": ^4.2.3 + "@jupyterlab/translation": ^4.1.3 + "@jupyterlab/ui-components": ^4.1.3 "@lumino/algorithm": ^2.0.1 "@lumino/commands": ^2.2.0 "@lumino/coreutils": ^2.1.2 "@lumino/widgets": ^2.3.1 - checksum: 562f069205c08b70d5c30e16e68b7fc60caf9dcf60493429f44f31c20b5d1aada88fddab8f5a881656d345e06963a7e0609c0c5f3ffda371a5c07498d45c21b1 + checksum: a5d408bb59f544926473f91e99c36577e3b3faa7034a7dc2e6b71b843a8806c13d34a8144d6e9ec1e0816bdacb905dd5b578107dca13f02959389338960be5a1 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.2": - version: 4.1.2 - resolution: "@jupyterlab/nbformat@npm:4.1.2" +"@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.3": + version: 4.1.3 + resolution: "@jupyterlab/nbformat@npm:4.1.3" dependencies: "@lumino/coreutils": ^2.1.2 - checksum: 6c55337b667dcc5a6282f93972a30d227ba7c3f576fc4b60069408dd114dff1bc9f743bb6f984da088dfda25b7c4f25f13a472cd5c05b24af2e32b6b17172c6b + checksum: db323f225fea8204407a069745aff80687cafbb2c2ec663bf2e820fb41ebf7cb1f9d03ba9c0480a4d54a6e64bb0cd1833541e36b5314e9f8e16bd4a321316d40 languageName: node linkType: hard @@ -1893,30 +1894,30 @@ __metadata: languageName: node linkType: hard -"@jupyterlab/observables@npm:^5.0.0, @jupyterlab/observables@npm:^5.0.13, @jupyterlab/observables@npm:^5.1.2": - version: 5.1.2 - resolution: "@jupyterlab/observables@npm:5.1.2" +"@jupyterlab/observables@npm:^5.0.0, @jupyterlab/observables@npm:^5.0.13, @jupyterlab/observables@npm:^5.1.3": + version: 5.1.3 + resolution: "@jupyterlab/observables@npm:5.1.3" 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: 5bf7ec19c02d7d1923f4bf4c048f182957332a4e1f5481af980f976d518fd1590034cd529d7a980c228586b1650a796361a18b38b00bf6465ac0967ba6cdc8c0 + checksum: 30f606706b7c3d3a40eea20f299e31b2635531a2042f4f6137c3e2a8764786559a627f1974b5147aa8255a26a6ffa0c0fbefb780e2c5abb994e4aae0548fe881 languageName: node linkType: hard -"@jupyterlab/outputarea@npm:^4.0.0, @jupyterlab/outputarea@npm:^4.1.2": - version: 4.1.2 - resolution: "@jupyterlab/outputarea@npm:4.1.2" - dependencies: - "@jupyterlab/apputils": ^4.2.2 - "@jupyterlab/nbformat": ^4.1.2 - "@jupyterlab/observables": ^5.1.2 - "@jupyterlab/rendermime": ^4.1.2 - "@jupyterlab/rendermime-interfaces": ^3.9.2 - "@jupyterlab/services": ^7.1.2 - "@jupyterlab/translation": ^4.1.2 +"@jupyterlab/outputarea@npm:^4.0.0, @jupyterlab/outputarea@npm:^4.1.3": + version: 4.1.3 + resolution: "@jupyterlab/outputarea@npm:4.1.3" + dependencies: + "@jupyterlab/apputils": ^4.2.3 + "@jupyterlab/nbformat": ^4.1.3 + "@jupyterlab/observables": ^5.1.3 + "@jupyterlab/rendermime": ^4.1.3 + "@jupyterlab/rendermime-interfaces": ^3.9.3 + "@jupyterlab/services": ^7.1.3 + "@jupyterlab/translation": ^4.1.3 "@lumino/algorithm": ^2.0.1 "@lumino/coreutils": ^2.1.2 "@lumino/disposable": ^2.1.2 @@ -1924,33 +1925,33 @@ __metadata: "@lumino/properties": ^2.0.1 "@lumino/signaling": ^2.1.2 "@lumino/widgets": ^2.3.1 - checksum: 985e9a3239b1eb8c0166a8d0e4dfe7068fdfbbb1bc73ba45e988b275a4e5db30bee7868e32a230b4d7e550685926eeb295464d4d948e92c519ce109d1163621e + checksum: 313587b54e25b393ad319bfb8055e737695fdf5dab7f01376c23e4ad1e933f0a57fc1bdeba03791428f5340a207bcd8e4afbc51370de86965b5365c2c72260d0 languageName: node linkType: hard -"@jupyterlab/property-inspector@npm:^4.1.2": - version: 4.1.2 - resolution: "@jupyterlab/property-inspector@npm:4.1.2" +"@jupyterlab/property-inspector@npm:^4.1.3": + version: 4.1.3 + resolution: "@jupyterlab/property-inspector@npm:4.1.3" dependencies: - "@jupyterlab/application": ^4.1.2 - "@jupyterlab/translation": ^4.1.2 - "@jupyterlab/ui-components": ^4.1.2 + "@jupyterlab/application": ^4.1.3 + "@jupyterlab/translation": ^4.1.3 + "@jupyterlab/ui-components": ^4.1.3 "@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: f5ebe882da4a8166455c05d77eee0d71ac17b106a2d9d1f676e86bef64bf8848c0dcfadf839ba72d611d98931eb5e216a82a4815929fb5e554dc1c4087e67ce7 + checksum: 8c4da3d971de52477a8ab1f9959e6b14d6197c3e73e7030bcc7d3b01ae6f69e0ad87c3892fed1ef4418b0447acd6c3c6c7ae8c743ca55be85c9d6a03ef748de8 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.2": - version: 3.9.2 - resolution: "@jupyterlab/rendermime-interfaces@npm:3.9.2" +"@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.3": + version: 3.9.3 + resolution: "@jupyterlab/rendermime-interfaces@npm:3.9.3" dependencies: "@lumino/coreutils": ^1.11.0 || ^2.1.2 "@lumino/widgets": ^1.37.2 || ^2.3.1 - checksum: 65d6d4fe8c241b9f1267058db43a8fca01ee9fb6a67a267826accfdd0a9e71f2143fcad778b5c6d8b5bf825440ee9b040088253866e8e1a840b7276fba266b88 + checksum: 8992792c2473a8bd3f32a1c50cd83f4a9e32e6d0b8d830371d9f2ef31edf6c42a98afdae7e1418cb457870ab776025c2282d5f7c3258989f98680a2ccb81bed6 languageName: node linkType: hard @@ -1977,51 +1978,51 @@ __metadata: languageName: node linkType: hard -"@jupyterlab/rendermime@npm:^4.0.0, @jupyterlab/rendermime@npm:^4.0.13, @jupyterlab/rendermime@npm:^4.1.2": - version: 4.1.2 - resolution: "@jupyterlab/rendermime@npm:4.1.2" - dependencies: - "@jupyterlab/apputils": ^4.2.2 - "@jupyterlab/coreutils": ^6.1.2 - "@jupyterlab/nbformat": ^4.1.2 - "@jupyterlab/observables": ^5.1.2 - "@jupyterlab/rendermime-interfaces": ^3.9.2 - "@jupyterlab/services": ^7.1.2 - "@jupyterlab/translation": ^4.1.2 +"@jupyterlab/rendermime@npm:^4.0.0, @jupyterlab/rendermime@npm:^4.0.13, @jupyterlab/rendermime@npm:^4.1.3": + version: 4.1.3 + resolution: "@jupyterlab/rendermime@npm:4.1.3" + dependencies: + "@jupyterlab/apputils": ^4.2.3 + "@jupyterlab/coreutils": ^6.1.3 + "@jupyterlab/nbformat": ^4.1.3 + "@jupyterlab/observables": ^5.1.3 + "@jupyterlab/rendermime-interfaces": ^3.9.3 + "@jupyterlab/services": ^7.1.3 + "@jupyterlab/translation": ^4.1.3 "@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: bcd161b0d78d2fe1051eaf10bafb70ffacc44ae946ee331acbc6112ecf100995e07204fe00b9f5abb5d60b4fd5b6899eaad7a44a921af42c2c4f39abecee7ab7 + checksum: 6cd4cdbe693f767201003030fd16440c12464df6b8143a5c9ef1d20b445af555245c86a775a207819c737f53811a7195fef5019521cbf9377867294d8764fea6 languageName: node linkType: hard "@jupyterlab/services@npm: ^7.0.0": - version: 7.1.2 - resolution: "@jupyterlab/services@npm:7.1.2" + version: 7.1.3 + resolution: "@jupyterlab/services@npm:7.1.3" dependencies: "@jupyter/ydoc": ^1.1.1 - "@jupyterlab/coreutils": ^6.1.2 - "@jupyterlab/nbformat": ^4.1.2 - "@jupyterlab/settingregistry": ^4.1.2 - "@jupyterlab/statedb": ^4.1.2 + "@jupyterlab/coreutils": ^6.1.3 + "@jupyterlab/nbformat": ^4.1.3 + "@jupyterlab/settingregistry": ^4.1.3 + "@jupyterlab/statedb": ^4.1.3 "@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: 405efdfb53e0431d9b3551b2a542ec649e53246dea935437989a222a10e5acc6aa855b2161e613d81a57836e09920718c7a8912e48ea64bbcec6ba71efa23162 + checksum: 9c602ccb7c3b70671331608aec08ee3277edc6983b9ef5427496cde5ba295e91ed6d51f4a3c005ded7f206e510d1ce08eeca4d1a3036fc3e3fbeb7a4e429b601 languageName: node linkType: hard -"@jupyterlab/settingregistry@npm:^4.0.0, @jupyterlab/settingregistry@npm:^4.0.13, @jupyterlab/settingregistry@npm:^4.1.2": - version: 4.1.2 - resolution: "@jupyterlab/settingregistry@npm:4.1.2" +"@jupyterlab/settingregistry@npm:^4.0.0, @jupyterlab/settingregistry@npm:^4.0.13, @jupyterlab/settingregistry@npm:^4.1.3": + version: 4.1.3 + resolution: "@jupyterlab/settingregistry@npm:4.1.3" dependencies: - "@jupyterlab/nbformat": ^4.1.2 - "@jupyterlab/statedb": ^4.1.2 + "@jupyterlab/nbformat": ^4.1.3 + "@jupyterlab/statedb": ^4.1.3 "@lumino/commands": ^2.2.0 "@lumino/coreutils": ^2.1.2 "@lumino/disposable": ^2.1.2 @@ -2031,7 +2032,7 @@ __metadata: json5: ^2.2.3 peerDependencies: react: ">=16" - checksum: a0a1f9d3747caa3ac6e523df64b4023f9d3bc1c1c9a2982cdf8113a5ba3f191e10cd8a897e9bff111b9faa834b48c0666a6b03ce3749c9f9e5ffb43b9331c207 + checksum: 6678cf1ec9fbb8be09070d84ffb2f22d6ecc230549ad7510c64d9a171a840ae26d800d4b39333fdc37c7704b3e7c80c1b7c1f077dda128d95f92b5f6aec8ea39 languageName: node linkType: hard @@ -2058,16 +2059,16 @@ __metadata: languageName: node linkType: hard -"@jupyterlab/statedb@npm:^4.0.0, @jupyterlab/statedb@npm:^4.0.13, @jupyterlab/statedb@npm:^4.1.2": - version: 4.1.2 - resolution: "@jupyterlab/statedb@npm:4.1.2" +"@jupyterlab/statedb@npm:^4.0.0, @jupyterlab/statedb@npm:^4.0.13, @jupyterlab/statedb@npm:^4.1.3": + version: 4.1.3 + resolution: "@jupyterlab/statedb@npm:4.1.3" 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: 30314f4f93441aac6d62068c264c94c0e694829c64ce0dc59e867ef4d188d396edc9c6868dd92ca514f6e7b15dc2568ff3f2de078a20283f60cc5ae70723bacc + checksum: 87571e57a0ede95fd67d7619deda26eb62ade0c3ac4ef03f46f55dff7928146ffffa793fc8db63b67604ebb8fda80e4cb3848070edb55093da722d522d65c780 languageName: node linkType: hard @@ -2093,11 +2094,11 @@ __metadata: languageName: node linkType: hard -"@jupyterlab/statusbar@npm:^4.0.0, @jupyterlab/statusbar@npm:^4.0.13, @jupyterlab/statusbar@npm:^4.1.2": - version: 4.1.2 - resolution: "@jupyterlab/statusbar@npm:4.1.2" +"@jupyterlab/statusbar@npm:^4.0.0, @jupyterlab/statusbar@npm:^4.0.13, @jupyterlab/statusbar@npm:^4.1.3": + version: 4.1.3 + resolution: "@jupyterlab/statusbar@npm:4.1.3" dependencies: - "@jupyterlab/ui-components": ^4.1.2 + "@jupyterlab/ui-components": ^4.1.3 "@lumino/algorithm": ^2.0.1 "@lumino/coreutils": ^2.1.2 "@lumino/disposable": ^2.1.2 @@ -2105,64 +2106,64 @@ __metadata: "@lumino/signaling": ^2.1.2 "@lumino/widgets": ^2.3.1 react: ^18.2.0 - checksum: 4d3e23149cbb6ded2741af5c0cd60f26c37ab36f4bae1c43e847e16559b2a779de85c0474ccd81f0f3decd2d4e6019a202681989a06a095762ad85105f6c1458 + checksum: e0690f312f6cb8cc8ac8f2c8ea7563f6d83b09ef2daca15461be156b4ce0717ff81c9f4675cc391af3b2a72785cb7ff74d982f7dda5745b693b9656fb91f4eef languageName: node linkType: hard "@jupyterlab/theme-dark-extension@npm:^4.0.0": - version: 4.1.2 - resolution: "@jupyterlab/theme-dark-extension@npm:4.1.2" + version: 4.1.3 + resolution: "@jupyterlab/theme-dark-extension@npm:4.1.3" dependencies: - "@jupyterlab/application": ^4.1.2 - "@jupyterlab/apputils": ^4.2.2 - "@jupyterlab/translation": ^4.1.2 - checksum: 8ad85cadb1d3c6c95f44b72d200e358804cb41a57a2a04d7c2d9a4a05179e7eac91ed4849ed31d1aaa8700db395518579776d4caaa7e442c0f3c8e29ce7b5324 + "@jupyterlab/application": ^4.1.3 + "@jupyterlab/apputils": ^4.2.3 + "@jupyterlab/translation": ^4.1.3 + checksum: b0a7ff1dd3296cb70e10c5f386d3612da415d185d6080ea588327fdbe3b845d9055d02f798aace2e7474b5be459de1abfb27c98cc4cf5bcdb0802350aa9b727b languageName: node linkType: hard "@jupyterlab/theme-light-extension@npm:^4.0.0": - version: 4.1.2 - resolution: "@jupyterlab/theme-light-extension@npm:4.1.2" + version: 4.1.3 + resolution: "@jupyterlab/theme-light-extension@npm:4.1.3" dependencies: - "@jupyterlab/application": ^4.1.2 - "@jupyterlab/apputils": ^4.2.2 - "@jupyterlab/translation": ^4.1.2 - checksum: cf77a22723263499d79e40216154ba91752044c3927cac937e59cbccc5d856dfd37f558a6a81c20874a61fa1b2dc5a2feeb5667b9ccb83a6d7ec27593d5ef630 + "@jupyterlab/application": ^4.1.3 + "@jupyterlab/apputils": ^4.2.3 + "@jupyterlab/translation": ^4.1.3 + checksum: d0a0f6a6e20e4530e4ec02d8672cadb71c775ae88a4e87566e078f624a13f2cd7b3a44fe8d3da1fdca59637c23dcc3be501bb68bf5e28e8bd6443a7124207b95 languageName: node linkType: hard -"@jupyterlab/toc@npm:^6.0.13, @jupyterlab/toc@npm:^6.1.2": - version: 6.1.2 - resolution: "@jupyterlab/toc@npm:6.1.2" - dependencies: - "@jupyterlab/apputils": ^4.2.2 - "@jupyterlab/coreutils": ^6.1.2 - "@jupyterlab/docregistry": ^4.1.2 - "@jupyterlab/observables": ^5.1.2 - "@jupyterlab/rendermime": ^4.1.2 - "@jupyterlab/rendermime-interfaces": ^3.9.2 - "@jupyterlab/translation": ^4.1.2 - "@jupyterlab/ui-components": ^4.1.2 +"@jupyterlab/toc@npm:^6.0.13, @jupyterlab/toc@npm:^6.1.3": + version: 6.1.3 + resolution: "@jupyterlab/toc@npm:6.1.3" + dependencies: + "@jupyterlab/apputils": ^4.2.3 + "@jupyterlab/coreutils": ^6.1.3 + "@jupyterlab/docregistry": ^4.1.3 + "@jupyterlab/observables": ^5.1.3 + "@jupyterlab/rendermime": ^4.1.3 + "@jupyterlab/rendermime-interfaces": ^3.9.3 + "@jupyterlab/translation": ^4.1.3 + "@jupyterlab/ui-components": ^4.1.3 "@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: c27dd73daadd90c90cb500ff4c9a729faf078b5151fcf7e9605a8b4216b7fdc9729b0081742886519018fd02581adab7a7a8d12684826d9c651b7ab6c002e9aa + checksum: cf9e15a59a6a1aa424eb89acd1828f2f645a7cd0257e44092fea2cbeb2fcc5499556d83662654acac3844af0ab7e38f7c356e9f7e8954913e247ca842ad69d3c languageName: node linkType: hard "@jupyterlab/translation-extension@npm:^4.0.0": - version: 4.1.2 - resolution: "@jupyterlab/translation-extension@npm:4.1.2" + version: 4.1.3 + resolution: "@jupyterlab/translation-extension@npm:4.1.3" dependencies: - "@jupyterlab/application": ^4.1.2 - "@jupyterlab/apputils": ^4.2.2 - "@jupyterlab/mainmenu": ^4.1.2 - "@jupyterlab/settingregistry": ^4.1.2 - "@jupyterlab/translation": ^4.1.2 - checksum: b91f021646751ea185eee604f1f4b1a454e7423f67420ac95990d65566efe65fcce072bdbbb9d0cc8cfa0ed6031f537680b8a6327587414ba3535f5d72c7bf38 + "@jupyterlab/application": ^4.1.3 + "@jupyterlab/apputils": ^4.2.3 + "@jupyterlab/mainmenu": ^4.1.3 + "@jupyterlab/settingregistry": ^4.1.3 + "@jupyterlab/translation": ^4.1.3 + checksum: 77636e220b64e669c1463d7abc5b365a18f35174ae26b41e566a05ae702797537e209140f414b0d4b0a0919084e97123b93211d3ff99f988199c87ef36d09191 languageName: node linkType: hard @@ -2178,16 +2179,16 @@ __metadata: languageName: node linkType: hard -"@jupyterlab/translation@npm:^4.0.0, @jupyterlab/translation@npm:^4.0.13, @jupyterlab/translation@npm:^4.1.2": - version: 4.1.2 - resolution: "@jupyterlab/translation@npm:4.1.2" +"@jupyterlab/translation@npm:^4.0.0, @jupyterlab/translation@npm:^4.0.13, @jupyterlab/translation@npm:^4.1.3": + version: 4.1.3 + resolution: "@jupyterlab/translation@npm:4.1.3" dependencies: - "@jupyterlab/coreutils": ^6.1.2 - "@jupyterlab/rendermime-interfaces": ^3.9.2 - "@jupyterlab/services": ^7.1.2 - "@jupyterlab/statedb": ^4.1.2 + "@jupyterlab/coreutils": ^6.1.3 + "@jupyterlab/rendermime-interfaces": ^3.9.3 + "@jupyterlab/services": ^7.1.3 + "@jupyterlab/statedb": ^4.1.3 "@lumino/coreutils": ^2.1.2 - checksum: e8261be05ff642434b8c1b439305e464f6c38eea2d1cfbdb38d1ac4922d6df88f157dd1593674c0a3ed90082763bd313610187b1a5007027aa275ed8ed5301e1 + checksum: cd5b4e75cc5411ea8e0d0b00180db6010acaf703af8e4d3ad4731a45c375ccc0c7bbe8c21d86aa4ad693718f03f37696da21c7262e77dddee56026becd38199d languageName: node linkType: hard @@ -2229,16 +2230,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.2": - version: 4.1.2 - resolution: "@jupyterlab/ui-components@npm:4.1.2" +"@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.3": + version: 4.1.3 + resolution: "@jupyterlab/ui-components@npm:4.1.3" dependencies: "@jupyter/react-components": ^0.15.2 "@jupyter/web-components": ^0.15.2 - "@jupyterlab/coreutils": ^6.1.2 - "@jupyterlab/observables": ^5.1.2 - "@jupyterlab/rendermime-interfaces": ^3.9.2 - "@jupyterlab/translation": ^4.1.2 + "@jupyterlab/coreutils": ^6.1.3 + "@jupyterlab/observables": ^5.1.3 + "@jupyterlab/rendermime-interfaces": ^3.9.3 + "@jupyterlab/translation": ^4.1.3 "@lumino/algorithm": ^2.0.1 "@lumino/commands": ^2.2.0 "@lumino/coreutils": ^2.1.2 @@ -2256,7 +2257,7 @@ __metadata: typestyle: ^2.0.4 peerDependencies: react: ^18.2.0 - checksum: d4c0141802dc62bc9eb7f79b01c83b795798d131ff224653a0f8c63881e45e28c8de565303db2be34ba09ba42f5503c5979897ae5b46e8fe923e0fedc21cc8eb + checksum: 37a666f71440e4e9e8c4eca683d605763c3a3c90a00c3f5696c4f6e4ba59bc6e46aff303419c07689c7356d9a04a7ebf60ed1d3d4cc65153a453eea0636258dd languageName: node linkType: hard @@ -2491,13 +2492,13 @@ __metadata: linkType: hard "@lezer/xml@npm:^1.0.0": - version: 1.0.4 - resolution: "@lezer/xml@npm:1.0.4" + version: 1.0.5 + resolution: "@lezer/xml@npm:1.0.5" dependencies: "@lezer/common": ^1.2.0 "@lezer/highlight": ^1.0.0 "@lezer/lr": ^1.0.0 - checksum: 68a82085bff6c1525f4ef03cd9f9dac0132b3e03fe574e0289700dd4475056e40e8744cde15cf5ad6d3760d0d584ff85ce707e26a7c938d0c5fe2e325c1c336e + checksum: a0a077b9e455b03593b93a7fdff2a4eab2cb7b230c8e1b878a8bebe80184632b9cc75ca018f1f9e2acb3a26e1386f4777385ab6e87aea70ccf479cde5ca268ee languageName: node linkType: hard @@ -3449,12 +3450,12 @@ __metadata: linkType: hard "@types/eslint@npm:*": - version: 8.56.3 - resolution: "@types/eslint@npm:8.56.3" + version: 8.56.5 + resolution: "@types/eslint@npm:8.56.5" dependencies: "@types/estree": "*" "@types/json-schema": "*" - checksum: 6e596e583496aeebb7c0b36d1e328cb8173844f8b82c213496e533ec7990c3451811b523d98a99e5b216056e4be8c417c87504b7b31fe32389b25b3294ce767a + checksum: 95a7a23ca38c78e5c27a2ed36ef60f094d5e6589e3473c320b6ff69eb3ca6333d5b7f0d5053416369f5ab2fb86874df19562d4d67a98237c17def6e30abff540 languageName: node linkType: hard @@ -3520,20 +3521,20 @@ __metadata: linkType: hard "@types/node@npm:*": - version: 20.11.20 - resolution: "@types/node@npm:20.11.20" + version: 20.11.24 + resolution: "@types/node@npm:20.11.24" dependencies: undici-types: ~5.26.4 - checksum: 79d339622fed1c0e64297c8b9f558815a91edb9fea3acb69c1201b919d450e12915cf98b1a96b2d2c121bf86f30b62b6de3708f8894c5319f8dfb3a991e3ccdd + checksum: b11a650e09e254f4725c94f226752b69949a9ac4a5e004e98f109437ac50b02df3ab4d12b2086722fedf2cb62e68b9e723abd3f358a7d7d90d741a0d3bee90c2 languageName: node linkType: hard "@types/node@npm:^18.15.11": - version: 18.19.18 - resolution: "@types/node@npm:18.19.18" + version: 18.19.21 + resolution: "@types/node@npm:18.19.21" dependencies: undici-types: ~5.26.4 - checksum: 63fe4baabf55e6fb66b03a1fe34cc8d879b2fe018ac2901287d00baa09ea7ea82051e8e2cb4968dab7c6325de425b7eb1bd1a8315005a8ff21f8ef68e4bdaa4e + checksum: a8c66d97426e8bbe341a6bdf42af9659ff5ad500c790b9046c981e234db42a1354a6ae86d5d1b75c86dfa018c742fb65c400a0e31d8f9f7505d4cfe5bd11ba72 languageName: node linkType: hard @@ -3569,13 +3570,13 @@ __metadata: linkType: hard "@types/react@npm:*, @types/react@npm:^18.0.26": - version: 18.2.60 - resolution: "@types/react@npm:18.2.60" + version: 18.2.63 + resolution: "@types/react@npm:18.2.63" dependencies: "@types/prop-types": "*" "@types/scheduler": "*" csstype: ^3.0.2 - checksum: 4cd2000c4c5d93aec92bca9fce3a6050a6a20c5827409099a4cc9e68a259a937b2acc77aecbcea555eb99e295373903da17bc833e3f711442eec20e3c6cc5895 + checksum: f3d496b9e3c40fe984aa2f22e0f3776a4f0be223f436ad3a2b79fed4b496ba1549999083408c2c975e5c8b029bfc9e8a2924788325e00de205cf70a10ef772d0 languageName: node linkType: hard @@ -4675,9 +4676,9 @@ __metadata: linkType: hard "caniuse-lite@npm:^1.0.30001587": - version: 1.0.30001591 - resolution: "caniuse-lite@npm:1.0.30001591" - checksum: e48f924cdefff86d29d38ee1bffe2cdb1ef55e179d08ae2f1f5546d9d563e030f13755a0096ea87a09498daffd18666d1fe0b2759aea8421bbf4c214b47d410d + version: 1.0.30001594 + resolution: "caniuse-lite@npm:1.0.30001594" + checksum: 59e52b2213f34fa9317813037fbab4f9b163f9bfeaeeb53035a57046ee2366b69eafc257997eab22982dc061d0576d1f4ef97c29425e1989f6589a7b1d8ed2d5 languageName: node linkType: hard @@ -4755,15 +4756,15 @@ __metadata: linkType: hard "cli-color@npm:^2.0.0": - version: 2.0.3 - resolution: "cli-color@npm:2.0.3" + version: 2.0.4 + resolution: "cli-color@npm:2.0.4" dependencies: d: ^1.0.1 - es5-ext: ^0.10.61 + es5-ext: ^0.10.64 es6-iterator: ^2.0.3 memoizee: ^0.4.15 timers-ext: ^0.1.7 - checksum: b1c5f3d0ec29cbe22be7a01d90bd0cfa080ffed6f1c321ea20ae3f10c6041f0e411e28ee2b98025945bee3548931deed1ae849b53c21b523ba74efef855cd73d + checksum: ac78b5440520072b0220db7ef32958c640f8197c777e0981c6c94233039ab3891dcf5ccfc1fee52f55aa9debb9703d5191657d95e2e135f0a42d2bb737ab9030 languageName: node linkType: hard @@ -5297,13 +5298,13 @@ __metadata: languageName: node linkType: hard -"d@npm:1, d@npm:^1.0.1": - version: 1.0.1 - resolution: "d@npm:1.0.1" +"d@npm:1, d@npm:^1.0.1, d@npm:^1.0.2": + version: 1.0.2 + resolution: "d@npm:1.0.2" dependencies: - es5-ext: ^0.10.50 - type: ^1.0.1 - checksum: 49ca0639c7b822db670de93d4fbce44b4aa072cd848c76292c9978a8cd0fff1028763020ff4b0f147bd77bfe29b4c7f82e0f71ade76b2a06100543cdfd948d19 + es5-ext: ^0.10.64 + type: ^2.7.2 + checksum: 775db1e8ced6707cddf64a5840522fcf5475d38ef49a5d615be0ac47f86ef64d15f5a73de1522b09327cc466d4dc35ea83dbfeed456f7a0fdcab138deb800355 languageName: node linkType: hard @@ -5619,9 +5620,9 @@ __metadata: linkType: hard "electron-to-chromium@npm:^1.4.668": - version: 1.4.682 - resolution: "electron-to-chromium@npm:1.4.682" - checksum: d7b0cfc9a338c7447648127cb7609f058d0bd346818a12661dfc2b2b3c1e07dd78763fa03826f6cde98f0afb6365523243882ac20dd316bb2b775cdc597e14cf + version: 1.4.693 + resolution: "electron-to-chromium@npm:1.4.693" + checksum: 3a173467da27d6c82e0e645ee2de3b6aa9cdbd0a8f6b314ddeeadc5b18ebe3555644ed9a720d9b72b7b9ed0574e2617277b7d34e6ee9c5aa962fd55cf1b1a41c languageName: node linkType: hard @@ -5677,12 +5678,12 @@ __metadata: linkType: hard "enhanced-resolve@npm:^5.0.0, enhanced-resolve@npm:^5.15.0": - version: 5.15.0 - resolution: "enhanced-resolve@npm:5.15.0" + version: 5.15.1 + resolution: "enhanced-resolve@npm:5.15.1" dependencies: graceful-fs: ^4.2.4 tapable: ^2.2.0 - checksum: fbd8cdc9263be71cc737aa8a7d6c57b43d6aa38f6cc75dde6fcd3598a130cc465f979d2f4d01bb3bf475acb43817749c79f8eef9be048683602ca91ab52e4f11 + checksum: 360f646c794323f2984b1ac751a878dd02ef30b565e106640b3d881a13ad16ce9c66e7c593cc34133f251ba3708cf6ae461e071b0f53ee65ff6650a779ed25a1 languageName: node linkType: hard @@ -5755,16 +5756,16 @@ __metadata: linkType: hard "es-abstract@npm:^1.22.1, es-abstract@npm:^1.22.3": - version: 1.22.4 - resolution: "es-abstract@npm:1.22.4" + version: 1.22.5 + resolution: "es-abstract@npm:1.22.5" dependencies: array-buffer-byte-length: ^1.0.1 arraybuffer.prototype.slice: ^1.0.3 - available-typed-arrays: ^1.0.6 + available-typed-arrays: ^1.0.7 call-bind: ^1.0.7 es-define-property: ^1.0.0 es-errors: ^1.3.0 - es-set-tostringtag: ^2.0.2 + es-set-tostringtag: ^2.0.3 es-to-primitive: ^1.2.1 function.prototype.name: ^1.1.6 get-intrinsic: ^1.2.4 @@ -5772,15 +5773,15 @@ __metadata: globalthis: ^1.0.3 gopd: ^1.0.1 has-property-descriptors: ^1.0.2 - has-proto: ^1.0.1 + has-proto: ^1.0.3 has-symbols: ^1.0.3 hasown: ^2.0.1 internal-slot: ^1.0.7 is-array-buffer: ^3.0.4 is-callable: ^1.2.7 - is-negative-zero: ^2.0.2 + is-negative-zero: ^2.0.3 is-regex: ^1.1.4 - is-shared-array-buffer: ^1.0.2 + is-shared-array-buffer: ^1.0.3 is-string: ^1.0.7 is-typed-array: ^1.1.13 is-weakref: ^1.0.2 @@ -5793,13 +5794,13 @@ __metadata: string.prototype.trim: ^1.2.8 string.prototype.trimend: ^1.0.7 string.prototype.trimstart: ^1.0.7 - typed-array-buffer: ^1.0.1 - typed-array-byte-length: ^1.0.0 - typed-array-byte-offset: ^1.0.0 - typed-array-length: ^1.0.4 + typed-array-buffer: ^1.0.2 + typed-array-byte-length: ^1.0.1 + typed-array-byte-offset: ^1.0.2 + typed-array-length: ^1.0.5 unbox-primitive: ^1.0.2 which-typed-array: ^1.1.14 - checksum: c254102395bd59315b713d72a1ce07980c0f71c9edcac6b036868740789ab5344020e940d6321fc1b31aecf6b27941fdd9655b602696e08f170986dd4d75ddc6 + checksum: 984ab92f8226812365d1c4ecf12f3a408a4cc7a5bfe448f231fd39fa1ca9fb8cd65f27c76fc1a0bc3d1492c54b6637e57ad8e4954402e39bb916e9db4bcdbc61 languageName: node linkType: hard @@ -5826,7 +5827,7 @@ __metadata: languageName: node linkType: hard -"es-set-tostringtag@npm:^2.0.2": +"es-set-tostringtag@npm:^2.0.3": version: 2.0.3 resolution: "es-set-tostringtag@npm:2.0.3" dependencies: @@ -5848,15 +5849,15 @@ __metadata: languageName: node linkType: hard -"es5-ext@npm:^0.10.35, es5-ext@npm:^0.10.46, es5-ext@npm:^0.10.50, es5-ext@npm:^0.10.53, es5-ext@npm:^0.10.61, es5-ext@npm:^0.10.62, es5-ext@npm:~0.10.14, es5-ext@npm:~0.10.2, es5-ext@npm:~0.10.46": - version: 0.10.63 - resolution: "es5-ext@npm:0.10.63" +"es5-ext@npm:^0.10.35, es5-ext@npm:^0.10.46, es5-ext@npm:^0.10.53, es5-ext@npm:^0.10.62, es5-ext@npm:^0.10.64, es5-ext@npm:~0.10.14, es5-ext@npm:~0.10.2, es5-ext@npm:~0.10.46": + version: 0.10.64 + resolution: "es5-ext@npm:0.10.64" dependencies: es6-iterator: ^2.0.3 es6-symbol: ^3.1.3 esniff: ^2.0.1 next-tick: ^1.1.0 - checksum: 3bf04d9bac12a14e716a0a00b1706f538a3211da82703babd3e907deaeadaa30eab71202785027058d44d2a7c0e92e34631fb03fa63ef1097191e88de5223fda + checksum: 01179fab0769fdbef213062222f99d0346724dbaccf04b87c0e6ee7f0c97edabf14be647ca1321f0497425ea7145de0fd278d1b3f3478864b8933e7136a5c645 languageName: node linkType: hard @@ -5872,12 +5873,12 @@ __metadata: linkType: hard "es6-symbol@npm:^3.1.1, es6-symbol@npm:^3.1.3": - version: 3.1.3 - resolution: "es6-symbol@npm:3.1.3" + version: 3.1.4 + resolution: "es6-symbol@npm:3.1.4" dependencies: - d: ^1.0.1 - ext: ^1.1.2 - checksum: cd49722c2a70f011eb02143ef1c8c70658d2660dead6641e160b94619f408b9cf66425515787ffe338affdf0285ad54f4eae30ea5bd510e33f8659ec53bcaa70 + d: ^1.0.2 + ext: ^1.7.0 + checksum: 52125ec4b5d1b6b93b8d3d42830bb19f8da21080ffcf45253b614bc6ff3e31349be202fb745d4d1af6778cdf5e38fea30e0c7e7dc37e2aecd44acc43502055f9 languageName: node linkType: hard @@ -6180,7 +6181,7 @@ __metadata: languageName: node linkType: hard -"ext@npm:^1.1.2": +"ext@npm:^1.7.0": version: 1.7.0 resolution: "ext@npm:1.7.0" dependencies: @@ -7461,7 +7462,7 @@ __metadata: languageName: node linkType: hard -"is-negative-zero@npm:^2.0.2": +"is-negative-zero@npm:^2.0.3": version: 2.0.3 resolution: "is-negative-zero@npm:2.0.3" checksum: c1e6b23d2070c0539d7b36022d5a94407132411d01aba39ec549af824231f3804b1aea90b5e4e58e807a65d23ceb538ed6e355ce76b267bdd86edb757ffcbdcd @@ -7538,7 +7539,7 @@ __metadata: languageName: node linkType: hard -"is-shared-array-buffer@npm:^1.0.2": +"is-shared-array-buffer@npm:^1.0.2, is-shared-array-buffer@npm:^1.0.3": version: 1.0.3 resolution: "is-shared-array-buffer@npm:1.0.3" dependencies: @@ -8183,14 +8184,15 @@ __metadata: linkType: hard "lib0@npm:^0.2.31, lib0@npm:^0.2.42, lib0@npm:^0.2.52, lib0@npm:^0.2.76, lib0@npm:^0.2.85, lib0@npm:^0.2.86": - version: 0.2.89 - resolution: "lib0@npm:0.2.89" + version: 0.2.91 + resolution: "lib0@npm:0.2.91" dependencies: isomorphic.js: ^0.2.4 bin: + 0ecdsa-generate-keypair: bin/0ecdsa-generate-keypair.js 0gentesthtml: bin/gentesthtml.js 0serve: bin/0serve.js - checksum: cf3e779501520a723ca2520a9c7255c4de7eced02ccd4402282f0f08189d0be1b7270a1bf84f250d4ed8af15b2a3b341b333fab627e2ca781f873cc6b46672fa + checksum: 92e7893e78e732cc1acd18cb892d6123a6f4480f7d5cbd394845a397298fa28971b5436bc26c3ab0c43cb0f6c667f42a50c9ed757ef848730bbdd78c37cec0ac languageName: node linkType: hard @@ -8688,14 +8690,14 @@ __metadata: linkType: hard "mini-css-extract-plugin@npm:^2.7.0": - version: 2.8.0 - resolution: "mini-css-extract-plugin@npm:2.8.0" + version: 2.8.1 + resolution: "mini-css-extract-plugin@npm:2.8.1" dependencies: schema-utils: ^4.0.0 tapable: ^2.2.1 peerDependencies: webpack: ^5.0.0 - checksum: c1edc3ee0e1b3514c3323fa72ad38e993f357964e76737f1d7bb6cf50a0af1ac071080ec16b4e1a94688d23f78533944badad50cd0f00d2ae176f9c58c1f2029 + checksum: 209f15a18cc304b0f12911927ea7e6ca4f0c3168dcc95d741811c933c4610fdb02a8486fc1a7782a6cde75c8e1880e175b7acf04e5ddfba2b8ed045d306ef04f languageName: node linkType: hard @@ -9497,12 +9499,12 @@ __metadata: linkType: hard "object-is@npm:^1.1.5": - version: 1.1.5 - resolution: "object-is@npm:1.1.5" + version: 1.1.6 + resolution: "object-is@npm:1.1.6" dependencies: - call-bind: ^1.0.2 - define-properties: ^1.1.3 - checksum: 989b18c4cba258a6b74dc1d74a41805c1a1425bce29f6cabb50dcb1a6a651ea9104a1b07046739a49a5bb1bc49727bcb00efd5c55f932f6ea04ec8927a7901fe + call-bind: ^1.0.7 + define-properties: ^1.2.1 + checksum: 3ea22759967e6f2380a2cbbd0f737b42dc9ddb2dfefdb159a1b927fea57335e1b058b564bfa94417db8ad58cddab33621a035de6f5e5ad56d89f2dd03e66c6a1 languageName: node linkType: hard @@ -10676,7 +10678,7 @@ __metadata: languageName: node linkType: hard -"rimraf@npm:^3.0.0, rimraf@npm:^3.0.2": +"rimraf@npm:^3.0.2": version: 3.0.2 resolution: "rimraf@npm:3.0.2" dependencies: @@ -10963,14 +10965,14 @@ __metadata: linkType: hard "side-channel@npm:^1.0.4": - version: 1.0.5 - resolution: "side-channel@npm:1.0.5" + version: 1.0.6 + resolution: "side-channel@npm:1.0.6" dependencies: - call-bind: ^1.0.6 + call-bind: ^1.0.7 es-errors: ^1.3.0 get-intrinsic: ^1.2.4 object-inspect: ^1.13.1 - checksum: 640446b4e5a9554116ed6f5bec17c6740fa8da2c1a19e4d69c1202191185d4cc24f21ba0dd3ccca140eb6a8ee978d0b5bc5132f09b7962db7f9c4bc7872494ac + checksum: bfc1afc1827d712271453e91b7cd3878ac0efd767495fd4e594c4c2afaa7963b7b510e249572bfd54b0527e66e4a12b61b80c061389e129755f34c493aad9b97 languageName: node linkType: hard @@ -11429,9 +11431,9 @@ __metadata: linkType: hard "style-mod@npm:^4.0.0, style-mod@npm:^4.1.0": - version: 4.1.1 - resolution: "style-mod@npm:4.1.1" - checksum: 8ba8a2b4ae4f45a2cf0a3e388bdc033d9f9031cd5c9f273b718b91948e457fbcf0c3edb35a0a85739ceeb715a12f4496f94790bfa7b3bc8e970e5439f2b24cd9 + version: 4.1.2 + resolution: "style-mod@npm:4.1.2" + checksum: 7c5c3e82747f9bcf5f288d8d07f50848e4630fe5ff7bfe4d94cc87d6b6a2588227cbf21b4c792ac6406e5852293300a75e710714479a5c59a06af677f0825ef8 languageName: node linkType: hard @@ -11716,8 +11718,8 @@ __metadata: linkType: hard "terser@npm:^5.26.0": - version: 5.28.1 - resolution: "terser@npm:5.28.1" + version: 5.29.1 + resolution: "terser@npm:5.29.1" dependencies: "@jridgewell/source-map": ^0.3.3 acorn: ^8.8.2 @@ -11725,7 +11727,7 @@ __metadata: source-map-support: ~0.5.20 bin: terser: bin/terser - checksum: 2668823cbdf8ae4c62d17a899614c849ddbfa932fce2309e600bd9ed6e6adb87b2c0aca30acb6cdf0d8e83a77ae3858af14cd357a2cb25b9f289fae98c7f7537 + checksum: a884c81a9d6c05560309078192e0cc60cb64b76637f7ca237b350ca54e97a9d4b927a5afa08a59646ef3cbf0511728c944793cb718a3e7e48dd4a2a201737eef languageName: node linkType: hard @@ -11814,11 +11816,9 @@ __metadata: linkType: hard "tmp@npm:~0.2.1": - version: 0.2.1 - resolution: "tmp@npm:0.2.1" - dependencies: - rimraf: ^3.0.0 - checksum: 8b1214654182575124498c87ca986ac53dc76ff36e8f0e0b67139a8d221eaecfdec108c0e6ec54d76f49f1f72ab9325500b246f562b926f85bcdfca8bf35df9e + version: 0.2.3 + resolution: "tmp@npm:0.2.3" + checksum: 73b5c96b6e52da7e104d9d44afb5d106bb1e16d9fa7d00dbeb9e6522e61b571fbdb165c756c62164be9a3bbe192b9b268c236d370a2a0955c7689cd2ae377b95 languageName: node linkType: hard @@ -12019,13 +12019,6 @@ __metadata: languageName: node linkType: hard -"type@npm:^1.0.1": - version: 1.2.0 - resolution: "type@npm:1.2.0" - checksum: dae8c64f82c648b985caf321e9dd6e8b7f4f2e2d4f846fc6fd2c8e9dc7769382d8a52369ddbaccd59aeeceb0df7f52fb339c465be5f2e543e81e810e413451ee - languageName: node - linkType: hard - "type@npm:^2.7.2": version: 2.7.2 resolution: "type@npm:2.7.2" @@ -12033,7 +12026,7 @@ __metadata: languageName: node linkType: hard -"typed-array-buffer@npm:^1.0.1": +"typed-array-buffer@npm:^1.0.2": version: 1.0.2 resolution: "typed-array-buffer@npm:1.0.2" dependencies: @@ -12044,7 +12037,7 @@ __metadata: languageName: node linkType: hard -"typed-array-byte-length@npm:^1.0.0": +"typed-array-byte-length@npm:^1.0.1": version: 1.0.1 resolution: "typed-array-byte-length@npm:1.0.1" dependencies: @@ -12057,7 +12050,7 @@ __metadata: languageName: node linkType: hard -"typed-array-byte-offset@npm:^1.0.0": +"typed-array-byte-offset@npm:^1.0.2": version: 1.0.2 resolution: "typed-array-byte-offset@npm:1.0.2" dependencies: @@ -12071,7 +12064,7 @@ __metadata: languageName: node linkType: hard -"typed-array-length@npm:^1.0.4": +"typed-array-length@npm:^1.0.5": version: 1.0.5 resolution: "typed-array-length@npm:1.0.5" dependencies: @@ -12957,11 +12950,11 @@ __metadata: linkType: hard "yjs@npm:^13.5.0, yjs@npm:^13.5.40": - version: 13.6.12 - resolution: "yjs@npm:13.6.12" + version: 13.6.14 + resolution: "yjs@npm:13.6.14" dependencies: lib0: ^0.2.86 - checksum: 40e189e521b343eb979af43d811de90e82169539b5e50472467c86b6096b911a986a7f93fe5b07fe63e7a27b8086f8b256192d6bbc6f1045d14e21bb8b76eceb + checksum: df399049049820d32d5759a7bd9d70cf30602408ca2a9771324f1b459f703bb6073fb35b5bcde7493fab3721d64e3c1b60eb88415b184e95a73fbce2947741cb languageName: node linkType: hard