From f8924d1292aa98b753e2fd2fd1d351bb4f4703b8 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 11 Jul 2025 21:57:05 +0000 Subject: [PATCH] fix: jupyterlab/staging/package.json & jupyterlab/staging/yarn.lock to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-CODEMIRROR-10494092 - https://snyk.io/vuln/SNYK-JS-SEMVER-3247795 - https://snyk.io/vuln/SNYK-JS-WS-7266574 - https://snyk.io/vuln/SNYK-JS-BABELRUNTIME-10044504 - https://snyk.io/vuln/SNYK-JS-VEGAFUNCTIONS-9536643 - https://snyk.io/vuln/SNYK-JS-VEGAFUNCTIONS-9536689 --- jupyterlab/staging/package.json | 8 +- jupyterlab/staging/yarn.lock | 468 ++++++++++++++++++++++++++++++-- 2 files changed, 442 insertions(+), 34 deletions(-) diff --git a/jupyterlab/staging/package.json b/jupyterlab/staging/package.json index 46a3a2783e23..8c0f9d47dcf0 100644 --- a/jupyterlab/staging/package.json +++ b/jupyterlab/staging/package.json @@ -131,12 +131,12 @@ "@jupyterlab/application-extension": "~4.0.0-alpha.6", "@jupyterlab/apputils-extension": "~4.0.0-alpha.6", "@jupyterlab/celltags-extension": "~4.3.5", - "@jupyterlab/codemirror-extension": "~4.0.0-alpha.6", + "@jupyterlab/codemirror-extension": "~4.0.0", "@jupyterlab/completer-extension": "~4.0.0-alpha.6", "@jupyterlab/console-extension": "~4.0.0-alpha.6", "@jupyterlab/coreutils": "~6.3.5", "@jupyterlab/csvviewer-extension": "~4.0.0-alpha.6", - "@jupyterlab/debugger-extension": "~4.0.0-alpha.6", + "@jupyterlab/debugger-extension": "~4.0.0", "@jupyterlab/docmanager-extension": "~4.0.0-alpha.6", "@jupyterlab/docprovider-extension": "~4.0.0-alpha.6", "@jupyterlab/documentsearch-extension": "~4.0.0-alpha.6", @@ -149,7 +149,7 @@ "@jupyterlab/imageviewer-extension": "~4.0.0-alpha.6", "@jupyterlab/inspector-extension": "~4.0.0-alpha.6", "@jupyterlab/javascript-extension": "~4.0.0-alpha.6", - "@jupyterlab/json-extension": "~4.0.0-alpha.6", + "@jupyterlab/json-extension": "~4.0.0", "@jupyterlab/launcher-extension": "~4.0.0-alpha.6", "@jupyterlab/logconsole-extension": "~4.0.0-alpha.6", "@jupyterlab/mainmenu-extension": "~4.0.0-alpha.6", @@ -172,7 +172,7 @@ "@jupyterlab/ui-components-extension": "~4.0.0-alpha.6", "@jupyterlab/user-extension": "~4.0.0-alpha.6", "@jupyterlab/vdom-extension": "~4.0.0-alpha.6", - "@jupyterlab/vega5-extension": "~4.0.0-alpha.6" + "@jupyterlab/vega5-extension": "~4.0.0" }, "devDependencies": { "@jupyterlab/builder": "^4.0.0-alpha.6", diff --git a/jupyterlab/staging/yarn.lock b/jupyterlab/staging/yarn.lock index c50b5646d2ee..f3b48d24c02d 100644 --- a/jupyterlab/staging/yarn.lock +++ b/jupyterlab/staging/yarn.lock @@ -9,6 +9,118 @@ dependencies: regenerator-runtime "^0.13.4" +"@babel/runtime@^7.20.6": + version "7.27.6" + resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.27.6.tgz#ec4070a04d76bae8ddbb10770ba55714a417b7c6" + integrity sha512-vbavdySgbTTrmFE+EsiqUTzlOr5bzlnJtUv9PynGCAKvfQqjIXbvFdumPM/GxMDfyuGMJaJAU6TO4zc1Jf1i8Q== + +"@codemirror/autocomplete@^6.0.0", "@codemirror/autocomplete@^6.7.1": + version "6.18.6" + resolved "https://registry.yarnpkg.com/@codemirror/autocomplete/-/autocomplete-6.18.6.tgz#de26e864a1ec8192a1b241eb86addbb612964ddb" + integrity sha512-PHHBXFomUs5DF+9tCOM/UoW6XQ4R44lLNNhRaW9PKPTU0D7lIjRg3ElxaJnTwsl/oHiR93WSXDBrekhoUGCPtg== + dependencies: + "@codemirror/language" "^6.0.0" + "@codemirror/state" "^6.0.0" + "@codemirror/view" "^6.17.0" + "@lezer/common" "^1.0.0" + +"@codemirror/lang-css@^6.0.0": + version "6.3.1" + resolved "https://registry.yarnpkg.com/@codemirror/lang-css/-/lang-css-6.3.1.tgz#763ca41aee81bb2431be55e3cfcc7cc8e91421a3" + integrity sha512-kr5fwBGiGtmz6l0LSJIbno9QrifNMUusivHbnA1H6Dmqy4HZFte3UAICix1VuKo0lMPKQr2rqB+0BkKi/S3Ejg== + dependencies: + "@codemirror/autocomplete" "^6.0.0" + "@codemirror/language" "^6.0.0" + "@codemirror/state" "^6.0.0" + "@lezer/common" "^1.0.2" + "@lezer/css" "^1.1.7" + +"@codemirror/lang-html@^6.0.0": + version "6.4.9" + resolved "https://registry.yarnpkg.com/@codemirror/lang-html/-/lang-html-6.4.9.tgz#d586f2cc9c341391ae07d1d7c545990dfa069727" + integrity sha512-aQv37pIMSlueybId/2PVSP6NPnmurFDVmZwzc7jszd2KAF8qd4VBbvNYPXWQq90WIARjsdVkPbw29pszmHws3Q== + dependencies: + "@codemirror/autocomplete" "^6.0.0" + "@codemirror/lang-css" "^6.0.0" + "@codemirror/lang-javascript" "^6.0.0" + "@codemirror/language" "^6.4.0" + "@codemirror/state" "^6.0.0" + "@codemirror/view" "^6.17.0" + "@lezer/common" "^1.0.0" + "@lezer/css" "^1.1.0" + "@lezer/html" "^1.3.0" + +"@codemirror/lang-javascript@^6.0.0": + version "6.2.4" + resolved "https://registry.yarnpkg.com/@codemirror/lang-javascript/-/lang-javascript-6.2.4.tgz#eef2227d1892aae762f3a0f212f72bec868a02c5" + integrity sha512-0WVmhp1QOqZ4Rt6GlVGwKJN3KW7Xh4H2q8ZZNGZaP6lRdxXJzmjm4FqvmOojVj6khWJHIb9sp7U/72W7xQgqAA== + dependencies: + "@codemirror/autocomplete" "^6.0.0" + "@codemirror/language" "^6.6.0" + "@codemirror/lint" "^6.0.0" + "@codemirror/state" "^6.0.0" + "@codemirror/view" "^6.17.0" + "@lezer/common" "^1.0.0" + "@lezer/javascript" "^1.0.0" + +"@codemirror/lang-markdown@^6.1.1": + version "6.3.3" + resolved "https://registry.yarnpkg.com/@codemirror/lang-markdown/-/lang-markdown-6.3.3.tgz#457f93bd8a2d422dae0625b20b61adf5c6d23def" + integrity sha512-1fn1hQAPWlSSMCvnF810AkhWpNLkJpl66CRfIy3vVl20Sl4NwChkorCHqpMtNbXr1EuMJsrDnhEpjZxKZ2UX3A== + 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.2.1" + "@lezer/markdown" "^1.0.0" + +"@codemirror/language@^6.0.0", "@codemirror/language@^6.3.0", "@codemirror/language@^6.4.0", "@codemirror/language@^6.6.0": + version "6.11.2" + resolved "https://registry.yarnpkg.com/@codemirror/language/-/language-6.11.2.tgz#90d2d094cfbd14263bc5354ebd2445ee4e81bdc3" + integrity sha512-p44TsNArL4IVXDTbapUmEkAlvWs2CFQbcfc0ymDsis1kH2wh0gcY96AS29c/vp2d0y2Tquk1EDSaawpzilUiAw== + dependencies: + "@codemirror/state" "^6.0.0" + "@codemirror/view" "^6.23.0" + "@lezer/common" "^1.1.0" + "@lezer/highlight" "^1.0.0" + "@lezer/lr" "^1.0.0" + style-mod "^4.0.0" + +"@codemirror/legacy-modes@^6.3.2": + version "6.5.1" + resolved "https://registry.yarnpkg.com/@codemirror/legacy-modes/-/legacy-modes-6.5.1.tgz#6bd13fac94f67a825e5420017e0d2f3c35d09342" + integrity sha512-DJYQQ00N1/KdESpZV7jg9hafof/iBNp9h7TYo1SLMk86TWl9uDsVdho2dzd81K+v4retmK6mdC7WpuOQDytQqw== + dependencies: + "@codemirror/language" "^6.0.0" + +"@codemirror/lint@^6.0.0": + version "6.8.5" + resolved "https://registry.yarnpkg.com/@codemirror/lint/-/lint-6.8.5.tgz#9edaa808e764e28e07665b015951934c8ec3a418" + integrity sha512-s3n3KisH7dx3vsoeGMxsbRAgKe4O1vbrnKBClm99PU0fWxmxsx5rR2PfqQgIt+2MMJBHbiJ5rfIdLYfB9NNvsA== + dependencies: + "@codemirror/state" "^6.0.0" + "@codemirror/view" "^6.35.0" + crelt "^1.0.5" + +"@codemirror/state@^6.0.0", "@codemirror/state@^6.5.0": + version "6.5.2" + resolved "https://registry.yarnpkg.com/@codemirror/state/-/state-6.5.2.tgz#8eca3a64212a83367dc85475b7d78d5c9b7076c6" + integrity sha512-FVqsPqtPWKVVL3dPSxy8wEF/ymIEuVzF1PK3VbUgrxXpJUSHQWWZz4JMToquRxnkw+36LTamCZG2iua2Ptq0fA== + dependencies: + "@marijn/find-cluster-break" "^1.0.0" + +"@codemirror/view@^6.0.0", "@codemirror/view@^6.17.0", "@codemirror/view@^6.23.0", "@codemirror/view@^6.35.0": + version "6.38.0" + resolved "https://registry.yarnpkg.com/@codemirror/view/-/view-6.38.0.tgz#4486062b791a4247793e0953e05ae71a9e172217" + integrity sha512-yvSchUwHOdupXkd7xJ0ob36jdsSR/I+/C+VbY0ffBiL5NiSTEBDfB1ZGWbbIlDd5xgdUkody+lukAdOxYrOBeg== + dependencies: + "@codemirror/state" "^6.5.0" + crelt "^1.0.6" + style-mod "^4.1.0" + w3c-keyname "^2.2.4" + "@discoveryjs/json-ext@^0.5.0": version "0.5.3" resolved "https://registry.yarnpkg.com/@discoveryjs/json-ext/-/json-ext-0.5.3.tgz#90420f9f9c6d3987f176a19a7d8e764271a2f55d" @@ -64,6 +176,18 @@ "@jridgewell/resolve-uri" "^3.1.0" "@jridgewell/sourcemap-codec" "^1.4.14" +"@jupyter/ydoc@^1.1.1": + version "1.1.1" + resolved "https://registry.yarnpkg.com/@jupyter/ydoc/-/ydoc-1.1.1.tgz#4405b1ad093ef3c14aa6960acc3cf78427bcfab9" + integrity sha512-fXx9CbUwUlXBsJo83tBQL3T0MgWT4YYz2ozcSFj0ymZSohAnI1uo7N9CPpVe4/nmc9uG1lFdlXC4XQBevi2jSA== + dependencies: + "@jupyterlab/nbformat" "^3.0.0 || ^4.0.0-alpha.21 || ^4.0.0" + "@lumino/coreutils" "^1.11.0 || ^2.0.0" + "@lumino/disposable" "^1.10.0 || ^2.0.0" + "@lumino/signaling" "^1.10.0 || ^2.0.0" + y-protocols "^1.0.5" + yjs "^13.5.40" + "@jupyterlab/application-extension@^4.0.0-alpha.6", "@jupyterlab/application-extension@~4.0.0-alpha.6": version "4.0.0-alpha.6" resolved "https://registry.yarnpkg.com/@jupyterlab%2fapplication-extension/-/application-extension-4.0.0-alpha.6.tgz#917dbebacc2a50abf6f227e15d3e3656d5f1e662" @@ -85,7 +209,7 @@ "@lumino/widgets" "^1.31.1" react "^17.0.1" -"@jupyterlab/application@^4.0.0-alpha.6", "@jupyterlab/application@^4.3.6", "@jupyterlab/application@~4.0.0-alpha.6": +"@jupyterlab/application@^4.0.0-alpha.6", "@jupyterlab/application@^4.0.13", "@jupyterlab/application@^4.3.6", "@jupyterlab/application@~4.0.0-alpha.6": version "4.0.0-alpha.6" resolved "https://registry.yarnpkg.com/@jupyterlab%2fapplication/-/application-4.0.0-alpha.6.tgz#e87e48750ff1a2bd0a3717f0df714afde35bb947" integrity sha512-e17xrvkTBmVNtkhmViyizv69SmvTmdzB8e3hi/PHKM6T2PEERmQOB+YYBuMJncmnFeoVN/O2eFXG5w/AvQdd0g== @@ -162,7 +286,7 @@ "@lumino/widgets" "^1.31.1" es6-promise "~4.2.8" -"@jupyterlab/apputils@^4.0.0-alpha.6", "@jupyterlab/apputils@^4.4.6", "@jupyterlab/apputils@~4.0.0-alpha.6": +"@jupyterlab/apputils@^4.0.0-alpha.6", "@jupyterlab/apputils@^4.1.13", "@jupyterlab/apputils@^4.4.6", "@jupyterlab/apputils@~4.0.0-alpha.6": version "4.0.0-alpha.6" resolved "https://registry.yarnpkg.com/@jupyterlab%2fapputils/-/apputils-4.0.0-alpha.6.tgz#6f3fb262e4149cc964aed94c2b3e87ecfb59484f" integrity sha512-QRKJ+HxZv2xGMu/Oulsx2vN9ZF/L/t3AfhCqcHDBUXl0Uotphvf317YHgMWHHMkLmSXvnMfeAsTG0d3F93q5dg== @@ -265,7 +389,7 @@ typescript "~4.5.2" verdaccio "^5.2.2" -"@jupyterlab/cells@^4.0.0-alpha.6", "@jupyterlab/cells@~4.0.0-alpha.6": +"@jupyterlab/cells@^4.0.0-alpha.6", "@jupyterlab/cells@^4.0.13", "@jupyterlab/cells@~4.0.0-alpha.6": version "4.0.0-alpha.6" resolved "https://registry.yarnpkg.com/@jupyterlab%2fcells/-/cells-4.0.0-alpha.6.tgz#c6e7093074cd2302302c3f9823d7dcc313d7af36" integrity sha512-ix/xCEONUPQ7WCgBP4Xatm5tFqTah4GqBw46voFGebS1InNFlqRbmg1EMx9gTLrRcveb50nbNaZPXgvAyOeJKg== @@ -331,7 +455,7 @@ "@lumino/algorithm" "^1.9.1" "@lumino/widgets" "^1.31.1" -"@jupyterlab/codeeditor@^4.0.0-alpha.6", "@jupyterlab/codeeditor@~4.0.0-alpha.6": +"@jupyterlab/codeeditor@^4.0.0-alpha.6", "@jupyterlab/codeeditor@^4.0.13", "@jupyterlab/codeeditor@~4.0.0-alpha.6": version "4.0.0-alpha.6" resolved "https://registry.yarnpkg.com/@jupyterlab%2fcodeeditor/-/codeeditor-4.0.0-alpha.6.tgz#c48dbac759586c26cbb1bc2734053508f56c23c9" integrity sha512-Tx7mE0g1r2JXW9mqCh/HZIjIuB/WEyck8IVdMVFhLkDjcXxrwOp1jS2m8KrcnVGM+k1pjhxFq2eE7Mv2a/V/oA== @@ -368,7 +492,29 @@ "@lumino/widgets" "^1.31.1" codemirror "~5.61.0" -"@jupyterlab/codemirror@^4.0.0-alpha.6", "@jupyterlab/codemirror@~4.0.0-alpha.6": +"@jupyterlab/codemirror-extension@~4.0.0": + version "4.0.13" + resolved "https://registry.yarnpkg.com/@jupyterlab/codemirror-extension/-/codemirror-extension-4.0.13.tgz#7e455e708cd1102e01fd63dc98466c003f129ce3" + integrity sha512-E+WPiyN5jGni9xj9jEarqNkbQv9oM3J5wqUl0vW2wot3eBdzwk/uKceFJkqwVQmNP2jQxqevN4wAeKQKfzBgmQ== + 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.13" + "@jupyterlab/codeeditor" "^4.0.13" + "@jupyterlab/codemirror" "^4.0.13" + "@jupyterlab/settingregistry" "^4.0.13" + "@jupyterlab/statusbar" "^4.0.13" + "@jupyterlab/translation" "^4.0.13" + "@jupyterlab/ui-components" "^4.0.13" + "@lumino/coreutils" "^2.1.2" + "@lumino/widgets" "^2.3.0" + "@rjsf/utils" "^5.1.0" + "@rjsf/validator-ajv8" "^5.1.0" + react "^18.2.0" + +"@jupyterlab/codemirror@^4.0.0-alpha.6", "@jupyterlab/codemirror@^4.0.13", "@jupyterlab/codemirror@~4.0.0-alpha.6": version "4.0.0-alpha.6" resolved "https://registry.yarnpkg.com/@jupyterlab%2fcodemirror/-/codemirror-4.0.0-alpha.6.tgz#4b68af60dbcfc7597804908a73468b55f751ea9e" integrity sha512-RdA+Ex8v7SekumpSjl/onAg5hZ4rG0keXTVTcm6iPFJ+tZ34sby0NBByJUjOYABbUrP76tMzS8dSBHkAuukLZA== @@ -450,7 +596,7 @@ "@lumino/properties" "^1.8.1" "@lumino/widgets" "^1.31.1" -"@jupyterlab/console@^4.0.0-alpha.6", "@jupyterlab/console@~4.0.0-alpha.6": +"@jupyterlab/console@^4.0.0-alpha.6", "@jupyterlab/console@^4.0.13", "@jupyterlab/console@~4.0.0-alpha.6": version "4.0.0-alpha.6" resolved "https://registry.yarnpkg.com/@jupyterlab%2fconsole/-/console-4.0.0-alpha.6.tgz#2577f7cd2a81fbd67a4c679ba1a457f9f8144ce9" integrity sha512-0BeHaSXNPkTwHUigTd+Ri2VGzx+Aw4nKjKiXWjDfhKsmk0qLv687v8MhXhcIGN15b8MaL7Yh/9l4hPXzcoz7Mg== @@ -473,7 +619,7 @@ "@lumino/signaling" "^1.10.1" "@lumino/widgets" "^1.31.1" -"@jupyterlab/coreutils@^6.0.0-alpha.6", "@jupyterlab/coreutils@^6.3.6", "@jupyterlab/coreutils@~6.0.0-alpha.6": +"@jupyterlab/coreutils@^6.0.0-alpha.6", "@jupyterlab/coreutils@^6.0.13", "@jupyterlab/coreutils@^6.3.6", "@jupyterlab/coreutils@~6.0.0-alpha.6": version "6.0.0-alpha.6" resolved "https://registry.yarnpkg.com/@jupyterlab%2fcoreutils/-/coreutils-6.0.0-alpha.6.tgz#66c7ff290435e1ac5436eb6ac7c6a003baea0d22" integrity sha512-0Dggyli2gCIqonc8F18itVduh6Y1xtFYit+nxoCdndNTMY7brRPunvMVp5CrMimaUNVxQBfEcz7DLU9skNxaFQ== @@ -554,7 +700,28 @@ "@jupyterlab/settingregistry" "^4.0.0-alpha.6" "@jupyterlab/translation" "^4.0.0-alpha.6" -"@jupyterlab/debugger@^4.0.0-alpha.6", "@jupyterlab/debugger@~4.0.0-alpha.6": +"@jupyterlab/debugger-extension@~4.0.0": + version "4.0.13" + resolved "https://registry.yarnpkg.com/@jupyterlab/debugger-extension/-/debugger-extension-4.0.13.tgz#7ca6bc33e7a40ae760aba4b995b9294c9bbe2922" + integrity sha512-FXBqLzdx+0LqvPTv8o95z2Fe7+1tsWrBFHq+foebs49RXcN0jiMV+LjwDdZuHnBVO5qYStmQV8s6T5TY55ikaA== + dependencies: + "@jupyterlab/application" "^4.0.13" + "@jupyterlab/apputils" "^4.1.13" + "@jupyterlab/cells" "^4.0.13" + "@jupyterlab/codeeditor" "^4.0.13" + "@jupyterlab/console" "^4.0.13" + "@jupyterlab/coreutils" "^6.0.13" + "@jupyterlab/debugger" "^4.0.13" + "@jupyterlab/docregistry" "^4.0.13" + "@jupyterlab/fileeditor" "^4.0.13" + "@jupyterlab/logconsole" "^4.0.13" + "@jupyterlab/notebook" "^4.0.13" + "@jupyterlab/rendermime" "^4.0.13" + "@jupyterlab/services" "^7.0.13" + "@jupyterlab/settingregistry" "^4.0.13" + "@jupyterlab/translation" "^4.0.13" + +"@jupyterlab/debugger@^4.0.0-alpha.6", "@jupyterlab/debugger@^4.0.13", "@jupyterlab/debugger@~4.0.0-alpha.6": version "4.0.0-alpha.6" resolved "https://registry.yarnpkg.com/@jupyterlab%2fdebugger/-/debugger-4.0.0-alpha.6.tgz#3d44f253c09f99a51509755bb190747934eff1e3" integrity sha512-Sik1zBpvcBG2m+FwQqS4I2T1Ove+qzQGrJ+lFNCeDZy6Bdh4oNoLFQ2hfwgImrgFa8m55p6sYfr2vdQH0euhsg== @@ -656,7 +823,7 @@ y-websocket "^1.3.15" yjs "^13.5.17" -"@jupyterlab/docregistry@^4.0.0-alpha.6", "@jupyterlab/docregistry@^4.3.6", "@jupyterlab/docregistry@~4.0.0-alpha.6": +"@jupyterlab/docregistry@^4.0.0-alpha.6", "@jupyterlab/docregistry@^4.0.13", "@jupyterlab/docregistry@^4.3.6", "@jupyterlab/docregistry@~4.0.0-alpha.6": version "4.0.0-alpha.6" resolved "https://registry.yarnpkg.com/@jupyterlab%2fdocregistry/-/docregistry-4.0.0-alpha.6.tgz#29472425daab079f26cc64c75bdf85b6ef549fa5" integrity sha512-8TbWJcz0uASfpP9BkTEyQJ5TkLciyGRjQ9qVZUJYoATxic/P2Mv1uAU43Z7OZNeDyZrrwnVRI4BePTplOQkXkQ== @@ -822,7 +989,7 @@ "@lumino/coreutils" "^1.12.0" "@lumino/widgets" "^1.31.1" -"@jupyterlab/fileeditor@^4.0.0-alpha.6", "@jupyterlab/fileeditor@~4.0.0-alpha.6": +"@jupyterlab/fileeditor@^4.0.0-alpha.6", "@jupyterlab/fileeditor@^4.0.13", "@jupyterlab/fileeditor@~4.0.0-alpha.6": version "4.0.0-alpha.6" resolved "https://registry.yarnpkg.com/@jupyterlab%2ffileeditor/-/fileeditor-4.0.0-alpha.6.tgz#3b7ee935dc199cd5d138fd17f86df9b5552ced69" integrity sha512-ArXaOURNwKlC2MK16yJiqn2X2IpqSRUH2rjXJ/ttT2mDwo6DI/aIzP2ci7gZHGyqe4Q7IdwLU2kbgiTVxGteYg== @@ -977,6 +1144,26 @@ react-highlighter "^0.4.3" react-json-tree "^0.16.1" +"@jupyterlab/json-extension@~4.0.0": + version "4.0.13" + resolved "https://registry.yarnpkg.com/@jupyterlab/json-extension/-/json-extension-4.0.13.tgz#f7afe39b27251229f9d1f8b1db85d424c7f4f1c2" + integrity sha512-3bjg9+SuYf16m6vD8SOR/TgjSVN/z3w54DxvdWBNWb94y6ADWN9glJTWI6y1Q9e6FzdkFGRkHNSaJD6Be61Bww== + dependencies: + "@jupyterlab/apputils" "^4.1.13" + "@jupyterlab/codemirror" "^4.0.13" + "@jupyterlab/rendermime-interfaces" "^3.8.13" + "@jupyterlab/translation" "^4.0.13" + "@jupyterlab/ui-components" "^4.0.13" + "@lezer/highlight" "^1.1.4" + "@lumino/coreutils" "^2.1.2" + "@lumino/messaging" "^2.0.1" + "@lumino/widgets" "^2.3.0" + react "^18.2.0" + react-dom "^18.2.0" + react-highlight-words "^0.20.0" + react-json-tree "^0.18.0" + style-mod "^4.0.0" + "@jupyterlab/launcher-extension@^4.0.0-alpha.6", "@jupyterlab/launcher-extension@~4.0.0-alpha.6": version "4.0.0-alpha.6" resolved "https://registry.yarnpkg.com/@jupyterlab%2flauncher-extension/-/launcher-extension-4.0.0-alpha.6.tgz#5593c54c8d2e462f2c8c3c56f6aba97e2c49cdfa" @@ -1027,7 +1214,7 @@ "@lumino/widgets" "^1.31.1" react "^17.0.1" -"@jupyterlab/logconsole@^4.0.0-alpha.6", "@jupyterlab/logconsole@~4.0.0-alpha.6": +"@jupyterlab/logconsole@^4.0.0-alpha.6", "@jupyterlab/logconsole@^4.0.13", "@jupyterlab/logconsole@~4.0.0-alpha.6": version "4.0.0-alpha.6" resolved "https://registry.yarnpkg.com/@jupyterlab%2flogconsole/-/logconsole-4.0.0-alpha.6.tgz#e5b18a8450a00eed0d1a5c3487f6b848e95cf1dd" integrity sha512-AjZ8NPuaRLHjKP002RSiRPic7AqAK6Pe2fD52hvBfFH/zuxpiU7QTpJUBkawAiv/W6c8ZBbfNXbAhQCcYCJ5Aw== @@ -1242,7 +1429,7 @@ "@jupyterlab/outputarea" "^4.0.0-alpha.6" "@jupyterlab/rendermime" "^4.0.0-alpha.6" -"@jupyterlab/nbformat@^4.0.0-alpha.6", "@jupyterlab/nbformat@~4.0.0-alpha.6": +"@jupyterlab/nbformat@^3.0.0 || ^4.0.0-alpha.21 || ^4.0.0", "@jupyterlab/nbformat@^4.0.0-alpha.6", "@jupyterlab/nbformat@~4.0.0-alpha.6": version "4.0.0-alpha.6" resolved "https://registry.yarnpkg.com/@jupyterlab%2fnbformat/-/nbformat-4.0.0-alpha.6.tgz#71bf929eb0c82a2df0f404230b35c5e7f7b14b44" integrity sha512-P0SXcXGL0BLGXXMuEF4lYcb+KeoBU94dnL+Xx2Mb90dZwKzcg9LGmiB4yTbbkKVr1pmVL9d8iZhmvhck3uOUcQ== @@ -1285,7 +1472,7 @@ "@lumino/messaging" "^1.10.1" "@lumino/widgets" "^1.31.1" -"@jupyterlab/notebook@^4.0.0-alpha.6", "@jupyterlab/notebook@^4.3.6", "@jupyterlab/notebook@~4.0.0-alpha.6": +"@jupyterlab/notebook@^4.0.0-alpha.6", "@jupyterlab/notebook@^4.0.13", "@jupyterlab/notebook@^4.3.6", "@jupyterlab/notebook@~4.0.0-alpha.6": version "4.0.0-alpha.6" resolved "https://registry.yarnpkg.com/@jupyterlab%2fnotebook/-/notebook-4.0.0-alpha.6.tgz#be289956f765d05124a27ae678ac607cb3ad09c9" integrity sha512-wHEDG+k002eDGQYsoyi7LgpQW3UI6SWeTqo/7s66+/0vRhm2HErzvQoM4RSbiHqYrQ682iPt5EbGSbkvaPxP2w== @@ -1380,7 +1567,7 @@ "@jupyterlab/rendermime" "^4.0.0-alpha.6" "@jupyterlab/translation" "^4.0.0-alpha.6" -"@jupyterlab/rendermime-interfaces@^3.11.6", "@jupyterlab/rendermime-interfaces@^4.0.0-alpha.6", "@jupyterlab/rendermime-interfaces@~4.0.0-alpha.6": +"@jupyterlab/rendermime-interfaces@^3.11.6", "@jupyterlab/rendermime-interfaces@^3.8.13", "@jupyterlab/rendermime-interfaces@^4.0.0-alpha.6", "@jupyterlab/rendermime-interfaces@~4.0.0-alpha.6": version "4.0.0-alpha.6" resolved "https://registry.yarnpkg.com/@jupyterlab%2frendermime-interfaces/-/rendermime-interfaces-4.0.0-alpha.6.tgz#af85c1d1615b010b2f829eb87e115aeb030eda9e" integrity sha512-1luboGk8iyNHbWVzFJ/dDREqK/WTl9OB6QiIovv+IXg/wVp7iQ0kkZ7+GtRR12xC6ElegoUdz4cfKsk/DfZlXw== @@ -1389,7 +1576,7 @@ "@lumino/coreutils" "^1.12.0" "@lumino/widgets" "^1.31.1" -"@jupyterlab/rendermime@^4.0.0-alpha.6", "@jupyterlab/rendermime@^4.3.6", "@jupyterlab/rendermime@~4.0.0-alpha.6": +"@jupyterlab/rendermime@^4.0.0-alpha.6", "@jupyterlab/rendermime@^4.0.13", "@jupyterlab/rendermime@^4.3.6", "@jupyterlab/rendermime@~4.0.0-alpha.6": version "4.0.0-alpha.6" resolved "https://registry.yarnpkg.com/@jupyterlab%2frendermime/-/rendermime-4.0.0-alpha.6.tgz#b954148a935caa123472b0de4135da993279a50b" integrity sha512-y6BaZfjk6tlpqWZCD9Tes28EcWFVTD79fRIicZq5aIV8TRF5A/fO/a+DzOcNix4gwNAoHLlqw2FHqetZyDZoaw== @@ -1437,7 +1624,7 @@ "@lumino/signaling" "^1.10.1" react "^17.0.1" -"@jupyterlab/services@^7.0.0-alpha.6", "@jupyterlab/services@^7.3.6", "@jupyterlab/services@~7.0.0-alpha.6": +"@jupyterlab/services@^7.0.0-alpha.6", "@jupyterlab/services@^7.0.13", "@jupyterlab/services@^7.3.6", "@jupyterlab/services@~7.0.0-alpha.6": version "7.0.0-alpha.6" resolved "https://registry.yarnpkg.com/@jupyterlab%2fservices/-/services-7.0.0-alpha.6.tgz#3617ffe4da6add267c4f24644b42c428ab92d3dc" integrity sha512-hVYhkUA97eH4A7jwXsAZ2AZ+ZT8oE/gYas1wltVZFe/E62tbFNkEn8ozfQPw25B4fkQznu3SvRp3pqTCS6bn7w== @@ -1497,7 +1684,7 @@ json-schema "^0.4.0" react "^17.0.1" -"@jupyterlab/settingregistry@^4.0.0-alpha.6", "@jupyterlab/settingregistry@~4.0.0-alpha.6": +"@jupyterlab/settingregistry@^4.0.0-alpha.6", "@jupyterlab/settingregistry@^4.0.13", "@jupyterlab/settingregistry@~4.0.0-alpha.6": version "4.0.0-alpha.6" resolved "https://registry.yarnpkg.com/@jupyterlab%2fsettingregistry/-/settingregistry-4.0.0-alpha.6.tgz#e8b1cc0874d873a274b8919261dcc59264608931" integrity sha512-xvf4o7owZvT3j3WjpLJ72hfC2K7pGxsZFFXS3eQXc9JGW8uYDxND0oUjGJKEfFpehYY73oSiW+mEU1QCs9raNQ== @@ -1563,7 +1750,7 @@ "@jupyterlab/statusbar" "^4.0.0-alpha.6" "@jupyterlab/translation" "^4.0.0-alpha.6" -"@jupyterlab/statusbar@^4.0.0-alpha.6", "@jupyterlab/statusbar@~4.0.0-alpha.6": +"@jupyterlab/statusbar@^4.0.0-alpha.6", "@jupyterlab/statusbar@^4.0.13", "@jupyterlab/statusbar@~4.0.0-alpha.6": version "4.0.0-alpha.6" resolved "https://registry.yarnpkg.com/@jupyterlab%2fstatusbar/-/statusbar-4.0.0-alpha.6.tgz#3f2bf03ca4a28c7f5c7b36f63c5d5db71389cd8f" integrity sha512-RZlCrkyKN2B9rxusrl9+jNgvmBk4iDU1IKe0PQZ81c2C12ZZxUNFZJUDLyTEJzDob1zx6hwxC8oDa5BlbdsbAQ== @@ -1714,7 +1901,7 @@ "@jupyterlab/settingregistry" "^4.0.0-alpha.6" "@jupyterlab/translation" "^4.0.0-alpha.6" -"@jupyterlab/translation@^4.0.0-alpha.6", "@jupyterlab/translation@^4.3.6", "@jupyterlab/translation@~4.0.0-alpha.6": +"@jupyterlab/translation@^4.0.0-alpha.6", "@jupyterlab/translation@^4.0.13", "@jupyterlab/translation@^4.3.6", "@jupyterlab/translation@~4.0.0-alpha.6": version "4.0.0-alpha.6" resolved "https://registry.yarnpkg.com/@jupyterlab%2ftranslation/-/translation-4.0.0-alpha.6.tgz#dd2f8758317eeef894a90e6f7f46b9c504f72ab7" integrity sha512-2tSGgM8isWIo5Xb57Q6qQhl7MiyucwUYCAmjYPdqmYze9Yhm3pUKGMrR0PYhxFRSdd2k/BtkdixVYzQebu7hOw== @@ -1732,7 +1919,7 @@ "@jupyterlab/application" "^4.0.0-alpha.6" "@jupyterlab/ui-components" "^4.0.0-alpha.21" -"@jupyterlab/ui-components@^4.0.0-alpha.21", "@jupyterlab/ui-components@^4.3.6", "@jupyterlab/ui-components@~4.0.0-alpha.21": +"@jupyterlab/ui-components@^4.0.0-alpha.21", "@jupyterlab/ui-components@^4.0.13", "@jupyterlab/ui-components@^4.3.6", "@jupyterlab/ui-components@~4.0.0-alpha.21": version "4.0.0-alpha.21" resolved "https://registry.yarnpkg.com/@jupyterlab%2fui-components/-/ui-components-4.0.0-alpha.21.tgz#b661c7b3903de2fac906a69126bbb64a063a3102" integrity sha512-g4vjT8dswcWrH9qf8bCFRbYv+eWWTrzsrWEa+yPuGpuFTKRuO+fV4qO/Xf6iGufxdy55c1RtbjVKa1kuVifbuA== @@ -1819,6 +2006,72 @@ vega-embed "^6.2.1" vega-lite "^5.1.0" +"@jupyterlab/vega5-extension@~4.0.0": + version "4.0.13" + resolved "https://registry.yarnpkg.com/@jupyterlab/vega5-extension/-/vega5-extension-4.0.13.tgz#c39700712d6547c925269f0dd2ba15118ff12196" + integrity sha512-e+Ty9etFLvnX3DRxVkDcoz1UDi27smaAc5LQrHo9tF2eu1MmyTWfp+6waRvZ4J6GaLfCNzgfXg1/sJcgi4sMWg== + dependencies: + "@jupyterlab/rendermime-interfaces" "^3.8.13" + "@lumino/coreutils" "^2.1.2" + "@lumino/widgets" "^2.3.0" + vega "^5.20.0" + vega-embed "^6.2.1" + vega-lite "^5.6.1-next.1" + +"@lezer/common@^1.0.0", "@lezer/common@^1.0.2", "@lezer/common@^1.1.0", "@lezer/common@^1.2.0", "@lezer/common@^1.2.1": + version "1.2.3" + resolved "https://registry.yarnpkg.com/@lezer/common/-/common-1.2.3.tgz#138fcddab157d83da557554851017c6c1e5667fd" + integrity sha512-w7ojc8ejBqr2REPsWxJjrMFsA/ysDCFICn8zEOR9mrqzOu2amhITYuLD8ag6XZf0CFXDrhKqw7+tW8cX66NaDA== + +"@lezer/css@^1.1.0", "@lezer/css@^1.1.7": + version "1.3.0" + resolved "https://registry.yarnpkg.com/@lezer/css/-/css-1.3.0.tgz#296f298814782c2fad42a936f3510042cdcd2034" + integrity sha512-pBL7hup88KbI7hXnZV3PQsn43DHy6TWyzuyk2AO9UyoXcDltvIdqWKE1dLL/45JVZ+YZkHe1WVHqO6wugZZWcw== + dependencies: + "@lezer/common" "^1.2.0" + "@lezer/highlight" "^1.0.0" + "@lezer/lr" "^1.3.0" + +"@lezer/highlight@^1.0.0", "@lezer/highlight@^1.1.3", "@lezer/highlight@^1.1.4": + version "1.2.1" + resolved "https://registry.yarnpkg.com/@lezer/highlight/-/highlight-1.2.1.tgz#596fa8f9aeb58a608be0a563e960c373cbf23f8b" + integrity sha512-Z5duk4RN/3zuVO7Jq0pGLJ3qynpxUVsh7IbUbGj88+uV2ApSAn6kWg2au3iJb+0Zi7kKtqffIESgNcRXWZWmSA== + dependencies: + "@lezer/common" "^1.0.0" + +"@lezer/html@^1.3.0": + version "1.3.10" + resolved "https://registry.yarnpkg.com/@lezer/html/-/html-1.3.10.tgz#1be9a029a6fe835c823b20a98a449a630416b2af" + integrity sha512-dqpT8nISx/p9Do3AchvYGV3qYc4/rKr3IBZxlHmpIKam56P47RSHkSF5f13Vu9hebS1jM0HmtJIwLbWz1VIY6w== + dependencies: + "@lezer/common" "^1.2.0" + "@lezer/highlight" "^1.0.0" + "@lezer/lr" "^1.0.0" + +"@lezer/javascript@^1.0.0": + version "1.5.1" + resolved "https://registry.yarnpkg.com/@lezer/javascript/-/javascript-1.5.1.tgz#2a424a6ec29f1d4ef3c34cbccc5447e373618ad8" + integrity sha512-ATOImjeVJuvgm3JQ/bpo2Tmv55HSScE2MTPnKRMRIPx2cLhHGyX2VnqpHhtIV1tVzIjZDbcWQm+NCTF40ggZVw== + dependencies: + "@lezer/common" "^1.2.0" + "@lezer/highlight" "^1.1.3" + "@lezer/lr" "^1.3.0" + +"@lezer/lr@^1.0.0", "@lezer/lr@^1.3.0": + version "1.4.2" + resolved "https://registry.yarnpkg.com/@lezer/lr/-/lr-1.4.2.tgz#931ea3dea8e9de84e90781001dae30dea9ff1727" + integrity sha512-pu0K1jCIdnQ12aWNaAVU5bzi7Bd1w54J3ECgANPmYLtQKP0HBj2cE/5coBD66MT10xbtIuUr7tg0Shbsvk0mDA== + dependencies: + "@lezer/common" "^1.0.0" + +"@lezer/markdown@^1.0.0": + version "1.4.3" + resolved "https://registry.yarnpkg.com/@lezer/markdown/-/markdown-1.4.3.tgz#a742ed5e782ac4913a621dfd1e6a8e409f4dd589" + integrity sha512-kfw+2uMrQ/wy/+ONfrH83OkdFNM0ye5Xq96cLlaCy7h5UT9FO54DU4oRoIc0CSBh5NWmWuiIJA7NGLMJbQ+Oxg== + dependencies: + "@lezer/common" "^1.0.0" + "@lezer/highlight" "^1.0.0" + "@lumino/algorithm@^1.9.1", "@lumino/algorithm@^2.0.2": version "1.9.1" resolved "https://registry.yarnpkg.com/@lumino/algorithm/-/algorithm-1.9.1.tgz#a870598e031f5ee85e20e77ce7bfffbb0dffd7f5" @@ -1853,7 +2106,7 @@ "@lumino/signaling" "^1.10.1" "@lumino/virtualdom" "^1.14.1" -"@lumino/coreutils@^1.11.1", "@lumino/coreutils@^1.12.0", "@lumino/coreutils@^2.2.0": +"@lumino/coreutils@^1.11.0 || ^2.0.0", "@lumino/coreutils@^1.11.1", "@lumino/coreutils@^1.12.0", "@lumino/coreutils@^2.1.2", "@lumino/coreutils@^2.2.0": version "1.12.0" resolved "https://registry.yarnpkg.com/@lumino%2fcoreutils/-/coreutils-1.12.0.tgz#fbdef760f736eaf2bd396a5c6fc3a68a4b449b15" integrity sha512-DSglh4ylmLi820CNx9soJmDJCpUgymckdWeGWuN0Ash5g60oQvrQDfosVxEhzmNvtvXv45WZEqSBzDP6E5SEmQ== @@ -1873,7 +2126,7 @@ "@lumino/signaling" "^1.10.1" "@lumino/widgets" "^1.31.1" -"@lumino/disposable@^1.10.1", "@lumino/disposable@^2.1.3": +"@lumino/disposable@^1.10.0 || ^2.0.0", "@lumino/disposable@^1.10.1", "@lumino/disposable@^2.1.3": version "1.10.1" resolved "https://registry.yarnpkg.com/@lumino/disposable/-/disposable-1.10.1.tgz#58fddc619cf89335802d168564b76ff5315d5a84" integrity sha512-mZQILc8sVGZC7mJNOGVmehDRO9/u3sIRdjZ+pCYjDgXKcINLd6HoPhZDquKCWiRBfHTL1B3tOHjnBhahBc2N/Q== @@ -1899,7 +2152,7 @@ resolved "https://registry.yarnpkg.com/@lumino/keyboard/-/keyboard-1.8.1.tgz#e7850e2fb973fbb4c6e737ca8d9307f2dc3eb74b" integrity sha512-8x0y2ZQtEvOsblpI2gfTgf+gboftusP+5aukKEsgNQtzFl28RezQXEOSVd8iD3K6+Q1MaPQF0OALYP0ASqBjBg== -"@lumino/messaging@^1.10.1", "@lumino/messaging@^2.0.2": +"@lumino/messaging@^1.10.1", "@lumino/messaging@^2.0.1", "@lumino/messaging@^2.0.2": version "1.10.1" resolved "https://registry.yarnpkg.com/@lumino/messaging/-/messaging-1.10.1.tgz#b29575cca46e2f23b84626b793ec8e2be46a53ba" integrity sha512-XZSdt9ih94rdeeLL0cryUw6HHD51D7TP8c+MFf+YRF6VKwOFB9RoajfQWadeqpmH+schTs3EsrFfA9KHduzC7w== @@ -1930,7 +2183,7 @@ resolved "https://registry.yarnpkg.com/@lumino/properties/-/properties-1.8.1.tgz#47eb8516e92c987dcb2c404db83a258159efec3d" integrity sha512-O+CCcAqP64Di32DUZ4Jqq0DtUyE5RJREN5vbkgGZGu+WauJ/RYoiLDe1ubbAeSaHk71OrS60ZBV7QyC8ZaBVsA== -"@lumino/signaling@^1.10.1", "@lumino/signaling@^2.1.3": +"@lumino/signaling@^1.10.0 || ^2.0.0", "@lumino/signaling@^1.10.1", "@lumino/signaling@^2.1.3": version "1.10.1" resolved "https://registry.yarnpkg.com/@lumino/signaling/-/signaling-1.10.1.tgz#c8a1cb5b661b6744ea817c99c758fdc897847c26" integrity sha512-GZVbX4cfk/ZqLwkemPD/NwqToaTL/6q7qdLpEhgkiPlaH1S5/V7fDpP7N1uFy4n3BDITId8cpYgH/Ds32Mdp3A== @@ -1944,7 +2197,7 @@ dependencies: "@lumino/algorithm" "^1.9.1" -"@lumino/widgets@^1.30.0", "@lumino/widgets@^1.31.1", "@lumino/widgets@^2.5.0": +"@lumino/widgets@^1.30.0", "@lumino/widgets@^1.31.1", "@lumino/widgets@^2.3.0", "@lumino/widgets@^2.5.0": version "1.31.1" resolved "https://registry.yarnpkg.com/@lumino%2fwidgets/-/widgets-1.31.1.tgz#c9c0b8c7940b412e55369fa277392bf86c6e4136" integrity sha512-4RzAMqWwWHa5IiaQaeIbiZdIBm/FOg6ub0w8dG3km0k+zIQyA4LFq2dbB1w6SHT1d06N+L/ebYfgvMFswPENag== @@ -1961,6 +2214,11 @@ "@lumino/signaling" "^1.10.1" "@lumino/virtualdom" "^1.14.1" +"@marijn/find-cluster-break@^1.0.0": + version "1.0.2" + resolved "https://registry.yarnpkg.com/@marijn/find-cluster-break/-/find-cluster-break-1.0.2.tgz#775374306116d51c0c500b8c4face0f9a04752d8" + integrity sha512-l0h88YhZFyKdXIFNfSWpyjStDjGHwZ/U7iobcK1cQQD8sejsONdQtTVU+1wVN1PBw40PiiHB1vA5S7VTfQiP9g== + "@nodelib/fs.scandir@2.1.5": version "2.1.5" resolved "https://registry.yarnpkg.com/@nodelib/fs.scandir/-/fs.scandir-2.1.5.tgz#7619c2eb21b25483f6d167548b4cfd5a7488c3d5" @@ -2020,6 +2278,17 @@ prop-types "^15.7.2" react-is "^16.9.0" +"@rjsf/utils@^5.1.0": + version "5.24.12" + resolved "https://registry.yarnpkg.com/@rjsf/utils/-/utils-5.24.12.tgz#44c9b21e5b1ac1ba9965ca3274fa57f048de3f1a" + integrity sha512-fDwQB0XkjZjpdFUz5UAnuZj8nnbxDbX5tp+jTOjjJKw2TMQ9gFFYCQ12lSpdhezA2YgEGZfxyYTGW0DKDL5Drg== + dependencies: + json-schema-merge-allof "^0.8.1" + jsonpointer "^5.0.1" + lodash "^4.17.21" + lodash-es "^4.17.21" + react-is "^18.2.0" + "@rjsf/utils@^5.13.4": version "5.24.8" resolved "https://registry.yarnpkg.com/@rjsf/utils/-/utils-5.24.8.tgz#1a27d021d17f99559f34cc49a5bb778e4f995671" @@ -2031,6 +2300,16 @@ lodash-es "^4.17.21" react-is "^18.2.0" +"@rjsf/validator-ajv8@^5.1.0": + version "5.24.12" + resolved "https://registry.yarnpkg.com/@rjsf/validator-ajv8/-/validator-ajv8-5.24.12.tgz#9431335b67a8e5d55e83e2bb9d4c4fa5de600f23" + integrity sha512-IMXdCjvDNdvb+mDgZC3AlAtr0pjYKq5s0GcLECjG5PuiX7Ib4JaDQHZY5ZJdKblMfgzhsn8AAOi573jXAt7BHQ== + dependencies: + ajv "^8.12.0" + ajv-formats "^2.1.1" + lodash "^4.17.21" + lodash-es "^4.17.21" + "@sindresorhus/is@^0.14.0": version "0.14.0" resolved "https://registry.yarnpkg.com/@sindresorhus/is/-/is-0.14.0.tgz#9fb3a3cf3132328151f353de4632e01e52102bea" @@ -2093,6 +2372,11 @@ resolved "https://registry.yarnpkg.com/@types/lodash/-/lodash-4.14.178.tgz#341f6d2247db528d4a13ddbb374bcdc80406f4f8" integrity sha512-0d5Wd09ItQWH1qFbEyQ7oTQ3GZrMfth5JkbN3EvTKLXcHLRDSXeLnlvlOn0wvxVIwK5o2M8JzP/OWz7T3NRsbw== +"@types/lodash@^4.14.191": + version "4.17.20" + resolved "https://registry.yarnpkg.com/@types/lodash/-/lodash-4.17.20.tgz#1ca77361d7363432d29f5e55950d9ec1e1c6ea93" + integrity sha512-H3MHACvFUEiujabxhaI/ImO6gUrd8oOurg7LQtS7mbwIXA/cUqWrvBsaeJ23aZEPk1TAYkurjfMbSELfoCXlGA== + "@types/minimatch@*": version "3.0.5" resolved "https://registry.yarnpkg.com/@types/minimatch/-/minimatch-3.0.5.tgz#1001cc5e6a3704b83c236027e77f2f58ea010f40" @@ -2427,6 +2711,13 @@ aggregate-error@^3.0.0: clean-stack "^2.0.0" indent-string "^4.0.0" +ajv-formats@^2.1.1: + version "2.1.1" + resolved "https://registry.yarnpkg.com/ajv-formats/-/ajv-formats-2.1.1.tgz#6e669400659eb74973bbf2e33327180a0996b520" + integrity sha512-Wx0Kx52hxE7C18hkMEggYlEifqWZtYaRgouJor+WMdPnQyEK13vgEWyVNup7SoeeoLMsr4kf5h6dOW11I15MUA== + dependencies: + ajv "^8.0.0" + ajv-keywords@^3.5.2: version "3.5.2" resolved "https://registry.yarnpkg.com/ajv-keywords/-/ajv-keywords-3.5.2.tgz#31f29da5ab6e00d1c2d329acf7b5929614d5014d" @@ -2442,6 +2733,16 @@ ajv@^6.12.3, ajv@^6.12.4, ajv@^6.12.5, ajv@^6.7.0: json-schema-traverse "^0.4.1" uri-js "^4.2.2" +ajv@^8.0.0, ajv@^8.12.0: + version "8.17.1" + resolved "https://registry.yarnpkg.com/ajv/-/ajv-8.17.1.tgz#37d9a5c776af6bc92d7f4f9510eba4c0a60d11a6" + integrity sha512-B/gBuNg5SiMTrPkC+A2+cW0RszwxYmn6VYxB/inlBStS5nx6xHIt/ehKRhIMhqusl7a8LjQoZnjCs5vhwxOQ1g== + dependencies: + fast-deep-equal "^3.1.3" + fast-uri "^3.0.1" + json-schema-traverse "^1.0.0" + require-from-string "^2.0.2" + ansi-escapes@^4.2.1: version "4.3.2" resolved "https://registry.yarnpkg.com/ansi-escapes/-/ansi-escapes-4.3.2.tgz#6b2291d1db7d98b6521d5f1efa42d0f3a9feb65e" @@ -2851,6 +3152,15 @@ cliui@^7.0.2: strip-ansi "^6.0.0" wrap-ansi "^7.0.0" +cliui@^8.0.1: + version "8.0.1" + resolved "https://registry.yarnpkg.com/cliui/-/cliui-8.0.1.tgz#0c04b075db02cbfe60dc8e6cf2f5486b1a3608aa" + integrity sha512-BSeNnyus75C4//NQ9gQt1/csTXyo/8Sb+afLAkzAptFuMsod9HFokGNudZpi/oQV73hnVK+sR+5PVRMd+Dr7YQ== + dependencies: + string-width "^4.2.0" + strip-ansi "^6.0.1" + wrap-ansi "^7.0.0" + clone-deep@^4.0.1: version "4.0.1" resolved "https://registry.yarnpkg.com/clone-deep/-/clone-deep-4.0.1.tgz#c19fd9bdbbf85942b4fd979c84dcf7d5f07c2387" @@ -3064,6 +3374,11 @@ create-react-class@^15.6.2: loose-envify "^1.3.1" object-assign "^4.1.1" +crelt@^1.0.5, crelt@^1.0.6: + version "1.0.6" + resolved "https://registry.yarnpkg.com/crelt/-/crelt-1.0.6.tgz#7cc898ea74e190fb6ef9dae57f8f81cf7302df72" + integrity sha512-VQ2MBenTq1fWZUH9DJNGti7kKv6EeAuYr3cLwxUWhIu1baTaXh4Ib5W2CqHVqib4/MqbYGJqiL3Zb8GJZr3l4g== + cross-spawn@^7.0.3: version "7.0.6" resolved "https://registry.yarnpkg.com/cross-spawn/-/cross-spawn-7.0.6.tgz#8a58fe78f00dcd70c370451759dfbfaf03e8ee9f" @@ -3841,7 +4156,7 @@ extsprintf@1.3.0, extsprintf@^1.2.0: resolved "https://registry.yarnpkg.com/extsprintf/-/extsprintf-1.3.0.tgz#96918440e3041a7a414f8c52e3c574eb3c3e1e05" integrity sha1-lpGEQOMEGnpBT4xS48V06zw+HgU= -fast-deep-equal@^3.1.1, fast-deep-equal@~3.1.3: +fast-deep-equal@^3.1.1, fast-deep-equal@^3.1.3, fast-deep-equal@~3.1.3: version "3.1.3" resolved "https://registry.yarnpkg.com/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz#3a7d56b559d6cbc3eb512325244e619a65c6c525" integrity sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q== @@ -3882,6 +4197,11 @@ fast-safe-stringify@^2.0.8: resolved "https://registry.yarnpkg.com/fast-safe-stringify/-/fast-safe-stringify-2.1.1.tgz#c406a83b6e70d9e35ce3b30a81141df30aeba884" integrity sha512-W+KJc2dmILlPplD/H4K9l9LcAHAfPtP6BY84uVLXQ6Evcz9Lcg33Y2z1IVblT6xdY54PXYVHEv+0Wpq8Io6zkA== +fast-uri@^3.0.1: + version "3.0.6" + resolved "https://registry.yarnpkg.com/fast-uri/-/fast-uri-3.0.6.tgz#88f130b77cfaea2378d56bf970dea21257a68748" + integrity sha512-Atfo14OibSv5wAp4VWNsFYE1AchQRTv9cBGWET4pZWHzYshFSS9NQI6I57rdKn9croWVMbYFbLhJ+yJvmZIIHw== + fastest-levenshtein@^1.0.12: version "1.0.12" resolved "https://registry.yarnpkg.com/fastest-levenshtein/-/fastest-levenshtein-1.0.12.tgz#9990f7d3a88cc5a9ffd1f1745745251700d497e2" @@ -4189,6 +4509,11 @@ he@^1.2.0: resolved "https://registry.yarnpkg.com/he/-/he-1.2.0.tgz#84ae65fa7eafb165fddb61566ae14baf05664f0f" integrity sha512-F/1DnUGPopORZi0ni+CvrCgHQ5FyEAHRLSApuYWMmrbSwoN2Mn/7k+Gl38gJnR7yyDZk6WLXwiGod1JOWNDKGw== +highlight-words-core@^1.2.0: + version "1.2.3" + resolved "https://registry.yarnpkg.com/highlight-words-core/-/highlight-words-core-1.2.3.tgz#781f37b2a220bf998114e4ef8c8cb6c7a4802ea8" + integrity sha512-m1O9HW3/GNHxzSIXWw1wCNXXsgLlxrP0OI6+ycGUhiUHkikqW3OrwVHz+lxeNBe5yqLESdIcj8PowHQ2zLvUvQ== + hoopy@^0.1.4: version "0.1.4" resolved "https://registry.yarnpkg.com/hoopy/-/hoopy-0.1.4.tgz#609207d661100033a9a9402ad3dea677381c1b1d" @@ -4628,6 +4953,11 @@ json-schema-traverse@^0.4.1: resolved "https://registry.yarnpkg.com/json-schema-traverse/-/json-schema-traverse-0.4.1.tgz#69f6a87d9513ab8bb8fe63bdb0979c448e684660" integrity sha512-xbbCH5dCYU5T8LcEhhuh7HJ88HXuW3qsI3Y0zOZFKfZEHcpWiHU/Jxzk629Brsab/mMiHQti9wMP+845RPe3Vg== +json-schema-traverse@^1.0.0: + version "1.0.0" + resolved "https://registry.yarnpkg.com/json-schema-traverse/-/json-schema-traverse-1.0.0.tgz#ae7bcb3656ab77a73ba5c49bf654f38e6b6860e2" + integrity sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug== + json-schema@0.4.0, json-schema@^0.4.0: version "0.4.0" resolved "https://registry.yarnpkg.com/json-schema/-/json-schema-0.4.0.tgz#f7de4cf6efab838ebaeb3236474cbba5a1930ab5" @@ -4638,6 +4968,11 @@ json-stringify-pretty-compact@^3.0.0, json-stringify-pretty-compact@~3.0.0: resolved "https://registry.yarnpkg.com/json-stringify-pretty-compact/-/json-stringify-pretty-compact-3.0.0.tgz#f71ef9d82ef16483a407869556588e91b681d9ab" integrity sha512-Rc2suX5meI0S3bfdZuA7JMFBGkJ875ApfVyq2WHELjBiiG22My/l7/8zPpH/CfFVQHuVLd8NLR0nv6vi0BYYKA== +json-stringify-pretty-compact@~4.0.0: + version "4.0.0" + resolved "https://registry.yarnpkg.com/json-stringify-pretty-compact/-/json-stringify-pretty-compact-4.0.0.tgz#cf4844770bddee3cb89a6170fe4b00eee5dbf1d4" + integrity sha512-3CNZ2DnrpByG9Nqj6Xo8vqbjT4F6N+tb4Gb28ESAZjYZ5yqvmc56J+/kuIwkaAMOyblTQhUW7PxMkUb8Q36N3Q== + json-stringify-safe@~5.0.1: version "5.0.1" resolved "https://registry.yarnpkg.com/json-stringify-safe/-/json-stringify-safe-5.0.1.tgz#1296a2d58fd45f19a0f6ce01d65701e2c735b6eb" @@ -5048,6 +5383,11 @@ media-typer@0.3.0: resolved "https://registry.yarnpkg.com/media-typer/-/media-typer-0.3.0.tgz#8710d7af0aa626f8fffa1ce00168545263255748" integrity sha1-hxDXrwqmJvj/+hzgAWhUUmMlV0g= +memoize-one@^4.0.0: + version "4.1.0" + resolved "https://registry.yarnpkg.com/memoize-one/-/memoize-one-4.1.0.tgz#a2387c58c03fff27ca390c31b764a79addf3f906" + integrity sha512-2GApq0yI/b22J2j9rhbrAlsHb0Qcz+7yWxeLG8h+95sl1XPUgeLimQSOdur4Vw7cUhrBHwaUZxWFZueojqNRzA== + memoizee@0.4.15: version "0.4.15" resolved "https://registry.yarnpkg.com/memoizee/-/memoizee-0.4.15.tgz#e6f3d2da863f318d02225391829a6c5956555b72" @@ -5661,7 +6001,7 @@ promise-inflight@^1.0.1: resolved "https://registry.yarnpkg.com/promise-inflight/-/promise-inflight-1.0.1.tgz#98472870bf228132fcbdd868129bad12c3c029e3" integrity sha1-mEcocL8igTL8vdhoEputEsPAKeM= -prop-types@^15.6.0, prop-types@^15.6.1, prop-types@^15.7.2, prop-types@^15.8.1: +prop-types@^15.5.8, prop-types@^15.6.0, prop-types@^15.6.1, prop-types@^15.7.2, prop-types@^15.8.1: version "15.8.1" resolved "https://registry.yarnpkg.com/prop-types/-/prop-types-15.8.1.tgz#67d87bf1a694f48435cf332c24af10214a3140b5" integrity sha512-oj87CgZICdulUohogVAR7AjlC0327U4el4L6eAvOqCeudMDVU0NThNaV+b9Df4dXgSP1gXMTnPdhfe/2qDH5cg== @@ -5784,7 +6124,7 @@ react-base16-styling@^0.9.1: csstype "^3.0.10" lodash.curry "^4.1.1" -react-dom@^17.0.1: +react-dom@^17.0.1, react-dom@^18.2.0: version "17.0.2" resolved "https://registry.yarnpkg.com/react-dom/-/react-dom-17.0.2.tgz#ecffb6845e3ad8dbfcdc498f0d0a939736502c23" integrity sha512-s4h96KtLDUQlsENhMn1ar8t2bEa+q/YAtj8pPPdIjPDGBDIVNsrD9aXNWqspUe6AzKCIG0C1HZZLqLV7qpOBGA== @@ -5793,6 +6133,15 @@ react-dom@^17.0.1: object-assign "^4.1.1" scheduler "^0.20.2" +react-highlight-words@^0.20.0: + version "0.20.0" + resolved "https://registry.yarnpkg.com/react-highlight-words/-/react-highlight-words-0.20.0.tgz#c60bfff5d14678c8f0e8fbe4bdcf083e6c70d507" + integrity sha512-asCxy+jCehDVhusNmCBoxDf2mm1AJ//D+EzDx1m5K7EqsMBIHdZ5G4LdwbSEXqZq1Ros0G0UySWmAtntSph7XA== + dependencies: + highlight-words-core "^1.2.0" + memoize-one "^4.0.0" + prop-types "^15.5.8" + react-highlighter@^0.4.3: version "0.4.3" resolved "https://registry.yarnpkg.com/react-highlighter/-/react-highlighter-0.4.3.tgz#e32c84d053259c30ca72c615aa759036d0d23048" @@ -5823,6 +6172,15 @@ react-json-tree@^0.16.1: prop-types "^15.8.1" react-base16-styling "^0.9.1" +react-json-tree@^0.18.0: + version "0.18.0" + resolved "https://registry.yarnpkg.com/react-json-tree/-/react-json-tree-0.18.0.tgz#3c4bec7b091f50dcc9c09652d89c8f4373ebf3ea" + integrity sha512-Qe6HKSXrr++n9Y31nkRJ3XvQMATISpqigH1vEKhLwB56+nk5thTP0ITThpjxY6ZG/ubpVq/aEHIcyLP/OPHxeA== + dependencies: + "@babel/runtime" "^7.20.6" + "@types/lodash" "^4.14.191" + react-base16-styling "^0.9.1" + react-paginate@^6.3.2: version "6.5.0" resolved "https://registry.yarnpkg.com/react-paginate/-/react-paginate-6.5.0.tgz#b9baf53627b115cfd688afa048776aa45bffda19" @@ -5943,6 +6301,11 @@ require-directory@^2.1.1: resolved "https://registry.yarnpkg.com/require-directory/-/require-directory-2.1.1.tgz#8c64ad5fd30dab1c976e2344ffe7f792a6a6df42" integrity sha1-jGStX9MNqxyXbiNE/+f3kqam30I= +require-from-string@^2.0.2: + version "2.0.2" + resolved "https://registry.yarnpkg.com/require-from-string/-/require-from-string-2.0.2.tgz#89a7fdd938261267318eafe14f9c32e598c36909" + integrity sha512-Xf0nWe6RseziFMu+Ap9biiUbmplq6S9/p+7w7YXP/JBHhrUDDUhwa+vANyubuqfZWTveU//DYVGsDG7RKL/vEw== + requires-port@^1.0.0: version "1.0.0" resolved "https://registry.yarnpkg.com/requires-port/-/requires-port-1.0.0.tgz#925d2601d39ac485e091cf0da5c6e694dc3dcaff" @@ -6295,7 +6658,7 @@ steno@^0.4.1: dependencies: graceful-fs "^4.1.3" -string-width@^4.1.0, string-width@^4.2.0: +string-width@^4.1.0, string-width@^4.2.0, string-width@^4.2.3: version "4.2.3" resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010" integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g== @@ -6343,6 +6706,11 @@ style-loader@~2.0.0: loader-utils "^2.0.0" schema-utils "^3.0.0" +style-mod@^4.0.0, style-mod@^4.1.0: + version "4.1.2" + resolved "https://registry.yarnpkg.com/style-mod/-/style-mod-4.1.2.tgz#ca238a1ad4786520f7515a8539d5a63691d7bf67" + integrity sha512-wnD1HyVqpJUI2+eKZ+eo1UwghftP6yuFheBqqe+bWCotBjC2K1YnteJILRMs3SM4V/0dLEW1SC27MWP5y+mwmw== + supports-color@^5.3.0: version "5.5.0" resolved "https://registry.yarnpkg.com/supports-color/-/supports-color-5.5.0.tgz#e2e69a44ac8772f78a1ec0b35b689df6530efc8f" @@ -6558,6 +6926,11 @@ tslib@^2.0.3, tslib@^2.2.0, tslib@~2.2.0: resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.2.0.tgz#fb2c475977e35e241311ede2693cee1ec6698f5c" integrity sha512-gS9GVHRU+RGn5KQM2rllAlR3dU6m7AcpJKdtH8gFvQiC4Otgk98XnmMU+nZenHt/+VhnBPWwgrJsyrdcw6i23w== +tslib@~2.8.1: + version "2.8.1" + resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.8.1.tgz#612efe4ed235d567e8aba5f2a5fab70280ade83f" + integrity sha512-oJFu94HQb+KVduSUQL7wnpmqnfmLsOA/nAh6b6EH0wCEoK0/mPeXU6c3wKDV83MkOuHPRHtSXKKU99IBazS/2w== + tsscmp@1.0.6: version "1.0.6" resolved "https://registry.yarnpkg.com/tsscmp/-/tsscmp-1.0.6.tgz#85b99583ac3589ec4bfef825b5000aa911d605eb" @@ -6929,6 +7302,18 @@ vega-lite@^5.1.0: vega-util "~1.16.1" yargs "~16.2.0" +vega-lite@^5.6.1-next.1: + version "5.23.0" + resolved "https://registry.yarnpkg.com/vega-lite/-/vega-lite-5.23.0.tgz#342cbe8e5ccd3e3eeb4721818b1d5cb26b60ad8a" + integrity sha512-l4J6+AWE3DIjvovEoHl2LdtCUkfm4zs8Xxx7INwZEAv+XVb6kR6vIN1gt3t2gN2gs/y4DYTs/RPoTeYAuEg6mA== + dependencies: + json-stringify-pretty-compact "~4.0.0" + tslib "~2.8.1" + vega-event-selector "~3.0.1" + vega-expression "~5.1.1" + vega-util "~1.17.2" + yargs "~17.7.2" + vega-loader@^4.5.2, vega-loader@~4.5.2: version "4.5.2" resolved "https://registry.yarnpkg.com/vega-loader/-/vega-loader-4.5.2.tgz#7212f093c397b153f69f7e6cfef47817c17c5c01" @@ -7235,6 +7620,11 @@ w3c-hr-time@^1.0.1: dependencies: browser-process-hrtime "^1.0.0" +w3c-keyname@^2.2.4: + version "2.2.8" + resolved "https://registry.yarnpkg.com/w3c-keyname/-/w3c-keyname-2.2.8.tgz#7b17c8c6883d4e8b86ac8aba79d39e880f8869c5" + integrity sha512-dpojBhNsCNN7T82Tm7k26A6G9ML3NkhDsnw9n/eoxSRlVBB4CEtIQ/KTCLI2Fwf3ataSXRhYFkQi3SlnFwPvPQ== + w3c-xmlserializer@^1.1.2: version "1.1.2" resolved "https://registry.yarnpkg.com/w3c-xmlserializer/-/w3c-xmlserializer-1.1.2.tgz#30485ca7d70a6fd052420a3d12fd90e6339ce794" @@ -7528,6 +7918,11 @@ yargs-parser@^20.2.2: resolved "https://registry.yarnpkg.com/yargs-parser/-/yargs-parser-20.2.4.tgz#b42890f14566796f85ae8e3a25290d205f154a54" integrity sha512-WOkpgNhPTlE73h4VFAFsOnomJVaovO8VqLDzy5saChRBFQFBoMYirowyW+Q9HB4HFF4Z7VZTiG3iSzJJA29yRA== +yargs-parser@^21.1.1: + version "21.1.1" + resolved "https://registry.yarnpkg.com/yargs-parser/-/yargs-parser-21.1.1.tgz#9096bceebf990d21bb31fa9516e0ede294a77d35" + integrity sha512-tVpsJW7DdjecAiFpbIB1e3qxIQsE6NoPc5/eTdrbbIC4h0LVsWhnoa3g+m2HclBIujHzsxZ4VJVA+GUuc2/LBw== + yargs@~16.2.0: version "16.2.0" resolved "https://registry.yarnpkg.com/yargs/-/yargs-16.2.0.tgz#1c82bf0f6b6a66eafce7ef30e376f49a12477f66" @@ -7541,6 +7936,19 @@ yargs@~16.2.0: y18n "^5.0.5" yargs-parser "^20.2.2" +yargs@~17.7.2: + version "17.7.2" + resolved "https://registry.yarnpkg.com/yargs/-/yargs-17.7.2.tgz#991df39aca675a192b816e1e0363f9d75d2aa269" + integrity sha512-7dSzzRQ++CKnNI/krKnYRV7JKKPUXMEh61soaHKg9mrWEhzFWhFnxPxGl+69cD1Ou63C13NUPCnmIcrvqCuM6w== + dependencies: + cliui "^8.0.1" + escalade "^3.1.1" + get-caller-file "^2.0.5" + require-directory "^2.1.1" + string-width "^4.2.3" + y18n "^5.0.5" + yargs-parser "^21.1.1" + yarn-deduplicate@^2.1.1: version "2.1.1" resolved "https://registry.yarnpkg.com/yarn-deduplicate/-/yarn-deduplicate-2.1.1.tgz#500a3010e4bdee3c3250936e210910c7cae3d75d" @@ -7550,7 +7958,7 @@ yarn-deduplicate@^2.1.1: commander "^5.1.0" semver "^7.3.2" -yjs@^13.5.17: +yjs@^13.5.17, yjs@^13.5.40: version "13.5.17" resolved "https://registry.yarnpkg.com/yjs/-/yjs-13.5.17.tgz#888830e015cce709f3413f78cfdcf3c2176d4b0a" integrity sha512-EeroWadB+/SlGuNwXaIjo75QlTlCjst3U/dLqhTkqwIXeCGl/nRTbQev+iYgWZVskD1eTCvaDc2FdrGdpKq32A==