diff --git a/python/jupytercad_app/webpack.config.js b/python/jupytercad_app/webpack.config.js index e37c0248..89cec3c1 100644 --- a/python/jupytercad_app/webpack.config.js +++ b/python/jupytercad_app/webpack.config.js @@ -76,6 +76,11 @@ module.exports = [ ...data.dependencies } }) - ] + ], + resolve: { + fallback: { + util: require.resolve('util/') + } + } }) ].concat(extras); diff --git a/python/jupytercad_core/package.json b/python/jupytercad_core/package.json index 52a95fbf..fc684dc4 100644 --- a/python/jupytercad_core/package.json +++ b/python/jupytercad_core/package.json @@ -66,7 +66,8 @@ "@jupyterlab/services": "^7.0.0", "@jupyterlab/translation": "^4.0.0", "@jupyterlab/ui-components": "^4.0.0", - "@lumino/commands": "^2.0.0" + "@lumino/commands": "^2.0.0", + "util": "^0.12.5" }, "devDependencies": { "@jupyterlab/builder": "^4.0.0", diff --git a/yarn.lock b/yarn.lock index d5a948e9..cf14684e 100644 --- a/yarn.lock +++ b/yarn.lock @@ -36,7 +36,7 @@ __metadata: languageName: node linkType: hard -"@babel/code-frame@npm:^7.0.0, @babel/code-frame@npm:^7.22.13, @babel/code-frame@npm:^7.23.5": +"@babel/code-frame@npm:^7.0.0, @babel/code-frame@npm:^7.23.5": version: 7.23.5 resolution: "@babel/code-frame@npm:7.23.5" dependencies: @@ -143,12 +143,12 @@ __metadata: languageName: node linkType: hard -"@babel/parser@npm:^7.22.15, @babel/parser@npm:^7.23.6": - version: 7.23.6 - resolution: "@babel/parser@npm:7.23.6" +"@babel/parser@npm:^7.23.9": + version: 7.23.9 + resolution: "@babel/parser@npm:7.23.9" bin: parser: ./bin/babel-parser.js - checksum: 140801c43731a6c41fd193f5c02bc71fd647a0360ca616b23d2db8be4b9739b9f951a03fc7c2db4f9b9214f4b27c1074db0f18bc3fa653783082d5af7c8860d5 + checksum: e7cd4960ac8671774e13803349da88d512f9292d7baa952173260d3e8f15620a28a3701f14f709d769209022f9e7b79965256b8be204fc550cfe783cdcabe7c7 languageName: node linkType: hard @@ -164,28 +164,28 @@ __metadata: linkType: hard "@babel/runtime@npm:^7.1.2": - version: 7.23.8 - resolution: "@babel/runtime@npm:7.23.8" + version: 7.23.9 + resolution: "@babel/runtime@npm:7.23.9" dependencies: regenerator-runtime: ^0.14.0 - checksum: 0bd5543c26811153822a9f382fd39886f66825ff2a397a19008011376533747cd05c33a91f6248c0b8b0edf0448d7c167ebfba34786088f1b7eb11c65be7dfc3 + checksum: 6bbebe8d27c0c2dd275d1ac197fc1a6c00e18dab68cc7aaff0adc3195b45862bae9c4cc58975629004b0213955b2ed91e99eccb3d9b39cabea246c657323d667 languageName: node linkType: hard "@babel/template@npm:^7.22.15": - version: 7.22.15 - resolution: "@babel/template@npm:7.22.15" + version: 7.23.9 + resolution: "@babel/template@npm:7.23.9" dependencies: - "@babel/code-frame": ^7.22.13 - "@babel/parser": ^7.22.15 - "@babel/types": ^7.22.15 - checksum: 1f3e7dcd6c44f5904c184b3f7fe280394b191f2fed819919ffa1e529c259d5b197da8981b6ca491c235aee8dbad4a50b7e31304aa531271cb823a4a24a0dd8fd + "@babel/code-frame": ^7.23.5 + "@babel/parser": ^7.23.9 + "@babel/types": ^7.23.9 + checksum: 6e67414c0f7125d7ecaf20c11fab88085fa98a96c3ef10da0a61e962e04fdf3a18a496a66047005ddd1bb682a7cc7842d556d1db2f3f3f6ccfca97d5e445d342 languageName: node linkType: hard "@babel/traverse@npm:^7.4.5": - version: 7.23.7 - resolution: "@babel/traverse@npm:7.23.7" + version: 7.23.9 + resolution: "@babel/traverse@npm:7.23.9" 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.6 - "@babel/types": ^7.23.6 + "@babel/parser": ^7.23.9 + "@babel/types": ^7.23.9 debug: ^4.3.1 globals: ^11.1.0 - checksum: d4a7afb922361f710efc97b1e25ec343fab8b2a4ddc81ca84f9a153f22d4482112cba8f263774be8d297918b6c4767c7a98988ab4e53ac73686c986711dd002e + checksum: a932f7aa850e158c00c97aad22f639d48c72805c687290f6a73e30c5c4957c07f5d28310c9bf59648e2980fe6c9d16adeb2ff92a9ca0f97fa75739c1328fc6c3 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.8.3": - version: 7.23.6 - resolution: "@babel/types@npm:7.23.6" +"@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" dependencies: "@babel/helper-string-parser": ^7.23.4 "@babel/helper-validator-identifier": ^7.22.20 to-fast-properties: ^2.0.0 - checksum: 68187dbec0d637f79bc96263ac95ec8b06d424396678e7e225492be866414ce28ebc918a75354d4c28659be6efe30020b4f0f6df81cc418a2d30645b690a8de0 + checksum: 0a9b008e9bfc89beb8c185e620fa0f8ed6c771f1e1b2e01e1596870969096fec7793898a1d64a035176abf1dd13e2668ee30bf699f2d92c210a8128f4b151e65 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.11.1 - resolution: "@codemirror/autocomplete@npm:6.11.1" + version: 6.12.0 + resolution: "@codemirror/autocomplete@npm:6.12.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: 69cb77d51dbc4c76a990fb8e562075d6fa11b2aef00fce33d2a98dd701f6a89050b1b464ae8ee1e2cbe1a4210522b1a3c2260cdf5c933a062093acaf98a5eedc + checksum: 1d4da6ccc12f5a67053a76b361f2683b5af031dd405a0bd2a261a265eb8cb7dfb115343a3291260d1ba31ce7ccb5427208ebe50f50f6747fcf27a50b62c87f7e languageName: node linkType: hard @@ -324,8 +324,8 @@ __metadata: linkType: hard "@codemirror/lang-html@npm:^6.0.0, @codemirror/lang-html@npm:^6.4.3": - version: 6.4.7 - resolution: "@codemirror/lang-html@npm:6.4.7" + version: 6.4.8 + resolution: "@codemirror/lang-html@npm:6.4.8" dependencies: "@codemirror/autocomplete": ^6.0.0 "@codemirror/lang-css": ^6.0.0 @@ -336,7 +336,7 @@ __metadata: "@lezer/common": ^1.0.0 "@lezer/css": ^1.1.0 "@lezer/html": ^1.3.0 - checksum: 26e3d9243bd8dea2c0f7769315f8ed4b77969497f52c545c84ff32f155489b3a29e476aa78ffc11e910a0f927bbebce4d28f4e17e1994f6c9d8df6bdd3c33ef1 + checksum: 9aec56c333cc06f9e4bb6d09806ae83e4a7f235a26b3244010e2dcea83a923cfcd7bec84904b8a59bc81256b0bb579a52bf5614962dad031d7577db1c49a216a languageName: node linkType: hard @@ -376,17 +376,17 @@ __metadata: linkType: hard "@codemirror/lang-markdown@npm:^6.1.1": - version: 6.2.3 - resolution: "@codemirror/lang-markdown@npm:6.2.3" + version: 6.2.4 + resolution: "@codemirror/lang-markdown@npm:6.2.4" dependencies: "@codemirror/autocomplete": ^6.7.1 "@codemirror/lang-html": ^6.0.0 "@codemirror/language": ^6.3.0 "@codemirror/state": ^6.0.0 "@codemirror/view": ^6.0.0 - "@lezer/common": ^1.0.0 + "@lezer/common": ^1.2.1 "@lezer/markdown": ^1.0.0 - checksum: 9b9e13cca288c36c68ad7e2cc5058cb4da2232e74479124c4952ecd2310d2e91f182c606414680570218119ceae99bdab6540dce081ce564030c9e4cadc96a64 + checksum: fbdf1388a9fd08b4e6fc9950ac57fc59ef02bb0bd3e76654158ce1494b101356ded049b65dcf6da457e7e302cb178bf30852fd152680f3a8679be3c3884c0bc2 languageName: node linkType: hard @@ -404,13 +404,15 @@ __metadata: linkType: hard "@codemirror/lang-python@npm:^6.1.3": - version: 6.1.3 - resolution: "@codemirror/lang-python@npm:6.1.3" + version: 6.1.4 + resolution: "@codemirror/lang-python@npm:6.1.4" dependencies: "@codemirror/autocomplete": ^6.3.2 "@codemirror/language": ^6.8.0 + "@codemirror/state": ^6.0.0 + "@lezer/common": ^1.2.1 "@lezer/python": ^1.1.4 - checksum: 65a0276a4503e4e3b70dd28d1c93ef472632b6d2c4bf3ae92d305d14ee8cf60b0bbbf62d5ceb51294de9598d9e2d42eafcde26f317ee7b90d0a11dfa863c1d1a + checksum: 94d0126bc5da4878eb3cc4da5afae4dc2ca7bb1c4c1f483e786ec0fed439490bb6ed8cad0a6090e2638e6b3453a6f4225bfaa3b49aac5cfb3e466556d0aaae1e languageName: node linkType: hard @@ -464,8 +466,8 @@ __metadata: linkType: hard "@codemirror/language@npm:^6.0.0, @codemirror/language@npm:^6.3.0, @codemirror/language@npm:^6.4.0, @codemirror/language@npm:^6.6.0, @codemirror/language@npm:^6.8.0": - version: 6.10.0 - resolution: "@codemirror/language@npm:6.10.0" + version: 6.10.1 + resolution: "@codemirror/language@npm:6.10.1" dependencies: "@codemirror/state": ^6.0.0 "@codemirror/view": ^6.23.0 @@ -473,7 +475,7 @@ __metadata: "@lezer/highlight": ^1.0.0 "@lezer/lr": ^1.0.0 style-mod: ^4.0.0 - checksum: 3bfd9968f5a34ce22434489a5b226db5f3bc454a1ae7c4381587ff4270ac6af61b10f93df560cb73e9a77cc13d4843722a7a7b94dbed02a3ab1971dd329b9e81 + checksum: 453bbe122a84795752f29261412b69a8dcfdd7e4369eb7e112bffba36b9e527ad21adff1d3845e0dc44c9ab44eb0c6f823eb6ba790ddd00cc749847574eda779 languageName: node linkType: hard @@ -487,24 +489,24 @@ __metadata: linkType: hard "@codemirror/lint@npm:^6.0.0": - version: 6.4.2 - resolution: "@codemirror/lint@npm:6.4.2" + version: 6.5.0 + resolution: "@codemirror/lint@npm:6.5.0" dependencies: "@codemirror/state": ^6.0.0 "@codemirror/view": ^6.0.0 crelt: ^1.0.5 - checksum: 5e699960c1b28dbaa584fe091a3201978907bf4b9e52810fb15d3ceaf310e38053435e0b594da0985266ae812039a5cd6c36023284a6f8568664bdca04db137f + checksum: b4f3899d0f73e5a2b5e9bc1df8e13ecb9324b94c7d384e7c8dde794109dee051461fc86658338f41652b44879b2ccc12cdd51a8ac0bb16a5b18aafa8e57a843c languageName: node linkType: hard "@codemirror/search@npm:^6.3.0": - version: 6.5.5 - resolution: "@codemirror/search@npm:6.5.5" + version: 6.5.6 + resolution: "@codemirror/search@npm:6.5.6" dependencies: "@codemirror/state": ^6.0.0 "@codemirror/view": ^6.0.0 crelt: ^1.0.5 - checksum: 825196ef63273494ba9a6153b01eda385edb65e77a1e49980dd3a28d4a692af1e9575e03e4b6c84f6fa2afe72217113ff4c50f58b20d13fe0d277cda5dd7dc81 + checksum: 19dc88d09fc750563347001e83c6194bbb2a25c874bd919d2d81809e1f98d6330222ddbd284aa9758a09eeb41fd153ec7c2cf810b2ee51452c25963d7f5833d5 languageName: node linkType: hard @@ -516,13 +518,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.23.0 - resolution: "@codemirror/view@npm:6.23.0" + version: 6.23.1 + resolution: "@codemirror/view@npm:6.23.1" dependencies: "@codemirror/state": ^6.4.0 style-mod: ^4.1.0 w3c-keyname: ^2.2.4 - checksum: 6e5f2314a3da2c724dc6a525654d949d3f2fcf7009f4d85f980d52ddc885c8969717e903ca1d9132afbe7c524af5d19bff8285fd394106282a965ae83aa47db4 + checksum: 5ea3ba5761c574e1f6e1f1058cb452189c890982a77991606d0ae40da3c6fff77f7c7fc3c43fa78d62677ccdfa65dbc56175706b793e34ad4ec7a63b21e8c18e languageName: node linkType: hard @@ -777,12 +779,12 @@ __metadata: 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.21 - resolution: "@jridgewell/trace-mapping@npm:0.3.21" + version: 0.3.22 + resolution: "@jridgewell/trace-mapping@npm:0.3.22" dependencies: "@jridgewell/resolve-uri": ^3.1.0 "@jridgewell/sourcemap-codec": ^1.4.14 - checksum: e91d3943c6d84687503ba033600d42b2a81d9eaf32758fee06449cd1415c59b944af08841e99f030b71f83bb5f814969e96fc8aa29e469eb3ea1b46597d13cff + checksum: ac7dd2cfe0b479aa1b81776d40d789243131cc792dc8b6b6a028c70fcd6171958ae1a71bf67b618ffe3c0c3feead9870c095ee46a5e30319410d92976b28f498 languageName: node linkType: hard @@ -855,6 +857,29 @@ __metadata: languageName: node linkType: hard +"@jupyter/react-components@npm:^0.15.2": + version: 0.15.2 + resolution: "@jupyter/react-components@npm:0.15.2" + dependencies: + "@jupyter/web-components": ^0.15.2 + "@microsoft/fast-react-wrapper": ^0.3.22 + react: ">=17.0.0 <19.0.0" + checksum: d6d339ff9c2fed1fd5afda612be500d73c4a83eee5470d50e94020dadd1e389a3bf745c7240b0a48edbc6d3fdacec93367b7b5e40588f2df588419caada705be + languageName: node + linkType: hard + +"@jupyter/web-components@npm:^0.15.2": + version: 0.15.2 + resolution: "@jupyter/web-components@npm:0.15.2" + 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 + languageName: node + linkType: hard + "@jupyter/ydoc@npm:^0.3.4 || ^1.0.2, @jupyter/ydoc@npm:^1.0.2, @jupyter/ydoc@npm:^1.1.1": version: 1.1.1 resolution: "@jupyter/ydoc@npm:1.1.1" @@ -1016,6 +1041,7 @@ __metadata: rimraf: ^3.0.2 style-loader: ^3.3.1 typescript: ^5 + util: ^0.12.5 webpack: ^5.76.3 yjs: ^13.5.0 languageName: unknown @@ -1134,84 +1160,84 @@ __metadata: linkType: soft "@jupyterlab/application-extension@npm:^4.0.0": - version: 4.0.10 - resolution: "@jupyterlab/application-extension@npm:4.0.10" - dependencies: - "@jupyterlab/application": ^4.0.10 - "@jupyterlab/apputils": ^4.1.10 - "@jupyterlab/coreutils": ^6.0.10 - "@jupyterlab/property-inspector": ^4.0.10 - "@jupyterlab/settingregistry": ^4.0.10 - "@jupyterlab/statedb": ^4.0.10 - "@jupyterlab/statusbar": ^4.0.10 - "@jupyterlab/translation": ^4.0.10 - "@jupyterlab/ui-components": ^4.0.10 + version: 4.1.0 + resolution: "@jupyterlab/application-extension@npm:4.1.0" + dependencies: + "@jupyterlab/application": ^4.1.0 + "@jupyterlab/apputils": ^4.2.0 + "@jupyterlab/coreutils": ^6.1.0 + "@jupyterlab/property-inspector": ^4.1.0 + "@jupyterlab/settingregistry": ^4.1.0 + "@jupyterlab/statedb": ^4.1.0 + "@jupyterlab/statusbar": ^4.1.0 + "@jupyterlab/translation": ^4.1.0 + "@jupyterlab/ui-components": ^4.1.0 "@lumino/algorithm": ^2.0.1 - "@lumino/commands": ^2.1.3 + "@lumino/commands": ^2.2.0 "@lumino/coreutils": ^2.1.2 "@lumino/disposable": ^2.1.2 - "@lumino/widgets": ^2.3.0 + "@lumino/widgets": ^2.3.1 react: ^18.2.0 - checksum: 239714a2465d1158e633794336d52e3d1fe317b11d048c468c3e2f6905fa2712ee880687b2de007dd2c747e46342d010e66e6d029173e0ef9fc1ce2767d3f1db + checksum: 9bed240f219027b9f5674f4f497c575e3df6bdcb8a8e499cdd6ebbdc7d94ea383357297cafd22070f1d3e097f22b3fbbeb1b9e951c7b13910d1d534b07542163 languageName: node linkType: hard -"@jupyterlab/application@npm:^4.0.0, @jupyterlab/application@npm:^4.0.10": - version: 4.0.10 - resolution: "@jupyterlab/application@npm:4.0.10" +"@jupyterlab/application@npm:^4.0.0, @jupyterlab/application@npm:^4.1.0": + version: 4.1.0 + resolution: "@jupyterlab/application@npm:4.1.0" dependencies: "@fortawesome/fontawesome-free": ^5.12.0 - "@jupyterlab/apputils": ^4.1.10 - "@jupyterlab/coreutils": ^6.0.10 - "@jupyterlab/docregistry": ^4.0.10 - "@jupyterlab/rendermime": ^4.0.10 - "@jupyterlab/rendermime-interfaces": ^3.8.10 - "@jupyterlab/services": ^7.0.10 - "@jupyterlab/statedb": ^4.0.10 - "@jupyterlab/translation": ^4.0.10 - "@jupyterlab/ui-components": ^4.0.10 + "@jupyterlab/apputils": ^4.2.0 + "@jupyterlab/coreutils": ^6.1.0 + "@jupyterlab/docregistry": ^4.1.0 + "@jupyterlab/rendermime": ^4.1.0 + "@jupyterlab/rendermime-interfaces": ^3.9.0 + "@jupyterlab/services": ^7.1.0 + "@jupyterlab/statedb": ^4.1.0 + "@jupyterlab/translation": ^4.1.0 + "@jupyterlab/ui-components": ^4.1.0 "@lumino/algorithm": ^2.0.1 - "@lumino/application": ^2.2.1 - "@lumino/commands": ^2.1.3 + "@lumino/application": ^2.3.0 + "@lumino/commands": ^2.2.0 "@lumino/coreutils": ^2.1.2 "@lumino/disposable": ^2.1.2 "@lumino/messaging": ^2.0.1 "@lumino/polling": ^2.1.2 "@lumino/properties": ^2.0.1 "@lumino/signaling": ^2.1.2 - "@lumino/widgets": ^2.3.0 - checksum: 30d826316c56580f3143470a1c296ee905d68c43f8e3ac550245bad64a7ec43674c70b5d8e30ded57d178b9a30cc6d234534b304374510ecfe0550f10d4bda6d + "@lumino/widgets": ^2.3.1 + checksum: 1ca13156bee6e07850c008b1c8c510073bfd74c1c5056014313bfda1503db0b19472e727d549bb8461f17fdb6cd10fb3db854aa9f4cefb5599a4fc73017d46e7 languageName: node linkType: hard "@jupyterlab/apputils-extension@npm:^4.0.0": - version: 4.0.10 - resolution: "@jupyterlab/apputils-extension@npm:4.0.10" - dependencies: - "@jupyterlab/application": ^4.0.10 - "@jupyterlab/apputils": ^4.1.10 - "@jupyterlab/coreutils": ^6.0.10 - "@jupyterlab/docregistry": ^4.0.10 - "@jupyterlab/filebrowser": ^4.0.10 - "@jupyterlab/mainmenu": ^4.0.10 - "@jupyterlab/rendermime-interfaces": ^3.8.10 - "@jupyterlab/services": ^7.0.10 - "@jupyterlab/settingregistry": ^4.0.10 - "@jupyterlab/statedb": ^4.0.10 - "@jupyterlab/statusbar": ^4.0.10 - "@jupyterlab/translation": ^4.0.10 - "@jupyterlab/ui-components": ^4.0.10 + version: 4.1.0 + resolution: "@jupyterlab/apputils-extension@npm:4.1.0" + dependencies: + "@jupyterlab/application": ^4.1.0 + "@jupyterlab/apputils": ^4.2.0 + "@jupyterlab/coreutils": ^6.1.0 + "@jupyterlab/docregistry": ^4.1.0 + "@jupyterlab/filebrowser": ^4.1.0 + "@jupyterlab/mainmenu": ^4.1.0 + "@jupyterlab/rendermime-interfaces": ^3.9.0 + "@jupyterlab/services": ^7.1.0 + "@jupyterlab/settingregistry": ^4.1.0 + "@jupyterlab/statedb": ^4.1.0 + "@jupyterlab/statusbar": ^4.1.0 + "@jupyterlab/translation": ^4.1.0 + "@jupyterlab/ui-components": ^4.1.0 "@lumino/algorithm": ^2.0.1 - "@lumino/commands": ^2.1.3 + "@lumino/commands": ^2.2.0 "@lumino/coreutils": ^2.1.2 "@lumino/disposable": ^2.1.2 "@lumino/domutils": ^2.0.1 "@lumino/polling": ^2.1.2 - "@lumino/widgets": ^2.3.0 + "@lumino/widgets": ^2.3.1 react: ^18.2.0 react-dom: ^18.2.0 react-toastify: ^9.0.8 - checksum: 80a3d5678c110fd7f8026fd51fda6776d98fa79b78dbf34056ab220daf87dedad527255edaa21ec828ac352ec0d2011a3f3ba193f70989b9b0e7a2691bfcaf0d + checksum: ce6208a1f49d9738097cbc9de9ebc6763b31bbbc038236d020659353240ae55a1cf76ed7276db2ea53e0af441a6c14555e30348b4c8bab4e71023a29e9ddc4f7 languageName: node linkType: hard @@ -1244,27 +1270,27 @@ __metadata: languageName: node linkType: hard -"@jupyterlab/attachments@npm:^4.0.10": - version: 4.0.10 - resolution: "@jupyterlab/attachments@npm:4.0.10" +"@jupyterlab/attachments@npm:^4.1.0": + version: 4.1.0 + resolution: "@jupyterlab/attachments@npm:4.1.0" dependencies: - "@jupyterlab/nbformat": ^4.0.10 - "@jupyterlab/observables": ^5.0.10 - "@jupyterlab/rendermime": ^4.0.10 - "@jupyterlab/rendermime-interfaces": ^3.8.10 + "@jupyterlab/nbformat": ^4.1.0 + "@jupyterlab/observables": ^5.1.0 + "@jupyterlab/rendermime": ^4.1.0 + "@jupyterlab/rendermime-interfaces": ^3.9.0 "@lumino/disposable": ^2.1.2 "@lumino/signaling": ^2.1.2 - checksum: 1d23a0e7176fd98aefc175e9f57cf7b729930504492ef79124ede84b39d7e810cedb90b4a974bbde7abf3e249b173079ba94e868c76ffaa4ed141e0cd480b4fd + checksum: ddb1716f7e9d0a7272979dc82109c17069b2b618142e289e2127a1b59eecf3ddc02cf8665b1f1ae42a3c8fbbc90f2d6ba270455381cdeec3d5d1be7488ca8a5c languageName: node linkType: hard "@jupyterlab/builder@npm:^4.0.0": - version: 4.0.10 - resolution: "@jupyterlab/builder@npm:4.0.10" + version: 4.1.0 + resolution: "@jupyterlab/builder@npm:4.1.0" dependencies: "@lumino/algorithm": ^2.0.1 - "@lumino/application": ^2.2.1 - "@lumino/commands": ^2.1.3 + "@lumino/application": ^2.3.0 + "@lumino/commands": ^2.2.0 "@lumino/coreutils": ^2.1.2 "@lumino/disposable": ^2.1.2 "@lumino/domutils": ^2.0.1 @@ -1273,7 +1299,7 @@ __metadata: "@lumino/properties": ^2.0.1 "@lumino/signaling": ^2.1.2 "@lumino/virtualdom": ^2.0.1 - "@lumino/widgets": ^2.3.0 + "@lumino/widgets": ^2.3.1 ajv: ^8.12.0 commander: ^9.4.1 css-loader: ^6.7.1 @@ -1295,32 +1321,32 @@ __metadata: worker-loader: ^3.0.2 bin: build-labextension: lib/build-labextension.js - checksum: 6c69fc85716183656e06606ec7a12cd48066fb54928b75d2b62ab4e1952bfe4b97a64e500dbd7148e1514fc6fe595c7e76bb9ff230513ed8e5bd1ac88ee1cd61 + checksum: 1a8f684fbf31fef2bae93b84e79af12bd0e70cedc5546f7501a17147425616ffd7ec42586ba23e9d6eb6a79e40d651f6f87d9c1c496ed26f84a2990da8631958 languageName: node linkType: hard -"@jupyterlab/cells@npm:^4.0.10": - version: 4.0.10 - resolution: "@jupyterlab/cells@npm:4.0.10" +"@jupyterlab/cells@npm:^4.0.12": + version: 4.1.0 + resolution: "@jupyterlab/cells@npm:4.1.0" dependencies: "@codemirror/state": ^6.2.0 "@codemirror/view": ^6.9.6 "@jupyter/ydoc": ^1.1.1 - "@jupyterlab/apputils": ^4.1.10 - "@jupyterlab/attachments": ^4.0.10 - "@jupyterlab/codeeditor": ^4.0.10 - "@jupyterlab/codemirror": ^4.0.10 - "@jupyterlab/coreutils": ^6.0.10 - "@jupyterlab/documentsearch": ^4.0.10 - "@jupyterlab/filebrowser": ^4.0.10 - "@jupyterlab/nbformat": ^4.0.10 - "@jupyterlab/observables": ^5.0.10 - "@jupyterlab/outputarea": ^4.0.10 - "@jupyterlab/rendermime": ^4.0.10 - "@jupyterlab/services": ^7.0.10 - "@jupyterlab/toc": ^6.0.10 - "@jupyterlab/translation": ^4.0.10 - "@jupyterlab/ui-components": ^4.0.10 + "@jupyterlab/apputils": ^4.2.0 + "@jupyterlab/attachments": ^4.1.0 + "@jupyterlab/codeeditor": ^4.1.0 + "@jupyterlab/codemirror": ^4.1.0 + "@jupyterlab/coreutils": ^6.1.0 + "@jupyterlab/documentsearch": ^4.1.0 + "@jupyterlab/filebrowser": ^4.1.0 + "@jupyterlab/nbformat": ^4.1.0 + "@jupyterlab/observables": ^5.1.0 + "@jupyterlab/outputarea": ^4.1.0 + "@jupyterlab/rendermime": ^4.1.0 + "@jupyterlab/services": ^7.1.0 + "@jupyterlab/toc": ^6.1.0 + "@jupyterlab/translation": ^4.1.0 + "@jupyterlab/ui-components": ^4.1.0 "@lumino/algorithm": ^2.0.1 "@lumino/coreutils": ^2.1.2 "@lumino/domutils": ^2.0.1 @@ -1329,91 +1355,92 @@ __metadata: "@lumino/polling": ^2.1.2 "@lumino/signaling": ^2.1.2 "@lumino/virtualdom": ^2.0.1 - "@lumino/widgets": ^2.3.0 + "@lumino/widgets": ^2.3.1 react: ^18.2.0 - checksum: 3cd6ee63e7a9fa2afa0d3e6213550f296ba27960826648c744e40ed29774c6d45aba31d44b39e2c5c7a1b17f4a7e96914955b0c49b95b302a096c428685ece6b + checksum: 41fb5dddda54ff53d828eff9f142092966214dadff7d93d6d91777746a36fcd192bc5a4055e364185fb367f6d3ed462946d214a33ba0ed63037b83b683958c44 languageName: node linkType: hard -"@jupyterlab/codeeditor@npm:^3.6.6": - version: 3.6.6 - resolution: "@jupyterlab/codeeditor@npm:3.6.6" +"@jupyterlab/codeeditor@npm:^3.6.7": + version: 3.6.7 + resolution: "@jupyterlab/codeeditor@npm:3.6.7" dependencies: - "@jupyterlab/coreutils": ^5.6.6 - "@jupyterlab/nbformat": ^3.6.6 - "@jupyterlab/observables": ^4.6.6 - "@jupyterlab/shared-models": ^3.6.6 - "@jupyterlab/translation": ^3.6.6 - "@jupyterlab/ui-components": ^3.6.6 + "@jupyterlab/coreutils": ^5.6.7 + "@jupyterlab/nbformat": ^3.6.7 + "@jupyterlab/observables": ^4.6.7 + "@jupyterlab/shared-models": ^3.6.7 + "@jupyterlab/translation": ^3.6.7 + "@jupyterlab/ui-components": ^3.6.7 "@lumino/coreutils": ^1.11.0 "@lumino/disposable": ^1.10.0 "@lumino/dragdrop": ^1.13.0 "@lumino/messaging": ^1.10.0 "@lumino/signaling": ^1.10.0 "@lumino/widgets": ^1.37.2 - checksum: 91a8b98f01c8f4be548e4d25bbbed7e245677e093ec6744e718967367182439053fb0374adac97a8ec004934c8bf09fd5242b49ecc7dd4831b3cb34e8f70dd5e + checksum: 84430a7a5ee5d313c2fc2394245cff989474b2f60150345360fefd29883bb674a2127f5393a3519c8212ec433286c43d215d1c98f9bdc361194210806a1c4f3b languageName: node linkType: hard -"@jupyterlab/codeeditor@npm:^4.0.10": - version: 4.0.10 - resolution: "@jupyterlab/codeeditor@npm:4.0.10" +"@jupyterlab/codeeditor@npm:^4.0.12, @jupyterlab/codeeditor@npm:^4.1.0": + version: 4.1.0 + resolution: "@jupyterlab/codeeditor@npm:4.1.0" dependencies: "@codemirror/state": ^6.2.0 "@jupyter/ydoc": ^1.1.1 - "@jupyterlab/coreutils": ^6.0.10 - "@jupyterlab/nbformat": ^4.0.10 - "@jupyterlab/observables": ^5.0.10 - "@jupyterlab/statusbar": ^4.0.10 - "@jupyterlab/translation": ^4.0.10 - "@jupyterlab/ui-components": ^4.0.10 + "@jupyterlab/apputils": ^4.2.0 + "@jupyterlab/coreutils": ^6.1.0 + "@jupyterlab/nbformat": ^4.1.0 + "@jupyterlab/observables": ^5.1.0 + "@jupyterlab/statusbar": ^4.1.0 + "@jupyterlab/translation": ^4.1.0 + "@jupyterlab/ui-components": ^4.1.0 "@lumino/coreutils": ^2.1.2 "@lumino/disposable": ^2.1.2 "@lumino/dragdrop": ^2.1.4 "@lumino/messaging": ^2.0.1 "@lumino/signaling": ^2.1.2 - "@lumino/widgets": ^2.3.0 + "@lumino/widgets": ^2.3.1 react: ^18.2.0 - checksum: 14d547c30d3b850511d459a56e01fd40c9bbc9403f234f1b0061d48a493f16c7ac7314e6111628a9023584ee9b112f7459b11ce54d58b7f670a9391efa20550d + checksum: ae58f6cb446f98b781a956986fcb497b53f380ed86510d67b13e3086cee434423d5a03c26a130ea8d02c762cd6a6cbc62fd088c6f60f78d4bb558102e4c80ad8 languageName: node linkType: hard "@jupyterlab/codemirror-extension@npm:^4.0.0": - version: 4.0.10 - resolution: "@jupyterlab/codemirror-extension@npm:4.0.10" + version: 4.1.0 + resolution: "@jupyterlab/codemirror-extension@npm:4.1.0" 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.0.10 - "@jupyterlab/codeeditor": ^4.0.10 - "@jupyterlab/codemirror": ^4.0.10 - "@jupyterlab/settingregistry": ^4.0.10 - "@jupyterlab/statusbar": ^4.0.10 - "@jupyterlab/translation": ^4.0.10 - "@jupyterlab/ui-components": ^4.0.10 + "@jupyterlab/application": ^4.1.0 + "@jupyterlab/codeeditor": ^4.1.0 + "@jupyterlab/codemirror": ^4.1.0 + "@jupyterlab/settingregistry": ^4.1.0 + "@jupyterlab/statusbar": ^4.1.0 + "@jupyterlab/translation": ^4.1.0 + "@jupyterlab/ui-components": ^4.1.0 "@lumino/coreutils": ^2.1.2 - "@lumino/widgets": ^2.3.0 - "@rjsf/utils": ^5.1.0 - "@rjsf/validator-ajv8": ^5.1.0 + "@lumino/widgets": ^2.3.1 + "@rjsf/utils": ^5.13.4 + "@rjsf/validator-ajv8": ^5.13.4 react: ^18.2.0 - checksum: ae72e3e2260d65a8d9c4853fd47c220a52e13fe62859dcf18f4fc053da66f99b4502b30854155b27dd60b19c21997351ac4ec9ef1e4f4c8b056da3da151db252 + checksum: d78aee108b8fd9b4f1bc8572ffe03282c07bd3b5095daab208a7425d43a2cfdf30f2b0011132f313f9256caefc1e8f5b5df709be490e579cc88d43e810b56750 languageName: node linkType: hard -"@jupyterlab/codemirror@npm:^3.6.6": - version: 3.6.6 - resolution: "@jupyterlab/codemirror@npm:3.6.6" +"@jupyterlab/codemirror@npm:^3.6.7": + version: 3.6.7 + resolution: "@jupyterlab/codemirror@npm:3.6.7" dependencies: - "@jupyterlab/apputils": ^3.6.6 - "@jupyterlab/codeeditor": ^3.6.6 - "@jupyterlab/coreutils": ^5.6.6 - "@jupyterlab/nbformat": ^3.6.6 - "@jupyterlab/observables": ^4.6.6 - "@jupyterlab/shared-models": ^3.6.6 - "@jupyterlab/statusbar": ^3.6.6 - "@jupyterlab/translation": ^3.6.6 + "@jupyterlab/apputils": ^3.6.7 + "@jupyterlab/codeeditor": ^3.6.7 + "@jupyterlab/coreutils": ^5.6.7 + "@jupyterlab/nbformat": ^3.6.7 + "@jupyterlab/observables": ^4.6.7 + "@jupyterlab/shared-models": ^3.6.7 + "@jupyterlab/statusbar": ^3.6.7 + "@jupyterlab/translation": ^3.6.7 "@lumino/algorithm": ^1.9.0 "@lumino/commands": ^1.19.0 "@lumino/coreutils": ^1.11.0 @@ -1424,13 +1451,13 @@ __metadata: codemirror: ~5.61.0 react: ^17.0.1 y-codemirror: ^3.0.1 - checksum: f8a35ca1edc6e043cf1850379b0a3073b6e4af939d730d4e2ea4c62f90610357e8e47142068f5642a851fe6a4a1b181f6fc1565fd9a33304445a2a50d5c2c144 + checksum: 01846b7c411844fb6ed2461c6659edc05771aab5c60c992fae1550861c33d2e0d7364efdb6f94577b346fcdbe98f74b562ee15486e57fd885a8f1816b26e98b2 languageName: node linkType: hard -"@jupyterlab/codemirror@npm:^4.0.0, @jupyterlab/codemirror@npm:^4.0.10": - version: 4.0.10 - resolution: "@jupyterlab/codemirror@npm:4.0.10" +"@jupyterlab/codemirror@npm:^4.0.0, @jupyterlab/codemirror@npm:^4.0.12, @jupyterlab/codemirror@npm:^4.1.0": + version: 4.1.0 + resolution: "@jupyterlab/codemirror@npm:4.1.0" dependencies: "@codemirror/autocomplete": ^6.5.1 "@codemirror/commands": ^6.2.3 @@ -1453,11 +1480,11 @@ __metadata: "@codemirror/state": ^6.2.0 "@codemirror/view": ^6.9.6 "@jupyter/ydoc": ^1.1.1 - "@jupyterlab/codeeditor": ^4.0.10 - "@jupyterlab/coreutils": ^6.0.10 - "@jupyterlab/documentsearch": ^4.0.10 - "@jupyterlab/nbformat": ^4.0.10 - "@jupyterlab/translation": ^4.0.10 + "@jupyterlab/codeeditor": ^4.1.0 + "@jupyterlab/coreutils": ^6.1.0 + "@jupyterlab/documentsearch": ^4.1.0 + "@jupyterlab/nbformat": ^4.1.0 + "@jupyterlab/translation": ^4.1.0 "@lezer/common": ^1.0.2 "@lezer/generator": ^1.2.2 "@lezer/highlight": ^1.1.4 @@ -1466,7 +1493,7 @@ __metadata: "@lumino/disposable": ^2.1.2 "@lumino/signaling": ^2.1.2 yjs: ^13.5.40 - checksum: 127bdca8e8b6bebb19df5e61bbc1715295633905961bee3516ac65c158c1ed776e549a5f1e0a3615a45aff2614022d0dd1fc170f595498af4e3fc693a6acfc30 + checksum: 92fb4ebebe4b5926fbf5ba2a99f845e8879918b3a095adf99de5f8385b3168412db38ebe2f1ae1eff8f29304d2c8c1b31c3cc1ba66a9c2d16e7a69dced20a768 languageName: node linkType: hard @@ -1488,9 +1515,9 @@ __metadata: languageName: node linkType: hard -"@jupyterlab/coreutils@npm:^5.6.6": - version: 5.6.6 - resolution: "@jupyterlab/coreutils@npm:5.6.6" +"@jupyterlab/coreutils@npm:^5.6.7": + version: 5.6.7 + resolution: "@jupyterlab/coreutils@npm:5.6.7" dependencies: "@lumino/coreutils": ^1.11.0 "@lumino/disposable": ^1.10.0 @@ -1499,13 +1526,13 @@ __metadata: moment: ^2.24.0 path-browserify: ^1.0.0 url-parse: ~1.5.1 - checksum: 9551edbe14eb4472487e08ca9d04449937b5630bb84437aef0f65b1f319b68fb24ac4ef8077715405d70ed95e3fb86b1865221fd7a6b34c25aab59dc7b41dfa4 + checksum: 94530cd2559ce8b5fe6b86a3125868be10d15bcdf91ae71abaf3f96653b76a618158b707f60d30aaf0bcc372993ed3dca874814e500bd43351a724930e6af81d languageName: node linkType: hard -"@jupyterlab/coreutils@npm:^6.0.0, @jupyterlab/coreutils@npm:^6.0.0-alpha.18, @jupyterlab/coreutils@npm:^6.0.10": - version: 6.0.10 - resolution: "@jupyterlab/coreutils@npm:6.0.10" +"@jupyterlab/coreutils@npm:^6.0.0, @jupyterlab/coreutils@npm:^6.0.0-alpha.18, @jupyterlab/coreutils@npm:^6.0.12, @jupyterlab/coreutils@npm:^6.1.0": + version: 6.1.0 + resolution: "@jupyterlab/coreutils@npm:6.1.0" dependencies: "@lumino/coreutils": ^2.1.2 "@lumino/disposable": ^2.1.2 @@ -1513,137 +1540,139 @@ __metadata: minimist: ~1.2.0 path-browserify: ^1.0.0 url-parse: ~1.5.4 - checksum: d01645468268465841447a977927097d68b7f6fac771a3d48e358508a1c792dc433aaebcca7755331dce043e1cc002da7fa1ad070dfd7e689dda66c9f25626ee + checksum: d1fdeb3fa28af76cab52c04c82b51a1f02f9cd7779dc1eecbd1177bf246d0213c4e7234bf74eb1bd1d909123988e40addbec8fd7a027c4f5448f3c968b27642c languageName: node linkType: hard "@jupyterlab/docmanager-extension@npm:^4.0.0": - version: 4.0.10 - resolution: "@jupyterlab/docmanager-extension@npm:4.0.10" - dependencies: - "@jupyterlab/application": ^4.0.10 - "@jupyterlab/apputils": ^4.1.10 - "@jupyterlab/coreutils": ^6.0.10 - "@jupyterlab/docmanager": ^4.0.10 - "@jupyterlab/docregistry": ^4.0.10 - "@jupyterlab/services": ^7.0.10 - "@jupyterlab/settingregistry": ^4.0.10 - "@jupyterlab/statusbar": ^4.0.10 - "@jupyterlab/translation": ^4.0.10 - "@jupyterlab/ui-components": ^4.0.10 + version: 4.1.0 + resolution: "@jupyterlab/docmanager-extension@npm:4.1.0" + dependencies: + "@jupyterlab/application": ^4.1.0 + "@jupyterlab/apputils": ^4.2.0 + "@jupyterlab/coreutils": ^6.1.0 + "@jupyterlab/docmanager": ^4.1.0 + "@jupyterlab/docregistry": ^4.1.0 + "@jupyterlab/services": ^7.1.0 + "@jupyterlab/settingregistry": ^4.1.0 + "@jupyterlab/statusbar": ^4.1.0 + "@jupyterlab/translation": ^4.1.0 + "@jupyterlab/ui-components": ^4.1.0 "@lumino/algorithm": ^2.0.1 - "@lumino/commands": ^2.1.3 + "@lumino/commands": ^2.2.0 "@lumino/coreutils": ^2.1.2 "@lumino/disposable": ^2.1.2 "@lumino/signaling": ^2.1.2 - "@lumino/widgets": ^2.3.0 + "@lumino/widgets": ^2.3.1 react: ^18.2.0 - checksum: 1f2c501439fc66e817994edea94e30c0e62200784def271f941f7eff0c5b0b39fe696d490e380dce1db25fdf5882882f1d44747d00a9f980b28391c936015924 + checksum: a3b6b051901a4ffa01368302aa688ef9720b63695127ac4c876999933077a969c59852137b4eeb2ecd965a6c501a65af781799a8552769f7d7c5b7be75c1daa4 languageName: node linkType: hard -"@jupyterlab/docmanager@npm:^4.0.0, @jupyterlab/docmanager@npm:^4.0.10": - version: 4.0.10 - resolution: "@jupyterlab/docmanager@npm:4.0.10" - dependencies: - "@jupyterlab/apputils": ^4.1.10 - "@jupyterlab/coreutils": ^6.0.10 - "@jupyterlab/docregistry": ^4.0.10 - "@jupyterlab/services": ^7.0.10 - "@jupyterlab/statusbar": ^4.0.10 - "@jupyterlab/translation": ^4.0.10 - "@jupyterlab/ui-components": ^4.0.10 +"@jupyterlab/docmanager@npm:^4.0.0, @jupyterlab/docmanager@npm:^4.1.0": + version: 4.1.0 + resolution: "@jupyterlab/docmanager@npm:4.1.0" + dependencies: + "@jupyterlab/apputils": ^4.2.0 + "@jupyterlab/coreutils": ^6.1.0 + "@jupyterlab/docregistry": ^4.1.0 + "@jupyterlab/services": ^7.1.0 + "@jupyterlab/statusbar": ^4.1.0 + "@jupyterlab/translation": ^4.1.0 + "@jupyterlab/ui-components": ^4.1.0 "@lumino/algorithm": ^2.0.1 "@lumino/coreutils": ^2.1.2 "@lumino/disposable": ^2.1.2 "@lumino/messaging": ^2.0.1 "@lumino/properties": ^2.0.1 "@lumino/signaling": ^2.1.2 - "@lumino/widgets": ^2.3.0 + "@lumino/widgets": ^2.3.1 react: ^18.2.0 - checksum: 8be669130f29f9245c75e6b03f2bf788da17e1026b1117e0bbd8fe84afca5a9fddfa27fa879231979db1a2bf62c3e9b50eb38586cc155a3e64e1c1dd2e528c9b + checksum: 64f63512a862c2539f3eb1eb255ad6d1c3d5380519079b745503b38eebba255af4d12688b57d42c83a0220758b5cd8304012044cab18433f1c35ca6e49356719 languageName: node linkType: hard -"@jupyterlab/docregistry@npm:^4.0.0, @jupyterlab/docregistry@npm:^4.0.10": - version: 4.0.10 - resolution: "@jupyterlab/docregistry@npm:4.0.10" +"@jupyterlab/docregistry@npm:^4.0.0, @jupyterlab/docregistry@npm:^4.0.12, @jupyterlab/docregistry@npm:^4.1.0": + version: 4.1.0 + resolution: "@jupyterlab/docregistry@npm:4.1.0" dependencies: "@jupyter/ydoc": ^1.1.1 - "@jupyterlab/apputils": ^4.1.10 - "@jupyterlab/codeeditor": ^4.0.10 - "@jupyterlab/coreutils": ^6.0.10 - "@jupyterlab/observables": ^5.0.10 - "@jupyterlab/rendermime": ^4.0.10 - "@jupyterlab/rendermime-interfaces": ^3.8.10 - "@jupyterlab/services": ^7.0.10 - "@jupyterlab/translation": ^4.0.10 - "@jupyterlab/ui-components": ^4.0.10 + "@jupyterlab/apputils": ^4.2.0 + "@jupyterlab/codeeditor": ^4.1.0 + "@jupyterlab/coreutils": ^6.1.0 + "@jupyterlab/observables": ^5.1.0 + "@jupyterlab/rendermime": ^4.1.0 + "@jupyterlab/rendermime-interfaces": ^3.9.0 + "@jupyterlab/services": ^7.1.0 + "@jupyterlab/translation": ^4.1.0 + "@jupyterlab/ui-components": ^4.1.0 "@lumino/algorithm": ^2.0.1 "@lumino/coreutils": ^2.1.2 "@lumino/disposable": ^2.1.2 "@lumino/messaging": ^2.0.1 "@lumino/properties": ^2.0.1 "@lumino/signaling": ^2.1.2 - "@lumino/widgets": ^2.3.0 - checksum: 0863d8b3c97b8790280805cb781f7448e6a26f6f7e5e75d597d1add480be988bbaa72a6792d2417bc648800d4af30d96af8437ef5c6d9906819e36010d523a3c + "@lumino/widgets": ^2.3.1 + react: ^18.2.0 + checksum: 8407ea92d2f7a094ea47313917b7d32ce6a9e7dd79ab595eeef4064d805f818720210cde3c949b517ba98bae52980ab373df42082ca654f0f483935e104f0335 languageName: node linkType: hard -"@jupyterlab/documentsearch@npm:^4.0.10": - version: 4.0.10 - resolution: "@jupyterlab/documentsearch@npm:4.0.10" +"@jupyterlab/documentsearch@npm:^4.0.12, @jupyterlab/documentsearch@npm:^4.1.0": + version: 4.1.0 + resolution: "@jupyterlab/documentsearch@npm:4.1.0" dependencies: - "@jupyterlab/apputils": ^4.1.10 - "@jupyterlab/translation": ^4.0.10 - "@jupyterlab/ui-components": ^4.0.10 + "@jupyterlab/apputils": ^4.2.0 + "@jupyterlab/translation": ^4.1.0 + "@jupyterlab/ui-components": ^4.1.0 + "@lumino/commands": ^2.2.0 "@lumino/coreutils": ^2.1.2 "@lumino/disposable": ^2.1.2 "@lumino/messaging": ^2.0.1 "@lumino/polling": ^2.1.2 "@lumino/signaling": ^2.1.2 - "@lumino/widgets": ^2.3.0 + "@lumino/widgets": ^2.3.1 react: ^18.2.0 - checksum: 8ff2c96c9460abf0f6245842637c698ae04b32e5ab64d9f868975158be929d1762b59a0bf85782631cddf3ea0e87b1d446b991ab534dab263000826b0c66f070 + checksum: 768b02f07c892622b126d8b8f59e4559003f3900f2cb588fba27aa87ebb1eb9a703fe99ebccc9bd8ccba2f8859ba157060b0bb5e5c5572fe9906fd7152caf536 languageName: node linkType: hard "@jupyterlab/filebrowser-extension@npm:^4.0.0": - version: 4.0.10 - resolution: "@jupyterlab/filebrowser-extension@npm:4.0.10" - dependencies: - "@jupyterlab/application": ^4.0.10 - "@jupyterlab/apputils": ^4.1.10 - "@jupyterlab/coreutils": ^6.0.10 - "@jupyterlab/docmanager": ^4.0.10 - "@jupyterlab/docregistry": ^4.0.10 - "@jupyterlab/filebrowser": ^4.0.10 - "@jupyterlab/services": ^7.0.10 - "@jupyterlab/settingregistry": ^4.0.10 - "@jupyterlab/statedb": ^4.0.10 - "@jupyterlab/statusbar": ^4.0.10 - "@jupyterlab/translation": ^4.0.10 - "@jupyterlab/ui-components": ^4.0.10 + version: 4.1.0 + resolution: "@jupyterlab/filebrowser-extension@npm:4.1.0" + dependencies: + "@jupyterlab/application": ^4.1.0 + "@jupyterlab/apputils": ^4.2.0 + "@jupyterlab/coreutils": ^6.1.0 + "@jupyterlab/docmanager": ^4.1.0 + "@jupyterlab/docregistry": ^4.1.0 + "@jupyterlab/filebrowser": ^4.1.0 + "@jupyterlab/services": ^7.1.0 + "@jupyterlab/settingregistry": ^4.1.0 + "@jupyterlab/statedb": ^4.1.0 + "@jupyterlab/statusbar": ^4.1.0 + "@jupyterlab/translation": ^4.1.0 + "@jupyterlab/ui-components": ^4.1.0 "@lumino/algorithm": ^2.0.1 - "@lumino/commands": ^2.1.3 - "@lumino/widgets": ^2.3.0 - checksum: 6781b8d8bf196b24f795cecaa3bdf225993ef533108f32fabb80f90fa5a419b5734916ceb38a36d86fa607ed7df34b843f9a994f7be83e07a9456acc57106ab0 + "@lumino/commands": ^2.2.0 + "@lumino/widgets": ^2.3.1 + checksum: 58a161c3a61f96482b01b1cd833936068c36866d06347e5f9e716bb724eca42ac775fc0cf679b0124d33734295ade5b020a5b1756d022a21e62321ac24764340 languageName: node linkType: hard -"@jupyterlab/filebrowser@npm:^4.0.0, @jupyterlab/filebrowser@npm:^4.0.10": - version: 4.0.10 - resolution: "@jupyterlab/filebrowser@npm:4.0.10" - dependencies: - "@jupyterlab/apputils": ^4.1.10 - "@jupyterlab/coreutils": ^6.0.10 - "@jupyterlab/docmanager": ^4.0.10 - "@jupyterlab/docregistry": ^4.0.10 - "@jupyterlab/services": ^7.0.10 - "@jupyterlab/statedb": ^4.0.10 - "@jupyterlab/statusbar": ^4.0.10 - "@jupyterlab/translation": ^4.0.10 - "@jupyterlab/ui-components": ^4.0.10 +"@jupyterlab/filebrowser@npm:^4.0.0, @jupyterlab/filebrowser@npm:^4.1.0": + version: 4.1.0 + resolution: "@jupyterlab/filebrowser@npm:4.1.0" + dependencies: + "@jupyterlab/apputils": ^4.2.0 + "@jupyterlab/coreutils": ^6.1.0 + "@jupyterlab/docmanager": ^4.1.0 + "@jupyterlab/docregistry": ^4.1.0 + "@jupyterlab/services": ^7.1.0 + "@jupyterlab/statedb": ^4.1.0 + "@jupyterlab/statusbar": ^4.1.0 + "@jupyterlab/translation": ^4.1.0 + "@jupyterlab/ui-components": ^4.1.0 "@lumino/algorithm": ^2.0.1 "@lumino/coreutils": ^2.1.2 "@lumino/disposable": ^2.1.2 @@ -1653,188 +1682,190 @@ __metadata: "@lumino/polling": ^2.1.2 "@lumino/signaling": ^2.1.2 "@lumino/virtualdom": ^2.0.1 - "@lumino/widgets": ^2.3.0 + "@lumino/widgets": ^2.3.1 react: ^18.2.0 - checksum: f19884d40b0b1761e023c939cae1f11112b3b021f75df4806d97d0434e8b25c651bb054a66f563faa99e46c4b2b820b54e6a0e48bffa49d0a0e7bce145c34852 + checksum: ee29ad3a5ca3d9477a760179ff8b520cb88b8fd08f62ecd872d0cc0c5e1cc397349b020ba8c24f9b543b9cd5513c3b9da813d41bc5a63464aa3321a31b613115 languageName: node linkType: hard "@jupyterlab/fileeditor@npm:^4.0.0": - version: 4.0.10 - resolution: "@jupyterlab/fileeditor@npm:4.0.10" + version: 4.1.0 + resolution: "@jupyterlab/fileeditor@npm:4.1.0" dependencies: "@jupyter/ydoc": ^1.1.1 - "@jupyterlab/apputils": ^4.1.10 - "@jupyterlab/codeeditor": ^4.0.10 - "@jupyterlab/codemirror": ^4.0.10 - "@jupyterlab/coreutils": ^6.0.10 - "@jupyterlab/docregistry": ^4.0.10 - "@jupyterlab/documentsearch": ^4.0.10 - "@jupyterlab/lsp": ^4.0.10 - "@jupyterlab/statusbar": ^4.0.10 - "@jupyterlab/toc": ^6.0.10 - "@jupyterlab/translation": ^4.0.10 - "@jupyterlab/ui-components": ^4.0.10 - "@lumino/commands": ^2.1.3 + "@jupyterlab/apputils": ^4.2.0 + "@jupyterlab/codeeditor": ^4.1.0 + "@jupyterlab/codemirror": ^4.1.0 + "@jupyterlab/coreutils": ^6.1.0 + "@jupyterlab/docregistry": ^4.1.0 + "@jupyterlab/documentsearch": ^4.1.0 + "@jupyterlab/lsp": ^4.1.0 + "@jupyterlab/statusbar": ^4.1.0 + "@jupyterlab/toc": ^6.1.0 + "@jupyterlab/translation": ^4.1.0 + "@jupyterlab/ui-components": ^4.1.0 + "@lumino/commands": ^2.2.0 "@lumino/coreutils": ^2.1.2 "@lumino/messaging": ^2.0.1 - "@lumino/widgets": ^2.3.0 + "@lumino/widgets": ^2.3.1 react: ^18.2.0 regexp-match-indices: ^1.0.2 - checksum: c2e7e773b3e177c5c909440869ed26697e4787a586e02cf2ab73271994b0557b2acebac8e1ed81ea789070820e5fda4b64539cebd3016867dbd7958f69acf626 + checksum: 982f37e01cd909e6481f9c0982a23bce26dae71ffe3730b354f93e7a6357a2a6f1dd9c2d82c09649cc14b66ca5ad131fd3bc3667cbb2924fa7535a5c9b4372fb languageName: node linkType: hard "@jupyterlab/launcher-extension@npm:^4.0.0": - version: 4.0.10 - resolution: "@jupyterlab/launcher-extension@npm:4.0.10" - dependencies: - "@jupyterlab/application": ^4.0.10 - "@jupyterlab/apputils": ^4.1.10 - "@jupyterlab/filebrowser": ^4.0.10 - "@jupyterlab/launcher": ^4.0.10 - "@jupyterlab/translation": ^4.0.10 - "@jupyterlab/ui-components": ^4.0.10 + version: 4.1.0 + resolution: "@jupyterlab/launcher-extension@npm:4.1.0" + dependencies: + "@jupyterlab/application": ^4.1.0 + "@jupyterlab/apputils": ^4.2.0 + "@jupyterlab/filebrowser": ^4.1.0 + "@jupyterlab/launcher": ^4.1.0 + "@jupyterlab/translation": ^4.1.0 + "@jupyterlab/ui-components": ^4.1.0 "@lumino/algorithm": ^2.0.1 "@lumino/coreutils": ^2.1.2 - "@lumino/widgets": ^2.3.0 - checksum: 6d65ffe7af780a9ac99bbe0458dc11d9988eb3b4b74e94a210f233e1ae382e7627d6b93f14f8e8e92f8e686b365f2e35ce50c0648495c38707c60b780ca33a6a + "@lumino/widgets": ^2.3.1 + checksum: 0c49da85771ddee8b8c8a29e5d42bf2dad8ccc28f8a982b878f9cd2581500fcc1faab1fe1a640c8ff9bbc49453fc309fced173b3e6f6c83db08dc543bc444799 languageName: node linkType: hard -"@jupyterlab/launcher@npm:^4.0.0, @jupyterlab/launcher@npm:^4.0.10": - version: 4.0.10 - resolution: "@jupyterlab/launcher@npm:4.0.10" +"@jupyterlab/launcher@npm:^4.0.0, @jupyterlab/launcher@npm:^4.1.0": + version: 4.1.0 + resolution: "@jupyterlab/launcher@npm:4.1.0" dependencies: - "@jupyterlab/apputils": ^4.1.10 - "@jupyterlab/translation": ^4.0.10 - "@jupyterlab/ui-components": ^4.0.10 + "@jupyterlab/apputils": ^4.2.0 + "@jupyterlab/translation": ^4.1.0 + "@jupyterlab/ui-components": ^4.1.0 "@lumino/algorithm": ^2.0.1 - "@lumino/commands": ^2.1.3 + "@lumino/commands": ^2.2.0 "@lumino/coreutils": ^2.1.2 "@lumino/disposable": ^2.1.2 "@lumino/properties": ^2.0.1 - "@lumino/widgets": ^2.3.0 + "@lumino/widgets": ^2.3.1 react: ^18.2.0 - checksum: 68939d4b40d239df2ff4a631ac49d4826f2a7abf77f7f97016f26c3dc1f395cfe33d24e7ce1b5be1b2a35574d8d390ac57e065b7cdfd56157d8d1d68d51f6121 + checksum: 1ce05be5d53e80e445e1f9e328298b4cc3409ac155090b69aaf733ff6607c0bcd2135b59ebaa6298e356277ff6a201ff37d3432b1e9f025bca1c2809d009e012 languageName: node linkType: hard "@jupyterlab/logconsole@npm:^4.0.0": - version: 4.0.10 - resolution: "@jupyterlab/logconsole@npm:4.0.10" - dependencies: - "@jupyterlab/coreutils": ^6.0.10 - "@jupyterlab/nbformat": ^4.0.10 - "@jupyterlab/outputarea": ^4.0.10 - "@jupyterlab/rendermime": ^4.0.10 - "@jupyterlab/services": ^7.0.10 - "@jupyterlab/translation": ^4.0.10 + version: 4.1.0 + resolution: "@jupyterlab/logconsole@npm:4.1.0" + dependencies: + "@jupyterlab/coreutils": ^6.1.0 + "@jupyterlab/nbformat": ^4.1.0 + "@jupyterlab/outputarea": ^4.1.0 + "@jupyterlab/rendermime": ^4.1.0 + "@jupyterlab/services": ^7.1.0 + "@jupyterlab/translation": ^4.1.0 "@lumino/coreutils": ^2.1.2 "@lumino/disposable": ^2.1.2 "@lumino/messaging": ^2.0.1 "@lumino/signaling": ^2.1.2 - "@lumino/widgets": ^2.3.0 - checksum: ed423bdbd17b67912cd0f2ebb5bde19a9de4494e842dd99bc42ecfdba02e736544408eb774a891fa601f334747409902ce1c2db809760e6c0cac83acb54ea96c + "@lumino/widgets": ^2.3.1 + checksum: 368f2fa0f4b00a6b98ab0298bfbf8f50c3c00b3aaad7ed21538ca71b3b8d896a818d72413064300f0de74f43751023298030ce4b22143ee5dff5ada97eb7b821 languageName: node linkType: hard -"@jupyterlab/lsp@npm:^4.0.10": - version: 4.0.10 - resolution: "@jupyterlab/lsp@npm:4.0.10" - dependencies: - "@jupyterlab/apputils": ^4.1.10 - "@jupyterlab/codeeditor": ^4.0.10 - "@jupyterlab/coreutils": ^6.0.10 - "@jupyterlab/docregistry": ^4.0.10 - "@jupyterlab/services": ^7.0.10 - "@jupyterlab/translation": ^4.0.10 +"@jupyterlab/lsp@npm:^4.0.12, @jupyterlab/lsp@npm:^4.1.0": + version: 4.1.0 + resolution: "@jupyterlab/lsp@npm:4.1.0" + dependencies: + "@jupyterlab/apputils": ^4.2.0 + "@jupyterlab/codeeditor": ^4.1.0 + "@jupyterlab/codemirror": ^4.1.0 + "@jupyterlab/coreutils": ^6.1.0 + "@jupyterlab/docregistry": ^4.1.0 + "@jupyterlab/services": ^7.1.0 + "@jupyterlab/translation": ^4.1.0 "@lumino/coreutils": ^2.1.2 "@lumino/disposable": ^2.1.2 "@lumino/signaling": ^2.1.2 + "@lumino/widgets": ^2.3.1 lodash.mergewith: ^4.6.1 vscode-jsonrpc: ^6.0.0 vscode-languageserver-protocol: ^3.17.0 vscode-ws-jsonrpc: ~1.0.2 - checksum: e7085bb885a04b9ccf63f6c90acd8ea5dd9e6acee7a1da3860942972dd643773780f28d895a7c11a6b0f024aa00c16c4896b19c567be5a011888467d1f45ef8a + checksum: 487e4d2609ed4212be79c00f45f445ebb252d3a37a537adc421d1cc7824a45c782578cbf5876b75e1a184a2d4a0cc9ec232494e4440b082062a63278ede502d3 languageName: node linkType: hard "@jupyterlab/mainmenu-extension@npm:^4.0.0": - version: 4.0.10 - resolution: "@jupyterlab/mainmenu-extension@npm:4.0.10" - dependencies: - "@jupyterlab/application": ^4.0.10 - "@jupyterlab/apputils": ^4.1.10 - "@jupyterlab/coreutils": ^6.0.10 - "@jupyterlab/mainmenu": ^4.0.10 - "@jupyterlab/services": ^7.0.10 - "@jupyterlab/settingregistry": ^4.0.10 - "@jupyterlab/translation": ^4.0.10 - "@jupyterlab/ui-components": ^4.0.10 + version: 4.1.0 + resolution: "@jupyterlab/mainmenu-extension@npm:4.1.0" + dependencies: + "@jupyterlab/application": ^4.1.0 + "@jupyterlab/apputils": ^4.2.0 + "@jupyterlab/coreutils": ^6.1.0 + "@jupyterlab/mainmenu": ^4.1.0 + "@jupyterlab/services": ^7.1.0 + "@jupyterlab/settingregistry": ^4.1.0 + "@jupyterlab/translation": ^4.1.0 + "@jupyterlab/ui-components": ^4.1.0 "@lumino/algorithm": ^2.0.1 "@lumino/coreutils": ^2.1.2 "@lumino/disposable": ^2.1.2 - "@lumino/widgets": ^2.3.0 - checksum: 1582e030f6be6f080a0551276a722bfbfa77392c8efda590ce2a21f6e38eb1dd97a5954a1938509f220a152b3e0d536a8387c8562ef35ad2696a273e5d6daea8 + "@lumino/widgets": ^2.3.1 + checksum: e4e0997461b0f327af035933fc08126f7cb7a172f444875afddd6329511a94e7df61f28da3541e1cf62be3a4b3fb7d700db3004166acd223e09ab3bab99f3735 languageName: node linkType: hard -"@jupyterlab/mainmenu@npm:^4.0.0, @jupyterlab/mainmenu@npm:^4.0.10": - version: 4.0.10 - resolution: "@jupyterlab/mainmenu@npm:4.0.10" +"@jupyterlab/mainmenu@npm:^4.0.0, @jupyterlab/mainmenu@npm:^4.1.0": + version: 4.1.0 + resolution: "@jupyterlab/mainmenu@npm:4.1.0" dependencies: - "@jupyterlab/apputils": ^4.1.10 - "@jupyterlab/translation": ^4.0.10 - "@jupyterlab/ui-components": ^4.0.10 + "@jupyterlab/apputils": ^4.2.0 + "@jupyterlab/translation": ^4.1.0 + "@jupyterlab/ui-components": ^4.1.0 "@lumino/algorithm": ^2.0.1 - "@lumino/commands": ^2.1.3 + "@lumino/commands": ^2.2.0 "@lumino/coreutils": ^2.1.2 - "@lumino/widgets": ^2.3.0 - checksum: f3b6a3cffddccc22b43921e214ed3c50fe7a9f611b88ea63e9e53dbaf06a2a5ca8afe96b4c99a5add3d0abd98298d67fa81b2769873b90cc5600a8cbaa971e84 + "@lumino/widgets": ^2.3.1 + checksum: d8d0d62723d24f2a9a5741693040890d8deba51dffc9e960f517829ad32165c1b406682509c7d521c960ddc37099b6422c29fa8f0f008dab399e59792de6319e 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.10": - version: 4.0.10 - resolution: "@jupyterlab/nbformat@npm:4.0.10" +"@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.12, @jupyterlab/nbformat@npm:^4.1.0": + version: 4.1.0 + resolution: "@jupyterlab/nbformat@npm:4.1.0" dependencies: "@lumino/coreutils": ^2.1.2 - checksum: fb2eca9389df4a48b1fa7e552200e218a2e9901f21e2735769522c0cc5824b98934b90a7b75e415dc5a9cb5c9a9ff205b6e8316c6f6eccf5716cfa7086b511cf + checksum: 0f10f53d312e1ad386be0cd1db3ea8d76ac5e169a1c470465179b35c7d7bd0e55b9d450b64abe38f447dcbec71224bfe8d4115a1cdb433f986d3a91234ffd391 languageName: node linkType: hard -"@jupyterlab/nbformat@npm:^3.6.6": - version: 3.6.6 - resolution: "@jupyterlab/nbformat@npm:3.6.6" +"@jupyterlab/nbformat@npm:^3.6.7": + version: 3.6.7 + resolution: "@jupyterlab/nbformat@npm:3.6.7" dependencies: "@lumino/coreutils": ^1.11.0 - checksum: 43a0437c91e2eedd88d0943df13b0004928c4ed676210ad04727fbdff0154442dae6d611d5d3e6168c3a1990ac10ead172ef48e64e54f4082e9c72fc43e87adc + checksum: 41def9da46c8cc2baddc61e5d43f9fd567ba9729d7f78f0cc9c34cb894e765d2b713643b8457c1d97272c52a1f10cc62febcbf97450fdfa1b26a7c205bd9581c languageName: node linkType: hard "@jupyterlab/notebook@npm:~4.0.0": - version: 4.0.10 - resolution: "@jupyterlab/notebook@npm:4.0.10" + version: 4.0.12 + resolution: "@jupyterlab/notebook@npm:4.0.12" dependencies: "@jupyter/ydoc": ^1.1.1 - "@jupyterlab/apputils": ^4.1.10 - "@jupyterlab/cells": ^4.0.10 - "@jupyterlab/codeeditor": ^4.0.10 - "@jupyterlab/codemirror": ^4.0.10 - "@jupyterlab/coreutils": ^6.0.10 - "@jupyterlab/docregistry": ^4.0.10 - "@jupyterlab/documentsearch": ^4.0.10 - "@jupyterlab/lsp": ^4.0.10 - "@jupyterlab/nbformat": ^4.0.10 - "@jupyterlab/observables": ^5.0.10 - "@jupyterlab/rendermime": ^4.0.10 - "@jupyterlab/services": ^7.0.10 - "@jupyterlab/settingregistry": ^4.0.10 - "@jupyterlab/statusbar": ^4.0.10 - "@jupyterlab/toc": ^6.0.10 - "@jupyterlab/translation": ^4.0.10 - "@jupyterlab/ui-components": ^4.0.10 + "@jupyterlab/apputils": ^4.1.12 + "@jupyterlab/cells": ^4.0.12 + "@jupyterlab/codeeditor": ^4.0.12 + "@jupyterlab/codemirror": ^4.0.12 + "@jupyterlab/coreutils": ^6.0.12 + "@jupyterlab/docregistry": ^4.0.12 + "@jupyterlab/documentsearch": ^4.0.12 + "@jupyterlab/lsp": ^4.0.12 + "@jupyterlab/nbformat": ^4.0.12 + "@jupyterlab/observables": ^5.0.12 + "@jupyterlab/rendermime": ^4.0.12 + "@jupyterlab/services": ^7.0.12 + "@jupyterlab/settingregistry": ^4.0.12 + "@jupyterlab/statusbar": ^4.0.12 + "@jupyterlab/toc": ^6.0.12 + "@jupyterlab/translation": ^4.0.12 + "@jupyterlab/ui-components": ^4.0.12 "@lumino/algorithm": ^2.0.1 "@lumino/coreutils": ^2.1.2 "@lumino/domutils": ^2.0.1 @@ -1845,96 +1876,96 @@ __metadata: "@lumino/virtualdom": ^2.0.1 "@lumino/widgets": ^2.3.0 react: ^18.2.0 - checksum: 19e18594167455cd145662fb4631834ad9d9bc997242d9140a9c9d5332e7a58f1af94d19ac90e5d640e2b798546c8fe6381d6cf56868523a07ea83044b26f3d3 + checksum: b55b617565ed6f157731a44f7cad938592f4bea7de5cc84420f5984c7a972384f026aa71dcc8a45d309f3f9ec438c1f1584340adb5a833c987bbba987399ef0f languageName: node linkType: hard -"@jupyterlab/observables@npm:^4.6.6": - version: 4.6.6 - resolution: "@jupyterlab/observables@npm:4.6.6" +"@jupyterlab/observables@npm:^4.6.7": + version: 4.6.7 + resolution: "@jupyterlab/observables@npm:4.6.7" dependencies: "@lumino/algorithm": ^1.9.0 "@lumino/coreutils": ^1.11.0 "@lumino/disposable": ^1.10.0 "@lumino/messaging": ^1.10.0 "@lumino/signaling": ^1.10.0 - checksum: d694268e3cefe50ef9808db05d2290310c7aa41197b49b8028811e58ef0169f3a7f49257c67561086d244414d3f83d04ff6ebb75bf41d67ae2c068fa441566da + checksum: af9ccc6db2c63bb38a041ae1c2c6ec3b29f8b9ab3fce03e8b18e79095ccd1690fc00c79d606fcfc388d9595ef38d4f98e5df36f6fc12c58f10aa152177fb1c6b languageName: node linkType: hard -"@jupyterlab/observables@npm:^5.0.0, @jupyterlab/observables@npm:^5.0.10": - version: 5.0.10 - resolution: "@jupyterlab/observables@npm:5.0.10" +"@jupyterlab/observables@npm:^5.0.0, @jupyterlab/observables@npm:^5.0.12, @jupyterlab/observables@npm:^5.1.0": + version: 5.1.0 + resolution: "@jupyterlab/observables@npm:5.1.0" 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: b554bc5d72ecb8780fa92f40369fd94e2a8261a85a5eeb4a5251dc5ec4aa9b6ae5aa9d66eae1c4bc4cfad0e5f144abfa007eec9b49a5ccd6a6c8722615c3d90d + checksum: 38ee528b244b06a2813874e11d2c3aa8b576f98ffdf9f77fc6c9ddf49de296b4067b4ad7f41f5eaab1de50d16fc79a31d26a34963e09c259e4332cf15c0c7bd5 languageName: node linkType: hard -"@jupyterlab/outputarea@npm:^4.0.0, @jupyterlab/outputarea@npm:^4.0.10": - version: 4.0.10 - resolution: "@jupyterlab/outputarea@npm:4.0.10" - dependencies: - "@jupyterlab/apputils": ^4.1.10 - "@jupyterlab/nbformat": ^4.0.10 - "@jupyterlab/observables": ^5.0.10 - "@jupyterlab/rendermime": ^4.0.10 - "@jupyterlab/rendermime-interfaces": ^3.8.10 - "@jupyterlab/services": ^7.0.10 - "@jupyterlab/translation": ^4.0.10 +"@jupyterlab/outputarea@npm:^4.0.0, @jupyterlab/outputarea@npm:^4.1.0": + version: 4.1.0 + resolution: "@jupyterlab/outputarea@npm:4.1.0" + dependencies: + "@jupyterlab/apputils": ^4.2.0 + "@jupyterlab/nbformat": ^4.1.0 + "@jupyterlab/observables": ^5.1.0 + "@jupyterlab/rendermime": ^4.1.0 + "@jupyterlab/rendermime-interfaces": ^3.9.0 + "@jupyterlab/services": ^7.1.0 + "@jupyterlab/translation": ^4.1.0 "@lumino/algorithm": ^2.0.1 "@lumino/coreutils": ^2.1.2 "@lumino/disposable": ^2.1.2 "@lumino/messaging": ^2.0.1 "@lumino/properties": ^2.0.1 "@lumino/signaling": ^2.1.2 - "@lumino/widgets": ^2.3.0 - checksum: ee110f600d03d394b403ed58ff51b866cc541dffca8253e39bbcdb8938331fb94082136e5d9c8e183744c7bb716b4e80d4ab36c4790879b568b1bc6fa7fe7e9b + "@lumino/widgets": ^2.3.1 + checksum: 069d5d5fa1e75f5a09421e22fbaa15729f8bbc93c3915f9c0a8bee404a663b8def6c0c0d82a85d84cc6c4e3bdda87eb3d7820eb74e1cf1b99b834ee49ccf572f languageName: node linkType: hard -"@jupyterlab/property-inspector@npm:^4.0.10": - version: 4.0.10 - resolution: "@jupyterlab/property-inspector@npm:4.0.10" +"@jupyterlab/property-inspector@npm:^4.1.0": + version: 4.1.0 + resolution: "@jupyterlab/property-inspector@npm:4.1.0" dependencies: - "@jupyterlab/application": ^4.0.10 - "@jupyterlab/translation": ^4.0.10 - "@jupyterlab/ui-components": ^4.0.10 + "@jupyterlab/application": ^4.1.0 + "@jupyterlab/translation": ^4.1.0 + "@jupyterlab/ui-components": ^4.1.0 "@lumino/coreutils": ^2.1.2 "@lumino/disposable": ^2.1.2 "@lumino/signaling": ^2.1.2 - "@lumino/widgets": ^2.3.0 + "@lumino/widgets": ^2.3.1 react: ^18.2.0 - checksum: e33a7d63a58b05d52dceeaa8600a764e9b314e1bae60520ddb593457390d24b5d4d0fedf3fcc99e61f2a7a323244440edb8a2defcc28b2dd0a0f261e58e54d93 + checksum: 1c570f296341c7b6167fb981ea68adfe9ca1250aacf4e78c170541b5f8421d641fcf50657234b683a21c4047d4bb48a522bac55dc723256d34768445da88cf71 languageName: node linkType: hard -"@jupyterlab/rendermime-interfaces@npm:^3.6.6, @jupyterlab/rendermime-interfaces@npm:^3.8.0, @jupyterlab/rendermime-interfaces@npm:^3.8.10": - version: 3.8.10 - resolution: "@jupyterlab/rendermime-interfaces@npm:3.8.10" +"@jupyterlab/rendermime-interfaces@npm:^3.6.7, @jupyterlab/rendermime-interfaces@npm:^3.8.0, @jupyterlab/rendermime-interfaces@npm:^3.8.12, @jupyterlab/rendermime-interfaces@npm:^3.9.0": + version: 3.9.0 + resolution: "@jupyterlab/rendermime-interfaces@npm:3.9.0" dependencies: "@lumino/coreutils": ^1.11.0 || ^2.1.2 - "@lumino/widgets": ^1.37.2 || ^2.3.0 - checksum: 46775a03440ac26c661f9b050153a445c8fc3490a39ad776e74dffbbb75e6227ad257f3d4452f4bd435f9cb6db2572ebd8f9794cc12669b17479195c0e709f96 + "@lumino/widgets": ^1.37.2 || ^2.3.1 + checksum: 462f5d034cd636caf9322245a50045ddaac55e05e056e7c6579e2db55088e724c8054a51a959aa284c44b108a9e0f0053707b50d6d8a9caed5825eeaf715b245 languageName: node linkType: hard "@jupyterlab/rendermime@npm:3": - version: 3.6.6 - resolution: "@jupyterlab/rendermime@npm:3.6.6" - dependencies: - "@jupyterlab/apputils": ^3.6.6 - "@jupyterlab/codemirror": ^3.6.6 - "@jupyterlab/coreutils": ^5.6.6 - "@jupyterlab/nbformat": ^3.6.6 - "@jupyterlab/observables": ^4.6.6 - "@jupyterlab/rendermime-interfaces": ^3.6.6 - "@jupyterlab/services": ^6.6.6 - "@jupyterlab/translation": ^3.6.6 + version: 3.6.7 + resolution: "@jupyterlab/rendermime@npm:3.6.7" + dependencies: + "@jupyterlab/apputils": ^3.6.7 + "@jupyterlab/codemirror": ^3.6.7 + "@jupyterlab/coreutils": ^5.6.7 + "@jupyterlab/nbformat": ^3.6.7 + "@jupyterlab/observables": ^4.6.7 + "@jupyterlab/rendermime-interfaces": ^3.6.7 + "@jupyterlab/services": ^6.6.7 + "@jupyterlab/translation": ^3.6.7 "@lumino/algorithm": ^1.9.0 "@lumino/coreutils": ^1.11.0 "@lumino/messaging": ^1.10.0 @@ -1942,113 +1973,113 @@ __metadata: "@lumino/widgets": ^1.37.2 lodash.escape: ^4.0.1 marked: ^4.0.17 - checksum: cf0b3b3e253a85e0ab19fb2c0d092dd82b245b6fbf53a0ad3f07a96d9bf03547c319829d6728807c18848ae4456271d76cd35b2e0ac7775778f53996de1cfba0 + checksum: 038f9202963e8d5f73c053bda2e801bb9310400c5419c7a56c356e203a6fe5f2d8849d5f9682b6b41b06ad639c03f83c6e1fc857bb23f3955634c715d4872a8d languageName: node linkType: hard -"@jupyterlab/rendermime@npm:^4.0.0, @jupyterlab/rendermime@npm:^4.0.10": - version: 4.0.10 - resolution: "@jupyterlab/rendermime@npm:4.0.10" - dependencies: - "@jupyterlab/apputils": ^4.1.10 - "@jupyterlab/coreutils": ^6.0.10 - "@jupyterlab/nbformat": ^4.0.10 - "@jupyterlab/observables": ^5.0.10 - "@jupyterlab/rendermime-interfaces": ^3.8.10 - "@jupyterlab/services": ^7.0.10 - "@jupyterlab/translation": ^4.0.10 +"@jupyterlab/rendermime@npm:^4.0.0, @jupyterlab/rendermime@npm:^4.0.12, @jupyterlab/rendermime@npm:^4.1.0": + version: 4.1.0 + resolution: "@jupyterlab/rendermime@npm:4.1.0" + dependencies: + "@jupyterlab/apputils": ^4.2.0 + "@jupyterlab/coreutils": ^6.1.0 + "@jupyterlab/nbformat": ^4.1.0 + "@jupyterlab/observables": ^5.1.0 + "@jupyterlab/rendermime-interfaces": ^3.9.0 + "@jupyterlab/services": ^7.1.0 + "@jupyterlab/translation": ^4.1.0 "@lumino/coreutils": ^2.1.2 "@lumino/messaging": ^2.0.1 "@lumino/signaling": ^2.1.2 - "@lumino/widgets": ^2.3.0 + "@lumino/widgets": ^2.3.1 lodash.escape: ^4.0.1 - checksum: 2e298e7f64a1eca8a8e0742112a251de21c73bc167ddffbd2d15e38c4e70ccd4b98d6e636c7cce8191aeb51c4a00338f18729b23a7917a4b58e721db13ad8110 + checksum: 52323a1d907b29f5b60c237b6e1c3085c667f9fd59e76c6dcab29076a50eb4bd39efe5f6e3e49e3dbabb6dc1f5f7820f09af74f211a76e7e7db6c7c0be8d5715 languageName: node linkType: hard "@jupyterlab/services@npm: ^7.0.0": - version: 7.0.10 - resolution: "@jupyterlab/services@npm:7.0.10" + version: 7.1.0 + resolution: "@jupyterlab/services@npm:7.1.0" dependencies: "@jupyter/ydoc": ^1.1.1 - "@jupyterlab/coreutils": ^6.0.10 - "@jupyterlab/nbformat": ^4.0.10 - "@jupyterlab/settingregistry": ^4.0.10 - "@jupyterlab/statedb": ^4.0.10 + "@jupyterlab/coreutils": ^6.1.0 + "@jupyterlab/nbformat": ^4.1.0 + "@jupyterlab/settingregistry": ^4.1.0 + "@jupyterlab/statedb": ^4.1.0 "@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: 702f2c9e010ab737bb39bb04c1fc0eab32ef5bc86056aebdb9a64002e04dba123bd8fd0400913ddaef470d23e44ea9f741aa0467a068e2be2a279123e3d1e2a5 + checksum: 4a4797746c708551a7647c43ecc4dce20dc12ea043bb2bd43ec0c20966825a5e14742258d3bcee9ae832c91030132db895dc9a81bf1596d59c08066c4fecfba5 languageName: node linkType: hard -"@jupyterlab/settingregistry@npm:^4.0.0, @jupyterlab/settingregistry@npm:^4.0.10": - version: 4.0.10 - resolution: "@jupyterlab/settingregistry@npm:4.0.10" +"@jupyterlab/settingregistry@npm:^4.0.0, @jupyterlab/settingregistry@npm:^4.0.12, @jupyterlab/settingregistry@npm:^4.1.0": + version: 4.1.0 + resolution: "@jupyterlab/settingregistry@npm:4.1.0" dependencies: - "@jupyterlab/nbformat": ^4.0.10 - "@jupyterlab/statedb": ^4.0.10 - "@lumino/commands": ^2.1.3 + "@jupyterlab/nbformat": ^4.1.0 + "@jupyterlab/statedb": ^4.1.0 + "@lumino/commands": ^2.2.0 "@lumino/coreutils": ^2.1.2 "@lumino/disposable": ^2.1.2 "@lumino/signaling": ^2.1.2 - "@rjsf/utils": ^5.1.0 + "@rjsf/utils": ^5.13.4 ajv: ^8.12.0 json5: ^2.2.3 peerDependencies: react: ">=16" - checksum: 6521f1d01f258eb0d9c735bc00c9680e5caf3276c4e7a0fcf12006ef7aa155409e75ceda333695b7301699e00cd29a4a4d72ffced062147315144e0c59fd5971 + checksum: 1a0c52016806ceda150168cdeae966b15afce454fe24acfd68939f3f380eaf2d4390c40e27c1475877c8e8da6b3f15a952999ebcc9d3838d5306bd24ad5b4b51 languageName: node linkType: hard -"@jupyterlab/shared-models@npm:^3.6.6": - version: 3.6.6 - resolution: "@jupyterlab/shared-models@npm:3.6.6" +"@jupyterlab/shared-models@npm:^3.6.7": + version: 3.6.7 + resolution: "@jupyterlab/shared-models@npm:3.6.7" dependencies: "@jupyter/ydoc": ~0.2.4 - "@jupyterlab/nbformat": ^3.6.6 - checksum: e53a49ac307803956f8c139da41810dd1f78d4b7e4afafc9b0c59e59389b0e70776057f7b11499b7b971042d3b3e70784748a127a5bd517a7ce9a1cd7f84fe57 + "@jupyterlab/nbformat": ^3.6.7 + checksum: eb29f17dca1b7c551c876fecfe7609057913e251cf3ddc7e668992d6b7e9112b191fca4bfdd9f588d75e5d6e1c637da76ecb3c117f220a8d91595634f5efd7fb languageName: node linkType: hard -"@jupyterlab/statedb@npm:^3.6.6": - version: 3.6.6 - resolution: "@jupyterlab/statedb@npm:3.6.6" +"@jupyterlab/statedb@npm:^3.6.7": + version: 3.6.7 + resolution: "@jupyterlab/statedb@npm:3.6.7" dependencies: "@lumino/commands": ^1.19.0 "@lumino/coreutils": ^1.11.0 "@lumino/disposable": ^1.10.0 "@lumino/properties": ^1.8.0 "@lumino/signaling": ^1.10.0 - checksum: 07bf7d6a29ac95cc54200008dc8a55db9a71d144e14be5eb629e10d0b88103591e27b8e590cc9dd2593cc44a13b9064af5ebab28d4002f18fadc8943dc25f01e + checksum: 4c92b467e6c616becd8fc958ffe699a648215516e33d0b3987d23469f81e0ad81404b3b2c6413b250620ce8a2940489bea6cf3ed31a82f9063f7291b7f8f655f languageName: node linkType: hard -"@jupyterlab/statedb@npm:^4.0.0, @jupyterlab/statedb@npm:^4.0.10": - version: 4.0.10 - resolution: "@jupyterlab/statedb@npm:4.0.10" +"@jupyterlab/statedb@npm:^4.0.0, @jupyterlab/statedb@npm:^4.0.12, @jupyterlab/statedb@npm:^4.1.0": + version: 4.1.0 + resolution: "@jupyterlab/statedb@npm:4.1.0" dependencies: - "@lumino/commands": ^2.1.3 + "@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: 4032966b981c775f53b28137cde3b7c215444e898e9570b2f814c2fb1ee1d8f023702287a61d7d4267fffb71e9d8bdc2e79d165f0238a59ec0fea717540f0324 + checksum: 693d40ba6ce67b41aae2acbae027a5c637c2bfa51d7085b6faecdb1877a5e3bd43ca70f3670f88f038c49bef80e0e09899b05d330dd9010b1d578ca73b13ea17 languageName: node linkType: hard -"@jupyterlab/statusbar@npm:^3.6.6": - version: 3.6.6 - resolution: "@jupyterlab/statusbar@npm:3.6.6" +"@jupyterlab/statusbar@npm:^3.6.7": + version: 3.6.7 + resolution: "@jupyterlab/statusbar@npm:3.6.7" dependencies: - "@jupyterlab/apputils": ^3.6.6 - "@jupyterlab/codeeditor": ^3.6.6 - "@jupyterlab/services": ^6.6.6 - "@jupyterlab/translation": ^3.6.6 - "@jupyterlab/ui-components": ^3.6.6 + "@jupyterlab/apputils": ^3.6.7 + "@jupyterlab/codeeditor": ^3.6.7 + "@jupyterlab/services": ^6.6.7 + "@jupyterlab/translation": ^3.6.7 + "@jupyterlab/ui-components": ^3.6.7 "@lumino/algorithm": ^1.9.0 "@lumino/coreutils": ^1.11.0 "@lumino/disposable": ^1.10.0 @@ -2058,115 +2089,129 @@ __metadata: csstype: ~3.0.3 react: ^17.0.1 typestyle: ^2.0.4 - checksum: 85c84e9636e5319683c6be05aa59356c5297e238e183ac71dfdf10e221678115ff65fbbe9907006b5dc29cb9609eab3a4f8be45afd17d1770720322688d5224e + checksum: cb4914be453b0de0bc7ddf18e48bbf014bd9a7c78b37080b6cd9e83be997525d9d045c0ca4f7a98e86e01bcfa93b77b9ab37c7e4d7f20360ed07536186c3a79d languageName: node linkType: hard -"@jupyterlab/statusbar@npm:^4.0.0, @jupyterlab/statusbar@npm:^4.0.10": - version: 4.0.10 - resolution: "@jupyterlab/statusbar@npm:4.0.10" +"@jupyterlab/statusbar@npm:^4.0.0, @jupyterlab/statusbar@npm:^4.0.12, @jupyterlab/statusbar@npm:^4.1.0": + version: 4.1.0 + resolution: "@jupyterlab/statusbar@npm:4.1.0" dependencies: - "@jupyterlab/ui-components": ^4.0.10 + "@jupyterlab/ui-components": ^4.1.0 "@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 - "@lumino/widgets": ^2.3.0 + "@lumino/widgets": ^2.3.1 react: ^18.2.0 - checksum: 7c1a352bbe1142967014f24149a7ee161c18a7023852a74d5a959aa99e1bee8dc1540f9cfd5f225f7d4bafce91fd6f7577facc4ad891a2b25d2f8aa9285fa692 + checksum: 309d3cb98c924c23dfef2ad91862dfa56ea133d8ae08aa7bc743c4000f15584841b39712bc8829eb09d7382d5c9e0e7b3e85c3ae1165c01597ade96702bcc055 languageName: node linkType: hard "@jupyterlab/theme-dark-extension@npm:^4.0.0": - version: 4.0.10 - resolution: "@jupyterlab/theme-dark-extension@npm:4.0.10" + version: 4.1.0 + resolution: "@jupyterlab/theme-dark-extension@npm:4.1.0" dependencies: - "@jupyterlab/application": ^4.0.10 - "@jupyterlab/apputils": ^4.1.10 - "@jupyterlab/translation": ^4.0.10 - checksum: 1f130593bcac9b3553ad844e9a6ff45400ee50e7d3e463aaaa6438da4c700b643b9c2d4c5a01e2f6dd7b12914c3fa4ab9f9aee1917b34e8f99f669b827ec7fdb + "@jupyterlab/application": ^4.1.0 + "@jupyterlab/apputils": ^4.2.0 + "@jupyterlab/translation": ^4.1.0 + checksum: ef46029eb12457a32aa908597029169c1369639d248cbaf301b747b9888a343f221267e45d406da0a9c6c71f61d739ab280a6659fb6d1f4d1c6c3c18f97606cd languageName: node linkType: hard "@jupyterlab/theme-light-extension@npm:^4.0.0": - version: 4.0.10 - resolution: "@jupyterlab/theme-light-extension@npm:4.0.10" + version: 4.1.0 + resolution: "@jupyterlab/theme-light-extension@npm:4.1.0" dependencies: - "@jupyterlab/application": ^4.0.10 - "@jupyterlab/apputils": ^4.1.10 - "@jupyterlab/translation": ^4.0.10 - checksum: ba017634f67e01aba6d4910de5bda36d1f2ae61eacbb82901b4ef8118e84da9bf70075d4a5515d4ccdea05953f72a0a857ec6b8063cc362e7db773204ae9e52d + "@jupyterlab/application": ^4.1.0 + "@jupyterlab/apputils": ^4.2.0 + "@jupyterlab/translation": ^4.1.0 + checksum: 409cb3f227eb8818556a3a41b68427a93241172d5d37257c7be049ba1f8a24ae17da79fbf17dc33e9d73b4a0cd0c42da050a32705b003df6eb048429c39ddad1 languageName: node linkType: hard -"@jupyterlab/toc@npm:^6.0.10": - version: 6.0.10 - resolution: "@jupyterlab/toc@npm:6.0.10" - dependencies: - "@jupyterlab/apputils": ^4.1.10 - "@jupyterlab/coreutils": ^6.0.10 - "@jupyterlab/docregistry": ^4.0.10 - "@jupyterlab/observables": ^5.0.10 - "@jupyterlab/rendermime": ^4.0.10 - "@jupyterlab/translation": ^4.0.10 - "@jupyterlab/ui-components": ^4.0.10 +"@jupyterlab/toc@npm:^6.0.12, @jupyterlab/toc@npm:^6.1.0": + version: 6.1.0 + resolution: "@jupyterlab/toc@npm:6.1.0" + dependencies: + "@jupyterlab/apputils": ^4.2.0 + "@jupyterlab/coreutils": ^6.1.0 + "@jupyterlab/docregistry": ^4.1.0 + "@jupyterlab/observables": ^5.1.0 + "@jupyterlab/rendermime": ^4.1.0 + "@jupyterlab/rendermime-interfaces": ^3.9.0 + "@jupyterlab/translation": ^4.1.0 + "@jupyterlab/ui-components": ^4.1.0 "@lumino/coreutils": ^2.1.2 "@lumino/disposable": ^2.1.2 "@lumino/messaging": ^2.0.1 "@lumino/signaling": ^2.1.2 - "@lumino/widgets": ^2.3.0 + "@lumino/widgets": ^2.3.1 react: ^18.2.0 - checksum: 7079610e69a916f6e579a5936f56835ebc824f276f33df17a709c3fde4edbdfc3e7e4abd9ba0b74e169764500053ccbeb2a5cfd8b008e470baa8d25e751aaaa1 + checksum: 051f960311e0f9dfba2668411c32480376d04cd05a023e69d25818ca6b7ca9fdc16f5c3ffc966a519cb2653a26e03cb14f2c267a2e40cffd4d06c31c7db138d8 languageName: node linkType: hard "@jupyterlab/translation-extension@npm:^4.0.0": - version: 4.0.10 - resolution: "@jupyterlab/translation-extension@npm:4.0.10" + version: 4.1.0 + resolution: "@jupyterlab/translation-extension@npm:4.1.0" dependencies: - "@jupyterlab/application": ^4.0.10 - "@jupyterlab/apputils": ^4.1.10 - "@jupyterlab/mainmenu": ^4.0.10 - "@jupyterlab/settingregistry": ^4.0.10 - "@jupyterlab/translation": ^4.0.10 - checksum: 29cebcdc61683b69f563d846d9e04e7b35688331fa9698a33647f0e00fb47a37a3653a49240d3d74e1a5ef5d4adbfc02c2b9dc36e6659bba60d226d79ad34d6b + "@jupyterlab/application": ^4.1.0 + "@jupyterlab/apputils": ^4.2.0 + "@jupyterlab/mainmenu": ^4.1.0 + "@jupyterlab/settingregistry": ^4.1.0 + "@jupyterlab/translation": ^4.1.0 + checksum: 21315d0e44b570b02da6596ba7453e7ec10373b9a7b957c120180557eaa516d272457be6f841e411326fa2d1c2f123a159436bdf8bae81b5f208843cf2cd75fb languageName: node linkType: hard -"@jupyterlab/translation@npm:^3.6.6": - version: 3.6.6 - resolution: "@jupyterlab/translation@npm:3.6.6" +"@jupyterlab/translation@npm:^3.6.7": + version: 3.6.7 + resolution: "@jupyterlab/translation@npm:3.6.7" dependencies: - "@jupyterlab/coreutils": ^5.6.6 - "@jupyterlab/services": ^6.6.6 - "@jupyterlab/statedb": ^3.6.6 + "@jupyterlab/coreutils": ^5.6.7 + "@jupyterlab/services": ^6.6.7 + "@jupyterlab/statedb": ^3.6.7 "@lumino/coreutils": ^1.11.0 - checksum: 7f28cd9865f25fe2960c201710a78220a9fa2c76bdc0d4de6ba310fe365067d28beee16a68ae9f64e3016c89573b6c86d32bd32792a917ed8ce189166f3d3866 + checksum: fbff3576a4824ce7a852ff0aa004f2ef499b40e65ed0fb707624d732bb12b2c97eef662bfd9508a535a49b89c505898e226b9a8091617a5c51b962a42d809763 + languageName: node + linkType: hard + +"@jupyterlab/translation@npm:^4.0.0, @jupyterlab/translation@npm:^4.0.12, @jupyterlab/translation@npm:^4.1.0": + version: 4.1.0 + resolution: "@jupyterlab/translation@npm:4.1.0" + dependencies: + "@jupyterlab/coreutils": ^6.1.0 + "@jupyterlab/rendermime-interfaces": ^3.9.0 + "@jupyterlab/services": ^7.1.0 + "@jupyterlab/statedb": ^4.1.0 + "@lumino/coreutils": ^2.1.2 + checksum: 88b7422697c1795dfcb85870cb8642cd10be6ae27a61dd1ca9f1304f06460f859202bfb6733cb744e2b4c448e8bfbf7a4793c6626cb4a18a59c80999cf1c5050 languageName: node linkType: hard -"@jupyterlab/translation@npm:^4.0.0, @jupyterlab/translation@npm:^4.0.10, @jupyterlab/translation@npm:~4.0.0": - version: 4.0.10 - resolution: "@jupyterlab/translation@npm:4.0.10" +"@jupyterlab/translation@npm:~4.0.0": + version: 4.0.12 + resolution: "@jupyterlab/translation@npm:4.0.12" dependencies: - "@jupyterlab/coreutils": ^6.0.10 - "@jupyterlab/rendermime-interfaces": ^3.8.10 - "@jupyterlab/services": ^7.0.10 - "@jupyterlab/statedb": ^4.0.10 + "@jupyterlab/coreutils": ^6.0.12 + "@jupyterlab/rendermime-interfaces": ^3.8.12 + "@jupyterlab/services": ^7.0.12 + "@jupyterlab/statedb": ^4.0.12 "@lumino/coreutils": ^2.1.2 - checksum: bc959546627d58523fad02944697a5464481794f533fd5a8b1968d2fcdac64f3dbe82ea380017245ea3b65dc4c24136c39823b2a8627bcea1397c2e6a1343368 + checksum: 48cf5afd35c83f8f61583e1b8e742b763f28cacfd870fff986cfd87964adf654519e96aef48a69971c0667402b0a806eb583b9cb1d4730272f0e47916807266d languageName: node linkType: hard -"@jupyterlab/ui-components@npm:^3.6.6": - version: 3.6.6 - resolution: "@jupyterlab/ui-components@npm:3.6.6" +"@jupyterlab/ui-components@npm:^3.6.7": + version: 3.6.7 + resolution: "@jupyterlab/ui-components@npm:3.6.7" dependencies: "@blueprintjs/core": ^3.36.0 "@blueprintjs/select": ^3.15.0 - "@jupyterlab/coreutils": ^5.6.6 - "@jupyterlab/translation": ^3.6.6 + "@jupyterlab/coreutils": ^5.6.7 + "@jupyterlab/translation": ^3.6.7 "@lumino/algorithm": ^1.9.0 "@lumino/commands": ^1.19.0 "@lumino/coreutils": ^1.11.0 @@ -2180,20 +2225,22 @@ __metadata: typestyle: ^2.0.4 peerDependencies: react: ^17.0.1 - checksum: f70cab0e608ed3bafa2eff5be802116332b1a876f1d15e21223b8b30360e9d279705ded849c557c4dd6d1105e0f1fe231479ecde5ed81baa81f69f5b9fdf60f8 + checksum: 920fff8e9b50f6da049bda1c7ea718420cdc114b24b4ede6e69348de6891f950380b5c4cdefd449a14e699b5578aa90eb12ecc2fb8c64af89141426c8bdae9ad 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.10": - version: 4.0.10 - resolution: "@jupyterlab/ui-components@npm:4.0.10" - dependencies: - "@jupyterlab/coreutils": ^6.0.10 - "@jupyterlab/observables": ^5.0.10 - "@jupyterlab/rendermime-interfaces": ^3.8.10 - "@jupyterlab/translation": ^4.0.10 +"@jupyterlab/ui-components@npm:^4.0.0, @jupyterlab/ui-components@npm:^4.0.0-alpha.33, @jupyterlab/ui-components@npm:^4.0.12, @jupyterlab/ui-components@npm:^4.1.0": + version: 4.1.0 + resolution: "@jupyterlab/ui-components@npm:4.1.0" + dependencies: + "@jupyter/react-components": ^0.15.2 + "@jupyter/web-components": ^0.15.2 + "@jupyterlab/coreutils": ^6.1.0 + "@jupyterlab/observables": ^5.1.0 + "@jupyterlab/rendermime-interfaces": ^3.9.0 + "@jupyterlab/translation": ^4.1.0 "@lumino/algorithm": ^2.0.1 - "@lumino/commands": ^2.1.3 + "@lumino/commands": ^2.2.0 "@lumino/coreutils": ^2.1.2 "@lumino/disposable": ^2.1.2 "@lumino/messaging": ^2.0.1 @@ -2201,15 +2248,15 @@ __metadata: "@lumino/properties": ^2.0.1 "@lumino/signaling": ^2.1.2 "@lumino/virtualdom": ^2.0.1 - "@lumino/widgets": ^2.3.0 - "@rjsf/core": ^5.1.0 - "@rjsf/utils": ^5.1.0 + "@lumino/widgets": ^2.3.1 + "@rjsf/core": ^5.13.4 + "@rjsf/utils": ^5.13.4 react: ^18.2.0 react-dom: ^18.2.0 typestyle: ^2.0.4 peerDependencies: react: ^18.2.0 - checksum: 4cff8e7f5fc6ad0c7e2041ced85dcd38d32f1570c4b4c613e25a0804f430e905a207b9d0c91f9e5674bb9bd9fb9ea7271855e82be5f523dabef01e0d63c1a499 + checksum: 53f8eb432d7ff8890ec748c3b43fbcb67fe6cd218b771c4c334e1ddd80a13b570071f171eca4c15feebc4715427e422f833d7b8e2084bcd2605979a444e1536d languageName: node linkType: hard @@ -2297,10 +2344,10 @@ __metadata: languageName: node linkType: hard -"@lezer/common@npm:^1.0.0, @lezer/common@npm:^1.0.2, @lezer/common@npm:^1.1.0, @lezer/common@npm:^1.2.0": - version: 1.2.0 - resolution: "@lezer/common@npm:1.2.0" - checksum: dc6f53f831515f2a25ee93a2c5c032ced527013b4edf148568941dde7d01b5a17ccf7fec11bf3d1c19bf0944a8aae4acebef08b9ba76275da0a64d0533cb5266 +"@lezer/common@npm:^1.0.0, @lezer/common@npm:^1.0.2, @lezer/common@npm:^1.1.0, @lezer/common@npm:^1.2.0, @lezer/common@npm:^1.2.1": + version: 1.2.1 + resolution: "@lezer/common@npm:1.2.1" + checksum: 0bd092e293a509ce334f4aaf9a4d4a25528f743cd9d7e7948c697e34ac703b805b288b62ad01563488fb206fc34ff05084f7fc5d864be775924b3d0d53ea5dd2 languageName: node linkType: hard @@ -2370,12 +2417,13 @@ __metadata: linkType: hard "@lezer/javascript@npm:^1.0.0": - version: 1.4.12 - resolution: "@lezer/javascript@npm:1.4.12" + version: 1.4.13 + resolution: "@lezer/javascript@npm:1.4.13" dependencies: + "@lezer/common": ^1.2.0 "@lezer/highlight": ^1.1.3 "@lezer/lr": ^1.3.0 - checksum: 431e01107e5b1dde5294bd57baf4d76ecea570697faefb0c54f2bbbe2b4757fa12c5552306d54f8a1db79349d4fa0f79408a1e8cea4ecddbe1731c37c9a8e09e + checksum: a5e4607fec7671dff66d1f3bfee5a5da7395982f1867e17ac4d8f2d8f223451fb18516ef2699340b148af112176a07e1fcba9e63c5f8397c12895dd0509113d6 languageName: node linkType: hard @@ -2391,11 +2439,11 @@ __metadata: linkType: hard "@lezer/lr@npm:^1.0.0, @lezer/lr@npm:^1.1.0, @lezer/lr@npm:^1.3.0": - version: 1.3.14 - resolution: "@lezer/lr@npm:1.3.14" + version: 1.4.0 + resolution: "@lezer/lr@npm:1.4.0" dependencies: "@lezer/common": ^1.0.0 - checksum: 07be41edcb6c332a3567436d2c626131544181c4d680811baf23f6157db3dce4ebfef325cbd0b88dc8b128b83fbe6363c5dcf3e0a4ff369ddfae05d9f207daee + checksum: 4c8517017e9803415c6c5cb8230d8764107eafd7d0b847676cd1023abb863a4b268d0d01c7ce3cf1702c4749527c68f0a26b07c329cb7b68c36ed88362d7b193 languageName: node linkType: hard @@ -2421,13 +2469,13 @@ __metadata: linkType: hard "@lezer/python@npm:^1.1.4": - version: 1.1.10 - resolution: "@lezer/python@npm:1.1.10" + version: 1.1.11 + resolution: "@lezer/python@npm:1.1.11" dependencies: "@lezer/common": ^1.2.0 "@lezer/highlight": ^1.0.0 "@lezer/lr": ^1.0.0 - checksum: d59088c5cc4d8c768b221ad527d22996ab0160f2136fc44303b2ae4b6cd6cc01cc9dbdffd5cf004f33bae5f4ce6944db7bf08e011e6f79ecd6197e0756c4a904 + checksum: ed0e58317716967644f57bf29eb902c0c205b909bc035c0960520222a79bd6525468c8adfb7d824787a8a29ec7a1c7d2da5fd59f912cdeff2830c71958b9576d languageName: node linkType: hard @@ -2467,7 +2515,7 @@ __metadata: languageName: node linkType: hard -"@lumino/application@npm:^2.2.1": +"@lumino/application@npm:^2.3.0": version: 2.3.0 resolution: "@lumino/application@npm:2.3.0" dependencies: @@ -2511,7 +2559,7 @@ __metadata: languageName: node linkType: hard -"@lumino/commands@npm:^2.0.0, @lumino/commands@npm:^2.1.1, @lumino/commands@npm:^2.1.3, @lumino/commands@npm:^2.2.0": +"@lumino/commands@npm:^2.0.0, @lumino/commands@npm:^2.1.1, @lumino/commands@npm:^2.2.0": version: 2.2.0 resolution: "@lumino/commands@npm:2.2.0" dependencies: @@ -2694,7 +2742,7 @@ __metadata: languageName: node linkType: hard -"@lumino/widgets@npm:^1.30.0 || ^2.1, @lumino/widgets@npm:^1.37.2 || ^2.3.0, @lumino/widgets@npm:^2.0.0, @lumino/widgets@npm:^2.0.0-alpha.6, @lumino/widgets@npm:^2.1.0, @lumino/widgets@npm:^2.1.1, @lumino/widgets@npm:^2.3.0, @lumino/widgets@npm:^2.3.1": +"@lumino/widgets@npm:^1.30.0 || ^2.1, @lumino/widgets@npm:^1.37.2 || ^2.3.1, @lumino/widgets@npm:^2.0.0, @lumino/widgets@npm:^2.0.0-alpha.6, @lumino/widgets@npm:^2.1.0, @lumino/widgets@npm:^2.1.1, @lumino/widgets@npm:^2.3.0, @lumino/widgets@npm:^2.3.1": version: 2.3.1 resolution: "@lumino/widgets@npm:2.3.1" dependencies: @@ -2732,6 +2780,53 @@ __metadata: languageName: node linkType: hard +"@microsoft/fast-colors@npm:^5.3.1": + version: 5.3.1 + resolution: "@microsoft/fast-colors@npm:5.3.1" + checksum: ff87f402faadb4b5aeee3d27762566c11807f927cd4012b8bbc7f073ca68de0e2197f95330ff5dfd7038f4b4f0e2f51b11feb64c5d570f5c598d37850a5daf60 + languageName: node + linkType: hard + +"@microsoft/fast-element@npm:^1.12.0": + version: 1.12.0 + resolution: "@microsoft/fast-element@npm:1.12.0" + checksum: bbff4e9c83106d1d74f3eeedc87bf84832429e78fee59c6a4ae8164ee4f42667503f586896bea72341b4d2c76c244a3cb0d4fd0d5d3732755f00357714dd609e + languageName: node + linkType: hard + +"@microsoft/fast-foundation@npm:^2.49.4, @microsoft/fast-foundation@npm:^2.49.5": + version: 2.49.5 + resolution: "@microsoft/fast-foundation@npm:2.49.5" + dependencies: + "@microsoft/fast-element": ^1.12.0 + "@microsoft/fast-web-utilities": ^5.4.1 + tabbable: ^5.2.0 + tslib: ^1.13.0 + checksum: 8a4729e8193ee93f780dc88fac26561b42f2636e3f0a8e89bb1dfe256f50a01a21ed1d8e4d31ce40678807dc833e25f31ba735cb5d3c247b65219aeb2560c82c + languageName: node + linkType: hard + +"@microsoft/fast-react-wrapper@npm:^0.3.22": + version: 0.3.23 + resolution: "@microsoft/fast-react-wrapper@npm:0.3.23" + dependencies: + "@microsoft/fast-element": ^1.12.0 + "@microsoft/fast-foundation": ^2.49.5 + peerDependencies: + react: ">=16.9.0" + checksum: 45885e1868916d2aa9059e99c341c97da434331d9340a57128d4218081df68b5e1107031c608db9a550d6d1c3b010d516ed4f8dc5a8a2470058da6750dcd204a + languageName: node + linkType: hard + +"@microsoft/fast-web-utilities@npm:^5.4.1": + version: 5.4.1 + resolution: "@microsoft/fast-web-utilities@npm:5.4.1" + dependencies: + exenv-es6: ^1.1.1 + checksum: 303e87847f962944f474e3716c3eb305668243916ca9e0719e26bb9a32346144bc958d915c103776b3e552cea0f0f6233f839fad66adfdf96a8436b947288ca7 + languageName: node + linkType: hard + "@naisutech/react-tree@npm:^3.0.1": version: 3.1.0 resolution: "@naisutech/react-tree@npm:3.1.0" @@ -2775,15 +2870,15 @@ __metadata: linkType: hard "@npmcli/agent@npm:^2.0.0": - version: 2.2.0 - resolution: "@npmcli/agent@npm:2.2.0" + version: 2.2.1 + resolution: "@npmcli/agent@npm:2.2.1" dependencies: agent-base: ^7.1.0 http-proxy-agent: ^7.0.0 https-proxy-agent: ^7.0.1 lru-cache: ^10.0.1 socks-proxy-agent: ^8.0.1 - checksum: 3b25312edbdfaa4089af28e2d423b6f19838b945e47765b0c8174c1395c79d43c3ad6d23cb364b43f59fd3acb02c93e3b493f72ddbe3dfea04c86843a7311fc4 + checksum: c69aca42dbba393f517bc5777ee872d38dc98ea0e5e93c1f6d62b82b8fecdc177a57ea045f07dda1a770c592384b2dd92a5e79e21e2a7cf51c9159466a8f9c9b languageName: node linkType: hard @@ -3152,9 +3247,9 @@ __metadata: linkType: hard "@pkgr/core@npm:^0.1.0": - version: 0.1.0 - resolution: "@pkgr/core@npm:0.1.0" - checksum: eeff0e0e517b1ed10eb4c1a8971413a8349bbfdab727dbe7d4085fd94eab95f0c3beb51b9245fef30562849d2a7a119e07ca48c343c8c4ec4e64ee289f50fe5e + version: 0.1.1 + resolution: "@pkgr/core@npm:0.1.1" + checksum: 6f25fd2e3008f259c77207ac9915b02f1628420403b2630c92a07ff963129238c9262afc9e84344c7a23b5cc1f3965e2cd17e3798219f5fd78a63d144d3cceba languageName: node linkType: hard @@ -3197,25 +3292,25 @@ __metadata: languageName: node linkType: hard -"@rjsf/core@npm:^5.1.0": - version: 5.16.1 - resolution: "@rjsf/core@npm:5.16.1" +"@rjsf/core@npm:^5.13.4": + version: 5.17.0 + resolution: "@rjsf/core@npm:5.17.0" dependencies: lodash: ^4.17.21 lodash-es: ^4.17.21 - markdown-to-jsx: ^7.4.0 + markdown-to-jsx: ^7.4.1 nanoid: ^3.3.7 prop-types: ^15.8.1 peerDependencies: "@rjsf/utils": ^5.16.x react: ^16.14.0 || >=17 - checksum: 2f88dc6af9dda8ec5c8cbac63f3f9e776a11fe363ce938aa7b5c7a3baaa84a7a2f3796ebf55b361a8cb65267a1715ab880a4743636fb88e06b0240d07f0e4c7b + checksum: adfcbd1d44cef5f9e5de2873096085abd03b146dcef2c9c226060341ce2c935b5399e4ad5f00ad5091394224f5859bd6ac9bac533537dc5c8e2edb16b52b67cf languageName: node linkType: hard -"@rjsf/utils@npm:^5.1.0": - version: 5.16.1 - resolution: "@rjsf/utils@npm:5.16.1" +"@rjsf/utils@npm:^5.13.4": + version: 5.17.0 + resolution: "@rjsf/utils@npm:5.17.0" dependencies: json-schema-merge-allof: ^0.8.1 jsonpointer: ^5.0.1 @@ -3224,13 +3319,13 @@ __metadata: react-is: ^18.2.0 peerDependencies: react: ^16.14.0 || >=17 - checksum: 0c69527de4ab6f9d6ec4d1a5e05a31a0a38062d40abe2a2da7bc2324b20b08b0e90c188977ac4408f3b004c758c28097444746f3215e21e184c11cad7e9278c1 + checksum: 01d0001f83083764a8552e009aa7df084621df9d1fc6ccdfad9d534513084421b1ad7494cab77b9b8205d680fd915f612d87800e20ab242e7066f33184c73d4f languageName: node linkType: hard -"@rjsf/validator-ajv8@npm:^5.1.0": - version: 5.16.1 - resolution: "@rjsf/validator-ajv8@npm:5.16.1" +"@rjsf/validator-ajv8@npm:^5.13.4": + version: 5.17.0 + resolution: "@rjsf/validator-ajv8@npm:5.17.0" dependencies: ajv: ^8.12.0 ajv-formats: ^2.1.1 @@ -3238,7 +3333,7 @@ __metadata: lodash-es: ^4.17.21 peerDependencies: "@rjsf/utils": ^5.16.x - checksum: ab26fc02ad86c7ff36e69aa1285b43a67aa65b2a47e3741a67c243131f74848e55f7215a20416c1a636703aa7f95af7d4270eda9818253f7ea2b3c5f86a26980 + checksum: c6e20e04b33e5b37e55a3d378add22c36970c9c92b6d692003acc5cfaff10282ead6ff775b1fa152ead66e451bc3f0cc518730c6f0ed68a7ecfbcd4098d59f32 languageName: node linkType: hard @@ -3363,7 +3458,7 @@ __metadata: languageName: node linkType: hard -"@types/estree@npm:*, @types/estree@npm:^1.0.0": +"@types/estree@npm:*, @types/estree@npm:^1.0.5": version: 1.0.5 resolution: "@types/estree@npm:1.0.5" checksum: dd8b5bed28e6213b7acd0fb665a84e693554d850b0df423ac8076cc3ad5823a6bc26b0251d080bdc545af83179ede51dd3f6fa78cad2c46ed1f29624ddf3e41a @@ -3425,20 +3520,20 @@ __metadata: linkType: hard "@types/node@npm:*": - version: 20.11.0 - resolution: "@types/node@npm:20.11.0" + version: 20.11.16 + resolution: "@types/node@npm:20.11.16" dependencies: undici-types: ~5.26.4 - checksum: 1bd6890db7e0404d11c33d28f46f19f73256f0ba35d19f0ef2a0faba09f366f188915fb9338eebebcc472075c1c4941e17c7002786aa69afa44980737846b200 + checksum: 51f0831c1219bf4698e7430aeb9892237bd851deeb25ce23c5bb0ceefcc77c3b114e48f4e98d9fc26def5a87ba9d8079f0281dd37bee691140a93f133812c152 languageName: node linkType: hard "@types/node@npm:^18.15.11": - version: 18.19.6 - resolution: "@types/node@npm:18.19.6" + version: 18.19.14 + resolution: "@types/node@npm:18.19.14" dependencies: undici-types: ~5.26.4 - checksum: f0f3739f2d0e5be7b0b41a1fb149f554b1d6cb6c61c68e316c01ec2605559314f5434c170fb8e1a32f6c96a08ac752baa00ffe4451c154e37c77f76b70cf3d5b + checksum: 3d42b50e649f18c6ca7044714eaeb51ba5fda463c845eeb1973bcbbfcab8e93179501fbf865e675cb0c7a5e59f7ea18eca8296b52c2455c856aa45c77ae815dc languageName: node linkType: hard @@ -3474,13 +3569,13 @@ __metadata: linkType: hard "@types/react@npm:*, @types/react@npm:^18.0.26": - version: 18.2.47 - resolution: "@types/react@npm:18.2.47" + version: 18.2.55 + resolution: "@types/react@npm:18.2.55" dependencies: "@types/prop-types": "*" "@types/scheduler": "*" csstype: ^3.0.2 - checksum: 49608f07f73374e535b21f99fee28e6cfd5801d887c6ed88c41b4dc701dbcee9f0c4d289d9af7b2b23114f76dbf203ffe2c9191bfb4958cf18dae5a25daedbd0 + checksum: a8eb4fa77f73831b9112d4f11a7006217dc0740361649b9b0da3fd441d151a9cd415d5d68b91c0af4e430e063424d301c77489e5edaddc9f711c4e46cf9818a5 languageName: node linkType: hard @@ -4174,13 +4269,13 @@ __metadata: languageName: node linkType: hard -"array-buffer-byte-length@npm:^1.0.0": - version: 1.0.0 - resolution: "array-buffer-byte-length@npm:1.0.0" +"array-buffer-byte-length@npm:^1.0.0, array-buffer-byte-length@npm:^1.0.1": + version: 1.0.1 + resolution: "array-buffer-byte-length@npm:1.0.1" dependencies: - call-bind: ^1.0.2 - is-array-buffer: ^3.0.1 - checksum: 044e101ce150f4804ad19c51d6c4d4cfa505c5b2577bd179256e4aa3f3f6a0a5e9874c78cd428ee566ac574c8a04d7ce21af9fe52e844abfdccb82b33035a7c3 + call-bind: ^1.0.5 + is-array-buffer: ^3.0.4 + checksum: 53524e08f40867f6a9f35318fafe467c32e45e9c682ba67b11943e167344d2febc0f6977a17e699b05699e805c3e8f073d876f8bbf1b559ed494ad2cd0fae09e languageName: node linkType: hard @@ -4213,17 +4308,18 @@ __metadata: linkType: hard "arraybuffer.prototype.slice@npm:^1.0.2": - version: 1.0.2 - resolution: "arraybuffer.prototype.slice@npm:1.0.2" + version: 1.0.3 + resolution: "arraybuffer.prototype.slice@npm:1.0.3" dependencies: - array-buffer-byte-length: ^1.0.0 - call-bind: ^1.0.2 - define-properties: ^1.2.0 - es-abstract: ^1.22.1 - get-intrinsic: ^1.2.1 - is-array-buffer: ^3.0.2 + array-buffer-byte-length: ^1.0.1 + call-bind: ^1.0.5 + define-properties: ^1.2.1 + es-abstract: ^1.22.3 + es-errors: ^1.2.1 + get-intrinsic: ^1.2.3 + is-array-buffer: ^3.0.4 is-shared-array-buffer: ^1.0.2 - checksum: c200faf437786f5b2c80d4564ff5481c886a16dee642ef02abdc7306c7edd523d1f01d1dd12b769c7eb42ac9bc53874510db19a92a2c035c0f6696172aafa5d3 + checksum: 352259cba534dcdd969c92ab002efd2ba5025b2e3b9bead3973150edbdf0696c629d7f4b3f061c5931511e8207bdc2306da614703c820b45dabce39e3daf7e3e languageName: node linkType: hard @@ -4269,21 +4365,21 @@ __metadata: languageName: node linkType: hard -"available-typed-arrays@npm:^1.0.5": - version: 1.0.5 - resolution: "available-typed-arrays@npm:1.0.5" - checksum: 20eb47b3cefd7db027b9bbb993c658abd36d4edd3fe1060e83699a03ee275b0c9b216cc076ff3f2db29073225fb70e7613987af14269ac1fe2a19803ccc97f1a +"available-typed-arrays@npm:^1.0.5, available-typed-arrays@npm:^1.0.6": + version: 1.0.6 + resolution: "available-typed-arrays@npm:1.0.6" + checksum: 8295571eb86447138adf64a0df0c08ae61250b17190bba30e1fae8c80a816077a6d028e5506f602c382c0197d3080bae131e92e331139d55460989580eeae659 languageName: node linkType: hard "axios@npm:^1.0.0": - version: 1.6.5 - resolution: "axios@npm:1.6.5" + version: 1.6.7 + resolution: "axios@npm:1.6.7" dependencies: follow-redirects: ^1.15.4 form-data: ^4.0.0 proxy-from-env: ^1.1.0 - checksum: e28d67b2d9134cb4608c44d8068b0678cfdccc652742e619006f27264a30c7aba13b2cd19c6f1f52ae195b5232734925928fb192d5c85feea7edd2f273df206d + checksum: 87d4d429927d09942771f3b3a6c13580c183e31d7be0ee12f09be6d5655304996bb033d85e54be81606f4e89684df43be7bf52d14becb73a12727bf33298a082 languageName: node linkType: hard @@ -4385,17 +4481,17 @@ __metadata: languageName: node linkType: hard -"browserslist@npm:^4.14.5": - version: 4.22.2 - resolution: "browserslist@npm:4.22.2" +"browserslist@npm:^4.21.10": + version: 4.22.3 + resolution: "browserslist@npm:4.22.3" dependencies: - caniuse-lite: ^1.0.30001565 - electron-to-chromium: ^1.4.601 + caniuse-lite: ^1.0.30001580 + electron-to-chromium: ^1.4.648 node-releases: ^2.0.14 update-browserslist-db: ^1.0.13 bin: browserslist: cli.js - checksum: 33ddfcd9145220099a7a1ac533cecfe5b7548ffeb29b313e1b57be6459000a1f8fa67e781cf4abee97268ac594d44134fcc4a6b2b4750ceddc9796e3a22076d9 + checksum: e62b17348e92143fe58181b02a6a97c4a98bd812d1dc9274673a54f73eec53dbed1c855ebf73e318ee00ee039f23c9a6d0e7629d24f3baef08c7a5b469742d57 languageName: node linkType: hard @@ -4505,14 +4601,15 @@ __metadata: languageName: node linkType: hard -"call-bind@npm:^1.0.0, call-bind@npm:^1.0.2, call-bind@npm:^1.0.4, call-bind@npm:^1.0.5": - version: 1.0.5 - resolution: "call-bind@npm:1.0.5" +"call-bind@npm:^1.0.2, call-bind@npm:^1.0.5, call-bind@npm:^1.0.6": + version: 1.0.6 + resolution: "call-bind@npm:1.0.6" dependencies: + es-errors: ^1.3.0 function-bind: ^1.1.2 - get-intrinsic: ^1.2.1 - set-function-length: ^1.1.1 - checksum: 449e83ecbd4ba48e7eaac5af26fea3b50f8f6072202c2dd7c5a6e7a6308f2421abe5e13a3bbd55221087f76320c5e09f25a8fdad1bab2b77c68ae74d92234ea5 + get-intrinsic: ^1.2.3 + set-function-length: ^1.2.0 + checksum: 9e75989b60124df0fee40c129b2f8f401efb54e40451e18f112b64654c7d6d0dd7b6195e990edaeb3fdb447911926a19ffe1635858de00d68826ced6eeab24a9 languageName: node linkType: hard @@ -4574,10 +4671,10 @@ __metadata: languageName: node linkType: hard -"caniuse-lite@npm:^1.0.30001565": - version: 1.0.30001576 - resolution: "caniuse-lite@npm:1.0.30001576" - checksum: b8b332675fe703d5e57b02df5f100345f2a3796c537a42422f5bfc82d3256b8bad3f4e2788553656d2650006d13a4b5db99725e2a9462cc0c8035ba494ba1857 +"caniuse-lite@npm:^1.0.30001580": + version: 1.0.30001585 + resolution: "caniuse-lite@npm:1.0.30001585" + checksum: c5994f0b5de857349ae0c157a3c61883e800ed154bbeab339aecf01a0a0fd24f67d23ebb48bc995c4c9cde2a281a51b682d1b14bbf2f832f6b2261119f450af4 languageName: node linkType: hard @@ -5040,9 +5137,9 @@ __metadata: linkType: hard "core-js-pure@npm:^3.6.5": - version: 3.35.0 - resolution: "core-js-pure@npm:3.35.0" - checksum: be542e17687656f4e08091f323a2aa7ee4b3368c4c964794d9475fd27ff34288390bdbe90fb3ba4c75300abf046f03e4783032f313011651a05fa1cca5ec24e0 + version: 3.35.1 + resolution: "core-js-pure@npm:3.35.1" + checksum: 2fb360757c403b1487e746bb3648c7f0be45c196640552767f4e2a55a962411a33093cd8babf5e0416de7f4c38d1b05bbaf576c0a3bf2d6565935bab749d3fb5 languageName: node linkType: hard @@ -5116,20 +5213,26 @@ __metadata: linkType: hard "css-loader@npm:^6.7.1": - version: 6.9.0 - resolution: "css-loader@npm:6.9.0" + version: 6.10.0 + resolution: "css-loader@npm:6.10.0" dependencies: icss-utils: ^5.1.0 - postcss: ^8.4.31 + postcss: ^8.4.33 postcss-modules-extract-imports: ^3.0.0 - postcss-modules-local-by-default: ^4.0.3 - postcss-modules-scope: ^3.1.0 + postcss-modules-local-by-default: ^4.0.4 + postcss-modules-scope: ^3.1.1 postcss-modules-values: ^4.0.0 postcss-value-parser: ^4.2.0 semver: ^7.5.4 peerDependencies: + "@rspack/core": 0.x || 1.x webpack: ^5.0.0 - checksum: 71f20ee5eb5a4a9373ab41a5c17df411cb4f6f2de037297a2b0c2150681578f4979f319f4307a61e23c231dd6546e657ae95cba5a0698ad13ca43f91d4d2a0bc + peerDependenciesMeta: + "@rspack/core": + optional: true + webpack: + optional: true + checksum: ee3d62b5f7e4eb24281a22506431e920d07a45bd6ea627731ce583f3c6a846ab8b8b703bace599b9b35256b9e762f9f326d969abb72b69c7e6055eacf39074fd languageName: node linkType: hard @@ -5316,14 +5419,15 @@ __metadata: languageName: node linkType: hard -"define-data-property@npm:^1.0.1, define-data-property@npm:^1.1.1": - version: 1.1.1 - resolution: "define-data-property@npm:1.1.1" +"define-data-property@npm:^1.0.1, define-data-property@npm:^1.1.2": + version: 1.1.2 + resolution: "define-data-property@npm:1.1.2" dependencies: - get-intrinsic: ^1.2.1 + es-errors: ^1.3.0 + get-intrinsic: ^1.2.2 gopd: ^1.0.1 - has-property-descriptors: ^1.0.0 - checksum: a29855ad3f0630ea82e3c5012c812efa6ca3078d5c2aa8df06b5f597c1cde6f7254692df41945851d903e05a1668607b6d34e778f402b9ff9ffb38111f1a3f0d + has-property-descriptors: ^1.0.1 + checksum: a903d932c83ede85d47d7764fff23435e038e8d7c2ed09a5461d59a0279bf590ed7459ac9ab468e550e24d81aa91e4de1714df155ecce4c925e94bc5ea94f9f3 languageName: node linkType: hard @@ -5469,9 +5573,9 @@ __metadata: linkType: hard "dotenv@npm:~16.3.1": - version: 16.3.1 - resolution: "dotenv@npm:16.3.1" - checksum: 15d75e7279018f4bafd0ee9706593dd14455ddb71b3bcba9c52574460b7ccaf67d5cf8b2c08a5af1a9da6db36c956a04a1192b101ee102a3e0cf8817bbcf3dfd + version: 16.3.2 + resolution: "dotenv@npm:16.3.2" + checksum: 917b27eeb654b95846484009326b1c52af7a7c25f7b09e2939ed49de8f98cb9895dcc04f13a39cdb078d247985e21147311ccb5bfbf2fd151afb20fa8f96de15 languageName: node linkType: hard @@ -5512,10 +5616,10 @@ __metadata: languageName: node linkType: hard -"electron-to-chromium@npm:^1.4.601": - version: 1.4.629 - resolution: "electron-to-chromium@npm:1.4.629" - checksum: 3ebf55bdfc4d1ac41888a474c447d6d20728d0bb1cdb63e0f184bb655cc279040d5537f2d25c2f315d0e7b5b075bbdf6043475f28ca8928888dbf06a08c4c2f7 +"electron-to-chromium@npm:^1.4.648": + version: 1.4.661 + resolution: "electron-to-chromium@npm:1.4.661" + checksum: 7d89d8e60496ee2b713b79e266ec71972a0c0c2adc8e4c3a3753e24faf5ece173c89a7063d5a438e8a83532c2461f1c1e35b0b7897f471ea8c2f99590aa14672 languageName: node linkType: hard @@ -5613,11 +5717,11 @@ __metadata: linkType: hard "envinfo@npm:^7.7.3": - version: 7.11.0 - resolution: "envinfo@npm:7.11.0" + version: 7.11.1 + resolution: "envinfo@npm:7.11.1" bin: envinfo: dist/cli.js - checksum: c45a7d20409d5f4cda72483b150d3816b15b434f2944d72c1495d8838bd7c4e7b2f32c12128ffb9b92b5f66f436237b8a525eb3a9a5da2d20013bc4effa28aef + checksum: f3d38ab6bc62388466e86e2f5665f90f238ca349c81bb36b311d908cb5ca96650569b43b308c9dcb6725a222693f6c43a704794e74a68fb445ec5575a90ca05e languageName: node linkType: hard @@ -5648,7 +5752,7 @@ __metadata: languageName: node linkType: hard -"es-abstract@npm:^1.22.1": +"es-abstract@npm:^1.22.1, es-abstract@npm:^1.22.3": version: 1.22.3 resolution: "es-abstract@npm:1.22.3" dependencies: @@ -5695,6 +5799,13 @@ __metadata: languageName: node linkType: hard +"es-errors@npm:^1.2.1, es-errors@npm:^1.3.0": + version: 1.3.0 + resolution: "es-errors@npm:1.3.0" + checksum: ec1414527a0ccacd7f15f4a3bc66e215f04f595ba23ca75cdae0927af099b5ec865f9f4d33e9d7e86f512f252876ac77d4281a7871531a50678132429b1271b5 + languageName: node + linkType: hard + "es-module-lexer@npm:^1.2.1": version: 1.4.1 resolution: "es-module-lexer@npm:1.4.1" @@ -5769,9 +5880,9 @@ __metadata: linkType: hard "escalade@npm:^3.1.1": - version: 3.1.1 - resolution: "escalade@npm:3.1.1" - checksum: a3e2a99f07acb74b3ad4989c48ca0c3140f69f923e56d0cba0526240ee470b91010f9d39001f2a4a313841d237ede70a729e92125191ba5d21e74b106800b133 + version: 3.1.2 + resolution: "escalade@npm:3.1.2" + checksum: 1ec0977aa2772075493002bdbd549d595ff6e9393b1cb0d7d6fcaf78c750da0c158f180938365486f75cb69fba20294351caddfce1b46552a7b6c3cde52eaa02 languageName: node linkType: hard @@ -6029,6 +6140,13 @@ __metadata: languageName: node linkType: hard +"exenv-es6@npm:^1.1.1": + version: 1.1.1 + resolution: "exenv-es6@npm:1.1.1" + checksum: 7f2aa12025e6f06c48dc286f380cf3183bb19c6017b36d91695034a3e5124a7235c4f8ff24ca2eb88ae801322f0f99605cedfcfd996a5fcbba7669320e2a448e + languageName: node + linkType: hard + "exponential-backoff@npm:^3.1.1": version: 3.1.1 resolution: "exponential-backoff@npm:3.1.1" @@ -6105,11 +6223,11 @@ __metadata: linkType: hard "fastq@npm:^1.6.0": - version: 1.16.0 - resolution: "fastq@npm:1.16.0" + version: 1.17.1 + resolution: "fastq@npm:1.17.1" dependencies: reusify: ^1.0.4 - checksum: 1d40ed1f100ae625e5720484e8602b7ad07649370f1cbc3e34a6b9630a0bfed6946bab0322d8a368a1e3cde87bb9bbb8d3bc2ae01a0c1f022fac1d07c04e4feb + checksum: a8c5b26788d5a1763f88bae56a8ddeee579f935a831c5fe7a8268cea5b0a91fbfe705f612209e02d639b881d7b48e461a50da4a10cfaa40da5ca7cc9da098d88 languageName: node linkType: hard @@ -6390,15 +6508,16 @@ __metadata: languageName: node linkType: hard -"get-intrinsic@npm:^1.0.2, get-intrinsic@npm:^1.1.1, get-intrinsic@npm:^1.1.3, get-intrinsic@npm:^1.2.0, get-intrinsic@npm:^1.2.1, get-intrinsic@npm:^1.2.2": - version: 1.2.2 - resolution: "get-intrinsic@npm:1.2.2" +"get-intrinsic@npm:^1.1.3, get-intrinsic@npm:^1.2.1, get-intrinsic@npm:^1.2.2, get-intrinsic@npm:^1.2.3, get-intrinsic@npm:^1.2.4": + version: 1.2.4 + resolution: "get-intrinsic@npm:1.2.4" dependencies: + es-errors: ^1.3.0 function-bind: ^1.1.2 has-proto: ^1.0.1 has-symbols: ^1.0.3 hasown: ^2.0.0 - checksum: 447ff0724df26829908dc033b62732359596fcf66027bc131ab37984afb33842d9cd458fd6cecadfe7eac22fd8a54b349799ed334cf2726025c921c7250e7417 + checksum: 414e3cdf2c203d1b9d7d33111df746a4512a1aa622770b361dadddf8ed0b5aeb26c560f49ca077e24bfafb0acb55ca908d1f709216ccba33ffc548ec8a79a951 languageName: node linkType: hard @@ -6445,12 +6564,13 @@ __metadata: linkType: hard "get-symbol-description@npm:^1.0.0": - version: 1.0.0 - resolution: "get-symbol-description@npm:1.0.0" + version: 1.0.2 + resolution: "get-symbol-description@npm:1.0.2" dependencies: - call-bind: ^1.0.2 - get-intrinsic: ^1.1.1 - checksum: 9ceff8fe968f9270a37a1f73bf3f1f7bda69ca80f4f80850670e0e7b9444ff99323f7ac52f96567f8b5f5fbe7ac717a0d81d3407c7313e82810c6199446a5247 + call-bind: ^1.0.5 + es-errors: ^1.3.0 + get-intrinsic: ^1.2.4 + checksum: e1cb53bc211f9dbe9691a4f97a46837a553c4e7caadd0488dc24ac694db8a390b93edd412b48dcdd0b4bbb4c595de1709effc75fc87c0839deedc6968f5bd973 languageName: node linkType: hard @@ -6791,7 +6911,7 @@ __metadata: languageName: node linkType: hard -"has-property-descriptors@npm:^1.0.0": +"has-property-descriptors@npm:^1.0.0, has-property-descriptors@npm:^1.0.1": version: 1.0.1 resolution: "has-property-descriptors@npm:1.0.1" dependencies: @@ -6814,12 +6934,12 @@ __metadata: languageName: node linkType: hard -"has-tostringtag@npm:^1.0.0": - version: 1.0.0 - resolution: "has-tostringtag@npm:1.0.0" +"has-tostringtag@npm:^1.0.0, has-tostringtag@npm:^1.0.1": + version: 1.0.2 + resolution: "has-tostringtag@npm:1.0.2" dependencies: - has-symbols: ^1.0.2 - checksum: cc12eb28cb6ae22369ebaad3a8ab0799ed61270991be88f208d508076a1e99abe4198c965935ce85ea90b60c94ddda73693b0920b58e7ead048b4a391b502c1c + has-symbols: ^1.0.3 + checksum: 999d60bb753ad714356b2c6c87b7fb74f32463b8426e159397da4bde5bca7e598ab1073f4d8d4deafac297f2eb311484cd177af242776bf05f0d11565680468d languageName: node linkType: hard @@ -7018,9 +7138,9 @@ __metadata: linkType: hard "ignore@npm:^5.0.4, ignore@npm:^5.1.9, ignore@npm:^5.2.0, ignore@npm:^5.2.4": - version: 5.3.0 - resolution: "ignore@npm:5.3.0" - checksum: 2736da6621f14ced652785cb05d86301a66d70248597537176612bd0c8630893564bd5f6421f8806b09e8472e75c591ef01672ab8059c07c6eb2c09cefe04bf9 + version: 5.3.1 + resolution: "ignore@npm:5.3.1" + checksum: 71d7bb4c1dbe020f915fd881108cbe85a0db3d636a0ea3ba911393c53946711d13a9b1143c7e70db06d571a5822c0a324a6bcde5c9904e7ca5047f01f1bf8cd3 languageName: node linkType: hard @@ -7151,13 +7271,13 @@ __metadata: linkType: hard "internal-slot@npm:^1.0.5": - version: 1.0.6 - resolution: "internal-slot@npm:1.0.6" + version: 1.0.7 + resolution: "internal-slot@npm:1.0.7" dependencies: - get-intrinsic: ^1.2.2 + es-errors: ^1.3.0 hasown: ^2.0.0 side-channel: ^1.0.4 - checksum: 7872454888047553ce97a3fa1da7cc054a28ec5400a9c2e9f4dbe4fe7c1d041cb8e8301467614b80d4246d50377aad2fb58860b294ed74d6700cc346b6f89549 + checksum: cadc5eea5d7d9bc2342e93aae9f31f04c196afebb11bde97448327049f492cd7081e18623ae71388aac9cd237b692ca3a105be9c68ac39c1dec679d7409e33eb languageName: node linkType: hard @@ -7175,7 +7295,7 @@ __metadata: languageName: node linkType: hard -"is-arguments@npm:^1.1.1": +"is-arguments@npm:^1.0.4, is-arguments@npm:^1.1.1": version: 1.1.1 resolution: "is-arguments@npm:1.1.1" dependencies: @@ -7185,14 +7305,13 @@ __metadata: languageName: node linkType: hard -"is-array-buffer@npm:^3.0.1, is-array-buffer@npm:^3.0.2": - version: 3.0.2 - resolution: "is-array-buffer@npm:3.0.2" +"is-array-buffer@npm:^3.0.2, is-array-buffer@npm:^3.0.4": + version: 3.0.4 + resolution: "is-array-buffer@npm:3.0.4" dependencies: call-bind: ^1.0.2 - get-intrinsic: ^1.2.0 - is-typed-array: ^1.1.10 - checksum: dcac9dda66ff17df9cabdc58214172bf41082f956eab30bb0d86bc0fab1e44b690fc8e1f855cf2481245caf4e8a5a006a982a71ddccec84032ed41f9d8da8c14 + get-intrinsic: ^1.2.1 + checksum: e4e3e6ef0ff2239e75371d221f74bc3c26a03564a22efb39f6bb02609b598917ddeecef4e8c877df2a25888f247a98198959842a5e73236bc7f22cabdf6351a7 languageName: node linkType: hard @@ -7281,6 +7400,15 @@ __metadata: languageName: node linkType: hard +"is-generator-function@npm:^1.0.7": + version: 1.0.10 + resolution: "is-generator-function@npm:1.0.10" + dependencies: + has-tostringtag: ^1.0.0 + checksum: d54644e7dbaccef15ceb1e5d91d680eb5068c9ee9f9eb0a9e04173eb5542c9b51b5ab52c5537f5703e48d5fddfd376817c1ca07a84a407b7115b769d4bdde72b + languageName: node + linkType: hard + "is-glob@npm:^4.0.0, is-glob@npm:^4.0.1, is-glob@npm:^4.0.3": version: 4.0.3 resolution: "is-glob@npm:4.0.3" @@ -7440,12 +7568,12 @@ __metadata: languageName: node linkType: hard -"is-typed-array@npm:^1.1.10, is-typed-array@npm:^1.1.12, is-typed-array@npm:^1.1.9": - version: 1.1.12 - resolution: "is-typed-array@npm:1.1.12" +"is-typed-array@npm:^1.1.10, is-typed-array@npm:^1.1.12, is-typed-array@npm:^1.1.13, is-typed-array@npm:^1.1.3, is-typed-array@npm:^1.1.9": + version: 1.1.13 + resolution: "is-typed-array@npm:1.1.13" dependencies: - which-typed-array: ^1.1.11 - checksum: 4c89c4a3be07186caddadf92197b17fda663a9d259ea0d44a85f171558270d36059d1c386d34a12cba22dfade5aba497ce22778e866adc9406098c8fc4771796 + which-typed-array: ^1.1.14 + checksum: 150f9ada183a61554c91e1c4290086d2c100b0dff45f60b028519be72a8db964da403c48760723bf5253979b8dffe7b544246e0e5351dcd05c5fdb1dcc1dc0f0 languageName: node linkType: hard @@ -8231,9 +8359,9 @@ __metadata: linkType: hard "lru-cache@npm:^10.0.1, lru-cache@npm:^9.1.1 || ^10.0.0": - version: 10.1.0 - resolution: "lru-cache@npm:10.1.0" - checksum: 58056d33e2500fbedce92f8c542e7c11b50d7d086578f14b7074d8c241422004af0718e08a6eaae8705cee09c77e39a61c1c79e9370ba689b7010c152e6a76ab + version: 10.2.0 + resolution: "lru-cache@npm:10.2.0" + checksum: eee7ddda4a7475deac51ac81d7dd78709095c6fa46e8350dc2d22462559a1faa3b81ed931d5464b13d48cbd7e08b46100b6f768c76833912bc444b99c37e25db languageName: node linkType: hard @@ -8375,12 +8503,12 @@ __metadata: languageName: node linkType: hard -"markdown-to-jsx@npm:^7.4.0": - version: 7.4.0 - resolution: "markdown-to-jsx@npm:7.4.0" +"markdown-to-jsx@npm:^7.4.1": + version: 7.4.1 + resolution: "markdown-to-jsx@npm:7.4.1" peerDependencies: react: ">= 0.14.0" - checksum: 59959d14d7927ed8a97e42d39771e2b445b90fa098477fb6ab040f044d230517dc4a95ba38a4f924cfc965a96b32211d93def150a6184f0e51d2cefdc8cb415d + checksum: 2888cb2389cb810ab35454a59d0623474a60a78e28f281ae0081f87053f6c59b033232a2cd269cc383a5edcaa1eab8ca4b3cf639fe4e1aa3fb418648d14bcc7d languageName: node linkType: hard @@ -8524,13 +8652,14 @@ __metadata: linkType: hard "mini-css-extract-plugin@npm:^2.7.0": - version: 2.7.7 - resolution: "mini-css-extract-plugin@npm:2.7.7" + version: 2.8.0 + resolution: "mini-css-extract-plugin@npm:2.8.0" dependencies: schema-utils: ^4.0.0 + tapable: ^2.2.1 peerDependencies: webpack: ^5.0.0 - checksum: 04af0e7d8c1a4ff31c70ac2d0895837dae3d51cce3bfd90e3c1d90d50eef7de21778361a3064531df046d775d80b3bf056324dddea93831c7def2047c5aa8718 + checksum: c1edc3ee0e1b3514c3323fa72ad38e993f357964e76737f1d7bb6cf50a0af1ac071080ec16b4e1a94688d23f78533944badad50cd0f00d2ae176f9c58c1f2029 languageName: node linkType: hard @@ -9324,7 +9453,7 @@ __metadata: languageName: node linkType: hard -"object-inspect@npm:^1.13.1, object-inspect@npm:^1.9.0": +"object-inspect@npm:^1.13.1": version: 1.13.1 resolution: "object-inspect@npm:1.13.1" checksum: 7d9fa9221de3311dcb5c7c307ee5dc011cdd31dc43624b7c184b3840514e118e05ef0002be5388304c416c0eb592feb46e983db12577fc47e47d5752fbbfb61f @@ -9804,27 +9933,27 @@ __metadata: languageName: node linkType: hard -"postcss-modules-local-by-default@npm:^4.0.3": - version: 4.0.3 - resolution: "postcss-modules-local-by-default@npm:4.0.3" +"postcss-modules-local-by-default@npm:^4.0.4": + version: 4.0.4 + resolution: "postcss-modules-local-by-default@npm:4.0.4" dependencies: icss-utils: ^5.0.0 postcss-selector-parser: ^6.0.2 postcss-value-parser: ^4.1.0 peerDependencies: postcss: ^8.1.0 - checksum: 2f8083687f3d6067885f8863dd32dbbb4f779cfcc7e52c17abede9311d84faf6d3ed8760e7c54c6380281732ae1f78e5e56a28baf3c271b33f450a11c9e30485 + checksum: 578b955b0773147890caa88c30b10dfc849c5b1412a47ad51751890dba16fca9528c3ab00a19b186a8c2c150c2d08e2ce64d3d907800afee1f37c6d38252e365 languageName: node linkType: hard -"postcss-modules-scope@npm:^3.1.0": - version: 3.1.0 - resolution: "postcss-modules-scope@npm:3.1.0" +"postcss-modules-scope@npm:^3.1.1": + version: 3.1.1 + resolution: "postcss-modules-scope@npm:3.1.1" dependencies: postcss-selector-parser: ^6.0.4 peerDependencies: postcss: ^8.1.0 - checksum: 919d02e2e31956fa3dae2036d4f3259c9b8c5361bd58ee55867edededbee03507df88e98f418b5e553e47f3888daba9ea9ef0b18a82c41cf96cdb74df15322c7 + checksum: 9e9d23abb0babc7fa243be65704d72a5a9ceb2bded4dbaef96a88210d468b03c8c3158c197f4e22300c851f08c6fdddd6ebe65f44e4c34448b45b8a2e063a16d languageName: node linkType: hard @@ -9872,14 +10001,14 @@ __metadata: languageName: node linkType: hard -"postcss@npm:^8.3.11, postcss@npm:^8.4.28, postcss@npm:^8.4.31": - version: 8.4.33 - resolution: "postcss@npm:8.4.33" +"postcss@npm:^8.3.11, postcss@npm:^8.4.28, postcss@npm:^8.4.33": + version: 8.4.35 + resolution: "postcss@npm:8.4.35" dependencies: nanoid: ^3.3.7 picocolors: ^1.0.0 source-map-js: ^1.0.2 - checksum: 6f98b2af4b76632a3de20c4f47bf0e984a1ce1a531cf11adcb0b1d63a6cbda0aae4165e578b66c32ca4879038e3eaad386a6be725a8fb4429c78e3c1ab858fe9 + checksum: cf3c3124d3912a507603f6d9a49b3783f741075e9aa73eb592a6dd9194f9edab9d20a8875d16d137d4f779fe7b6fbd1f5727e39bfd1c3003724980ee4995e1da languageName: node linkType: hard @@ -9909,11 +10038,11 @@ __metadata: linkType: hard "prettier@npm:^3.0.0": - version: 3.1.1 - resolution: "prettier@npm:3.1.1" + version: 3.2.5 + resolution: "prettier@npm:3.2.5" bin: prettier: bin/prettier.cjs - checksum: e386855e3a1af86a748e16953f168be555ce66d6233f4ba54eb6449b88eb0c6b2ca79441b11eae6d28a7f9a5c96440ce50864b9d5f6356d331d39d6bb66c648e + checksum: 2ee4e1417572372afb7a13bb446b34f20f1bf1747db77cf6ccaf57a9be005f2f15c40f903d41a6b79eec3f57fff14d32a20fb6dee1f126da48908926fe43c311 languageName: node linkType: hard @@ -10182,22 +10311,22 @@ __metadata: languageName: node linkType: hard -"react@npm:^17.0.1": - version: 17.0.2 - resolution: "react@npm:17.0.2" +"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" dependencies: loose-envify: ^1.1.0 - object-assign: ^4.1.1 - checksum: b254cc17ce3011788330f7bbf383ab653c6848902d7936a87b09d835d091e3f295f7e9dd1597c6daac5dc80f90e778c8230218ba8ad599f74adcc11e33b9d61b + checksum: 88e38092da8839b830cda6feef2e8505dec8ace60579e46aa5490fc3dc9bba0bd50336507dc166f43e3afc1c42939c09fe33b25fae889d6f402721dcd78fca1b languageName: node linkType: hard -"react@npm:^18.0.1, react@npm:^18.2.0": - version: 18.2.0 - resolution: "react@npm:18.2.0" +"react@npm:^17.0.1": + version: 17.0.2 + resolution: "react@npm:17.0.2" dependencies: loose-envify: ^1.1.0 - checksum: 88e38092da8839b830cda6feef2e8505dec8ace60579e46aa5490fc3dc9bba0bd50336507dc166f43e3afc1c42939c09fe33b25fae889d6f402721dcd78fca1b + object-assign: ^4.1.1 + checksum: b254cc17ce3011788330f7bbf383ab653c6848902d7936a87b09d835d091e3f295f7e9dd1597c6daac5dc80f90e778c8230218ba8ad599f74adcc11e33b9d61b languageName: node linkType: hard @@ -10551,14 +10680,14 @@ __metadata: linkType: hard "safe-array-concat@npm:^1.0.1": - version: 1.0.1 - resolution: "safe-array-concat@npm:1.0.1" + version: 1.1.0 + resolution: "safe-array-concat@npm:1.1.0" dependencies: - call-bind: ^1.0.2 - get-intrinsic: ^1.2.1 + call-bind: ^1.0.5 + get-intrinsic: ^1.2.2 has-symbols: ^1.0.3 isarray: ^2.0.5 - checksum: 001ecf1d8af398251cbfabaf30ed66e3855127fbceee178179524b24160b49d15442f94ed6c0db0b2e796da76bb05b73bf3cc241490ec9c2b741b41d33058581 + checksum: 5c71eaa999168ee7474929f1cd3aae80f486353a651a094d9968936692cf90aa065224929a6486dcda66334a27dce4250a83612f9e0fef6dced1a925d3ac7296 languageName: node linkType: hard @@ -10577,13 +10706,13 @@ __metadata: linkType: hard "safe-regex-test@npm:^1.0.0": - version: 1.0.2 - resolution: "safe-regex-test@npm:1.0.2" + version: 1.0.3 + resolution: "safe-regex-test@npm:1.0.3" dependencies: - call-bind: ^1.0.5 - get-intrinsic: ^1.2.2 + call-bind: ^1.0.6 + es-errors: ^1.3.0 is-regex: ^1.1.4 - checksum: 4af5ce05a2daa4f6d4bfd5a3c64fc33d6b886f6592122e93c0efad52f7147b9b605e5ffc03c269a1e3d1f8db2a23bc636628a961c9fd65bafdc09503330673fd + checksum: 6c7d392ff1ae7a3ae85273450ed02d1d131f1d2c76e177d6b03eb88e6df8fa062639070e7d311802c1615f351f18dc58f9454501c58e28d5ffd9b8f502ba6489 languageName: node linkType: hard @@ -10682,13 +10811,13 @@ __metadata: linkType: hard "semver@npm:^7.0.0, semver@npm:^7.1.1, semver@npm:^7.3.4, semver@npm:^7.3.5, semver@npm:^7.3.7, semver@npm:^7.3.8, semver@npm:^7.5.3, semver@npm:^7.5.4": - version: 7.5.4 - resolution: "semver@npm:7.5.4" + version: 7.6.0 + resolution: "semver@npm:7.6.0" dependencies: lru-cache: ^6.0.0 bin: semver: bin/semver.js - checksum: 12d8ad952fa353b0995bf180cdac205a4068b759a140e5d3c608317098b3575ac2f1e09182206bf2eb26120e1c0ed8fb92c48c592f6099680de56bb071423ca3 + checksum: 7427f05b70786c696640edc29fdd4bc33b2acf3bbe1740b955029044f80575fc664e1a512e4113c3af21e767154a94b4aa214bf6cd6e42a1f6dba5914e0b208c languageName: node linkType: hard @@ -10708,15 +10837,17 @@ __metadata: languageName: node linkType: hard -"set-function-length@npm:^1.1.1": - version: 1.1.1 - resolution: "set-function-length@npm:1.1.1" +"set-function-length@npm:^1.2.0": + version: 1.2.1 + resolution: "set-function-length@npm:1.2.1" dependencies: - define-data-property: ^1.1.1 - get-intrinsic: ^1.2.1 + define-data-property: ^1.1.2 + es-errors: ^1.3.0 + function-bind: ^1.1.2 + get-intrinsic: ^1.2.3 gopd: ^1.0.1 - has-property-descriptors: ^1.0.0 - checksum: c131d7569cd7e110cafdfbfbb0557249b538477624dfac4fc18c376d879672fa52563b74029ca01f8f4583a8acb35bb1e873d573a24edb80d978a7ee607c6e06 + has-property-descriptors: ^1.0.1 + checksum: 23742476d695f2eae86348c069bd164d4f25fa7c26546a46a2b5f370f1f84b98ec64366d2cd17785d5b41bbf16b95855da4b7eb188e7056fe3b0248d61f6afda languageName: node linkType: hard @@ -10787,13 +10918,14 @@ __metadata: linkType: hard "side-channel@npm:^1.0.4": - version: 1.0.4 - resolution: "side-channel@npm:1.0.4" + version: 1.0.5 + resolution: "side-channel@npm:1.0.5" dependencies: - call-bind: ^1.0.0 - get-intrinsic: ^1.0.2 - object-inspect: ^1.9.0 - checksum: 351e41b947079c10bd0858364f32bb3a7379514c399edb64ab3dce683933483fc63fb5e4efe0a15a2e8a7e3c436b6a91736ddb8d8c6591b0460a24bb4a1ee245 + call-bind: ^1.0.6 + es-errors: ^1.3.0 + get-intrinsic: ^1.2.4 + object-inspect: ^1.13.1 + checksum: 640446b4e5a9554116ed6f5bec17c6740fa8da2c1a19e4d69c1202191185d4cc24f21ba0dd3ccca140eb6a8ee978d0b5bc5132f09b7962db7f9c4bc7872494ac languageName: node linkType: hard @@ -10976,9 +11108,9 @@ __metadata: linkType: hard "spdx-exceptions@npm:^2.1.0": - version: 2.3.0 - resolution: "spdx-exceptions@npm:2.3.0" - checksum: cb69a26fa3b46305637123cd37c85f75610e8c477b6476fa7354eb67c08128d159f1d36715f19be6f9daf4b680337deb8c65acdcae7f2608ba51931540687ac0 + version: 2.4.0 + resolution: "spdx-exceptions@npm:2.4.0" + checksum: b1b650a8d94424473bf9629cf972c86a91c03cccc260f5c901bce0e4b92d831627fec28c9e0a1e9c34c5ebad0a12cf2eab887bec088e0a862abb9d720c2fd0a1 languageName: node linkType: hard @@ -11434,6 +11566,13 @@ __metadata: languageName: node linkType: hard +"tabbable@npm:^5.2.0": + version: 5.3.3 + resolution: "tabbable@npm:5.3.3" + checksum: 1aa56e1bb617cc10616c407f4e756f0607f3e2d30f9803664d70b85db037ca27e75918ed1c71443f3dc902e21dc9f991ce4b52d63a538c9b69b3218d3babcd70 + languageName: node + linkType: hard + "table@npm:^6.8.1": version: 6.8.1 resolution: "table@npm:6.8.1" @@ -11447,7 +11586,7 @@ __metadata: languageName: node linkType: hard -"tapable@npm:^2.1.1, tapable@npm:^2.2.0": +"tapable@npm:^2.1.1, tapable@npm:^2.2.0, tapable@npm:^2.2.1": version: 2.2.1 resolution: "tapable@npm:2.2.1" checksum: 3b7a1b4d86fa940aad46d9e73d1e8739335efd4c48322cb37d073eb6f80f5281889bf0320c6d8ffcfa1a0dd5bfdbd0f9d037e252ef972aca595330538aac4d51 @@ -11502,7 +11641,7 @@ __metadata: languageName: node linkType: hard -"terser-webpack-plugin@npm:^5.3.7": +"terser-webpack-plugin@npm:^5.3.10, terser-webpack-plugin@npm:^5.3.7": version: 5.3.10 resolution: "terser-webpack-plugin@npm:5.3.10" dependencies: @@ -11525,8 +11664,8 @@ __metadata: linkType: hard "terser@npm:^5.26.0": - version: 5.26.0 - resolution: "terser@npm:5.26.0" + version: 5.27.0 + resolution: "terser@npm:5.27.0" dependencies: "@jridgewell/source-map": ^0.3.3 acorn: ^8.8.2 @@ -11534,7 +11673,7 @@ __metadata: source-map-support: ~0.5.20 bin: terser: bin/terser - checksum: 02a9bb896f04df828025af8f0eced36c315d25d310b6c2418e7dad2bed19ddeb34a9cea9b34e7c24789830fa51e1b6a9be26679980987a9c817a7e6d9cd4154b + checksum: c165052cfea061e8512e9b9ba42a098c2ff6382886ae122b040fd5b6153443070cc2dcb4862269f1669c09c716763e856125a355ff984aa72be525d6fffd8729 languageName: node linkType: hard @@ -11720,7 +11859,7 @@ __metadata: languageName: node linkType: hard -"tslib@npm:^1.8.1": +"tslib@npm:^1.13.0, tslib@npm:^1.8.1": version: 1.14.1 resolution: "tslib@npm:1.14.1" checksum: dbe628ef87f66691d5d2959b3e41b9ca0045c3ee3c7c7b906cc1e328b39f199bb1ad9e671c39025bd56122ac57dfbf7385a94843b1cc07c60a4db74795829acd @@ -11843,13 +11982,13 @@ __metadata: linkType: hard "typed-array-buffer@npm:^1.0.0": - version: 1.0.0 - resolution: "typed-array-buffer@npm:1.0.0" + version: 1.0.1 + resolution: "typed-array-buffer@npm:1.0.1" dependencies: - call-bind: ^1.0.2 - get-intrinsic: ^1.2.1 - is-typed-array: ^1.1.10 - checksum: 3e0281c79b2a40cd97fe715db803884301993f4e8c18e8d79d75fd18f796e8cd203310fec8c7fdb5e6c09bedf0af4f6ab8b75eb3d3a85da69328f28a80456bd3 + call-bind: ^1.0.6 + es-errors: ^1.3.0 + is-typed-array: ^1.1.13 + checksum: 1d65e46b2b9b7ec2a30df39b9ddf32e55ad08d6119aec33975506a3dba56057796bdc3c64dbeb7fdb61bf340a75e279dfd55b48ce8f3b874f01731e1da6833d2 languageName: node linkType: hard @@ -12072,6 +12211,19 @@ __metadata: languageName: node linkType: hard +"util@npm:^0.12.5": + version: 0.12.5 + resolution: "util@npm:0.12.5" + dependencies: + inherits: ^2.0.3 + is-arguments: ^1.0.4 + is-generator-function: ^1.0.7 + is-typed-array: ^1.1.3 + which-typed-array: ^1.1.2 + checksum: 705e51f0de5b446f4edec10739752ac25856541e0254ea1e7e45e5b9f9b0cb105bc4bd415736a6210edc68245a7f903bf085ffb08dd7deb8a0e847f60538a38a + languageName: node + linkType: hard + "uuid@npm:^8.3.2": version: 8.3.2 resolution: "uuid@npm:8.3.2" @@ -12315,17 +12467,17 @@ __metadata: linkType: hard "webpack@npm:^5.76.1, webpack@npm:^5.76.3, webpack@npm:^5.77.0": - version: 5.89.0 - resolution: "webpack@npm:5.89.0" + version: 5.90.1 + resolution: "webpack@npm:5.90.1" dependencies: "@types/eslint-scope": ^3.7.3 - "@types/estree": ^1.0.0 + "@types/estree": ^1.0.5 "@webassemblyjs/ast": ^1.11.5 "@webassemblyjs/wasm-edit": ^1.11.5 "@webassemblyjs/wasm-parser": ^1.11.5 acorn: ^8.7.1 acorn-import-assertions: ^1.9.0 - browserslist: ^4.14.5 + browserslist: ^4.21.10 chrome-trace-event: ^1.0.2 enhanced-resolve: ^5.15.0 es-module-lexer: ^1.2.1 @@ -12339,7 +12491,7 @@ __metadata: neo-async: ^2.6.2 schema-utils: ^3.2.0 tapable: ^2.1.1 - terser-webpack-plugin: ^5.3.7 + terser-webpack-plugin: ^5.3.10 watchpack: ^2.4.0 webpack-sources: ^3.2.3 peerDependenciesMeta: @@ -12347,7 +12499,7 @@ __metadata: optional: true bin: webpack: bin/webpack.js - checksum: 43fe0dbc30e168a685ef5a86759d5016a705f6563b39a240aa00826a80637d4a3deeb8062e709d6a4b05c63e796278244c84b04174704dc4a37bedb0f565c5ed + checksum: a7be844d5720a0c6282fec012e6fa34b1137dff953c5d48bf2ef066a6c27c1dbc92a9b9effc05ee61c9fe269499266db9782073f2d82a589d3c5c966ffc56584 languageName: node linkType: hard @@ -12392,16 +12544,16 @@ __metadata: languageName: node linkType: hard -"which-typed-array@npm:^1.1.11, which-typed-array@npm:^1.1.13": - version: 1.1.13 - resolution: "which-typed-array@npm:1.1.13" +"which-typed-array@npm:^1.1.13, which-typed-array@npm:^1.1.14, which-typed-array@npm:^1.1.2": + version: 1.1.14 + resolution: "which-typed-array@npm:1.1.14" dependencies: - available-typed-arrays: ^1.0.5 - call-bind: ^1.0.4 + available-typed-arrays: ^1.0.6 + call-bind: ^1.0.5 for-each: ^0.3.3 gopd: ^1.0.1 - has-tostringtag: ^1.0.0 - checksum: 3828a0d5d72c800e369d447e54c7620742a4cc0c9baf1b5e8c17e9b6ff90d8d861a3a6dd4800f1953dbf80e5e5cec954a289e5b4a223e3bee4aeb1f8c5f33309 + has-tostringtag: ^1.0.1 + checksum: efe30c143c58630dde8ab96f9330e20165bacd77ca843c602b510120a415415573bcdef3ccbc30a0e5aaf20f257360cfe24712aea0008f149ce5bb99834c0c0b languageName: node linkType: hard @@ -12637,8 +12789,8 @@ __metadata: linkType: hard "y-websocket@npm:^1.3.15": - version: 1.5.1 - resolution: "y-websocket@npm:1.5.1" + version: 1.5.3 + resolution: "y-websocket@npm:1.5.3" dependencies: lib0: ^0.2.52 lodash.debounce: ^4.0.8 @@ -12655,7 +12807,7 @@ __metadata: bin: y-websocket: bin/server.js y-websocket-server: bin/server.js - checksum: 9d37af4ee467ba4db43e95855f033e0d68450a100794980f1e06901b9d99fdd75f64164bf946be8fe2c620815fe25b2da3848e334f6d6455baf3c25200ff77dc + checksum: 4e658318a64feb131015cf4e284da23ad3f6b818a5a1c1e927404db3432c858d6ce4efe7e74f9a86ea70e003b7690aba517a34b8c5b6f3cd9eac86a94bf5c67f languageName: node linkType: hard @@ -12748,11 +12900,11 @@ __metadata: linkType: hard "yjs@npm:^13.5.0, yjs@npm:^13.5.40": - version: 13.6.10 - resolution: "yjs@npm:13.6.10" + version: 13.6.11 + resolution: "yjs@npm:13.6.11" dependencies: lib0: ^0.2.86 - checksum: 027adf7fb6739debc44fa1a74f5e87248e026c582b65872c0a1b26aca0110f7a04605f77a38643ea562b9165d6c84e7a9311407e01a07870ebdafce008fc7ba4 + checksum: fb2993b12c6d13caf52d41af747991fa0be0a7e560ad2de84a736b4b7fa085d8327ff7254238840c407fa0671ca8c8e5917baea32f6d6686923c602134045b94 languageName: node linkType: hard