jupyterlab 3.6.2__py3-none-any.whl → 3.6.3__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (297) hide show
  1. jupyterlab/_version.py +1 -1
  2. jupyterlab/schemas/@jupyterlab/application-extension/package.json.orig +10 -10
  3. jupyterlab/schemas/@jupyterlab/apputils-extension/package.json.orig +14 -14
  4. jupyterlab/schemas/@jupyterlab/cell-toolbar-extension/package.json.orig +7 -7
  5. jupyterlab/schemas/@jupyterlab/codemirror-extension/package.json.orig +10 -10
  6. jupyterlab/schemas/@jupyterlab/completer-extension/package.json.orig +9 -9
  7. jupyterlab/schemas/@jupyterlab/console-extension/package.json.orig +13 -13
  8. jupyterlab/schemas/@jupyterlab/csvviewer-extension/package.json.orig +11 -11
  9. jupyterlab/schemas/@jupyterlab/debugger-extension/package.json.orig +16 -16
  10. jupyterlab/schemas/@jupyterlab/docmanager-extension/package.json.orig +13 -13
  11. jupyterlab/schemas/@jupyterlab/documentsearch-extension/package.json.orig +7 -7
  12. jupyterlab/schemas/@jupyterlab/extensionmanager-extension/package.json.orig +7 -7
  13. jupyterlab/schemas/@jupyterlab/filebrowser-extension/package.json.orig +15 -15
  14. jupyterlab/schemas/@jupyterlab/fileeditor-extension/package.json.orig +18 -18
  15. jupyterlab/schemas/@jupyterlab/help-extension/package.json.orig +9 -9
  16. jupyterlab/schemas/@jupyterlab/htmlviewer-extension/package.json.orig +9 -9
  17. jupyterlab/schemas/@jupyterlab/hub-extension/package.json.orig +6 -6
  18. jupyterlab/schemas/@jupyterlab/imageviewer-extension/package.json.orig +6 -6
  19. jupyterlab/schemas/@jupyterlab/inspector-extension/package.json.orig +9 -9
  20. jupyterlab/schemas/@jupyterlab/launcher-extension/package.json.orig +7 -7
  21. jupyterlab/schemas/@jupyterlab/logconsole-extension/package.json.orig +12 -12
  22. jupyterlab/schemas/@jupyterlab/mainmenu-extension/package.json.orig +10 -10
  23. jupyterlab/schemas/@jupyterlab/markdownviewer-extension/package.json.orig +8 -8
  24. jupyterlab/schemas/@jupyterlab/notebook-extension/package.json.orig +25 -25
  25. jupyterlab/schemas/@jupyterlab/settingeditor-extension/package.json.orig +10 -10
  26. jupyterlab/schemas/@jupyterlab/shortcuts-extension/package.json.orig +7 -7
  27. jupyterlab/schemas/@jupyterlab/statusbar-extension/package.json.orig +13 -13
  28. jupyterlab/schemas/@jupyterlab/terminal-extension/package.json.orig +12 -12
  29. jupyterlab/schemas/@jupyterlab/toc-extension/package.json.orig +12 -12
  30. jupyterlab/schemas/@jupyterlab/tooltip-extension/package.json.orig +11 -11
  31. jupyterlab/schemas/@jupyterlab/translation-extension/package.json.orig +6 -6
  32. jupyterlab/staging/package.json +148 -147
  33. jupyterlab/staging/yarn.lock +1259 -1259
  34. jupyterlab-3.6.2.data/data/share/jupyter/lab/static/3122.6da9e52abd5263a9752f.js → jupyterlab/static/3122.b1fda55c421da97a00a3.js +2 -2
  35. jupyterlab/static/{5493.7afc94ce5db2401a17a0.js → 5493.bc25a653f87ecf6d27f8.js} +3 -3
  36. jupyterlab/static/7796.0dcdca3baf288d835bab.js +2 -0
  37. jupyterlab/static/{6174.b837e8b720639bb0675d.js → 9493.7d21c080b2fe6d48740c.js} +2 -2
  38. jupyterlab/static/build_log.json +98 -97
  39. jupyterlab/static/index.html +1 -1
  40. jupyterlab/static/jlab_core.4d5114e25256eeddf4e4.js +3 -0
  41. jupyterlab/static/main.c474366c927dbb3da565.js +2 -0
  42. jupyterlab/static/package.json +148 -147
  43. jupyterlab/static/third-party-licenses.json +97 -97
  44. jupyterlab/tests/mock_packages/extension/package.json +3 -3
  45. jupyterlab/tests/mock_packages/interop/consumer/package.json +3 -3
  46. jupyterlab/tests/mock_packages/interop/provider/package.json +3 -3
  47. jupyterlab/tests/mock_packages/interop/token/package.json +1 -1
  48. jupyterlab/tests/mock_packages/mimeextension/package.json +1 -1
  49. {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/schemas/@jupyterlab/application-extension/package.json.orig +10 -10
  50. {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/schemas/@jupyterlab/apputils-extension/package.json.orig +14 -14
  51. {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/schemas/@jupyterlab/cell-toolbar-extension/package.json.orig +7 -7
  52. {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/schemas/@jupyterlab/codemirror-extension/package.json.orig +10 -10
  53. {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/schemas/@jupyterlab/completer-extension/package.json.orig +9 -9
  54. {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/schemas/@jupyterlab/console-extension/package.json.orig +13 -13
  55. {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/schemas/@jupyterlab/csvviewer-extension/package.json.orig +11 -11
  56. {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/schemas/@jupyterlab/debugger-extension/package.json.orig +16 -16
  57. {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/schemas/@jupyterlab/docmanager-extension/package.json.orig +13 -13
  58. {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/schemas/@jupyterlab/documentsearch-extension/package.json.orig +7 -7
  59. {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/schemas/@jupyterlab/extensionmanager-extension/package.json.orig +7 -7
  60. {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/schemas/@jupyterlab/filebrowser-extension/package.json.orig +15 -15
  61. {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/schemas/@jupyterlab/fileeditor-extension/package.json.orig +18 -18
  62. {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/schemas/@jupyterlab/help-extension/package.json.orig +9 -9
  63. {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/schemas/@jupyterlab/htmlviewer-extension/package.json.orig +9 -9
  64. {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/schemas/@jupyterlab/hub-extension/package.json.orig +6 -6
  65. {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/schemas/@jupyterlab/imageviewer-extension/package.json.orig +6 -6
  66. {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/schemas/@jupyterlab/inspector-extension/package.json.orig +9 -9
  67. {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/schemas/@jupyterlab/launcher-extension/package.json.orig +7 -7
  68. {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/schemas/@jupyterlab/logconsole-extension/package.json.orig +12 -12
  69. {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/schemas/@jupyterlab/mainmenu-extension/package.json.orig +10 -10
  70. {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/schemas/@jupyterlab/markdownviewer-extension/package.json.orig +8 -8
  71. {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/schemas/@jupyterlab/notebook-extension/package.json.orig +25 -25
  72. {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/schemas/@jupyterlab/settingeditor-extension/package.json.orig +10 -10
  73. {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/schemas/@jupyterlab/shortcuts-extension/package.json.orig +7 -7
  74. {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/schemas/@jupyterlab/statusbar-extension/package.json.orig +13 -13
  75. {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/schemas/@jupyterlab/terminal-extension/package.json.orig +12 -12
  76. {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/schemas/@jupyterlab/toc-extension/package.json.orig +12 -12
  77. {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/schemas/@jupyterlab/tooltip-extension/package.json.orig +11 -11
  78. {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/schemas/@jupyterlab/translation-extension/package.json.orig +6 -6
  79. jupyterlab/static/3122.6da9e52abd5263a9752f.js → jupyterlab-3.6.3.data/data/share/jupyter/lab/static/3122.b1fda55c421da97a00a3.js +2 -2
  80. jupyterlab-3.6.2.data/data/share/jupyter/lab/static/5493.7afc94ce5db2401a17a0.js → jupyterlab-3.6.3.data/data/share/jupyter/lab/static/5493.bc25a653f87ecf6d27f8.js +3 -3
  81. jupyterlab-3.6.3.data/data/share/jupyter/lab/static/7796.0dcdca3baf288d835bab.js +2 -0
  82. jupyterlab-3.6.2.data/data/share/jupyter/lab/static/6174.b837e8b720639bb0675d.js → jupyterlab-3.6.3.data/data/share/jupyter/lab/static/9493.7d21c080b2fe6d48740c.js +2 -2
  83. {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/static/build_log.json +98 -97
  84. {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/static/index.html +1 -1
  85. jupyterlab-3.6.3.data/data/share/jupyter/lab/static/jlab_core.4d5114e25256eeddf4e4.js +3 -0
  86. jupyterlab-3.6.3.data/data/share/jupyter/lab/static/main.c474366c927dbb3da565.js +2 -0
  87. jupyterlab-3.6.3.data/data/share/jupyter/lab/static/package.json +323 -0
  88. {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/static/third-party-licenses.json +97 -97
  89. {jupyterlab-3.6.2.dist-info → jupyterlab-3.6.3.dist-info}/METADATA +1 -1
  90. {jupyterlab-3.6.2.dist-info → jupyterlab-3.6.3.dist-info}/RECORD +290 -290
  91. jupyterlab/static/7796.6cae4a397b88ab8cf016.js +0 -2
  92. jupyterlab/static/jlab_core.48a41b637653e18e773e.js +0 -3
  93. jupyterlab/static/main.b5a59426d23035dbc798.js +0 -2
  94. jupyterlab-3.6.2.data/data/share/jupyter/lab/static/7796.6cae4a397b88ab8cf016.js +0 -2
  95. jupyterlab-3.6.2.data/data/share/jupyter/lab/static/jlab_core.48a41b637653e18e773e.js +0 -3
  96. jupyterlab-3.6.2.data/data/share/jupyter/lab/static/main.b5a59426d23035dbc798.js +0 -2
  97. jupyterlab-3.6.2.data/data/share/jupyter/lab/static/package.json +0 -322
  98. /jupyterlab/static/{5493.7afc94ce5db2401a17a0.js.LICENSE.txt → 5493.bc25a653f87ecf6d27f8.js.LICENSE.txt} +0 -0
  99. /jupyterlab/static/{jlab_core.48a41b637653e18e773e.js.LICENSE.txt → jlab_core.4d5114e25256eeddf4e4.js.LICENSE.txt} +0 -0
  100. {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/etc/jupyter/jupyter_notebook_config.d/jupyterlab.json +0 -0
  101. {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/etc/jupyter/jupyter_server_config.d/jupyterlab.json +0 -0
  102. {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/schemas/@jupyterlab/application-extension/commands.json +0 -0
  103. {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/schemas/@jupyterlab/application-extension/context-menu.json +0 -0
  104. {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/schemas/@jupyterlab/application-extension/shell.json +0 -0
  105. {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/schemas/@jupyterlab/application-extension/sidebar.json +0 -0
  106. {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/schemas/@jupyterlab/apputils-extension/notification.json +0 -0
  107. {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/schemas/@jupyterlab/apputils-extension/palette.json +0 -0
  108. {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/schemas/@jupyterlab/apputils-extension/print.json +0 -0
  109. {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/schemas/@jupyterlab/apputils-extension/sanitizer.json +0 -0
  110. {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/schemas/@jupyterlab/apputils-extension/themes.json +0 -0
  111. {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/schemas/@jupyterlab/apputils-extension/workspaces.json +0 -0
  112. {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/schemas/@jupyterlab/cell-toolbar-extension/plugin.json +0 -0
  113. {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/schemas/@jupyterlab/codemirror-extension/commands.json +0 -0
  114. {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/schemas/@jupyterlab/completer-extension/consoles.json +0 -0
  115. {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/schemas/@jupyterlab/completer-extension/files.json +0 -0
  116. {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/schemas/@jupyterlab/completer-extension/notebooks.json +0 -0
  117. {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/schemas/@jupyterlab/console-extension/foreign.json +0 -0
  118. {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/schemas/@jupyterlab/console-extension/tracker.json +0 -0
  119. {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/schemas/@jupyterlab/csvviewer-extension/csv.json +0 -0
  120. {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/schemas/@jupyterlab/csvviewer-extension/tsv.json +0 -0
  121. {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/schemas/@jupyterlab/debugger-extension/main.json +0 -0
  122. {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/schemas/@jupyterlab/docmanager-extension/download.json +0 -0
  123. {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/schemas/@jupyterlab/docmanager-extension/plugin.json +0 -0
  124. {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/schemas/@jupyterlab/documentsearch-extension/plugin.json +0 -0
  125. {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/schemas/@jupyterlab/extensionmanager-extension/plugin.json +0 -0
  126. {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/schemas/@jupyterlab/filebrowser-extension/browser.json +0 -0
  127. {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/schemas/@jupyterlab/filebrowser-extension/download.json +0 -0
  128. {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/schemas/@jupyterlab/filebrowser-extension/open-browser-tab.json +0 -0
  129. {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/schemas/@jupyterlab/filebrowser-extension/open-with.json +0 -0
  130. {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/schemas/@jupyterlab/filebrowser-extension/widget.json +0 -0
  131. {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/schemas/@jupyterlab/fileeditor-extension/plugin.json +0 -0
  132. {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/schemas/@jupyterlab/help-extension/about.json +0 -0
  133. {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/schemas/@jupyterlab/help-extension/jupyter-forum.json +0 -0
  134. {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/schemas/@jupyterlab/help-extension/launch-classic.json +0 -0
  135. {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/schemas/@jupyterlab/htmlviewer-extension/plugin.json +0 -0
  136. {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/schemas/@jupyterlab/hub-extension/plugin.json +0 -0
  137. {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/schemas/@jupyterlab/imageviewer-extension/plugin.json +0 -0
  138. {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/schemas/@jupyterlab/inspector-extension/consoles.json +0 -0
  139. {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/schemas/@jupyterlab/inspector-extension/inspector.json +0 -0
  140. {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/schemas/@jupyterlab/inspector-extension/notebooks.json +0 -0
  141. {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/schemas/@jupyterlab/launcher-extension/plugin.json +0 -0
  142. {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/schemas/@jupyterlab/logconsole-extension/plugin.json +0 -0
  143. {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/schemas/@jupyterlab/mainmenu-extension/plugin.json +0 -0
  144. {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/schemas/@jupyterlab/markdownviewer-extension/plugin.json +0 -0
  145. {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/schemas/@jupyterlab/notebook-extension/export.json +0 -0
  146. {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/schemas/@jupyterlab/notebook-extension/panel.json +0 -0
  147. {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/schemas/@jupyterlab/notebook-extension/tracker.json +0 -0
  148. {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/schemas/@jupyterlab/settingeditor-extension/form-ui.json +0 -0
  149. {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/schemas/@jupyterlab/settingeditor-extension/plugin.json +0 -0
  150. {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/schemas/@jupyterlab/shortcuts-extension/shortcuts.json +0 -0
  151. {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/schemas/@jupyterlab/statusbar-extension/plugin.json +0 -0
  152. {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/schemas/@jupyterlab/terminal-extension/plugin.json +0 -0
  153. {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/schemas/@jupyterlab/toc-extension/plugin.json +0 -0
  154. {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/schemas/@jupyterlab/tooltip-extension/consoles.json +0 -0
  155. {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/schemas/@jupyterlab/tooltip-extension/files.json +0 -0
  156. {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/schemas/@jupyterlab/tooltip-extension/notebooks.json +0 -0
  157. {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/schemas/@jupyterlab/translation-extension/plugin.json +0 -0
  158. {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/static/06f4d00923ea24697df5df0b92984175991d8bd25776a02d531bb401e393ec42.ttf +0 -0
  159. {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/static/1033.890eeae47460e241b1e9.js +0 -0
  160. {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/static/1036.a055f7326513fc5a04f7.js +0 -0
  161. {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/static/1036.a055f7326513fc5a04f7.js.LICENSE.txt +0 -0
  162. {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/static/1044.4e54e3e338cfaccdfb46.js +0 -0
  163. {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/static/1057.16c446ab94eb9e5ed42a.js +0 -0
  164. {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/static/1142.074d125bb59f5a332666.js +0 -0
  165. {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/static/1249.8501a6fa8feae7016c0a.js +0 -0
  166. {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/static/126.1e2fb998804b27c72a3e.js +0 -0
  167. {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/static/1358.9ab4f57e8227ce75f427.js +0 -0
  168. {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/static/1397.4b53e533e7ca4d3f06fe.js +0 -0
  169. {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/static/14c9db4ff87fde08f67b0a69dd594bab6d87174812a0dbd34c59833bfed8cc0e.woff +0 -0
  170. {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/static/1842.1846f224482b066652bf.js +0 -0
  171. {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/static/1944.9bb345a40325c23313e9.js +0 -0
  172. {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/static/1944.9bb345a40325c23313e9.js.LICENSE.txt +0 -0
  173. {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/static/198.ebf955f77b5c9807f163.js +0 -0
  174. {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/static/2249.0cc057d5b7da618aa4e0.js +0 -0
  175. {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/static/2326849b6c3dfa217a0e9ecaec9553c910a4e2987c87315c85073d2b95a484f3.svg +0 -0
  176. {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/static/2349.91555cd2ef72c84e9253.js +0 -0
  177. {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/static/2353.baeba73a2e9f3d9e75d2.js +0 -0
  178. {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/static/2356.f97dd8093f97f156efe4.js +0 -0
  179. {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/static/2585.4d374708a4df1d35065d.js +0 -0
  180. {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/static/3029.51bdde209f9c4e269943.js +0 -0
  181. {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/static/3087.06efd084edba2bea6ea1.js +0 -0
  182. {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/static/3114.5cbcff15783573c636c6.js +0 -0
  183. {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/static/3236.4fabf963498daeeb9624.js +0 -0
  184. {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/static/3308.03624912593a42120dea.js +0 -0
  185. {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/static/3387.bb8976de803b341fe7a3.js +0 -0
  186. {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/static/3443.868b4f89289beb97adec.js +0 -0
  187. {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/static/3496.ecb0e7fcc54191234ae6.js +0 -0
  188. {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/static/3531.0bacde3facdc0c46766c.js +0 -0
  189. {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/static/3532.c5348a7ce31c17eaeb0b.js +0 -0
  190. {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/static/3664.cfb68e6cb3654849310c.js +0 -0
  191. {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/static/3791.6adeeacb6143a6599115.js +0 -0
  192. {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/static/3935.4159b022aa6d82e44127.js +0 -0
  193. {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/static/3935.4159b022aa6d82e44127.js.LICENSE.txt +0 -0
  194. {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/static/3992.6587b8bb22d3b162cc6b.js +0 -0
  195. {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/static/3d06af1f31cd83ace7a265a014b8fb5dee15770ecac8f7a55555190e627e03c2.ttf +0 -0
  196. {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/static/406.6f87c9a21bbaa5f39fc4.js +0 -0
  197. {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/static/407a9723fc717c94e287496080d773e18e29c3cac49e2630172343c65c0864a8.eot +0 -0
  198. {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/static/4151.ce38cc139e8eec621bde.js +0 -0
  199. {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/static/4155.784ca1752696680bf373.js +0 -0
  200. {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/static/43c072c16c9ee6d67acdfa6c6d6685ff1e74eb4237b7cc3c1348ab1c108b26af.woff2 +0 -0
  201. {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/static/4402.d24b4a44244e256d0126.js +0 -0
  202. {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/static/4429.c4f083ef6b6e29345fd4.js +0 -0
  203. {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/static/45.91c59b0e1dca32f01373.js +0 -0
  204. {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/static/4570.53adcb6f69939da383ff.js +0 -0
  205. {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/static/4631.96a143e70f005fef7b59.js +0 -0
  206. {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/static/4657.f97cd1238beedb61548c.js +0 -0
  207. {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/static/466.239a0c009f33f1cb7cab.js +0 -0
  208. {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/static/4894.f5e3a48d18905b75d07f.js +0 -0
  209. {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/static/501.d77919e38ba77753c7f8.js +0 -0
  210. {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/static/5065.49dd76cb64fd444f785f.js +0 -0
  211. {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/static/5096.96faf5ddac346a9ad9c3.js +0 -0
  212. {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/static/5096.96faf5ddac346a9ad9c3.js.LICENSE.txt +0 -0
  213. {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/static/5223.0006e6e211b7c197b9f1.js +0 -0
  214. {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/static/5289.6c67522c6a1c32fc2ea2.js +0 -0
  215. {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/static/5383.d630abf49f5cb82bb76f.js +0 -0
  216. /jupyterlab-3.6.2.data/data/share/jupyter/lab/static/5493.7afc94ce5db2401a17a0.js.LICENSE.txt → /jupyterlab-3.6.3.data/data/share/jupyter/lab/static/5493.bc25a653f87ecf6d27f8.js.LICENSE.txt +0 -0
  217. {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/static/5505.d108d38d683afca0e4ed.js +0 -0
  218. {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/static/5557.625f5943a166b494ee38.js +0 -0
  219. {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/static/5619.b1928648a190b38e627a.js +0 -0
  220. {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/static/6005.cda1ecd972909c2a0250.js +0 -0
  221. {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/static/6064.1a4a55a09511d4907870.js +0 -0
  222. {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/static/6064.1a4a55a09511d4907870.js.LICENSE.txt +0 -0
  223. {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/static/6218.63b338a58c855634089e.js +0 -0
  224. {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/static/6282.455f87010a88485c089b.js +0 -0
  225. {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/static/6443.04025a1d063425902d56.js +0 -0
  226. {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/static/6504.f578fea4ca18a937babd.js +0 -0
  227. {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/static/6550.f5dbb748ddae3ef4b27e.js +0 -0
  228. {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/static/6598.e2d4d064ef6bca780c2c.js +0 -0
  229. {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/static/6655.0f133ab652b8d8af8a1a.js +0 -0
  230. {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/static/6700.c96344a466d1896657bf.js +0 -0
  231. {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/static/6777.1b7dcbf5a42c2daf11b8.js +0 -0
  232. {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/static/679b5a5216bbdf913cc22d6ae44778c1ef975ee387a6c4c5de87e75d19a22232.svg +0 -0
  233. {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/static/6952.1bd5bcfeb0d87e61efcb.js +0 -0
  234. {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/static/6962.6d7125f759d926dcf34f.js +0 -0
  235. {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/static/6975.e0560614fd629195c9bf.js +0 -0
  236. {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/static/6989.75bf0da94e660a6c26f8.js +0 -0
  237. {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/static/7034.fce307da76771c0ef0c8.js +0 -0
  238. {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/static/7050.fc2b565767a93966c20e.js +0 -0
  239. {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/static/7289.c749cf355edec3e37aa8.js +0 -0
  240. {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/static/7294.f71c2889fedcd71bd1ee.js +0 -0
  241. {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/static/7294.f71c2889fedcd71bd1ee.js.LICENSE.txt +0 -0
  242. {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/static/7300.26360c57b8bd81344bd5.js +0 -0
  243. {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/static/7454.5859b3e9803de4da9c05.js +0 -0
  244. {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/static/7463.c34847707aeb55f90a82.js +0 -0
  245. {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/static/74edc18b67c487e32f181719fdb347e2e77020744651f446e9acd7bd6821e2e7.woff +0 -0
  246. {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/static/75a761159ae266c5332a4f266e07a5543712ffb76ee0260b07782195c04dc364.eot +0 -0
  247. {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/static/7717.2a6e6bb4e5f6b92e9798.js +0 -0
  248. {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/static/7730.7e3a9fb140d2d55a51fc.js +0 -0
  249. {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/static/7755.d506a1d9dadf30b1e490.js +0 -0
  250. {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/static/7788.5e16fdcc197e245776fd.js +0 -0
  251. {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/static/7900.86dcbbbfb1a3d4f98375.js +0 -0
  252. {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/static/8012.e4c8f67dc497d26c16fc.js +0 -0
  253. {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/static/8059.6011120485fc3c4868d4.js +0 -0
  254. {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/static/807.25ee5f37af96f64ba380.js +0 -0
  255. {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/static/807.25ee5f37af96f64ba380.js.LICENSE.txt +0 -0
  256. {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/static/8102.7f1644c3be420fb40db9.js +0 -0
  257. {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/static/8284.54c936b3303933d2da84.js +0 -0
  258. {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/static/8428.dd5a93f02f55af0d3d8c.js +0 -0
  259. {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/static/8523.9b232c15e4eb5bc08a37.js +0 -0
  260. {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/static/8524.48062ecfe543b6d76860.js +0 -0
  261. {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/static/8580.974138f8b6ddb72035f9.js +0 -0
  262. {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/static/8657.bf693afb7646976b9a51.js +0 -0
  263. {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/static/870.e515a8a325f5ddb19079.js +0 -0
  264. {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/static/8708.35479b2d01be1e86804a.js +0 -0
  265. {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/static/8819.743ff7148bbdf35c7bbb.js +0 -0
  266. {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/static/8834.7621cb792c80bfa66e05.js +0 -0
  267. {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/static/8843.35ec0f0b1f61c25e0401.js +0 -0
  268. {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/static/8afc6e5e842baab16010c2ce6fcf48ec4ded8e1579a37c1f1bc027e120d04951.woff2 +0 -0
  269. {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/static/900.6a1241c0269d5df615c8.js +0 -0
  270. {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/static/901.2ec3367a81663f96cc4b.js +0 -0
  271. {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/static/9039.5f28fec36b1eba3e4a52.js +0 -0
  272. {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/static/9109.1b114e9c83e36c6560df.js +0 -0
  273. {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/static/911.0c08f040896753efc653.js +0 -0
  274. {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/static/911.0c08f040896753efc653.js.LICENSE.txt +0 -0
  275. {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/static/9316.c4abfd78d98bb182cd2f.js +0 -0
  276. {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/static/9473.2e52d2ba788beec303be.js +0 -0
  277. {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/static/9473.2e52d2ba788beec303be.js.LICENSE.txt +0 -0
  278. {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/static/96.c281b119ab350d7dd3de.js +0 -0
  279. {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/static/9845.8b6c837a5ff754554b39.js +0 -0
  280. {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/static/9866.5db2f5cd62fb6e231305.js +0 -0
  281. {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/static/aff76e5c986f295d4bc6f8142a78e2a31888b101c2d025db89f79c75f64fd90b.woff +0 -0
  282. {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/static/bootstrap.js +0 -0
  283. {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/static/c651b8a67d3193206f622c3c3b0fbca4a2f2727108c4212b52c1e2a2e84c9b31.ttf +0 -0
  284. {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/static/cf83ffb8cf0023bd439dfdd5d02f1954b6ee027e85897d6cfc5f90bbca9ec1d2.eot +0 -0
  285. {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/static/d0b4256abed72481585662971262eabee345c19f837af00d7ce24239d3b40eef.woff2 +0 -0
  286. {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/static/fa498fb2596a5235c5c86d7b68a7fbe76e9855c01af4b0e5ab41c41047c648e0.svg +0 -0
  287. {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/static/index.out.js +0 -0
  288. /jupyterlab-3.6.2.data/data/share/jupyter/lab/static/jlab_core.48a41b637653e18e773e.js.LICENSE.txt → /jupyterlab-3.6.3.data/data/share/jupyter/lab/static/jlab_core.4d5114e25256eeddf4e4.js.LICENSE.txt +0 -0
  289. {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/static/style.js +0 -0
  290. {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/themes/@jupyterlab/theme-dark-extension/index.css +0 -0
  291. {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/themes/@jupyterlab/theme-dark-extension/index.js +0 -0
  292. {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/themes/@jupyterlab/theme-light-extension/index.css +0 -0
  293. {jupyterlab-3.6.2.data → jupyterlab-3.6.3.data}/data/share/jupyter/lab/themes/@jupyterlab/theme-light-extension/index.js +0 -0
  294. {jupyterlab-3.6.2.dist-info → jupyterlab-3.6.3.dist-info}/LICENSE +0 -0
  295. {jupyterlab-3.6.2.dist-info → jupyterlab-3.6.3.dist-info}/WHEEL +0 -0
  296. {jupyterlab-3.6.2.dist-info → jupyterlab-3.6.3.dist-info}/entry_points.txt +0 -0
  297. {jupyterlab-3.6.2.dist-info → jupyterlab-3.6.3.dist-info}/top_level.txt +0 -0
@@ -78,42 +78,42 @@
78
78
  y-protocols "^1.0.5"
79
79
  yjs "^13.5.40"
80
80
 
81
- "@jupyterlab/application-extension@^3.6.2", "@jupyterlab/application-extension@~3.6.2":
82
- version "3.6.2"
83
- resolved "https://registry.yarnpkg.com/@jupyterlab/application-extension/-/application-extension-3.6.2.tgz#270bcb72815fa278bff4676b204a68f323dd4dac"
84
- integrity sha512-lDmAoFjrZs7O2EJ55PZu25JcvdL2hEDrt/z8uojaIC9rqU0/OH8pWVpT6Cki6Mr0oZb4nVwTQha68NInHQVdXg==
85
- dependencies:
86
- "@jupyterlab/application" "^3.6.2"
87
- "@jupyterlab/apputils" "^3.6.2"
88
- "@jupyterlab/coreutils" "^5.6.2"
89
- "@jupyterlab/property-inspector" "^3.6.2"
90
- "@jupyterlab/settingregistry" "^3.6.2"
91
- "@jupyterlab/statedb" "^3.6.2"
92
- "@jupyterlab/translation" "^3.6.2"
93
- "@jupyterlab/ui-components" "^3.6.2"
81
+ "@jupyterlab/application-extension@^3.6.3", "@jupyterlab/application-extension@~3.6.3":
82
+ version "3.6.3"
83
+ resolved "https://registry.yarnpkg.com/@jupyterlab/application-extension/-/application-extension-3.6.3.tgz#8f4f616fbb7c640d842f89ba2d9d5f3200862fe4"
84
+ integrity sha512-BjxrxWS4Hqj05xmsk+25V2Jpqx/qXbuTHqlFnqVtBG7/Ymwk8ILRGydvk5pAIC7LI959Bx2fkC6XBCzGuHPu8A==
85
+ dependencies:
86
+ "@jupyterlab/application" "^3.6.3"
87
+ "@jupyterlab/apputils" "^3.6.3"
88
+ "@jupyterlab/coreutils" "^5.6.3"
89
+ "@jupyterlab/property-inspector" "^3.6.3"
90
+ "@jupyterlab/settingregistry" "^3.6.3"
91
+ "@jupyterlab/statedb" "^3.6.3"
92
+ "@jupyterlab/translation" "^3.6.3"
93
+ "@jupyterlab/ui-components" "^3.6.3"
94
94
  "@lumino/algorithm" "^1.9.0"
95
95
  "@lumino/coreutils" "^1.11.0"
96
96
  "@lumino/disposable" "^1.10.0"
97
- "@lumino/widgets" "^1.37.1"
97
+ "@lumino/widgets" "^1.37.2"
98
98
  react "^17.0.1"
99
99
 
100
- "@jupyterlab/application@^3.6.2", "@jupyterlab/application@~3.6.2":
101
- version "3.6.2"
102
- resolved "https://registry.yarnpkg.com/@jupyterlab/application/-/application-3.6.2.tgz#2920f2455484eea9a558956ce27640d18b901a51"
103
- integrity sha512-yweyVTCQHfpvpxZmuBxLuGfxw30AtS4JrQGCh0P34taAbJfaYwQvzMEdK9fjvzbg8QDzIvp2lhsZZjQBjKdRzw==
100
+ "@jupyterlab/application@^3.6.3", "@jupyterlab/application@~3.6.3":
101
+ version "3.6.3"
102
+ resolved "https://registry.yarnpkg.com/@jupyterlab/application/-/application-3.6.3.tgz#7e199f77a4536bc7429fbecf9ba1850f51d9de52"
103
+ integrity sha512-G0tR6sUSCuHB8vGQnaB5lfihKNJVHtqYNoMlsZYF9rYpZEhW1TRD4uE5rg4RfDDR+GghjckQlP3rRNB2Vn4tMA==
104
104
  dependencies:
105
105
  "@fortawesome/fontawesome-free" "^5.12.0"
106
- "@jupyterlab/apputils" "^3.6.2"
107
- "@jupyterlab/coreutils" "^5.6.2"
108
- "@jupyterlab/docregistry" "^3.6.2"
109
- "@jupyterlab/rendermime" "^3.6.2"
110
- "@jupyterlab/rendermime-interfaces" "^3.6.2"
111
- "@jupyterlab/services" "^6.6.2"
112
- "@jupyterlab/statedb" "^3.6.2"
113
- "@jupyterlab/translation" "^3.6.2"
114
- "@jupyterlab/ui-components" "^3.6.2"
106
+ "@jupyterlab/apputils" "^3.6.3"
107
+ "@jupyterlab/coreutils" "^5.6.3"
108
+ "@jupyterlab/docregistry" "^3.6.3"
109
+ "@jupyterlab/rendermime" "^3.6.3"
110
+ "@jupyterlab/rendermime-interfaces" "^3.6.3"
111
+ "@jupyterlab/services" "^6.6.3"
112
+ "@jupyterlab/statedb" "^3.6.3"
113
+ "@jupyterlab/translation" "^3.6.3"
114
+ "@jupyterlab/ui-components" "^3.6.3"
115
115
  "@lumino/algorithm" "^1.9.0"
116
- "@lumino/application" "^1.31.3"
116
+ "@lumino/application" "^1.31.4"
117
117
  "@lumino/commands" "^1.19.0"
118
118
  "@lumino/coreutils" "^1.11.0"
119
119
  "@lumino/disposable" "^1.10.0"
@@ -121,48 +121,48 @@
121
121
  "@lumino/polling" "^1.9.0"
122
122
  "@lumino/properties" "^1.8.0"
123
123
  "@lumino/signaling" "^1.10.0"
124
- "@lumino/widgets" "^1.37.1"
125
-
126
- "@jupyterlab/apputils-extension@^3.6.2", "@jupyterlab/apputils-extension@~3.6.2":
127
- version "3.6.2"
128
- resolved "https://registry.yarnpkg.com/@jupyterlab/apputils-extension/-/apputils-extension-3.6.2.tgz#c7532634c2c37e33b45fff7bdd3fadf0ae5ea126"
129
- integrity sha512-Xx+2Sqf9XW5+JLsv5irjdcU3MXxYso9s5QP+P7Vh1MfdZ9UH0VeQe3XN3cJlR7XYO0F7Jdpj8bAABsDuPtQzHg==
130
- dependencies:
131
- "@jupyterlab/application" "^3.6.2"
132
- "@jupyterlab/apputils" "^3.6.2"
133
- "@jupyterlab/coreutils" "^5.6.2"
134
- "@jupyterlab/docregistry" "^3.6.2"
135
- "@jupyterlab/filebrowser" "^3.6.2"
136
- "@jupyterlab/mainmenu" "^3.6.2"
137
- "@jupyterlab/services" "^6.6.2"
138
- "@jupyterlab/settingregistry" "^3.6.2"
139
- "@jupyterlab/statedb" "^3.6.2"
140
- "@jupyterlab/statusbar" "^3.6.2"
141
- "@jupyterlab/translation" "^3.6.2"
142
- "@jupyterlab/ui-components" "^3.6.2"
124
+ "@lumino/widgets" "^1.37.2"
125
+
126
+ "@jupyterlab/apputils-extension@^3.6.3", "@jupyterlab/apputils-extension@~3.6.3":
127
+ version "3.6.3"
128
+ resolved "https://registry.yarnpkg.com/@jupyterlab/apputils-extension/-/apputils-extension-3.6.3.tgz#b046b7c14410d357c31e0199ccfee5e97ce3765b"
129
+ integrity sha512-n9Kd84AKYh5q788euOPqeexMIMl8+prJBTVCP3j8sB9crz77nnt7+MSRDWHjEi6iNZOTCyeAQvJKPyH1hLLexg==
130
+ dependencies:
131
+ "@jupyterlab/application" "^3.6.3"
132
+ "@jupyterlab/apputils" "^3.6.3"
133
+ "@jupyterlab/coreutils" "^5.6.3"
134
+ "@jupyterlab/docregistry" "^3.6.3"
135
+ "@jupyterlab/filebrowser" "^3.6.3"
136
+ "@jupyterlab/mainmenu" "^3.6.3"
137
+ "@jupyterlab/services" "^6.6.3"
138
+ "@jupyterlab/settingregistry" "^3.6.3"
139
+ "@jupyterlab/statedb" "^3.6.3"
140
+ "@jupyterlab/statusbar" "^3.6.3"
141
+ "@jupyterlab/translation" "^3.6.3"
142
+ "@jupyterlab/ui-components" "^3.6.3"
143
143
  "@lumino/algorithm" "^1.9.0"
144
144
  "@lumino/commands" "^1.19.0"
145
145
  "@lumino/coreutils" "^1.11.0"
146
146
  "@lumino/disposable" "^1.10.0"
147
147
  "@lumino/polling" "^1.9.0"
148
- "@lumino/widgets" "^1.37.1"
148
+ "@lumino/widgets" "^1.37.2"
149
149
  es6-promise "~4.2.8"
150
150
  react "^17.0.1"
151
151
  react-dom "^17.0.1"
152
152
  react-toastify "^9.0.8"
153
153
 
154
- "@jupyterlab/apputils@^3.6.2", "@jupyterlab/apputils@~3.6.2":
155
- version "3.6.2"
156
- resolved "https://registry.yarnpkg.com/@jupyterlab/apputils/-/apputils-3.6.2.tgz#743d46f9a002ff70cc8e487bc3b4b0375574010f"
157
- integrity sha512-H0oYfIyZSI4QwZKq4X1/weoSWhKbNBKY/ikqQPrG/6KlRYhVqGtxxpRvrHVhhIa8TWQlJxVaXHoW3sbahzok0g==
158
- dependencies:
159
- "@jupyterlab/coreutils" "^5.6.2"
160
- "@jupyterlab/observables" "^4.6.2"
161
- "@jupyterlab/services" "^6.6.2"
162
- "@jupyterlab/settingregistry" "^3.6.2"
163
- "@jupyterlab/statedb" "^3.6.2"
164
- "@jupyterlab/translation" "^3.6.2"
165
- "@jupyterlab/ui-components" "^3.6.2"
154
+ "@jupyterlab/apputils@^3.6.3", "@jupyterlab/apputils@~3.6.3":
155
+ version "3.6.3"
156
+ resolved "https://registry.yarnpkg.com/@jupyterlab/apputils/-/apputils-3.6.3.tgz#bc37683142b281e21d22a2f4698634563658298e"
157
+ integrity sha512-um2Aaa5fOUwHFpAqKTDA+MFpnAldzOILIi5QsKOWRxiJA2W8x+hlg5HvHbq+eSWuWEU3ah15M7htzBcL3g9d4Q==
158
+ dependencies:
159
+ "@jupyterlab/coreutils" "^5.6.3"
160
+ "@jupyterlab/observables" "^4.6.3"
161
+ "@jupyterlab/services" "^6.6.3"
162
+ "@jupyterlab/settingregistry" "^3.6.3"
163
+ "@jupyterlab/statedb" "^3.6.3"
164
+ "@jupyterlab/translation" "^3.6.3"
165
+ "@jupyterlab/ui-components" "^3.6.3"
166
166
  "@lumino/algorithm" "^1.9.0"
167
167
  "@lumino/commands" "^1.19.0"
168
168
  "@lumino/coreutils" "^1.11.0"
@@ -173,32 +173,32 @@
173
173
  "@lumino/properties" "^1.8.0"
174
174
  "@lumino/signaling" "^1.10.0"
175
175
  "@lumino/virtualdom" "^1.14.0"
176
- "@lumino/widgets" "^1.37.1"
176
+ "@lumino/widgets" "^1.37.2"
177
177
  "@types/react" "^17.0.0"
178
178
  react "^17.0.1"
179
179
  react-dom "^17.0.1"
180
180
  sanitize-html "~2.7.3"
181
181
  url "^0.11.0"
182
182
 
183
- "@jupyterlab/attachments@^3.6.2", "@jupyterlab/attachments@~3.6.2":
184
- version "3.6.2"
185
- resolved "https://registry.yarnpkg.com/@jupyterlab/attachments/-/attachments-3.6.2.tgz#b9b59efe25dc043871e4d2110b6ed2847c9cc495"
186
- integrity sha512-7gQPjD14DpSG6Thw6Rsw6KGWtjkqpoGQdpJcf2622KnF5p1/5JLzIqHt/ioMiDRWs3ETmKLtGj1VeznNflXs3w==
183
+ "@jupyterlab/attachments@^3.6.3", "@jupyterlab/attachments@~3.6.3":
184
+ version "3.6.3"
185
+ resolved "https://registry.yarnpkg.com/@jupyterlab/attachments/-/attachments-3.6.3.tgz#f2e52c3518d3f84cb7a7cc7c8a113f49dfdde4f1"
186
+ integrity sha512-ZYDJjcoExmojsGkX5f1WVFfW39XJcb7CtfzFcNz3AbytebRK13S1xqCRlef/TFW+XT6BG7hjMSJlpW3GdkCV1Q==
187
187
  dependencies:
188
- "@jupyterlab/nbformat" "^3.6.2"
189
- "@jupyterlab/observables" "^4.6.2"
190
- "@jupyterlab/rendermime" "^3.6.2"
191
- "@jupyterlab/rendermime-interfaces" "^3.6.2"
188
+ "@jupyterlab/nbformat" "^3.6.3"
189
+ "@jupyterlab/observables" "^4.6.3"
190
+ "@jupyterlab/rendermime" "^3.6.3"
191
+ "@jupyterlab/rendermime-interfaces" "^3.6.3"
192
192
  "@lumino/disposable" "^1.10.0"
193
193
  "@lumino/signaling" "^1.10.0"
194
194
 
195
- "@jupyterlab/builder@^3.6.2":
196
- version "3.6.2"
197
- resolved "https://registry.yarnpkg.com/@jupyterlab/builder/-/builder-3.6.2.tgz#910727b6daa881b1a9cc563362c973f5bd91e142"
198
- integrity sha512-xn6zej5slJLoB6bldq7F+F2FAue5mQQ9djVtmcLuLxyhR8lPSaDqVkfCnHp62XlFxwOFm4YIMCV4ip6W8ug/Fw==
195
+ "@jupyterlab/builder@^3.6.3":
196
+ version "3.6.3"
197
+ resolved "https://registry.yarnpkg.com/@jupyterlab/builder/-/builder-3.6.3.tgz#a4b22efe34e9598b84122ff10509d3d890017b6a"
198
+ integrity sha512-oY1a/r75RMoPzhSmuVu+DfjL0cKk1ceHTniZsM2wPuhjjyoF875u6CDzArJatpOOuTgLm7CY5OcU3LCIK1OAgg==
199
199
  dependencies:
200
200
  "@lumino/algorithm" "^1.9.0"
201
- "@lumino/application" "^1.31.3"
201
+ "@lumino/application" "^1.31.4"
202
202
  "@lumino/commands" "^1.19.0"
203
203
  "@lumino/coreutils" "^1.11.0"
204
204
  "@lumino/disposable" "^1.10.0"
@@ -208,7 +208,7 @@
208
208
  "@lumino/properties" "^1.8.0"
209
209
  "@lumino/signaling" "^1.10.0"
210
210
  "@lumino/virtualdom" "^1.14.0"
211
- "@lumino/widgets" "^1.37.1"
211
+ "@lumino/widgets" "^1.37.2"
212
212
  ajv "^6.12.3"
213
213
  commander "~6.0.0"
214
214
  css-loader "^5.0.1"
@@ -233,10 +233,10 @@
233
233
  webpack-merge "^5.1.2"
234
234
  worker-loader "^3.0.2"
235
235
 
236
- "@jupyterlab/buildutils@^3.6.2":
237
- version "3.6.2"
238
- resolved "https://registry.yarnpkg.com/@jupyterlab/buildutils/-/buildutils-3.6.2.tgz#e6975123c1cabe9706ce764b40c5192bb03e2945"
239
- integrity sha512-tUQbFRFaBfgi4yLGtOkjD/j64hN3018/IJZ6pWRRnbekcMeb06o9p07tKTFrHKjob2gKgNlkVpf2VEm2rscciA==
236
+ "@jupyterlab/buildutils@^3.6.3":
237
+ version "3.6.3"
238
+ resolved "https://registry.yarnpkg.com/@jupyterlab/buildutils/-/buildutils-3.6.3.tgz#8bb00cbe8eee6dbceca89406d00a97da2db1063a"
239
+ integrity sha512-SzNi6GpijK5ii2y3WL3tnpl8Bv56Eg1HHwdfYj1kjH+dQTwQwkCuTtRP2fAXSbyRe/Q9ujIUM0jSAAb2g46Tgw==
240
240
  dependencies:
241
241
  "@lumino/coreutils" "^1.11.0"
242
242
  "@yarnpkg/lockfile" "^1.1.0"
@@ -257,51 +257,51 @@
257
257
  typescript "~4.1.3"
258
258
  verdaccio "^5.20.1"
259
259
 
260
- "@jupyterlab/cell-toolbar-extension@^3.6.2", "@jupyterlab/cell-toolbar-extension@~3.6.2":
261
- version "3.6.2"
262
- resolved "https://registry.yarnpkg.com/@jupyterlab/cell-toolbar-extension/-/cell-toolbar-extension-3.6.2.tgz#112c124a9df3b843272ac43cbb125b55a67cfb69"
263
- integrity sha512-E+2PhZjeLmQM3Mvoo+KQ+qYYxPKTlXBjIg6I2xuqf7YQRQXghiDij//+0KWUfX/oiY3rIM8p4FIiwJbQN02QKA==
264
- dependencies:
265
- "@jupyterlab/application" "^3.6.2"
266
- "@jupyterlab/apputils" "^3.6.2"
267
- "@jupyterlab/cell-toolbar" "^3.6.2"
268
- "@jupyterlab/settingregistry" "^3.6.2"
269
- "@jupyterlab/translation" "^3.6.2"
270
-
271
- "@jupyterlab/cell-toolbar@^3.6.2", "@jupyterlab/cell-toolbar@~3.6.2":
272
- version "3.6.2"
273
- resolved "https://registry.yarnpkg.com/@jupyterlab/cell-toolbar/-/cell-toolbar-3.6.2.tgz#b4d0fa996d611f3f97b1249696e5d45d98e1c60f"
274
- integrity sha512-W+/Oxaw/yNx0imP2hzZQprIDlSBIwNpIkAmL8CpFR8XeD2P50Sn2Yp2vG/1PcYkN5YpjflmlgjWkvXhkvMX/jQ==
275
- dependencies:
276
- "@jupyterlab/apputils" "^3.6.2"
277
- "@jupyterlab/cells" "^3.6.2"
278
- "@jupyterlab/docregistry" "^3.6.2"
279
- "@jupyterlab/notebook" "^3.6.2"
280
- "@jupyterlab/observables" "^4.6.2"
260
+ "@jupyterlab/cell-toolbar-extension@^3.6.3", "@jupyterlab/cell-toolbar-extension@~3.6.3":
261
+ version "3.6.3"
262
+ resolved "https://registry.yarnpkg.com/@jupyterlab/cell-toolbar-extension/-/cell-toolbar-extension-3.6.3.tgz#66dccbb748c501f745f1ad4fb13f1138b5ae10bc"
263
+ integrity sha512-rL5uC21lx5YNdL+FevJDF8ZvNa2/tBHInOUq9kqO1yZYPPBrsEQSeZ8MlWZl50Cuu905XxruCJN4/wroRtGhrA==
264
+ dependencies:
265
+ "@jupyterlab/application" "^3.6.3"
266
+ "@jupyterlab/apputils" "^3.6.3"
267
+ "@jupyterlab/cell-toolbar" "^3.6.3"
268
+ "@jupyterlab/settingregistry" "^3.6.3"
269
+ "@jupyterlab/translation" "^3.6.3"
270
+
271
+ "@jupyterlab/cell-toolbar@^3.6.3", "@jupyterlab/cell-toolbar@~3.6.3":
272
+ version "3.6.3"
273
+ resolved "https://registry.yarnpkg.com/@jupyterlab/cell-toolbar/-/cell-toolbar-3.6.3.tgz#fde8e8f8a89b20a66cfa393ac8502ac28e8c97cb"
274
+ integrity sha512-FQTov9Ibj/9399NkdDXyw1z9HZrmuwB820361iaiDbNBNe9M2upoALFJ894BZztTSbZFZ5elLMBCYJH5b4uZjw==
275
+ dependencies:
276
+ "@jupyterlab/apputils" "^3.6.3"
277
+ "@jupyterlab/cells" "^3.6.3"
278
+ "@jupyterlab/docregistry" "^3.6.3"
279
+ "@jupyterlab/notebook" "^3.6.3"
280
+ "@jupyterlab/observables" "^4.6.3"
281
281
  "@lumino/algorithm" "^1.9.0"
282
282
  "@lumino/commands" "^1.19.0"
283
283
  "@lumino/disposable" "^1.10.0"
284
284
  "@lumino/signaling" "^1.10.0"
285
- "@lumino/widgets" "^1.37.1"
285
+ "@lumino/widgets" "^1.37.2"
286
286
 
287
- "@jupyterlab/cells@^3.6.2", "@jupyterlab/cells@~3.6.2":
288
- version "3.6.2"
289
- resolved "https://registry.yarnpkg.com/@jupyterlab/cells/-/cells-3.6.2.tgz#d48b03cb17a59d4a41b6492d83c5131db30984fe"
290
- integrity sha512-bs+TMCEpV4HtlT2BEcxD9IA+IKM8Tefo9DXMoHO8L7uX6k4Je54imJRuQCI9K9cPTw06GIV8YRkAJw+kjwtePA==
287
+ "@jupyterlab/cells@^3.6.3", "@jupyterlab/cells@~3.6.3":
288
+ version "3.6.3"
289
+ resolved "https://registry.yarnpkg.com/@jupyterlab/cells/-/cells-3.6.3.tgz#ac8191f99923a004211725435d25280347794cff"
290
+ integrity sha512-o3Uydof6bZ6HGSRgSm6isuAhaqYVmv+ozsmADYNmIGbwwwC+eb391Cv+rC3kuPZX/+2UhhO6s7fqFxW8aHUDkg==
291
291
  dependencies:
292
292
  "@jupyter/ydoc" "~0.2.3"
293
- "@jupyterlab/apputils" "^3.6.2"
294
- "@jupyterlab/attachments" "^3.6.2"
295
- "@jupyterlab/codeeditor" "^3.6.2"
296
- "@jupyterlab/codemirror" "^3.6.2"
297
- "@jupyterlab/coreutils" "^5.6.2"
298
- "@jupyterlab/filebrowser" "^3.6.2"
299
- "@jupyterlab/nbformat" "^3.6.2"
300
- "@jupyterlab/observables" "^4.6.2"
301
- "@jupyterlab/outputarea" "^3.6.2"
302
- "@jupyterlab/rendermime" "^3.6.2"
303
- "@jupyterlab/services" "^6.6.2"
304
- "@jupyterlab/ui-components" "^3.6.2"
293
+ "@jupyterlab/apputils" "^3.6.3"
294
+ "@jupyterlab/attachments" "^3.6.3"
295
+ "@jupyterlab/codeeditor" "^3.6.3"
296
+ "@jupyterlab/codemirror" "^3.6.3"
297
+ "@jupyterlab/coreutils" "^5.6.3"
298
+ "@jupyterlab/filebrowser" "^3.6.3"
299
+ "@jupyterlab/nbformat" "^3.6.3"
300
+ "@jupyterlab/observables" "^4.6.3"
301
+ "@jupyterlab/outputarea" "^3.6.3"
302
+ "@jupyterlab/rendermime" "^3.6.3"
303
+ "@jupyterlab/services" "^6.6.3"
304
+ "@jupyterlab/ui-components" "^3.6.3"
305
305
  "@lumino/algorithm" "^1.9.0"
306
306
  "@lumino/coreutils" "^1.11.0"
307
307
  "@lumino/domutils" "^1.8.0"
@@ -310,210 +310,210 @@
310
310
  "@lumino/polling" "^1.9.0"
311
311
  "@lumino/signaling" "^1.10.0"
312
312
  "@lumino/virtualdom" "^1.14.0"
313
- "@lumino/widgets" "^1.37.1"
313
+ "@lumino/widgets" "^1.37.2"
314
314
  marked "^4.0.17"
315
315
  react "^17.0.1"
316
316
 
317
- "@jupyterlab/celltags-extension@^3.6.2", "@jupyterlab/celltags-extension@~3.6.2":
318
- version "3.6.2"
319
- resolved "https://registry.yarnpkg.com/@jupyterlab/celltags-extension/-/celltags-extension-3.6.2.tgz#e1063b82fc7c435709a9de6dd285877efa58cc72"
320
- integrity sha512-CFtQzdAfWdWiR2KH7E6sDXhf6D1JBmWPr6UB71534utY7pOz4F0Hsp22XBsUi36wx7ZQXYHLaXIXj+1HHIvVvg==
321
- dependencies:
322
- "@jupyterlab/application" "^3.6.2"
323
- "@jupyterlab/celltags" "^3.6.2"
324
- "@jupyterlab/notebook" "^3.6.2"
325
- "@jupyterlab/translation" "^3.6.2"
326
-
327
- "@jupyterlab/celltags@^3.6.2", "@jupyterlab/celltags@~3.6.2":
328
- version "3.6.2"
329
- resolved "https://registry.yarnpkg.com/@jupyterlab/celltags/-/celltags-3.6.2.tgz#78ce2a2ffa38a042abb966fc2973a9c7a4ed43bb"
330
- integrity sha512-qOKE9eETbOdKJHS1NaPbG4rxj1TmKex8Eiu9GgFQAieZURd4/MCbQtihtH7ABPgP9DW8S2NLWWYJgGMWZDX+Qg==
331
- dependencies:
332
- "@jupyterlab/application" "^3.6.2"
333
- "@jupyterlab/cells" "^3.6.2"
334
- "@jupyterlab/notebook" "^3.6.2"
335
- "@jupyterlab/translation" "^3.6.2"
336
- "@jupyterlab/ui-components" "^3.6.2"
317
+ "@jupyterlab/celltags-extension@^3.6.3", "@jupyterlab/celltags-extension@~3.6.3":
318
+ version "3.6.3"
319
+ resolved "https://registry.yarnpkg.com/@jupyterlab/celltags-extension/-/celltags-extension-3.6.3.tgz#607e142ca7c1d9fb7fd44c571003d6210e517e6f"
320
+ integrity sha512-hg9JghvmHC6gKTQw281lNQuzVUeR+KWVWsfnIgRQTESwar9h2SHXv0E/Q+eqRDp22cZVbPDVCOrtuEiXDXWl4A==
321
+ dependencies:
322
+ "@jupyterlab/application" "^3.6.3"
323
+ "@jupyterlab/celltags" "^3.6.3"
324
+ "@jupyterlab/notebook" "^3.6.3"
325
+ "@jupyterlab/translation" "^3.6.3"
326
+
327
+ "@jupyterlab/celltags@^3.6.3", "@jupyterlab/celltags@~3.6.3":
328
+ version "3.6.3"
329
+ resolved "https://registry.yarnpkg.com/@jupyterlab/celltags/-/celltags-3.6.3.tgz#b333aab38e735ddf01a89fda47d9c5490f64191f"
330
+ integrity sha512-fE2R8e8ynOkO4y894Y2gQ3TzF8nP0C97SEu8LcKnieWEa6bANuBBk8FgcBuwAOOPNMTj6bcgEA0zZs6dzqtTdw==
331
+ dependencies:
332
+ "@jupyterlab/application" "^3.6.3"
333
+ "@jupyterlab/cells" "^3.6.3"
334
+ "@jupyterlab/notebook" "^3.6.3"
335
+ "@jupyterlab/translation" "^3.6.3"
336
+ "@jupyterlab/ui-components" "^3.6.3"
337
337
  "@lumino/algorithm" "^1.9.0"
338
338
  "@lumino/messaging" "^1.10.0"
339
339
  "@lumino/signaling" "^1.10.0"
340
- "@lumino/widgets" "^1.37.1"
340
+ "@lumino/widgets" "^1.37.2"
341
341
 
342
- "@jupyterlab/codeeditor@^3.6.2", "@jupyterlab/codeeditor@~3.6.2":
343
- version "3.6.2"
344
- resolved "https://registry.yarnpkg.com/@jupyterlab/codeeditor/-/codeeditor-3.6.2.tgz#f9c02b78c3e30e4a54e148749f797b149b09c880"
345
- integrity sha512-lLk3adJSx5XHuS1x8ZHAluZU98T/TsZEHkGhwnlWBoXooLnukieS3azAXWhjXaeM6RAXpd7tlDwq+kQLESoz3g==
342
+ "@jupyterlab/codeeditor@^3.6.3", "@jupyterlab/codeeditor@~3.6.3":
343
+ version "3.6.3"
344
+ resolved "https://registry.yarnpkg.com/@jupyterlab/codeeditor/-/codeeditor-3.6.3.tgz#a889c1821001888af7b60f66b1ee91e15797c0bb"
345
+ integrity sha512-SnVo5KDhyRkK/o1SDRX9nehLEAMaOBFf+GUx2jeXBTfr6wTKcwDBnJAUwlOfncwRlMV79aUIqTIcS861FSXDyA==
346
346
  dependencies:
347
347
  "@jupyter/ydoc" "~0.2.3"
348
- "@jupyterlab/coreutils" "^5.6.2"
349
- "@jupyterlab/nbformat" "^3.6.2"
350
- "@jupyterlab/observables" "^4.6.2"
351
- "@jupyterlab/translation" "^3.6.2"
352
- "@jupyterlab/ui-components" "^3.6.2"
348
+ "@jupyterlab/coreutils" "^5.6.3"
349
+ "@jupyterlab/nbformat" "^3.6.3"
350
+ "@jupyterlab/observables" "^4.6.3"
351
+ "@jupyterlab/translation" "^3.6.3"
352
+ "@jupyterlab/ui-components" "^3.6.3"
353
353
  "@lumino/coreutils" "^1.11.0"
354
354
  "@lumino/disposable" "^1.10.0"
355
355
  "@lumino/dragdrop" "^1.13.0"
356
356
  "@lumino/messaging" "^1.10.0"
357
357
  "@lumino/signaling" "^1.10.0"
358
- "@lumino/widgets" "^1.37.1"
359
-
360
- "@jupyterlab/codemirror-extension@^3.6.2", "@jupyterlab/codemirror-extension@~3.6.2":
361
- version "3.6.2"
362
- resolved "https://registry.yarnpkg.com/@jupyterlab/codemirror-extension/-/codemirror-extension-3.6.2.tgz#52c249bee3634accc1910cecc8333feabeb4e806"
363
- integrity sha512-ABgQvOwIuUlJwJMeLEFd0HPO3n0NmxBCdQ2BUvHCY1zEpTYb86/zwNODUTbXCw/uEQDc9kdLHT7xPXT7bzvOFQ==
364
- dependencies:
365
- "@jupyterlab/application" "^3.6.2"
366
- "@jupyterlab/codeeditor" "^3.6.2"
367
- "@jupyterlab/codemirror" "^3.6.2"
368
- "@jupyterlab/docregistry" "^3.6.2"
369
- "@jupyterlab/fileeditor" "^3.6.2"
370
- "@jupyterlab/mainmenu" "^3.6.2"
371
- "@jupyterlab/settingregistry" "^3.6.2"
372
- "@jupyterlab/statusbar" "^3.6.2"
373
- "@jupyterlab/translation" "^3.6.2"
358
+ "@lumino/widgets" "^1.37.2"
359
+
360
+ "@jupyterlab/codemirror-extension@^3.6.3", "@jupyterlab/codemirror-extension@~3.6.3":
361
+ version "3.6.3"
362
+ resolved "https://registry.yarnpkg.com/@jupyterlab/codemirror-extension/-/codemirror-extension-3.6.3.tgz#5f0addcbd6c10cfb99536c177e70478174fbde1a"
363
+ integrity sha512-JWGIIOwfv/oJzbO4ZH9yrTzyqtT/AGziBDfEawkz8Z0WLIaQucjJ0+B7axRkkpad736B8Y0txs1spzXWtlvMCA==
364
+ dependencies:
365
+ "@jupyterlab/application" "^3.6.3"
366
+ "@jupyterlab/codeeditor" "^3.6.3"
367
+ "@jupyterlab/codemirror" "^3.6.3"
368
+ "@jupyterlab/docregistry" "^3.6.3"
369
+ "@jupyterlab/fileeditor" "^3.6.3"
370
+ "@jupyterlab/mainmenu" "^3.6.3"
371
+ "@jupyterlab/settingregistry" "^3.6.3"
372
+ "@jupyterlab/statusbar" "^3.6.3"
373
+ "@jupyterlab/translation" "^3.6.3"
374
374
  codemirror "~5.61.0"
375
375
 
376
- "@jupyterlab/codemirror@^3.6.2", "@jupyterlab/codemirror@~3.6.2":
377
- version "3.6.2"
378
- resolved "https://registry.yarnpkg.com/@jupyterlab/codemirror/-/codemirror-3.6.2.tgz#9cdded7a86c56785d25128878243d1c9aa08081a"
379
- integrity sha512-qCPKmtR2h8trPx/8HI8Mopwg7ZSNnyZqaMVy+M9YBdqiD+42iAHtnuzR2Q9lqlU0yxDBnukmlUeABh69voNaYg==
376
+ "@jupyterlab/codemirror@^3.6.3", "@jupyterlab/codemirror@~3.6.3":
377
+ version "3.6.3"
378
+ resolved "https://registry.yarnpkg.com/@jupyterlab/codemirror/-/codemirror-3.6.3.tgz#7cb19faae58d4fc26bc37064f029c4b17098c20a"
379
+ integrity sha512-VU5bInzSqsyPGZkEd/w6HtJ9PSw7U5twoyrQSpSM+E2SEYWskaBZOHJf8XNunVoRRKwSvDLyxSs07Ot6zUlA0w==
380
380
  dependencies:
381
381
  "@jupyter/ydoc" "~0.2.3"
382
- "@jupyterlab/apputils" "^3.6.2"
383
- "@jupyterlab/codeeditor" "^3.6.2"
384
- "@jupyterlab/coreutils" "^5.6.2"
385
- "@jupyterlab/nbformat" "^3.6.2"
386
- "@jupyterlab/observables" "^4.6.2"
387
- "@jupyterlab/statusbar" "^3.6.2"
388
- "@jupyterlab/translation" "^3.6.2"
382
+ "@jupyterlab/apputils" "^3.6.3"
383
+ "@jupyterlab/codeeditor" "^3.6.3"
384
+ "@jupyterlab/coreutils" "^5.6.3"
385
+ "@jupyterlab/nbformat" "^3.6.3"
386
+ "@jupyterlab/observables" "^4.6.3"
387
+ "@jupyterlab/statusbar" "^3.6.3"
388
+ "@jupyterlab/translation" "^3.6.3"
389
389
  "@lumino/algorithm" "^1.9.0"
390
390
  "@lumino/commands" "^1.19.0"
391
391
  "@lumino/coreutils" "^1.11.0"
392
392
  "@lumino/disposable" "^1.10.0"
393
393
  "@lumino/polling" "^1.9.0"
394
394
  "@lumino/signaling" "^1.10.0"
395
- "@lumino/widgets" "^1.37.1"
395
+ "@lumino/widgets" "^1.37.2"
396
396
  codemirror "~5.61.0"
397
397
  react "^17.0.1"
398
398
  y-codemirror "^3.0.1"
399
399
 
400
- "@jupyterlab/collaboration-extension@^3.6.2", "@jupyterlab/collaboration-extension@~3.6.2":
401
- version "3.6.2"
402
- resolved "https://registry.yarnpkg.com/@jupyterlab/collaboration-extension/-/collaboration-extension-3.6.2.tgz#f38f516bfc2ce65bcbac7a64d3fffa422e8c031b"
403
- integrity sha512-Y6EuUZBH5ilFKzbiyTcUJMP6mlJqv+idPewx9HBueFwGXKd0xiJR4umKl52BRntiUnHnUno7C6ZTlcImdFJS4Q==
404
- dependencies:
405
- "@jupyterlab/application" "^3.6.2"
406
- "@jupyterlab/apputils" "^3.6.2"
407
- "@jupyterlab/collaboration" "^3.6.2"
408
- "@jupyterlab/coreutils" "^5.6.2"
409
- "@jupyterlab/services" "^6.6.2"
410
- "@jupyterlab/statedb" "^3.6.2"
411
- "@jupyterlab/translation" "^3.6.2"
412
- "@jupyterlab/ui-components" "^3.6.2"
413
- "@lumino/widgets" "^1.37.1"
400
+ "@jupyterlab/collaboration-extension@^3.6.3", "@jupyterlab/collaboration-extension@~3.6.3":
401
+ version "3.6.3"
402
+ resolved "https://registry.yarnpkg.com/@jupyterlab/collaboration-extension/-/collaboration-extension-3.6.3.tgz#df008c7bfe04c223373bf9ab889e43a37a647195"
403
+ integrity sha512-esKV+oZMZsbvCnnP/NuVH+wiaJvUD/L3u2o7VhqvKNmjPEA13UYouowNZn/Db8usfoMa9mwb85S9ZDmvoYcOBg==
404
+ dependencies:
405
+ "@jupyterlab/application" "^3.6.3"
406
+ "@jupyterlab/apputils" "^3.6.3"
407
+ "@jupyterlab/collaboration" "^3.6.3"
408
+ "@jupyterlab/coreutils" "^5.6.3"
409
+ "@jupyterlab/services" "^6.6.3"
410
+ "@jupyterlab/statedb" "^3.6.3"
411
+ "@jupyterlab/translation" "^3.6.3"
412
+ "@jupyterlab/ui-components" "^3.6.3"
413
+ "@lumino/widgets" "^1.37.2"
414
414
  y-protocols "^1.0.5"
415
415
  y-websocket "^1.4.6"
416
416
  yjs "^13.5.17"
417
417
 
418
- "@jupyterlab/collaboration@^3.6.2", "@jupyterlab/collaboration@~3.6.2":
419
- version "3.6.2"
420
- resolved "https://registry.yarnpkg.com/@jupyterlab/collaboration/-/collaboration-3.6.2.tgz#bb0a1e052a51630b4f5cdc384599786d69e8d4ee"
421
- integrity sha512-fChjY2UGcoRg4MJOnxLlCtnQiM5Bc722pqACPaNiqjuhMIRG/mW2c8EMjRJG8ORrewbusOzxl/ShO9kqgP/z4g==
418
+ "@jupyterlab/collaboration@^3.6.3", "@jupyterlab/collaboration@~3.6.3":
419
+ version "3.6.3"
420
+ resolved "https://registry.yarnpkg.com/@jupyterlab/collaboration/-/collaboration-3.6.3.tgz#541cbd1cf547323424fb29306ba9c8b482172f68"
421
+ integrity sha512-QavtKrFRpNzflTG2MkP86pR1PHY1FrOvsh8D8pBYo6vUz1VgQnS25y+XSmJBfl93NRU5C20OeHfrK+4Ntq4bxg==
422
422
  dependencies:
423
- "@jupyterlab/apputils" "^3.6.2"
424
- "@jupyterlab/coreutils" "^5.6.2"
425
- "@jupyterlab/services" "^6.6.2"
426
- "@jupyterlab/ui-components" "^3.6.2"
423
+ "@jupyterlab/apputils" "^3.6.3"
424
+ "@jupyterlab/coreutils" "^5.6.3"
425
+ "@jupyterlab/services" "^6.6.3"
426
+ "@jupyterlab/ui-components" "^3.6.3"
427
427
  "@lumino/coreutils" "^1.11.0"
428
428
  "@lumino/virtualdom" "^1.14.0"
429
- "@lumino/widgets" "^1.37.1"
429
+ "@lumino/widgets" "^1.37.2"
430
430
  react "^17.0.1"
431
431
  y-protocols "^1.0.5"
432
432
  yjs "^13.5.17"
433
433
 
434
- "@jupyterlab/completer-extension@^3.6.2", "@jupyterlab/completer-extension@~3.6.2":
435
- version "3.6.2"
436
- resolved "https://registry.yarnpkg.com/@jupyterlab/completer-extension/-/completer-extension-3.6.2.tgz#d138703ee58adc53032016b01bc56d16b7ed8e95"
437
- integrity sha512-N6TLcrrPC2FpSdzPnrd2zVSs+07pxq+x5D3pkXwskWIbrJOccWRJK8vk/o7O8za4/PpUnNxYTnw7CNRpBExijg==
438
- dependencies:
439
- "@jupyterlab/application" "^3.6.2"
440
- "@jupyterlab/apputils" "^3.6.2"
441
- "@jupyterlab/completer" "^3.6.2"
442
- "@jupyterlab/console" "^3.6.2"
443
- "@jupyterlab/fileeditor" "^3.6.2"
444
- "@jupyterlab/notebook" "^3.6.2"
445
- "@jupyterlab/services" "^6.6.2"
434
+ "@jupyterlab/completer-extension@^3.6.3", "@jupyterlab/completer-extension@~3.6.3":
435
+ version "3.6.3"
436
+ resolved "https://registry.yarnpkg.com/@jupyterlab/completer-extension/-/completer-extension-3.6.3.tgz#6627b6d268b0360211317c6a8cf30076ae1056bc"
437
+ integrity sha512-7FuXwGJnWZOy2QvTIsB+dzG25fgy74FDleWd8zI11l6w/OmD2MrP/ipi5OZsgonjYz8G5ExsMJ2B8JevvWz2Ow==
438
+ dependencies:
439
+ "@jupyterlab/application" "^3.6.3"
440
+ "@jupyterlab/apputils" "^3.6.3"
441
+ "@jupyterlab/completer" "^3.6.3"
442
+ "@jupyterlab/console" "^3.6.3"
443
+ "@jupyterlab/fileeditor" "^3.6.3"
444
+ "@jupyterlab/notebook" "^3.6.3"
445
+ "@jupyterlab/services" "^6.6.3"
446
446
  "@lumino/algorithm" "^1.9.0"
447
- "@lumino/widgets" "^1.37.1"
448
-
449
- "@jupyterlab/completer@^3.6.2", "@jupyterlab/completer@~3.6.2":
450
- version "3.6.2"
451
- resolved "https://registry.yarnpkg.com/@jupyterlab/completer/-/completer-3.6.2.tgz#e05a9996104622674eaa9dfce1d507c361305de5"
452
- integrity sha512-FR+xBTnAZV6vqbCMQwc8pPk6iwQB2MZnRavqprmlvSl+4pfEU6J2ggyayY+dOmjHT0olmL0ul0EUyVoXaB9bqg==
453
- dependencies:
454
- "@jupyterlab/apputils" "^3.6.2"
455
- "@jupyterlab/codeeditor" "^3.6.2"
456
- "@jupyterlab/coreutils" "^5.6.2"
457
- "@jupyterlab/services" "^6.6.2"
458
- "@jupyterlab/statedb" "^3.6.2"
459
- "@jupyterlab/ui-components" "^3.6.2"
447
+ "@lumino/widgets" "^1.37.2"
448
+
449
+ "@jupyterlab/completer@^3.6.3", "@jupyterlab/completer@~3.6.3":
450
+ version "3.6.3"
451
+ resolved "https://registry.yarnpkg.com/@jupyterlab/completer/-/completer-3.6.3.tgz#029edb963400e082c82d9ab9aefcae950baea27f"
452
+ integrity sha512-B3Rzc5IJFxgQVSvVeknjwqini03Bd3GqDAVBbj9C9PwDupW+t7tpBDrI3UqZngUD5ZTXR6lUz3+miEtGhAh0SA==
453
+ dependencies:
454
+ "@jupyterlab/apputils" "^3.6.3"
455
+ "@jupyterlab/codeeditor" "^3.6.3"
456
+ "@jupyterlab/coreutils" "^5.6.3"
457
+ "@jupyterlab/services" "^6.6.3"
458
+ "@jupyterlab/statedb" "^3.6.3"
459
+ "@jupyterlab/ui-components" "^3.6.3"
460
460
  "@lumino/algorithm" "^1.9.0"
461
461
  "@lumino/coreutils" "^1.11.0"
462
462
  "@lumino/disposable" "^1.10.0"
463
463
  "@lumino/domutils" "^1.8.0"
464
464
  "@lumino/messaging" "^1.10.0"
465
465
  "@lumino/signaling" "^1.10.0"
466
- "@lumino/widgets" "^1.37.1"
467
-
468
- "@jupyterlab/console-extension@^3.6.2", "@jupyterlab/console-extension@~3.6.2":
469
- version "3.6.2"
470
- resolved "https://registry.yarnpkg.com/@jupyterlab/console-extension/-/console-extension-3.6.2.tgz#d2f7a1c9aea7b6828aca0bf49ec6725fd42a7daa"
471
- integrity sha512-z6K3SNZbMHFBFRH64tcaZjlj+F3b8BLBsDtwGUa9aM0pifxjXANdQ63Sq40ECKKpPgwaXVZG+20MK4oTV8RIxg==
472
- dependencies:
473
- "@jupyterlab/application" "^3.6.2"
474
- "@jupyterlab/apputils" "^3.6.2"
475
- "@jupyterlab/codeeditor" "^3.6.2"
476
- "@jupyterlab/console" "^3.6.2"
477
- "@jupyterlab/filebrowser" "^3.6.2"
478
- "@jupyterlab/launcher" "^3.6.2"
479
- "@jupyterlab/mainmenu" "^3.6.2"
480
- "@jupyterlab/rendermime" "^3.6.2"
481
- "@jupyterlab/settingregistry" "^3.6.2"
482
- "@jupyterlab/translation" "^3.6.2"
483
- "@jupyterlab/ui-components" "^3.6.2"
466
+ "@lumino/widgets" "^1.37.2"
467
+
468
+ "@jupyterlab/console-extension@^3.6.3", "@jupyterlab/console-extension@~3.6.3":
469
+ version "3.6.3"
470
+ resolved "https://registry.yarnpkg.com/@jupyterlab/console-extension/-/console-extension-3.6.3.tgz#6599c0877be4e4cde3e670756fc106e553bdf0e3"
471
+ integrity sha512-BgKa5NwUTc/cbXJp+tgDC3/205eHJUjm4p/fWnKA3FaBwNn0vxFS6uWxR4FB89g6sndOonGSA6LraGO65Jgnlg==
472
+ dependencies:
473
+ "@jupyterlab/application" "^3.6.3"
474
+ "@jupyterlab/apputils" "^3.6.3"
475
+ "@jupyterlab/codeeditor" "^3.6.3"
476
+ "@jupyterlab/console" "^3.6.3"
477
+ "@jupyterlab/filebrowser" "^3.6.3"
478
+ "@jupyterlab/launcher" "^3.6.3"
479
+ "@jupyterlab/mainmenu" "^3.6.3"
480
+ "@jupyterlab/rendermime" "^3.6.3"
481
+ "@jupyterlab/settingregistry" "^3.6.3"
482
+ "@jupyterlab/translation" "^3.6.3"
483
+ "@jupyterlab/ui-components" "^3.6.3"
484
484
  "@lumino/algorithm" "^1.9.0"
485
485
  "@lumino/coreutils" "^1.11.0"
486
486
  "@lumino/disposable" "^1.10.0"
487
487
  "@lumino/properties" "^1.8.0"
488
- "@lumino/widgets" "^1.37.1"
489
-
490
- "@jupyterlab/console@^3.6.2", "@jupyterlab/console@~3.6.2":
491
- version "3.6.2"
492
- resolved "https://registry.yarnpkg.com/@jupyterlab/console/-/console-3.6.2.tgz#03a40dd90a40a040db114e6b58ef38900847d1c5"
493
- integrity sha512-3Lm+OlI/QqDtygPNY27ePo0C+kzIWRgBJKHxce5hD4rxpBp63h7MW2A6dSwWQsNagScPHzkdlu0IgcfnUXREuA==
494
- dependencies:
495
- "@jupyterlab/apputils" "^3.6.2"
496
- "@jupyterlab/cells" "^3.6.2"
497
- "@jupyterlab/codeeditor" "^3.6.2"
498
- "@jupyterlab/coreutils" "^5.6.2"
499
- "@jupyterlab/nbformat" "^3.6.2"
500
- "@jupyterlab/observables" "^4.6.2"
501
- "@jupyterlab/rendermime" "^3.6.2"
502
- "@jupyterlab/services" "^6.6.2"
503
- "@jupyterlab/translation" "^3.6.2"
504
- "@jupyterlab/ui-components" "^3.6.2"
488
+ "@lumino/widgets" "^1.37.2"
489
+
490
+ "@jupyterlab/console@^3.6.3", "@jupyterlab/console@~3.6.3":
491
+ version "3.6.3"
492
+ resolved "https://registry.yarnpkg.com/@jupyterlab/console/-/console-3.6.3.tgz#c3c02c7d50751998720ed86afb1e5a072891f20d"
493
+ integrity sha512-pdhseweldQbbOCid9BheG7vPsl+cVjt/Bx82pwCNggrgAD/qPN9Xz0KfN0iHEQKmqwJjTR6SZ1UpeMATdk2GMw==
494
+ dependencies:
495
+ "@jupyterlab/apputils" "^3.6.3"
496
+ "@jupyterlab/cells" "^3.6.3"
497
+ "@jupyterlab/codeeditor" "^3.6.3"
498
+ "@jupyterlab/coreutils" "^5.6.3"
499
+ "@jupyterlab/nbformat" "^3.6.3"
500
+ "@jupyterlab/observables" "^4.6.3"
501
+ "@jupyterlab/rendermime" "^3.6.3"
502
+ "@jupyterlab/services" "^6.6.3"
503
+ "@jupyterlab/translation" "^3.6.3"
504
+ "@jupyterlab/ui-components" "^3.6.3"
505
505
  "@lumino/algorithm" "^1.9.0"
506
506
  "@lumino/coreutils" "^1.11.0"
507
507
  "@lumino/disposable" "^1.10.0"
508
508
  "@lumino/dragdrop" "^1.13.0"
509
509
  "@lumino/messaging" "^1.10.0"
510
510
  "@lumino/signaling" "^1.10.0"
511
- "@lumino/widgets" "^1.37.1"
511
+ "@lumino/widgets" "^1.37.2"
512
512
 
513
- "@jupyterlab/coreutils@^5.6.2", "@jupyterlab/coreutils@~5.6.2":
514
- version "5.6.2"
515
- resolved "https://registry.yarnpkg.com/@jupyterlab/coreutils/-/coreutils-5.6.2.tgz#3c01491037e7a8eadf3b52176a772e856c9681ef"
516
- integrity sha512-Iy0+A4TCFbcW7IGpPWK1bk7yB/FzFLGLGSreMlQ/jlyU3Y/8ik9Ui6ZpPXkLUW0lXj7zmWhQu6aq2O4gPbkL3A==
513
+ "@jupyterlab/coreutils@^5.6.3", "@jupyterlab/coreutils@~5.6.3":
514
+ version "5.6.3"
515
+ resolved "https://registry.yarnpkg.com/@jupyterlab/coreutils/-/coreutils-5.6.3.tgz#3b0b5d481b14596158b560336833c89be509e84e"
516
+ integrity sha512-jRVTpwGzP9wBNYuaZTip89FS1qbeSYrEO2qdNVdW2rs0mQHcIlu3Fkv5muMFmKYGi0XHhG3UhZiWQ7qiPw2svQ==
517
517
  dependencies:
518
518
  "@lumino/coreutils" "^1.11.0"
519
519
  "@lumino/disposable" "^1.10.0"
@@ -523,82 +523,82 @@
523
523
  path-browserify "^1.0.0"
524
524
  url-parse "~1.5.1"
525
525
 
526
- "@jupyterlab/csvviewer-extension@^3.6.2", "@jupyterlab/csvviewer-extension@~3.6.2":
527
- version "3.6.2"
528
- resolved "https://registry.yarnpkg.com/@jupyterlab/csvviewer-extension/-/csvviewer-extension-3.6.2.tgz#4bb8aacfc2b7668dbf0284cdc0c481d4d6dffe1a"
529
- integrity sha512-SLlyDNu1pG7Ru4IwBK7VHIJ1TiI06XUQ0UmvnXRGqk1Ezg9MX+LaYtuRWcb/i/KtdTASW/Hf4woqTLhwMszeUg==
530
- dependencies:
531
- "@jupyterlab/application" "^3.6.2"
532
- "@jupyterlab/apputils" "^3.6.2"
533
- "@jupyterlab/csvviewer" "^3.6.2"
534
- "@jupyterlab/docregistry" "^3.6.2"
535
- "@jupyterlab/documentsearch" "^3.6.2"
536
- "@jupyterlab/mainmenu" "^3.6.2"
537
- "@jupyterlab/observables" "^4.6.2"
538
- "@jupyterlab/settingregistry" "^3.6.2"
539
- "@jupyterlab/translation" "^3.6.2"
526
+ "@jupyterlab/csvviewer-extension@^3.6.3", "@jupyterlab/csvviewer-extension@~3.6.3":
527
+ version "3.6.3"
528
+ resolved "https://registry.yarnpkg.com/@jupyterlab/csvviewer-extension/-/csvviewer-extension-3.6.3.tgz#8a6d2b959ecf280bf0bfca739d13887382772f98"
529
+ integrity sha512-4BbQgrlJeGtxbK2MkYEUgWyzoLVinq808Z0j/I3MpeDPPA4Ho/LiphUOjcry55s0OqcGV6D5lf8GuOT50hyArw==
530
+ dependencies:
531
+ "@jupyterlab/application" "^3.6.3"
532
+ "@jupyterlab/apputils" "^3.6.3"
533
+ "@jupyterlab/csvviewer" "^3.6.3"
534
+ "@jupyterlab/docregistry" "^3.6.3"
535
+ "@jupyterlab/documentsearch" "^3.6.3"
536
+ "@jupyterlab/mainmenu" "^3.6.3"
537
+ "@jupyterlab/observables" "^4.6.3"
538
+ "@jupyterlab/settingregistry" "^3.6.3"
539
+ "@jupyterlab/translation" "^3.6.3"
540
540
  "@lumino/datagrid" "^0.36.7"
541
541
  "@lumino/signaling" "^1.10.0"
542
- "@lumino/widgets" "^1.37.1"
542
+ "@lumino/widgets" "^1.37.2"
543
543
 
544
- "@jupyterlab/csvviewer@^3.6.2", "@jupyterlab/csvviewer@~3.6.2":
545
- version "3.6.2"
546
- resolved "https://registry.yarnpkg.com/@jupyterlab/csvviewer/-/csvviewer-3.6.2.tgz#5f002d108b2dfe9c981ef2b52b088860d042a36f"
547
- integrity sha512-8iPq5zhfRAuXAqhpQoeoP1oBFF2ICtDtjIH0t6m+QiFZ8idjZouwRDhG16PV3NPrX3yD2Cld44t1IAmM2CVacA==
544
+ "@jupyterlab/csvviewer@^3.6.3", "@jupyterlab/csvviewer@~3.6.3":
545
+ version "3.6.3"
546
+ resolved "https://registry.yarnpkg.com/@jupyterlab/csvviewer/-/csvviewer-3.6.3.tgz#ee7506fc8f29e8d8df8b984f54464d5cdc2ecb17"
547
+ integrity sha512-m3rNRbepHFK8Ar/s0KEyX6LYF3rGF4A459TdojljUH/x/wcTD9XTgr6SuOta/KXnA4Fd7BHZEvyrNz00hfhlDw==
548
548
  dependencies:
549
- "@jupyterlab/apputils" "^3.6.2"
550
- "@jupyterlab/coreutils" "^5.6.2"
551
- "@jupyterlab/docregistry" "^3.6.2"
552
- "@jupyterlab/translation" "^3.6.2"
549
+ "@jupyterlab/apputils" "^3.6.3"
550
+ "@jupyterlab/coreutils" "^5.6.3"
551
+ "@jupyterlab/docregistry" "^3.6.3"
552
+ "@jupyterlab/translation" "^3.6.3"
553
553
  "@lumino/algorithm" "^1.9.0"
554
554
  "@lumino/coreutils" "^1.11.0"
555
555
  "@lumino/datagrid" "^0.36.7"
556
556
  "@lumino/disposable" "^1.10.0"
557
557
  "@lumino/messaging" "^1.10.0"
558
558
  "@lumino/signaling" "^1.10.0"
559
- "@lumino/widgets" "^1.37.1"
560
-
561
- "@jupyterlab/debugger-extension@^3.6.2", "@jupyterlab/debugger-extension@~3.6.2":
562
- version "3.6.2"
563
- resolved "https://registry.yarnpkg.com/@jupyterlab/debugger-extension/-/debugger-extension-3.6.2.tgz#199821dc197682dbc4b8c570aeb9f5f77c18fb31"
564
- integrity sha512-EZwY/6LX3nmtOWXMt6yGnoRDjWhGthWj2leu5d9hilV9BxtCfLFuRpxm/CUHkZFfWc0jsG9Re1KR8Nwb1QyREQ==
565
- dependencies:
566
- "@jupyterlab/application" "^3.6.2"
567
- "@jupyterlab/apputils" "^3.6.2"
568
- "@jupyterlab/codeeditor" "^3.6.2"
569
- "@jupyterlab/codemirror" "^3.6.2"
570
- "@jupyterlab/console" "^3.6.2"
571
- "@jupyterlab/coreutils" "^5.6.2"
572
- "@jupyterlab/debugger" "^3.6.2"
573
- "@jupyterlab/docregistry" "^3.6.2"
574
- "@jupyterlab/fileeditor" "^3.6.2"
575
- "@jupyterlab/logconsole" "^3.6.2"
576
- "@jupyterlab/notebook" "^3.6.2"
577
- "@jupyterlab/rendermime" "^3.6.2"
578
- "@jupyterlab/services" "^6.6.2"
579
- "@jupyterlab/settingregistry" "^3.6.2"
580
- "@jupyterlab/translation" "^3.6.2"
581
-
582
- "@jupyterlab/debugger@^3.6.2", "@jupyterlab/debugger@~3.6.2":
583
- version "3.6.2"
584
- resolved "https://registry.yarnpkg.com/@jupyterlab/debugger/-/debugger-3.6.2.tgz#5220c547299b452d90a68d91ee34b5d63303fadb"
585
- integrity sha512-Jm7K6hOOKW1ym8c4xuijnITraNxWNvXT2bYf2v8OsuRf8vWnNcOXyu7NLUXJHpn2+Cm2+rtU3KzEECp4OJfw0g==
586
- dependencies:
587
- "@jupyterlab/application" "^3.6.2"
588
- "@jupyterlab/apputils" "^3.6.2"
589
- "@jupyterlab/cells" "^3.6.2"
590
- "@jupyterlab/codeeditor" "^3.6.2"
591
- "@jupyterlab/codemirror" "^3.6.2"
592
- "@jupyterlab/console" "^3.6.2"
593
- "@jupyterlab/coreutils" "^5.6.2"
594
- "@jupyterlab/docregistry" "^3.6.2"
595
- "@jupyterlab/fileeditor" "^3.6.2"
596
- "@jupyterlab/notebook" "^3.6.2"
597
- "@jupyterlab/observables" "^4.6.2"
598
- "@jupyterlab/rendermime" "^3.6.2"
599
- "@jupyterlab/services" "^6.6.2"
600
- "@jupyterlab/translation" "^3.6.2"
601
- "@jupyterlab/ui-components" "^3.6.2"
559
+ "@lumino/widgets" "^1.37.2"
560
+
561
+ "@jupyterlab/debugger-extension@^3.6.3", "@jupyterlab/debugger-extension@~3.6.3":
562
+ version "3.6.3"
563
+ resolved "https://registry.yarnpkg.com/@jupyterlab/debugger-extension/-/debugger-extension-3.6.3.tgz#71dfe5e46be7d516f217b9783f037ef86cffa832"
564
+ integrity sha512-jz86jfKS3w3JsUYUUTCJw72nbr+l7WWdCxjzHkhf4IpljmNkhDeHhurXo+qTM7pE6ya0Z1TgRwbpAbvECiVVbA==
565
+ dependencies:
566
+ "@jupyterlab/application" "^3.6.3"
567
+ "@jupyterlab/apputils" "^3.6.3"
568
+ "@jupyterlab/codeeditor" "^3.6.3"
569
+ "@jupyterlab/codemirror" "^3.6.3"
570
+ "@jupyterlab/console" "^3.6.3"
571
+ "@jupyterlab/coreutils" "^5.6.3"
572
+ "@jupyterlab/debugger" "^3.6.3"
573
+ "@jupyterlab/docregistry" "^3.6.3"
574
+ "@jupyterlab/fileeditor" "^3.6.3"
575
+ "@jupyterlab/logconsole" "^3.6.3"
576
+ "@jupyterlab/notebook" "^3.6.3"
577
+ "@jupyterlab/rendermime" "^3.6.3"
578
+ "@jupyterlab/services" "^6.6.3"
579
+ "@jupyterlab/settingregistry" "^3.6.3"
580
+ "@jupyterlab/translation" "^3.6.3"
581
+
582
+ "@jupyterlab/debugger@^3.6.3", "@jupyterlab/debugger@~3.6.3":
583
+ version "3.6.3"
584
+ resolved "https://registry.yarnpkg.com/@jupyterlab/debugger/-/debugger-3.6.3.tgz#2529a2d4802ef214774ce79b0fdb5b44e1715a6e"
585
+ integrity sha512-V8Nl0TCN4k5aJvFQUej+FoOILXs74rfE0F2U1eCfc212iuvWWVu2U75E8Qc9Rnugl6IiryNS9CQ4NXXJ521Vew==
586
+ dependencies:
587
+ "@jupyterlab/application" "^3.6.3"
588
+ "@jupyterlab/apputils" "^3.6.3"
589
+ "@jupyterlab/cells" "^3.6.3"
590
+ "@jupyterlab/codeeditor" "^3.6.3"
591
+ "@jupyterlab/codemirror" "^3.6.3"
592
+ "@jupyterlab/console" "^3.6.3"
593
+ "@jupyterlab/coreutils" "^5.6.3"
594
+ "@jupyterlab/docregistry" "^3.6.3"
595
+ "@jupyterlab/fileeditor" "^3.6.3"
596
+ "@jupyterlab/notebook" "^3.6.3"
597
+ "@jupyterlab/observables" "^4.6.3"
598
+ "@jupyterlab/rendermime" "^3.6.3"
599
+ "@jupyterlab/services" "^6.6.3"
600
+ "@jupyterlab/translation" "^3.6.3"
601
+ "@jupyterlab/ui-components" "^3.6.3"
602
602
  "@lumino/algorithm" "^1.9.0"
603
603
  "@lumino/commands" "^1.19.0"
604
604
  "@lumino/coreutils" "^1.11.0"
@@ -607,166 +607,166 @@
607
607
  "@lumino/messaging" "^1.10.0"
608
608
  "@lumino/polling" "^1.9.0"
609
609
  "@lumino/signaling" "^1.10.0"
610
- "@lumino/widgets" "^1.37.1"
610
+ "@lumino/widgets" "^1.37.2"
611
611
  "@vscode/debugprotocol" "^1.51.0"
612
612
  codemirror "~5.61.0"
613
613
  react "^17.0.1"
614
614
 
615
- "@jupyterlab/docmanager-extension@^3.6.2", "@jupyterlab/docmanager-extension@~3.6.2":
616
- version "3.6.2"
617
- resolved "https://registry.yarnpkg.com/@jupyterlab/docmanager-extension/-/docmanager-extension-3.6.2.tgz#3fb9188add1457d3ce455450b0f51b26c381443c"
618
- integrity sha512-YEsGZv5DqKkONtG/8IAc4sWz5tSk1rSsNAL4pMbCoZJonnTzwF0JsWD3IKtSlNIWEGI9+nzXHTK0Ada30NKWLQ==
619
- dependencies:
620
- "@jupyterlab/application" "^3.6.2"
621
- "@jupyterlab/apputils" "^3.6.2"
622
- "@jupyterlab/coreutils" "^5.6.2"
623
- "@jupyterlab/docmanager" "^3.6.2"
624
- "@jupyterlab/docprovider" "^3.6.2"
625
- "@jupyterlab/docregistry" "^3.6.2"
626
- "@jupyterlab/services" "^6.6.2"
627
- "@jupyterlab/settingregistry" "^3.6.2"
628
- "@jupyterlab/statusbar" "^3.6.2"
629
- "@jupyterlab/translation" "^3.6.2"
630
- "@jupyterlab/ui-components" "^3.6.2"
615
+ "@jupyterlab/docmanager-extension@^3.6.3", "@jupyterlab/docmanager-extension@~3.6.3":
616
+ version "3.6.3"
617
+ resolved "https://registry.yarnpkg.com/@jupyterlab/docmanager-extension/-/docmanager-extension-3.6.3.tgz#4d5e69dec234bb4576f0b659bebb4d3462587255"
618
+ integrity sha512-q6RldWl+Zb+DRiJrFIvkfRFS1T+ozmX41pys0vFWCTtbfpOwD94GQCZ/oKlerjTKz6NBkeQTlMoIsZ0kG/H/SQ==
619
+ dependencies:
620
+ "@jupyterlab/application" "^3.6.3"
621
+ "@jupyterlab/apputils" "^3.6.3"
622
+ "@jupyterlab/coreutils" "^5.6.3"
623
+ "@jupyterlab/docmanager" "^3.6.3"
624
+ "@jupyterlab/docprovider" "^3.6.3"
625
+ "@jupyterlab/docregistry" "^3.6.3"
626
+ "@jupyterlab/services" "^6.6.3"
627
+ "@jupyterlab/settingregistry" "^3.6.3"
628
+ "@jupyterlab/statusbar" "^3.6.3"
629
+ "@jupyterlab/translation" "^3.6.3"
630
+ "@jupyterlab/ui-components" "^3.6.3"
631
631
  "@lumino/algorithm" "^1.9.0"
632
632
  "@lumino/commands" "^1.19.0"
633
633
  "@lumino/coreutils" "^1.11.0"
634
634
  "@lumino/disposable" "^1.10.0"
635
635
  "@lumino/signaling" "^1.10.0"
636
- "@lumino/widgets" "^1.37.1"
636
+ "@lumino/widgets" "^1.37.2"
637
637
  react "^17.0.1"
638
638
 
639
- "@jupyterlab/docmanager@^3.6.2", "@jupyterlab/docmanager@~3.6.2":
640
- version "3.6.2"
641
- resolved "https://registry.yarnpkg.com/@jupyterlab/docmanager/-/docmanager-3.6.2.tgz#690f3d5c23b659f63e3239a32a64e6e9f8130926"
642
- integrity sha512-BrN9HIURZ3iuzHq0p3nTTQThRREx2gAAsuYspq/HhVGdEvyOpdByMlPUbOgUrf/ytok9Tyo14gJBfgXAZ7yUFA==
643
- dependencies:
644
- "@jupyterlab/apputils" "^3.6.2"
645
- "@jupyterlab/coreutils" "^5.6.2"
646
- "@jupyterlab/docprovider" "^3.6.2"
647
- "@jupyterlab/docregistry" "^3.6.2"
648
- "@jupyterlab/services" "^6.6.2"
649
- "@jupyterlab/statusbar" "^3.6.2"
650
- "@jupyterlab/translation" "^3.6.2"
639
+ "@jupyterlab/docmanager@^3.6.3", "@jupyterlab/docmanager@~3.6.3":
640
+ version "3.6.3"
641
+ resolved "https://registry.yarnpkg.com/@jupyterlab/docmanager/-/docmanager-3.6.3.tgz#df2c5b45c5e9b38e2a48eb703ff5e3a9b4b7860c"
642
+ integrity sha512-4d5zGE3SGbg58wsFJtyskUxK7dEvl8d5Wh90hTlmsFNmr+nh5duTWcqTQ/a+d76YxYbGhH5vqOsNm5ORZq4Umw==
643
+ dependencies:
644
+ "@jupyterlab/apputils" "^3.6.3"
645
+ "@jupyterlab/coreutils" "^5.6.3"
646
+ "@jupyterlab/docprovider" "^3.6.3"
647
+ "@jupyterlab/docregistry" "^3.6.3"
648
+ "@jupyterlab/services" "^6.6.3"
649
+ "@jupyterlab/statusbar" "^3.6.3"
650
+ "@jupyterlab/translation" "^3.6.3"
651
651
  "@lumino/algorithm" "^1.9.0"
652
652
  "@lumino/coreutils" "^1.11.0"
653
653
  "@lumino/disposable" "^1.10.0"
654
654
  "@lumino/messaging" "^1.10.0"
655
655
  "@lumino/properties" "^1.8.0"
656
656
  "@lumino/signaling" "^1.10.0"
657
- "@lumino/widgets" "^1.37.1"
657
+ "@lumino/widgets" "^1.37.2"
658
658
  react "^17.0.1"
659
659
 
660
- "@jupyterlab/docprovider-extension@^3.6.2", "@jupyterlab/docprovider-extension@~3.6.2":
661
- version "3.6.2"
662
- resolved "https://registry.yarnpkg.com/@jupyterlab/docprovider-extension/-/docprovider-extension-3.6.2.tgz#f244b6b3c5a58feceaba847a087c5831083fc281"
663
- integrity sha512-a6kIzC30fa1zuhAb9AVEkeU4ZL8hv6bROXBWbtdyHONAyTe501Zg90s5+vbd//uv5ThJbKWfmQSj1ha4YXIC8A==
660
+ "@jupyterlab/docprovider-extension@^3.6.3", "@jupyterlab/docprovider-extension@~3.6.3":
661
+ version "3.6.3"
662
+ resolved "https://registry.yarnpkg.com/@jupyterlab/docprovider-extension/-/docprovider-extension-3.6.3.tgz#5e542f9733d0159b85c32cd0c9cd01739f421a24"
663
+ integrity sha512-GZA+WfIp1136JhrHE50mIX81rQ45fJOft5MXTWZys6xfu2tmGklPIBW+9tlnYJt3jQR0rbwoOh/wj/mMBvekuA==
664
664
  dependencies:
665
665
  "@jupyter/ydoc" "~0.2.3"
666
- "@jupyterlab/application" "^3.6.2"
667
- "@jupyterlab/coreutils" "^5.6.2"
668
- "@jupyterlab/docprovider" "^3.6.2"
669
- "@jupyterlab/services" "^6.6.2"
670
- "@jupyterlab/translation" "^3.6.2"
666
+ "@jupyterlab/application" "^3.6.3"
667
+ "@jupyterlab/coreutils" "^5.6.3"
668
+ "@jupyterlab/docprovider" "^3.6.3"
669
+ "@jupyterlab/services" "^6.6.3"
670
+ "@jupyterlab/translation" "^3.6.3"
671
671
 
672
- "@jupyterlab/docprovider@^3.6.2", "@jupyterlab/docprovider@~3.6.2":
673
- version "3.6.2"
674
- resolved "https://registry.yarnpkg.com/@jupyterlab/docprovider/-/docprovider-3.6.2.tgz#64fe1651b8929aa5dacb4be4ad1e8ebc6c621997"
675
- integrity sha512-szjBu/k33oX6rdu6qvEAIzzqrRhGleJ/6qpOaVwguTY25HmmVWFwJAFhANiZQdt+u5LOTXGoS2hz09yUWjm52g==
672
+ "@jupyterlab/docprovider@^3.6.3", "@jupyterlab/docprovider@~3.6.3":
673
+ version "3.6.3"
674
+ resolved "https://registry.yarnpkg.com/@jupyterlab/docprovider/-/docprovider-3.6.3.tgz#90fbf07214b6c3e98055787fc351a68e9d83470c"
675
+ integrity sha512-M5IoyykDpWnUFNePHz3+fi/RNvV92UNbQGfAvsaCMSn+fl48rD4rHB9EZGceOisb3m1U+E4SntKYI3pl49yUEg==
676
676
  dependencies:
677
677
  "@jupyter/ydoc" "~0.2.3"
678
- "@jupyterlab/apputils" "^3.6.2"
679
- "@jupyterlab/coreutils" "^5.6.2"
680
- "@jupyterlab/services" "^6.6.2"
681
- "@jupyterlab/translation" "^3.6.2"
678
+ "@jupyterlab/apputils" "^3.6.3"
679
+ "@jupyterlab/coreutils" "^5.6.3"
680
+ "@jupyterlab/services" "^6.6.3"
681
+ "@jupyterlab/translation" "^3.6.3"
682
682
  "@lumino/coreutils" "^1.11.0"
683
683
  "@lumino/disposable" "^1.10.0"
684
684
  "@lumino/signaling" "^1.10.0"
685
685
  y-protocols "^1.0.5"
686
686
  y-websocket "^1.4.6"
687
687
 
688
- "@jupyterlab/docregistry@^3.6.2", "@jupyterlab/docregistry@~3.6.2":
689
- version "3.6.2"
690
- resolved "https://registry.yarnpkg.com/@jupyterlab/docregistry/-/docregistry-3.6.2.tgz#b7bbd6c5e275bf0107245a5cc0d795619bcbc756"
691
- integrity sha512-f1qr72AfIhi2TnI+JkAou6SG3fnHUtyinq3WrWLN9C85kmKua4hLkVM5NaECDJROOFQ/jO+2Yn24eH2tHBhSkw==
688
+ "@jupyterlab/docregistry@^3.6.3", "@jupyterlab/docregistry@~3.6.3":
689
+ version "3.6.3"
690
+ resolved "https://registry.yarnpkg.com/@jupyterlab/docregistry/-/docregistry-3.6.3.tgz#4a03fbb704449bda7a94df7a4bd63078c11aef58"
691
+ integrity sha512-unDMrtCSGKPqX9uvYCkI7zGTvskuC9odAPIHPsYSVMcHL/o5M7lQkHmRZCoSIezfe5OvPGXbYT2boQrBKXqCFw==
692
692
  dependencies:
693
693
  "@jupyter/ydoc" "~0.2.3"
694
- "@jupyterlab/apputils" "^3.6.2"
695
- "@jupyterlab/codeeditor" "^3.6.2"
696
- "@jupyterlab/codemirror" "^3.6.2"
697
- "@jupyterlab/coreutils" "^5.6.2"
698
- "@jupyterlab/docprovider" "^3.6.2"
699
- "@jupyterlab/observables" "^4.6.2"
700
- "@jupyterlab/rendermime" "^3.6.2"
701
- "@jupyterlab/rendermime-interfaces" "^3.6.2"
702
- "@jupyterlab/services" "^6.6.2"
703
- "@jupyterlab/translation" "^3.6.2"
704
- "@jupyterlab/ui-components" "^3.6.2"
694
+ "@jupyterlab/apputils" "^3.6.3"
695
+ "@jupyterlab/codeeditor" "^3.6.3"
696
+ "@jupyterlab/codemirror" "^3.6.3"
697
+ "@jupyterlab/coreutils" "^5.6.3"
698
+ "@jupyterlab/docprovider" "^3.6.3"
699
+ "@jupyterlab/observables" "^4.6.3"
700
+ "@jupyterlab/rendermime" "^3.6.3"
701
+ "@jupyterlab/rendermime-interfaces" "^3.6.3"
702
+ "@jupyterlab/services" "^6.6.3"
703
+ "@jupyterlab/translation" "^3.6.3"
704
+ "@jupyterlab/ui-components" "^3.6.3"
705
705
  "@lumino/algorithm" "^1.9.0"
706
706
  "@lumino/coreutils" "^1.11.0"
707
707
  "@lumino/disposable" "^1.10.0"
708
708
  "@lumino/messaging" "^1.10.0"
709
709
  "@lumino/signaling" "^1.10.0"
710
- "@lumino/widgets" "^1.37.1"
711
-
712
- "@jupyterlab/documentsearch-extension@^3.6.2", "@jupyterlab/documentsearch-extension@~3.6.2":
713
- version "3.6.2"
714
- resolved "https://registry.yarnpkg.com/@jupyterlab/documentsearch-extension/-/documentsearch-extension-3.6.2.tgz#f0f291f82c33e24a0a1798afddc009f4ac43efe7"
715
- integrity sha512-/d0uIik+GbnN3RAxhBHRO1ioPkljec/dWNz1VFMuVI+7bnZDCIGiLIw9LHaVb+lU0DI1qZgHoUzr8BFHVU5x3Q==
716
- dependencies:
717
- "@jupyterlab/application" "^3.6.2"
718
- "@jupyterlab/apputils" "^3.6.2"
719
- "@jupyterlab/documentsearch" "^3.6.2"
720
- "@jupyterlab/settingregistry" "^3.6.2"
721
- "@jupyterlab/translation" "^3.6.2"
722
- "@lumino/widgets" "^1.37.1"
723
-
724
- "@jupyterlab/documentsearch@^3.6.2", "@jupyterlab/documentsearch@~3.6.2":
725
- version "3.6.2"
726
- resolved "https://registry.yarnpkg.com/@jupyterlab/documentsearch/-/documentsearch-3.6.2.tgz#d9086f2bc472d4f00bd3a83536d32680ee0b319c"
727
- integrity sha512-Z1RfQavW/aF8beG+Q4GUW9v/RJ0plbD+VTW7eAuLBNIIKQ2ohoS+RF0UChFz9X1D5/35Dqn6zJVH414XBZ9EZw==
728
- dependencies:
729
- "@jupyterlab/apputils" "^3.6.2"
730
- "@jupyterlab/cells" "^3.6.2"
731
- "@jupyterlab/codeeditor" "^3.6.2"
732
- "@jupyterlab/codemirror" "^3.6.2"
733
- "@jupyterlab/fileeditor" "^3.6.2"
734
- "@jupyterlab/notebook" "^3.6.2"
735
- "@jupyterlab/translation" "^3.6.2"
736
- "@jupyterlab/ui-components" "^3.6.2"
710
+ "@lumino/widgets" "^1.37.2"
711
+
712
+ "@jupyterlab/documentsearch-extension@^3.6.3", "@jupyterlab/documentsearch-extension@~3.6.3":
713
+ version "3.6.3"
714
+ resolved "https://registry.yarnpkg.com/@jupyterlab/documentsearch-extension/-/documentsearch-extension-3.6.3.tgz#c1ab779dd190202b0e1c47af49501ae9806bea0d"
715
+ integrity sha512-DNiOz2OZAcvUy1BviPu+IBPp/Z62I3HzZ2PBnN3Su7kksuzfS3xuR275ochZrxNh8Baz9Pn9d6PcGPRF3fn9PA==
716
+ dependencies:
717
+ "@jupyterlab/application" "^3.6.3"
718
+ "@jupyterlab/apputils" "^3.6.3"
719
+ "@jupyterlab/documentsearch" "^3.6.3"
720
+ "@jupyterlab/settingregistry" "^3.6.3"
721
+ "@jupyterlab/translation" "^3.6.3"
722
+ "@lumino/widgets" "^1.37.2"
723
+
724
+ "@jupyterlab/documentsearch@^3.6.3", "@jupyterlab/documentsearch@~3.6.3":
725
+ version "3.6.3"
726
+ resolved "https://registry.yarnpkg.com/@jupyterlab/documentsearch/-/documentsearch-3.6.3.tgz#68a7bf4e7aba851c094a925d8147920597ae565b"
727
+ integrity sha512-tKYP3qp3uNw6uXflgGEHUF/LS1Konj4eOKoxBvKzHoBAsARkUjvQrYKeVleza+GOuc6RI9LskNxpQxK6BJDjjw==
728
+ dependencies:
729
+ "@jupyterlab/apputils" "^3.6.3"
730
+ "@jupyterlab/cells" "^3.6.3"
731
+ "@jupyterlab/codeeditor" "^3.6.3"
732
+ "@jupyterlab/codemirror" "^3.6.3"
733
+ "@jupyterlab/fileeditor" "^3.6.3"
734
+ "@jupyterlab/notebook" "^3.6.3"
735
+ "@jupyterlab/translation" "^3.6.3"
736
+ "@jupyterlab/ui-components" "^3.6.3"
737
737
  "@lumino/algorithm" "^1.9.0"
738
738
  "@lumino/coreutils" "^1.11.0"
739
739
  "@lumino/disposable" "^1.10.0"
740
740
  "@lumino/polling" "^1.9.0"
741
741
  "@lumino/signaling" "^1.10.0"
742
- "@lumino/widgets" "^1.37.1"
742
+ "@lumino/widgets" "^1.37.2"
743
743
  codemirror "~5.61.0"
744
744
  react "^17.0.1"
745
745
 
746
- "@jupyterlab/extensionmanager-extension@^3.6.2", "@jupyterlab/extensionmanager-extension@~3.6.2":
747
- version "3.6.2"
748
- resolved "https://registry.yarnpkg.com/@jupyterlab/extensionmanager-extension/-/extensionmanager-extension-3.6.2.tgz#b0f7a42044d363393645293d0de44e0a08fcfd23"
749
- integrity sha512-qZds59z7t7WdWPFTu2WjVDugVbMx2QvGUG526+L+H6xUUX2/y3vyZWUBDhLn4GnzGF4klm9uQ2mk/ehlv3vRZw==
750
- dependencies:
751
- "@jupyterlab/application" "^3.6.2"
752
- "@jupyterlab/apputils" "^3.6.2"
753
- "@jupyterlab/extensionmanager" "^3.6.2"
754
- "@jupyterlab/settingregistry" "^3.6.2"
755
- "@jupyterlab/translation" "^3.6.2"
756
- "@jupyterlab/ui-components" "^3.6.2"
757
-
758
- "@jupyterlab/extensionmanager@^3.6.2", "@jupyterlab/extensionmanager@~3.6.2":
759
- version "3.6.2"
760
- resolved "https://registry.yarnpkg.com/@jupyterlab/extensionmanager/-/extensionmanager-3.6.2.tgz#0ca650f4d2ce37ef3d8ece81dd1c11b58f0d7230"
761
- integrity sha512-DVsktFAqnTqhWXtsVleC/0tbysgfs+KlQ791T2UzjOo5rO6OhE0ysFiX3btQUujHV+o+dQcUwcfJlFp9MR/zpA==
762
- dependencies:
763
- "@jupyterlab/application" "^3.6.2"
764
- "@jupyterlab/apputils" "^3.6.2"
765
- "@jupyterlab/coreutils" "^5.6.2"
766
- "@jupyterlab/services" "^6.6.2"
767
- "@jupyterlab/settingregistry" "^3.6.2"
768
- "@jupyterlab/translation" "^3.6.2"
769
- "@jupyterlab/ui-components" "^3.6.2"
746
+ "@jupyterlab/extensionmanager-extension@^3.6.3", "@jupyterlab/extensionmanager-extension@~3.6.3":
747
+ version "3.6.3"
748
+ resolved "https://registry.yarnpkg.com/@jupyterlab/extensionmanager-extension/-/extensionmanager-extension-3.6.3.tgz#05fe5c31cee0e17054ee3da9bcf365d5290bde95"
749
+ integrity sha512-eYtKUyrMVnjPbq4M/4C5yqHffucr1GeEnjGy9oa+nKKE+KdJ5TQTNjW8xXn3xRJd/EStjzdswzG9iTgQ7QnU/Q==
750
+ dependencies:
751
+ "@jupyterlab/application" "^3.6.3"
752
+ "@jupyterlab/apputils" "^3.6.3"
753
+ "@jupyterlab/extensionmanager" "^3.6.3"
754
+ "@jupyterlab/settingregistry" "^3.6.3"
755
+ "@jupyterlab/translation" "^3.6.3"
756
+ "@jupyterlab/ui-components" "^3.6.3"
757
+
758
+ "@jupyterlab/extensionmanager@^3.6.3", "@jupyterlab/extensionmanager@~3.6.3":
759
+ version "3.6.3"
760
+ resolved "https://registry.yarnpkg.com/@jupyterlab/extensionmanager/-/extensionmanager-3.6.3.tgz#7e96819a3d8e938444c431b5e7483042009733c2"
761
+ integrity sha512-5c9u74f+3G4mtDeA+fLQKkiMrwjvTLWgTZVtB9TKbO7jtkkjJQVib5o/BjiOIP/5Z4hTNLjCMlQPbvV39sKoOg==
762
+ dependencies:
763
+ "@jupyterlab/application" "^3.6.3"
764
+ "@jupyterlab/apputils" "^3.6.3"
765
+ "@jupyterlab/coreutils" "^5.6.3"
766
+ "@jupyterlab/services" "^6.6.3"
767
+ "@jupyterlab/settingregistry" "^3.6.3"
768
+ "@jupyterlab/translation" "^3.6.3"
769
+ "@jupyterlab/ui-components" "^3.6.3"
770
770
  "@lumino/messaging" "^1.10.0"
771
771
  "@lumino/polling" "^1.9.0"
772
772
  "@lumino/signaling" "^1.10.0"
@@ -774,43 +774,43 @@
774
774
  react-paginate "^6.3.2"
775
775
  semver "^7.3.2"
776
776
 
777
- "@jupyterlab/filebrowser-extension@^3.6.2", "@jupyterlab/filebrowser-extension@~3.6.2":
778
- version "3.6.2"
779
- resolved "https://registry.yarnpkg.com/@jupyterlab/filebrowser-extension/-/filebrowser-extension-3.6.2.tgz#edbf803bc57605ff3b83593ecdbb36cfe253a6cb"
780
- integrity sha512-CaG20tzABWmRIiTvIt1p2tlRhg05vvXMYYbLqoT85J62WSV73AzWpMGZu8RkXJUqf+zsdRCVyuN/NlrdMdSpsg==
781
- dependencies:
782
- "@jupyterlab/application" "^3.6.2"
783
- "@jupyterlab/apputils" "^3.6.2"
784
- "@jupyterlab/coreutils" "^5.6.2"
785
- "@jupyterlab/docmanager" "^3.6.2"
786
- "@jupyterlab/docregistry" "^3.6.2"
787
- "@jupyterlab/filebrowser" "^3.6.2"
788
- "@jupyterlab/launcher" "^3.6.2"
789
- "@jupyterlab/services" "^6.6.2"
790
- "@jupyterlab/settingregistry" "^3.6.2"
791
- "@jupyterlab/statedb" "^3.6.2"
792
- "@jupyterlab/statusbar" "^3.6.2"
793
- "@jupyterlab/translation" "^3.6.2"
794
- "@jupyterlab/ui-components" "^3.6.2"
777
+ "@jupyterlab/filebrowser-extension@^3.6.3", "@jupyterlab/filebrowser-extension@~3.6.3":
778
+ version "3.6.3"
779
+ resolved "https://registry.yarnpkg.com/@jupyterlab/filebrowser-extension/-/filebrowser-extension-3.6.3.tgz#675dcef99debf515542b89eb7cf87eb0b2bc0135"
780
+ integrity sha512-7zzKhCwRWBuRHWdwLKf0ooGujJxn2H8tOP3dkHEGCOwlHNYYX4/69eocInHKmAcpiPS5I69ZvfA9o+Y97Gw2bQ==
781
+ dependencies:
782
+ "@jupyterlab/application" "^3.6.3"
783
+ "@jupyterlab/apputils" "^3.6.3"
784
+ "@jupyterlab/coreutils" "^5.6.3"
785
+ "@jupyterlab/docmanager" "^3.6.3"
786
+ "@jupyterlab/docregistry" "^3.6.3"
787
+ "@jupyterlab/filebrowser" "^3.6.3"
788
+ "@jupyterlab/launcher" "^3.6.3"
789
+ "@jupyterlab/services" "^6.6.3"
790
+ "@jupyterlab/settingregistry" "^3.6.3"
791
+ "@jupyterlab/statedb" "^3.6.3"
792
+ "@jupyterlab/statusbar" "^3.6.3"
793
+ "@jupyterlab/translation" "^3.6.3"
794
+ "@jupyterlab/ui-components" "^3.6.3"
795
795
  "@lumino/algorithm" "^1.9.0"
796
796
  "@lumino/commands" "^1.19.0"
797
797
  "@lumino/coreutils" "^1.11.0"
798
- "@lumino/widgets" "^1.37.1"
799
-
800
- "@jupyterlab/filebrowser@^3.6.2", "@jupyterlab/filebrowser@~3.6.2":
801
- version "3.6.2"
802
- resolved "https://registry.yarnpkg.com/@jupyterlab/filebrowser/-/filebrowser-3.6.2.tgz#b9b66948feb4568ed60b384c0851393d154d301d"
803
- integrity sha512-/s+p+Wk/RerlSKfnTbBf2SUlOgMo/cf7i9SWMB12gJxjJyK1E5ja1eNn7cdNORukjCG5mLPFK5+NR/aAIRVxsg==
804
- dependencies:
805
- "@jupyterlab/apputils" "^3.6.2"
806
- "@jupyterlab/coreutils" "^5.6.2"
807
- "@jupyterlab/docmanager" "^3.6.2"
808
- "@jupyterlab/docregistry" "^3.6.2"
809
- "@jupyterlab/services" "^6.6.2"
810
- "@jupyterlab/statedb" "^3.6.2"
811
- "@jupyterlab/statusbar" "^3.6.2"
812
- "@jupyterlab/translation" "^3.6.2"
813
- "@jupyterlab/ui-components" "^3.6.2"
798
+ "@lumino/widgets" "^1.37.2"
799
+
800
+ "@jupyterlab/filebrowser@^3.6.3", "@jupyterlab/filebrowser@~3.6.3":
801
+ version "3.6.3"
802
+ resolved "https://registry.yarnpkg.com/@jupyterlab/filebrowser/-/filebrowser-3.6.3.tgz#169b880e19a8686f9a669a750027c2817b4b6cef"
803
+ integrity sha512-Qu+Mtx3d0QY7qCMIxg5nQtkQYh+kZ2kGO7tgS+yfKjo0cluPsxo+Zr56KtJU6zyDYjylVCtLYIK2RflwRKhdng==
804
+ dependencies:
805
+ "@jupyterlab/apputils" "^3.6.3"
806
+ "@jupyterlab/coreutils" "^5.6.3"
807
+ "@jupyterlab/docmanager" "^3.6.3"
808
+ "@jupyterlab/docregistry" "^3.6.3"
809
+ "@jupyterlab/services" "^6.6.3"
810
+ "@jupyterlab/statedb" "^3.6.3"
811
+ "@jupyterlab/statusbar" "^3.6.3"
812
+ "@jupyterlab/translation" "^3.6.3"
813
+ "@jupyterlab/ui-components" "^3.6.3"
814
814
  "@lumino/algorithm" "^1.9.0"
815
815
  "@lumino/coreutils" "^1.11.0"
816
816
  "@lumino/disposable" "^1.10.0"
@@ -820,506 +820,506 @@
820
820
  "@lumino/polling" "^1.9.0"
821
821
  "@lumino/signaling" "^1.10.0"
822
822
  "@lumino/virtualdom" "^1.14.0"
823
- "@lumino/widgets" "^1.37.1"
823
+ "@lumino/widgets" "^1.37.2"
824
824
  react "^17.0.1"
825
825
 
826
- "@jupyterlab/fileeditor-extension@^3.6.2", "@jupyterlab/fileeditor-extension@~3.6.2":
827
- version "3.6.2"
828
- resolved "https://registry.yarnpkg.com/@jupyterlab/fileeditor-extension/-/fileeditor-extension-3.6.2.tgz#134e2732cdc55f65d57f1ecbf37767b85d02c207"
829
- integrity sha512-KQrdV4nIjENKSCSuc14GHn7yyJqW41m+W+RVBuz/FQRlCjZ8l5Z3GdoTbjnX375VgUT8xsa9wT36IaoIyTfN9g==
830
- dependencies:
831
- "@jupyterlab/application" "^3.6.2"
832
- "@jupyterlab/apputils" "^3.6.2"
833
- "@jupyterlab/codeeditor" "^3.6.2"
834
- "@jupyterlab/codemirror" "^3.6.2"
835
- "@jupyterlab/console" "^3.6.2"
836
- "@jupyterlab/coreutils" "^5.6.2"
837
- "@jupyterlab/docregistry" "^3.6.2"
838
- "@jupyterlab/filebrowser" "^3.6.2"
839
- "@jupyterlab/fileeditor" "^3.6.2"
840
- "@jupyterlab/launcher" "^3.6.2"
841
- "@jupyterlab/mainmenu" "^3.6.2"
842
- "@jupyterlab/observables" "^4.6.2"
843
- "@jupyterlab/settingregistry" "^3.6.2"
844
- "@jupyterlab/statusbar" "^3.6.2"
845
- "@jupyterlab/translation" "^3.6.2"
846
- "@jupyterlab/ui-components" "^3.6.2"
826
+ "@jupyterlab/fileeditor-extension@^3.6.3", "@jupyterlab/fileeditor-extension@~3.6.3":
827
+ version "3.6.3"
828
+ resolved "https://registry.yarnpkg.com/@jupyterlab/fileeditor-extension/-/fileeditor-extension-3.6.3.tgz#42915efa7e3c7c9139520c9c9f77ccd728721922"
829
+ integrity sha512-HyTN0EHZEJPTer49jziJ6P7Fk588a0gCp30eh92QZcwlC4PpndI7Hi2sadUk95t7p6byl1ceFkiuamwfy9J2Hw==
830
+ dependencies:
831
+ "@jupyterlab/application" "^3.6.3"
832
+ "@jupyterlab/apputils" "^3.6.3"
833
+ "@jupyterlab/codeeditor" "^3.6.3"
834
+ "@jupyterlab/codemirror" "^3.6.3"
835
+ "@jupyterlab/console" "^3.6.3"
836
+ "@jupyterlab/coreutils" "^5.6.3"
837
+ "@jupyterlab/docregistry" "^3.6.3"
838
+ "@jupyterlab/filebrowser" "^3.6.3"
839
+ "@jupyterlab/fileeditor" "^3.6.3"
840
+ "@jupyterlab/launcher" "^3.6.3"
841
+ "@jupyterlab/mainmenu" "^3.6.3"
842
+ "@jupyterlab/observables" "^4.6.3"
843
+ "@jupyterlab/settingregistry" "^3.6.3"
844
+ "@jupyterlab/statusbar" "^3.6.3"
845
+ "@jupyterlab/translation" "^3.6.3"
846
+ "@jupyterlab/ui-components" "^3.6.3"
847
847
  "@lumino/commands" "^1.19.0"
848
848
  "@lumino/coreutils" "^1.11.0"
849
- "@lumino/widgets" "^1.37.1"
850
-
851
- "@jupyterlab/fileeditor@^3.6.2", "@jupyterlab/fileeditor@~3.6.2":
852
- version "3.6.2"
853
- resolved "https://registry.yarnpkg.com/@jupyterlab/fileeditor/-/fileeditor-3.6.2.tgz#e73c84e5fb7c0d543f4eb0e4a64646e93e9bbd06"
854
- integrity sha512-2Oy5dYyX4M1p6OdDrQrC2LI2GOz9G44iaD9Qehfa55ctXWmMFX8Hs2gShWFyL8G2pGEVoY9OJNnICKvjVAEGFg==
855
- dependencies:
856
- "@jupyterlab/apputils" "^3.6.2"
857
- "@jupyterlab/codeeditor" "^3.6.2"
858
- "@jupyterlab/docregistry" "^3.6.2"
859
- "@jupyterlab/statusbar" "^3.6.2"
860
- "@jupyterlab/translation" "^3.6.2"
861
- "@jupyterlab/ui-components" "^3.6.2"
849
+ "@lumino/widgets" "^1.37.2"
850
+
851
+ "@jupyterlab/fileeditor@^3.6.3", "@jupyterlab/fileeditor@~3.6.3":
852
+ version "3.6.3"
853
+ resolved "https://registry.yarnpkg.com/@jupyterlab/fileeditor/-/fileeditor-3.6.3.tgz#3eff401fe35e3c3f0b960d0252e1c7068aeb1d96"
854
+ integrity sha512-O3VM2Dd5tsMNC/mvwGGTBdrQuQYVqqQ7SUAlF8eFnDLnmMranq05s5fNRADQLJez6FtR8lDZR8vmxRcOhUN5iw==
855
+ dependencies:
856
+ "@jupyterlab/apputils" "^3.6.3"
857
+ "@jupyterlab/codeeditor" "^3.6.3"
858
+ "@jupyterlab/docregistry" "^3.6.3"
859
+ "@jupyterlab/statusbar" "^3.6.3"
860
+ "@jupyterlab/translation" "^3.6.3"
861
+ "@jupyterlab/ui-components" "^3.6.3"
862
862
  "@lumino/coreutils" "^1.11.0"
863
863
  "@lumino/messaging" "^1.10.0"
864
- "@lumino/widgets" "^1.37.1"
864
+ "@lumino/widgets" "^1.37.2"
865
865
  react "^17.0.1"
866
866
 
867
- "@jupyterlab/help-extension@^3.6.2", "@jupyterlab/help-extension@~3.6.2":
868
- version "3.6.2"
869
- resolved "https://registry.yarnpkg.com/@jupyterlab/help-extension/-/help-extension-3.6.2.tgz#019ebe950d23f0924898016562653b8e2b0b32e4"
870
- integrity sha512-cIbVePIfVW0O4Vx2HKIBVg5LWTTORRQDA1/ZS/R97EYUZg94NxHKp8scocJrDzA0bQ7xLmyM5OHP0AkcoTzf3w==
871
- dependencies:
872
- "@jupyterlab/application" "^3.6.2"
873
- "@jupyterlab/apputils" "^3.6.2"
874
- "@jupyterlab/coreutils" "^5.6.2"
875
- "@jupyterlab/mainmenu" "^3.6.2"
876
- "@jupyterlab/services" "^6.6.2"
877
- "@jupyterlab/translation" "^3.6.2"
878
- "@jupyterlab/ui-components" "^3.6.2"
867
+ "@jupyterlab/help-extension@^3.6.3", "@jupyterlab/help-extension@~3.6.3":
868
+ version "3.6.3"
869
+ resolved "https://registry.yarnpkg.com/@jupyterlab/help-extension/-/help-extension-3.6.3.tgz#bbb3f1653ae1921c13406f91e69ea39b72e6a997"
870
+ integrity sha512-jyqyFdHB8mT5Xh9xisbe693EZxAp7sb2Wp298nqOa2hsVA0o1VJJKWgfYV5ufrIPGKLC96uAQoKCB3K2/knGqQ==
871
+ dependencies:
872
+ "@jupyterlab/application" "^3.6.3"
873
+ "@jupyterlab/apputils" "^3.6.3"
874
+ "@jupyterlab/coreutils" "^5.6.3"
875
+ "@jupyterlab/mainmenu" "^3.6.3"
876
+ "@jupyterlab/services" "^6.6.3"
877
+ "@jupyterlab/translation" "^3.6.3"
878
+ "@jupyterlab/ui-components" "^3.6.3"
879
879
  "@lumino/coreutils" "^1.11.0"
880
880
  "@lumino/signaling" "^1.10.0"
881
881
  "@lumino/virtualdom" "^1.14.0"
882
- "@lumino/widgets" "^1.37.1"
882
+ "@lumino/widgets" "^1.37.2"
883
883
  react "^17.0.1"
884
884
 
885
- "@jupyterlab/htmlviewer-extension@^3.6.2", "@jupyterlab/htmlviewer-extension@~3.6.2":
886
- version "3.6.2"
887
- resolved "https://registry.yarnpkg.com/@jupyterlab/htmlviewer-extension/-/htmlviewer-extension-3.6.2.tgz#c1d654b2e4814436f82bb87362c1341ab58e2d59"
888
- integrity sha512-G8jAjXLAuOox9XFODK2/0x0ctMa7vhmzo5qjtC7HkYOQnyo3OZNHpWxuPrqz9hupVVLtQcnmVRZ4BFeahX1B1Q==
889
- dependencies:
890
- "@jupyterlab/application" "^3.6.2"
891
- "@jupyterlab/apputils" "^3.6.2"
892
- "@jupyterlab/docregistry" "^3.6.2"
893
- "@jupyterlab/htmlviewer" "^3.6.2"
894
- "@jupyterlab/observables" "^4.6.2"
895
- "@jupyterlab/settingregistry" "^3.6.2"
896
- "@jupyterlab/translation" "^3.6.2"
897
- "@jupyterlab/ui-components" "^3.6.2"
898
-
899
- "@jupyterlab/htmlviewer@^3.6.2", "@jupyterlab/htmlviewer@~3.6.2":
900
- version "3.6.2"
901
- resolved "https://registry.yarnpkg.com/@jupyterlab/htmlviewer/-/htmlviewer-3.6.2.tgz#4058b9abf176e31668e0e03c38c352c834a0497d"
902
- integrity sha512-Dh8WdU4qwOCX7gAmOoB5fFCdgyVyw4Eru4IhZUmZd6xbLIZXEL6cpIfXQu+2k7kpVWC44QgEhWUkzwrSxaIZIA==
903
- dependencies:
904
- "@jupyterlab/apputils" "^3.6.2"
905
- "@jupyterlab/coreutils" "^5.6.2"
906
- "@jupyterlab/docregistry" "^3.6.2"
907
- "@jupyterlab/translation" "^3.6.2"
908
- "@jupyterlab/ui-components" "^3.6.2"
885
+ "@jupyterlab/htmlviewer-extension@^3.6.3", "@jupyterlab/htmlviewer-extension@~3.6.3":
886
+ version "3.6.3"
887
+ resolved "https://registry.yarnpkg.com/@jupyterlab/htmlviewer-extension/-/htmlviewer-extension-3.6.3.tgz#32f2316e10804bd05e3d7637c7ec24c42464488e"
888
+ integrity sha512-VRTgvqUgKj1f/a3EmJBv/Ce+9JH9uOJzCiTo9ZYweP43vxaRLHWIn1aZUJkGG/gxdM175bxKMHdMF8Ma9nwVHg==
889
+ dependencies:
890
+ "@jupyterlab/application" "^3.6.3"
891
+ "@jupyterlab/apputils" "^3.6.3"
892
+ "@jupyterlab/docregistry" "^3.6.3"
893
+ "@jupyterlab/htmlviewer" "^3.6.3"
894
+ "@jupyterlab/observables" "^4.6.3"
895
+ "@jupyterlab/settingregistry" "^3.6.3"
896
+ "@jupyterlab/translation" "^3.6.3"
897
+ "@jupyterlab/ui-components" "^3.6.3"
898
+
899
+ "@jupyterlab/htmlviewer@^3.6.3", "@jupyterlab/htmlviewer@~3.6.3":
900
+ version "3.6.3"
901
+ resolved "https://registry.yarnpkg.com/@jupyterlab/htmlviewer/-/htmlviewer-3.6.3.tgz#22245b9482316e2dd3d61408b80925b20fa9272a"
902
+ integrity sha512-f+nRiyg5LBeqy08kb/zZvW2Cqb1c+vGzctX95VA4DcSujSHjIsgNlndkv7kg4ZOjc2stvEo81/XmjLK3RJx95w==
903
+ dependencies:
904
+ "@jupyterlab/apputils" "^3.6.3"
905
+ "@jupyterlab/coreutils" "^5.6.3"
906
+ "@jupyterlab/docregistry" "^3.6.3"
907
+ "@jupyterlab/translation" "^3.6.3"
908
+ "@jupyterlab/ui-components" "^3.6.3"
909
909
  "@lumino/coreutils" "^1.11.0"
910
910
  "@lumino/signaling" "^1.10.0"
911
- "@lumino/widgets" "^1.37.1"
911
+ "@lumino/widgets" "^1.37.2"
912
912
  react "^17.0.1"
913
913
 
914
- "@jupyterlab/hub-extension@^3.6.2", "@jupyterlab/hub-extension@~3.6.2":
915
- version "3.6.2"
916
- resolved "https://registry.yarnpkg.com/@jupyterlab/hub-extension/-/hub-extension-3.6.2.tgz#6b8fd502a7c381c14481258405d61202360a5e7f"
917
- integrity sha512-6koGb2RTDXK+dg2Ql7HuOrBSb3ttXcUg9YKW0EgqdPybFUjZLuJSKEMfOBiS03IQ8vOPVHg8NWmc6105YR+Naw==
918
- dependencies:
919
- "@jupyterlab/application" "^3.6.2"
920
- "@jupyterlab/apputils" "^3.6.2"
921
- "@jupyterlab/coreutils" "^5.6.2"
922
- "@jupyterlab/services" "^6.6.2"
923
- "@jupyterlab/translation" "^3.6.2"
924
-
925
- "@jupyterlab/imageviewer-extension@^3.6.2", "@jupyterlab/imageviewer-extension@~3.6.2":
926
- version "3.6.2"
927
- resolved "https://registry.yarnpkg.com/@jupyterlab/imageviewer-extension/-/imageviewer-extension-3.6.2.tgz#453197d0d261cf0afff24dfa7dc65824cb49c251"
928
- integrity sha512-AJjWIEJWYa/NnK79GtSPOsmChJvpyOYQTBJW3yw/4PN70kijfM2E5k6hDpdu//nL+oNYrESASXwnuKTYIZpPfw==
929
- dependencies:
930
- "@jupyterlab/application" "^3.6.2"
931
- "@jupyterlab/apputils" "^3.6.2"
932
- "@jupyterlab/docregistry" "^3.6.2"
933
- "@jupyterlab/imageviewer" "^3.6.2"
934
- "@jupyterlab/translation" "^3.6.2"
935
-
936
- "@jupyterlab/imageviewer@^3.6.2", "@jupyterlab/imageviewer@~3.6.2":
937
- version "3.6.2"
938
- resolved "https://registry.yarnpkg.com/@jupyterlab/imageviewer/-/imageviewer-3.6.2.tgz#e09572529c9b9b78d6ddc57eb49c73bf73226c4a"
939
- integrity sha512-jpkFjlKlRQCgKzM3YlFt2+HTTOYDj6Tm8DhyAF8kEEjZFbuosG9s71j2HyScpGbjs9Mex0mAyxOBMCNfWNuZwg==
940
- dependencies:
941
- "@jupyterlab/apputils" "^3.6.2"
942
- "@jupyterlab/coreutils" "^5.6.2"
943
- "@jupyterlab/docregistry" "^3.6.2"
914
+ "@jupyterlab/hub-extension@^3.6.3", "@jupyterlab/hub-extension@~3.6.3":
915
+ version "3.6.3"
916
+ resolved "https://registry.yarnpkg.com/@jupyterlab/hub-extension/-/hub-extension-3.6.3.tgz#16200a66bf3fca6cd2835eac70f2ed12624c2e25"
917
+ integrity sha512-P2gNQlHRyZR+joKgH2AHsrMeTJK0zxWzE486WjGj9KWHzBGysbxMlMhalEEpKwIen/607ovwMWDYG3n5/y2f4w==
918
+ dependencies:
919
+ "@jupyterlab/application" "^3.6.3"
920
+ "@jupyterlab/apputils" "^3.6.3"
921
+ "@jupyterlab/coreutils" "^5.6.3"
922
+ "@jupyterlab/services" "^6.6.3"
923
+ "@jupyterlab/translation" "^3.6.3"
924
+
925
+ "@jupyterlab/imageviewer-extension@^3.6.3", "@jupyterlab/imageviewer-extension@~3.6.3":
926
+ version "3.6.3"
927
+ resolved "https://registry.yarnpkg.com/@jupyterlab/imageviewer-extension/-/imageviewer-extension-3.6.3.tgz#930b25c3e10a516751a9d6f07097b0cc594d1169"
928
+ integrity sha512-Dcz4JrP+TUIE7AMiuZZjCkyu3MMCK39RBfuN4XKCBI6h1wsJM7jc1eij4k+BPiLZyo+7zn3j+BldHMqAy//RjQ==
929
+ dependencies:
930
+ "@jupyterlab/application" "^3.6.3"
931
+ "@jupyterlab/apputils" "^3.6.3"
932
+ "@jupyterlab/docregistry" "^3.6.3"
933
+ "@jupyterlab/imageviewer" "^3.6.3"
934
+ "@jupyterlab/translation" "^3.6.3"
935
+
936
+ "@jupyterlab/imageviewer@^3.6.3", "@jupyterlab/imageviewer@~3.6.3":
937
+ version "3.6.3"
938
+ resolved "https://registry.yarnpkg.com/@jupyterlab/imageviewer/-/imageviewer-3.6.3.tgz#68af2140e4ca41c23cfbf0e20e6c718f4a3a607f"
939
+ integrity sha512-EZQ5jwoLqnCiBMBHW8rnw1ALVXRK4yLYBuj/FMYQgHKBDPi3x2vw2J1DDWBVCwJw8KC2tImBac8FCau7nvO3yQ==
940
+ dependencies:
941
+ "@jupyterlab/apputils" "^3.6.3"
942
+ "@jupyterlab/coreutils" "^5.6.3"
943
+ "@jupyterlab/docregistry" "^3.6.3"
944
944
  "@lumino/coreutils" "^1.11.0"
945
945
  "@lumino/messaging" "^1.10.0"
946
- "@lumino/widgets" "^1.37.1"
947
-
948
- "@jupyterlab/inspector-extension@^3.6.2", "@jupyterlab/inspector-extension@~3.6.2":
949
- version "3.6.2"
950
- resolved "https://registry.yarnpkg.com/@jupyterlab/inspector-extension/-/inspector-extension-3.6.2.tgz#1e7eba51f1c8fe990f406daee1042ba5a1646994"
951
- integrity sha512-GxNXhi6AjYyNIbRkHx/0RgV915t6zmUVPlj+Je+M9oF3naOoyjijxaPIxcklT82pum9LWLc7dTFroF7KUXzCsw==
952
- dependencies:
953
- "@jupyterlab/application" "^3.6.2"
954
- "@jupyterlab/apputils" "^3.6.2"
955
- "@jupyterlab/console" "^3.6.2"
956
- "@jupyterlab/inspector" "^3.6.2"
957
- "@jupyterlab/launcher" "^3.6.2"
958
- "@jupyterlab/notebook" "^3.6.2"
959
- "@jupyterlab/translation" "^3.6.2"
960
- "@jupyterlab/ui-components" "^3.6.2"
961
-
962
- "@jupyterlab/inspector@^3.6.2", "@jupyterlab/inspector@~3.6.2":
963
- version "3.6.2"
964
- resolved "https://registry.yarnpkg.com/@jupyterlab/inspector/-/inspector-3.6.2.tgz#3e70ef72a24c97f7838fc4b03f59bf7dec77c847"
965
- integrity sha512-oV+iI4hXVb226nzjd0/LrUeq8GXUgG8xq6qSgmWlm6Bgl2rDsmQABJh195GPmy3S4b+D+IswpB7D6LwZhgiRjA==
966
- dependencies:
967
- "@jupyterlab/apputils" "^3.6.2"
968
- "@jupyterlab/codeeditor" "^3.6.2"
969
- "@jupyterlab/coreutils" "^5.6.2"
970
- "@jupyterlab/rendermime" "^3.6.2"
971
- "@jupyterlab/services" "^6.6.2"
972
- "@jupyterlab/statedb" "^3.6.2"
973
- "@jupyterlab/translation" "^3.6.2"
946
+ "@lumino/widgets" "^1.37.2"
947
+
948
+ "@jupyterlab/inspector-extension@^3.6.3", "@jupyterlab/inspector-extension@~3.6.3":
949
+ version "3.6.3"
950
+ resolved "https://registry.yarnpkg.com/@jupyterlab/inspector-extension/-/inspector-extension-3.6.3.tgz#8e299c38178211a041a406f01ee4b9bdf0c36369"
951
+ integrity sha512-MXwUy6Cx0ZmdGHzq+2NhwWqgR/k7DGMX/aNVLlcJUV3+46QIzMFblUrtQHNwG33jpbJYQ4tIlGvpdfjPjr4wIg==
952
+ dependencies:
953
+ "@jupyterlab/application" "^3.6.3"
954
+ "@jupyterlab/apputils" "^3.6.3"
955
+ "@jupyterlab/console" "^3.6.3"
956
+ "@jupyterlab/inspector" "^3.6.3"
957
+ "@jupyterlab/launcher" "^3.6.3"
958
+ "@jupyterlab/notebook" "^3.6.3"
959
+ "@jupyterlab/translation" "^3.6.3"
960
+ "@jupyterlab/ui-components" "^3.6.3"
961
+
962
+ "@jupyterlab/inspector@^3.6.3", "@jupyterlab/inspector@~3.6.3":
963
+ version "3.6.3"
964
+ resolved "https://registry.yarnpkg.com/@jupyterlab/inspector/-/inspector-3.6.3.tgz#1ebe3e2eab5aa4222f4fa800f1efa7fd9937c4c9"
965
+ integrity sha512-+6cukBmGiCWgAiTkA6SvvCul/IKm8H82QH9WG7b2S5VJ3c66neDeeIt4eVqhAJnIb0he75ZHoe4gJYJq9B55Qg==
966
+ dependencies:
967
+ "@jupyterlab/apputils" "^3.6.3"
968
+ "@jupyterlab/codeeditor" "^3.6.3"
969
+ "@jupyterlab/coreutils" "^5.6.3"
970
+ "@jupyterlab/rendermime" "^3.6.3"
971
+ "@jupyterlab/services" "^6.6.3"
972
+ "@jupyterlab/statedb" "^3.6.3"
973
+ "@jupyterlab/translation" "^3.6.3"
974
974
  "@lumino/coreutils" "^1.11.0"
975
975
  "@lumino/disposable" "^1.10.0"
976
976
  "@lumino/polling" "^1.9.0"
977
977
  "@lumino/signaling" "^1.10.0"
978
- "@lumino/widgets" "^1.37.1"
978
+ "@lumino/widgets" "^1.37.2"
979
979
 
980
- "@jupyterlab/javascript-extension@^3.6.2", "@jupyterlab/javascript-extension@~3.6.2":
981
- version "3.6.2"
982
- resolved "https://registry.yarnpkg.com/@jupyterlab/javascript-extension/-/javascript-extension-3.6.2.tgz#059d95cfb0cc64e1863ce487d34b01fa76eb7f74"
983
- integrity sha512-neEcc4IAr0AnQ5DBCb5PHW8befDvZwm97ieEA60F53xeZ6bXyESZE4q90/x+gaWQAm/qJzPZy23yMRZgF+kTPg==
980
+ "@jupyterlab/javascript-extension@^3.6.3", "@jupyterlab/javascript-extension@~3.6.3":
981
+ version "3.6.3"
982
+ resolved "https://registry.yarnpkg.com/@jupyterlab/javascript-extension/-/javascript-extension-3.6.3.tgz#fa74c43ffb953380eb32a86dbceb5c8f34205a41"
983
+ integrity sha512-PXQQj0tIg9K4vKiv8e60pwIwCtYVvkp+ShmUHusQ7EOtnxaMkKrlplnekm4B84VZFAnpddHwpbqjWtqTgHu5Qg==
984
984
  dependencies:
985
- "@jupyterlab/rendermime" "^3.6.2"
986
- "@jupyterlab/rendermime-interfaces" "^3.6.2"
985
+ "@jupyterlab/rendermime" "^3.6.3"
986
+ "@jupyterlab/rendermime-interfaces" "^3.6.3"
987
987
 
988
- "@jupyterlab/json-extension@^3.6.2", "@jupyterlab/json-extension@~3.6.2":
989
- version "3.6.2"
990
- resolved "https://registry.yarnpkg.com/@jupyterlab/json-extension/-/json-extension-3.6.2.tgz#f8a63c196a4aacf32947f917e629c4fe32367765"
991
- integrity sha512-KdM3zGjPv66tIH4rVghHThD6U3mLUHvFp4Jk6a98Z0Ta53fDV1um+ICGJVr1d/6x3ENKuKRCBil7jB/ObSfhng==
988
+ "@jupyterlab/json-extension@^3.6.3", "@jupyterlab/json-extension@~3.6.3":
989
+ version "3.6.3"
990
+ resolved "https://registry.yarnpkg.com/@jupyterlab/json-extension/-/json-extension-3.6.3.tgz#4aecdc2a21265a84b49ffd908fbfbeda31d55e79"
991
+ integrity sha512-rGfI52T5motEtaXE6CYtzlktYj+IkYikxS/0eYP9TQMJotf/PPjKl5JZQbnF+aUeOhUTZcCk5oFEAFpTso/QWQ==
992
992
  dependencies:
993
- "@jupyterlab/apputils" "^3.6.2"
994
- "@jupyterlab/rendermime-interfaces" "^3.6.2"
995
- "@jupyterlab/translation" "^3.6.2"
996
- "@jupyterlab/ui-components" "^3.6.2"
993
+ "@jupyterlab/apputils" "^3.6.3"
994
+ "@jupyterlab/rendermime-interfaces" "^3.6.3"
995
+ "@jupyterlab/translation" "^3.6.3"
996
+ "@jupyterlab/ui-components" "^3.6.3"
997
997
  "@lumino/coreutils" "^1.11.0"
998
998
  "@lumino/messaging" "^1.10.0"
999
- "@lumino/widgets" "^1.37.1"
999
+ "@lumino/widgets" "^1.37.2"
1000
1000
  react "^17.0.1"
1001
1001
  react-dom "^17.0.1"
1002
1002
  react-highlighter "^0.4.3"
1003
1003
  react-json-tree "^0.15.0"
1004
1004
 
1005
- "@jupyterlab/launcher-extension@^3.6.2", "@jupyterlab/launcher-extension@~3.6.2":
1006
- version "3.6.2"
1007
- resolved "https://registry.yarnpkg.com/@jupyterlab/launcher-extension/-/launcher-extension-3.6.2.tgz#9bfe4c970823b33644f3f60aafef9929dabba82e"
1008
- integrity sha512-dGDQ8eOo6FbKo0b8QLmQ6rM0Vo/XkgC0niRphX+6gQsjVC2WaJxPKb1ISI6TXmHI16NXMyYQ935KvtzSwUiDuQ==
1009
- dependencies:
1010
- "@jupyterlab/application" "^3.6.2"
1011
- "@jupyterlab/apputils" "^3.6.2"
1012
- "@jupyterlab/launcher" "^3.6.2"
1013
- "@jupyterlab/translation" "^3.6.2"
1014
- "@jupyterlab/ui-components" "^3.6.2"
1005
+ "@jupyterlab/launcher-extension@^3.6.3", "@jupyterlab/launcher-extension@~3.6.3":
1006
+ version "3.6.3"
1007
+ resolved "https://registry.yarnpkg.com/@jupyterlab/launcher-extension/-/launcher-extension-3.6.3.tgz#b101e99a9018b65f2a416392f151ee8bb9ef7276"
1008
+ integrity sha512-nRDtTMdFGqTminoWXPTMsYt034nlv7ZlpL94NUGZVgf8OF0i2ubn3LtpAzGk+SDqu6tAORpp33c2ncHjlsGvvA==
1009
+ dependencies:
1010
+ "@jupyterlab/application" "^3.6.3"
1011
+ "@jupyterlab/apputils" "^3.6.3"
1012
+ "@jupyterlab/launcher" "^3.6.3"
1013
+ "@jupyterlab/translation" "^3.6.3"
1014
+ "@jupyterlab/ui-components" "^3.6.3"
1015
1015
  "@lumino/algorithm" "^1.9.0"
1016
1016
  "@lumino/coreutils" "^1.11.0"
1017
- "@lumino/widgets" "^1.37.1"
1017
+ "@lumino/widgets" "^1.37.2"
1018
1018
 
1019
- "@jupyterlab/launcher@^3.6.2", "@jupyterlab/launcher@~3.6.2":
1020
- version "3.6.2"
1021
- resolved "https://registry.yarnpkg.com/@jupyterlab/launcher/-/launcher-3.6.2.tgz#9afb74f7a73dbd95245953c3be90e7fd70d75514"
1022
- integrity sha512-u7fze2FR+3wuL73E65EBxVGtjYfKJDtDH43zpvS6oq6y2qn6Vg9537Utte+IHzTcCOOBFg7wM0VCtD/lyAlbbw==
1019
+ "@jupyterlab/launcher@^3.6.3", "@jupyterlab/launcher@~3.6.3":
1020
+ version "3.6.3"
1021
+ resolved "https://registry.yarnpkg.com/@jupyterlab/launcher/-/launcher-3.6.3.tgz#e3d28fc96063542950c1cfc53b9a324ede76dd9d"
1022
+ integrity sha512-fQQ4DyDWeOUdXl70xi6EWAVAG0AXN7TYqFRx+hyPKg3WtRIypQ0End8uKIzzHXAXqtBJdyF+iEZwUeE3wEkDow==
1023
1023
  dependencies:
1024
- "@jupyterlab/apputils" "^3.6.2"
1025
- "@jupyterlab/translation" "^3.6.2"
1026
- "@jupyterlab/ui-components" "^3.6.2"
1024
+ "@jupyterlab/apputils" "^3.6.3"
1025
+ "@jupyterlab/translation" "^3.6.3"
1026
+ "@jupyterlab/ui-components" "^3.6.3"
1027
1027
  "@lumino/algorithm" "^1.9.0"
1028
1028
  "@lumino/commands" "^1.19.0"
1029
1029
  "@lumino/coreutils" "^1.11.0"
1030
1030
  "@lumino/disposable" "^1.10.0"
1031
1031
  "@lumino/properties" "^1.8.0"
1032
- "@lumino/widgets" "^1.37.1"
1032
+ "@lumino/widgets" "^1.37.2"
1033
1033
  react "^17.0.1"
1034
1034
 
1035
- "@jupyterlab/logconsole-extension@^3.6.2", "@jupyterlab/logconsole-extension@~3.6.2":
1036
- version "3.6.2"
1037
- resolved "https://registry.yarnpkg.com/@jupyterlab/logconsole-extension/-/logconsole-extension-3.6.2.tgz#15b86fe528122ed4cd75b6637882a6ef71dd8c2b"
1038
- integrity sha512-Dq0IVK6H26R3AcmbPzOwMttcDPThAV8wKwZwSQ+Lbwl0Op2iSwpgoeETR1zEaRJsqJgTxRL+4DGHUyllLmopfA==
1039
- dependencies:
1040
- "@jupyterlab/application" "^3.6.2"
1041
- "@jupyterlab/apputils" "^3.6.2"
1042
- "@jupyterlab/coreutils" "^5.6.2"
1043
- "@jupyterlab/logconsole" "^3.6.2"
1044
- "@jupyterlab/notebook" "^3.6.2"
1045
- "@jupyterlab/rendermime" "^3.6.2"
1046
- "@jupyterlab/settingregistry" "^3.6.2"
1047
- "@jupyterlab/statusbar" "^3.6.2"
1048
- "@jupyterlab/translation" "^3.6.2"
1049
- "@jupyterlab/ui-components" "^3.6.2"
1035
+ "@jupyterlab/logconsole-extension@^3.6.3", "@jupyterlab/logconsole-extension@~3.6.3":
1036
+ version "3.6.3"
1037
+ resolved "https://registry.yarnpkg.com/@jupyterlab/logconsole-extension/-/logconsole-extension-3.6.3.tgz#846321c45b2742330c55d1378a9487c4034852e0"
1038
+ integrity sha512-gydv4tUO+slKmw47nOtUOwg24wBd9zY+4kLKzvK3uGokYNnwAdUi9/W5ywJXpDxd/FXGPayP8CbrQsEdUbtztw==
1039
+ dependencies:
1040
+ "@jupyterlab/application" "^3.6.3"
1041
+ "@jupyterlab/apputils" "^3.6.3"
1042
+ "@jupyterlab/coreutils" "^5.6.3"
1043
+ "@jupyterlab/logconsole" "^3.6.3"
1044
+ "@jupyterlab/notebook" "^3.6.3"
1045
+ "@jupyterlab/rendermime" "^3.6.3"
1046
+ "@jupyterlab/settingregistry" "^3.6.3"
1047
+ "@jupyterlab/statusbar" "^3.6.3"
1048
+ "@jupyterlab/translation" "^3.6.3"
1049
+ "@jupyterlab/ui-components" "^3.6.3"
1050
1050
  "@lumino/coreutils" "^1.11.0"
1051
1051
  "@lumino/signaling" "^1.10.0"
1052
- "@lumino/widgets" "^1.37.1"
1052
+ "@lumino/widgets" "^1.37.2"
1053
1053
  react "^17.0.1"
1054
1054
 
1055
- "@jupyterlab/logconsole@^3.6.2", "@jupyterlab/logconsole@~3.6.2":
1056
- version "3.6.2"
1057
- resolved "https://registry.yarnpkg.com/@jupyterlab/logconsole/-/logconsole-3.6.2.tgz#7ef0d2d60ca58789f76b1dcf1f7e8ccf2fa6bff9"
1058
- integrity sha512-aBKXabVrwz9oMOvakmC3pC2ThGVQbmhAQ99VDdO88kjIxmYhno3SUfNYJh4/v4oaX/Ozo6u96QP9ziWoDb0UUg==
1059
- dependencies:
1060
- "@jupyterlab/coreutils" "^5.6.2"
1061
- "@jupyterlab/nbformat" "^3.6.2"
1062
- "@jupyterlab/outputarea" "^3.6.2"
1063
- "@jupyterlab/rendermime" "^3.6.2"
1064
- "@jupyterlab/services" "^6.6.2"
1065
- "@jupyterlab/translation" "^3.6.2"
1055
+ "@jupyterlab/logconsole@^3.6.3", "@jupyterlab/logconsole@~3.6.3":
1056
+ version "3.6.3"
1057
+ resolved "https://registry.yarnpkg.com/@jupyterlab/logconsole/-/logconsole-3.6.3.tgz#9ecc3a7545aa7848a6ca34eb546f58aede8343ba"
1058
+ integrity sha512-fjhRbkf1wW6QD7nrlGjWAke0C3w2NB0ta5nBMXcc/wulBFjRQ4h7pY0wdSOsr7xMad21lrWEeRmxBdekazUBnw==
1059
+ dependencies:
1060
+ "@jupyterlab/coreutils" "^5.6.3"
1061
+ "@jupyterlab/nbformat" "^3.6.3"
1062
+ "@jupyterlab/outputarea" "^3.6.3"
1063
+ "@jupyterlab/rendermime" "^3.6.3"
1064
+ "@jupyterlab/services" "^6.6.3"
1065
+ "@jupyterlab/translation" "^3.6.3"
1066
1066
  "@lumino/coreutils" "^1.11.0"
1067
1067
  "@lumino/disposable" "^1.10.0"
1068
1068
  "@lumino/messaging" "^1.10.0"
1069
1069
  "@lumino/signaling" "^1.10.0"
1070
- "@lumino/widgets" "^1.37.1"
1071
-
1072
- "@jupyterlab/mainmenu-extension@^3.6.2", "@jupyterlab/mainmenu-extension@~3.6.2":
1073
- version "3.6.2"
1074
- resolved "https://registry.yarnpkg.com/@jupyterlab/mainmenu-extension/-/mainmenu-extension-3.6.2.tgz#3e53ca8676ab3d3bac8d074d543e71449cbfe3f8"
1075
- integrity sha512-IcWhLCqwu4PSxsAn06nY4Nx2wt3w215eiwAJaHpJT6OzbQNHSck9o+5+1flrUm9W0Q33sACc9RixDDo9h1KoUQ==
1076
- dependencies:
1077
- "@jupyterlab/application" "^3.6.2"
1078
- "@jupyterlab/apputils" "^3.6.2"
1079
- "@jupyterlab/coreutils" "^5.6.2"
1080
- "@jupyterlab/mainmenu" "^3.6.2"
1081
- "@jupyterlab/services" "^6.6.2"
1082
- "@jupyterlab/settingregistry" "^3.6.2"
1083
- "@jupyterlab/translation" "^3.6.2"
1084
- "@jupyterlab/ui-components" "^3.6.2"
1070
+ "@lumino/widgets" "^1.37.2"
1071
+
1072
+ "@jupyterlab/mainmenu-extension@^3.6.3", "@jupyterlab/mainmenu-extension@~3.6.3":
1073
+ version "3.6.3"
1074
+ resolved "https://registry.yarnpkg.com/@jupyterlab/mainmenu-extension/-/mainmenu-extension-3.6.3.tgz#1da8ef4d7df2ab58a838b9d860ce7468f09f1e4b"
1075
+ integrity sha512-JeF6geE3+3/4K92dFDrRv51dzsP6dZF/8bf4NhAZMAyHhk7wiOB14vPYptVnPB1w2SoQ/E/B5krErtiyJGLCpw==
1076
+ dependencies:
1077
+ "@jupyterlab/application" "^3.6.3"
1078
+ "@jupyterlab/apputils" "^3.6.3"
1079
+ "@jupyterlab/coreutils" "^5.6.3"
1080
+ "@jupyterlab/mainmenu" "^3.6.3"
1081
+ "@jupyterlab/services" "^6.6.3"
1082
+ "@jupyterlab/settingregistry" "^3.6.3"
1083
+ "@jupyterlab/translation" "^3.6.3"
1084
+ "@jupyterlab/ui-components" "^3.6.3"
1085
1085
  "@lumino/algorithm" "^1.9.0"
1086
1086
  "@lumino/coreutils" "^1.11.0"
1087
1087
  "@lumino/disposable" "^1.10.0"
1088
- "@lumino/widgets" "^1.37.1"
1088
+ "@lumino/widgets" "^1.37.2"
1089
1089
 
1090
- "@jupyterlab/mainmenu@^3.6.2", "@jupyterlab/mainmenu@~3.6.2":
1091
- version "3.6.2"
1092
- resolved "https://registry.yarnpkg.com/@jupyterlab/mainmenu/-/mainmenu-3.6.2.tgz#30d8a59fd716d8f6ee5e3712f883a56392e0a232"
1093
- integrity sha512-pnMLAQookw5GOPpD7cgu0HuDIZirJ62xuHAkxOS1o++BkoE7VYZlrNCFz+jzlRoXiwbf+bKPw5WU0/xHcpvwqA==
1090
+ "@jupyterlab/mainmenu@^3.6.3", "@jupyterlab/mainmenu@~3.6.3":
1091
+ version "3.6.3"
1092
+ resolved "https://registry.yarnpkg.com/@jupyterlab/mainmenu/-/mainmenu-3.6.3.tgz#5d322db9b8d742b7042109ab7e8c733696ae38fc"
1093
+ integrity sha512-ohZzHDeReKX3zbLz2bUsYRSdkX6bVhNoCer3Rat8gjfb8vr/bqK9ReAvvoA4rRqm0mrfqwotpZSzbE4+y5KqZA==
1094
1094
  dependencies:
1095
- "@jupyterlab/apputils" "^3.6.2"
1096
- "@jupyterlab/services" "^6.6.2"
1097
- "@jupyterlab/translation" "^3.6.2"
1098
- "@jupyterlab/ui-components" "^3.6.2"
1095
+ "@jupyterlab/apputils" "^3.6.3"
1096
+ "@jupyterlab/services" "^6.6.3"
1097
+ "@jupyterlab/translation" "^3.6.3"
1098
+ "@jupyterlab/ui-components" "^3.6.3"
1099
1099
  "@lumino/algorithm" "^1.9.0"
1100
1100
  "@lumino/commands" "^1.19.0"
1101
1101
  "@lumino/coreutils" "^1.11.0"
1102
- "@lumino/widgets" "^1.37.1"
1103
-
1104
- "@jupyterlab/markdownviewer-extension@^3.6.2", "@jupyterlab/markdownviewer-extension@~3.6.2":
1105
- version "3.6.2"
1106
- resolved "https://registry.yarnpkg.com/@jupyterlab/markdownviewer-extension/-/markdownviewer-extension-3.6.2.tgz#cc81e2aa6a6fb45ba47907fd71f2e0723d1fb7f1"
1107
- integrity sha512-otLLp9QhYoRi8aaVuRvuKwK2bj/2zU4gB/EbZHImq9ZrSjH+/cPzQJKbO4eFQSqYRbRp+DmMT7YuBtn8g6N1CA==
1108
- dependencies:
1109
- "@jupyterlab/application" "^3.6.2"
1110
- "@jupyterlab/apputils" "^3.6.2"
1111
- "@jupyterlab/coreutils" "^5.6.2"
1112
- "@jupyterlab/markdownviewer" "^3.6.2"
1113
- "@jupyterlab/rendermime" "^3.6.2"
1114
- "@jupyterlab/settingregistry" "^3.6.2"
1115
- "@jupyterlab/translation" "^3.6.2"
1116
-
1117
- "@jupyterlab/markdownviewer@^3.6.2", "@jupyterlab/markdownviewer@~3.6.2":
1118
- version "3.6.2"
1119
- resolved "https://registry.yarnpkg.com/@jupyterlab/markdownviewer/-/markdownviewer-3.6.2.tgz#4806c97415877a7026eede0ba2184f5a508e6a00"
1120
- integrity sha512-/vYjo5XUWBSzuAMT5riQ8OBdGxA8bfKalCOx7wnfzWHrnKf6rQs6MbNoxk1RjzxUZtgVyeAe3SR4CwCH28Nl1Q==
1121
- dependencies:
1122
- "@jupyterlab/apputils" "^3.6.2"
1123
- "@jupyterlab/coreutils" "^5.6.2"
1124
- "@jupyterlab/docregistry" "^3.6.2"
1125
- "@jupyterlab/rendermime" "^3.6.2"
1126
- "@jupyterlab/translation" "^3.6.2"
1102
+ "@lumino/widgets" "^1.37.2"
1103
+
1104
+ "@jupyterlab/markdownviewer-extension@^3.6.3", "@jupyterlab/markdownviewer-extension@~3.6.3":
1105
+ version "3.6.3"
1106
+ resolved "https://registry.yarnpkg.com/@jupyterlab/markdownviewer-extension/-/markdownviewer-extension-3.6.3.tgz#c6cde3ce6c8b8669c10f74cf7277ff56d07e3dc3"
1107
+ integrity sha512-d001r/UzgJp3+kIYgC8JBNthxJoKhvwNfADAi7XIW2ie20/I5KvtnejGTAOarQdNe7ThuuWMtPgYTfYbopy2uw==
1108
+ dependencies:
1109
+ "@jupyterlab/application" "^3.6.3"
1110
+ "@jupyterlab/apputils" "^3.6.3"
1111
+ "@jupyterlab/coreutils" "^5.6.3"
1112
+ "@jupyterlab/markdownviewer" "^3.6.3"
1113
+ "@jupyterlab/rendermime" "^3.6.3"
1114
+ "@jupyterlab/settingregistry" "^3.6.3"
1115
+ "@jupyterlab/translation" "^3.6.3"
1116
+
1117
+ "@jupyterlab/markdownviewer@^3.6.3", "@jupyterlab/markdownviewer@~3.6.3":
1118
+ version "3.6.3"
1119
+ resolved "https://registry.yarnpkg.com/@jupyterlab/markdownviewer/-/markdownviewer-3.6.3.tgz#a3817fc009102a71dee2c16f52db948639644585"
1120
+ integrity sha512-7F9KPWEIJwpguGqBMnov4/7SHYJJjR7h0yLTlydXLAm4SGcphiNjxjzEYzxk3+5VHH7/szIxNBxBPKsEChU6aQ==
1121
+ dependencies:
1122
+ "@jupyterlab/apputils" "^3.6.3"
1123
+ "@jupyterlab/coreutils" "^5.6.3"
1124
+ "@jupyterlab/docregistry" "^3.6.3"
1125
+ "@jupyterlab/rendermime" "^3.6.3"
1126
+ "@jupyterlab/translation" "^3.6.3"
1127
1127
  "@lumino/coreutils" "^1.11.0"
1128
1128
  "@lumino/messaging" "^1.10.0"
1129
- "@lumino/widgets" "^1.37.1"
1129
+ "@lumino/widgets" "^1.37.2"
1130
1130
 
1131
- "@jupyterlab/mathjax2-extension@^3.6.2", "@jupyterlab/mathjax2-extension@~3.6.2":
1132
- version "3.6.2"
1133
- resolved "https://registry.yarnpkg.com/@jupyterlab/mathjax2-extension/-/mathjax2-extension-3.6.2.tgz#a4f7091213314da050a0a422acb4516a84378f43"
1134
- integrity sha512-ladQVLqOCS/qp0Pzn31/iyOPHRbAfb6h2sEhwuMbSzxcfCDk6Fj0vAO9tFYgE0eqEQhR7Y5X+Zgo4vKty3X2Kw==
1131
+ "@jupyterlab/mathjax2-extension@^3.6.3", "@jupyterlab/mathjax2-extension@~3.6.3":
1132
+ version "3.6.3"
1133
+ resolved "https://registry.yarnpkg.com/@jupyterlab/mathjax2-extension/-/mathjax2-extension-3.6.3.tgz#dd7e89a6f53d2705c718db01237af872b29faed3"
1134
+ integrity sha512-8ksjKUc7Z6aijzPELaPxc2iJlxVTu18XMHJK2eZC0bW/HBwoiHw8gtaL6sqQHBA0sCvGmgqvLNkntznMMm0Bpg==
1135
1135
  dependencies:
1136
- "@jupyterlab/application" "^3.6.2"
1137
- "@jupyterlab/coreutils" "^5.6.2"
1138
- "@jupyterlab/mathjax2" "^3.6.2"
1139
- "@jupyterlab/rendermime" "^3.6.2"
1136
+ "@jupyterlab/application" "^3.6.3"
1137
+ "@jupyterlab/coreutils" "^5.6.3"
1138
+ "@jupyterlab/mathjax2" "^3.6.3"
1139
+ "@jupyterlab/rendermime" "^3.6.3"
1140
1140
 
1141
- "@jupyterlab/mathjax2@^3.6.2", "@jupyterlab/mathjax2@~3.6.2":
1142
- version "3.6.2"
1143
- resolved "https://registry.yarnpkg.com/@jupyterlab/mathjax2/-/mathjax2-3.6.2.tgz#27a062ec5b757e269f23febb17f27e4bea75c289"
1144
- integrity sha512-F5ovwBQm3CkVd1uHCT2HoLlTQKKjnm+BNK+WnB4M8zH7LdenmBG7ZntSKH0X8A15TBVNvvxD1pfue/wvoB6K5g==
1141
+ "@jupyterlab/mathjax2@^3.6.3", "@jupyterlab/mathjax2@~3.6.3":
1142
+ version "3.6.3"
1143
+ resolved "https://registry.yarnpkg.com/@jupyterlab/mathjax2/-/mathjax2-3.6.3.tgz#0f25ee8c8309a4af00e14640ac6686eea3b05bce"
1144
+ integrity sha512-Aju49iHqwvsArc3qvQGDAOpQkpKvHfCXueQX7qJDRBst764jw+NjvWK11ODkRgUwsv0Rxi4YzOT0Z7N6Qnc5Rw==
1145
1145
  dependencies:
1146
- "@jupyterlab/rendermime-interfaces" "^3.6.2"
1146
+ "@jupyterlab/rendermime-interfaces" "^3.6.3"
1147
1147
  "@lumino/coreutils" "^1.11.0"
1148
1148
 
1149
- "@jupyterlab/metapackage@~3.6.2":
1150
- version "3.6.2"
1151
- resolved "https://registry.yarnpkg.com/@jupyterlab/metapackage/-/metapackage-3.6.2.tgz#78f1aa30bd528ea94a77051b8c00841cb7afe0ca"
1152
- integrity sha512-Foei0haoywUwf8LIyhYsh7vsel7eeCAUCUehRMKah+i7WqXzeul3BlOjY7P00V1UoIELVr0KDcRbaSQi6aeJqg==
1153
- dependencies:
1154
- "@jupyterlab/application" "^3.6.2"
1155
- "@jupyterlab/application-extension" "^3.6.2"
1156
- "@jupyterlab/apputils" "^3.6.2"
1157
- "@jupyterlab/apputils-extension" "^3.6.2"
1158
- "@jupyterlab/attachments" "^3.6.2"
1159
- "@jupyterlab/cell-toolbar" "^3.6.2"
1160
- "@jupyterlab/cell-toolbar-extension" "^3.6.2"
1161
- "@jupyterlab/cells" "^3.6.2"
1162
- "@jupyterlab/celltags" "^3.6.2"
1163
- "@jupyterlab/celltags-extension" "^3.6.2"
1164
- "@jupyterlab/codeeditor" "^3.6.2"
1165
- "@jupyterlab/codemirror" "^3.6.2"
1166
- "@jupyterlab/codemirror-extension" "^3.6.2"
1167
- "@jupyterlab/collaboration" "^3.6.2"
1168
- "@jupyterlab/collaboration-extension" "^3.6.2"
1169
- "@jupyterlab/completer" "^3.6.2"
1170
- "@jupyterlab/completer-extension" "^3.6.2"
1171
- "@jupyterlab/console" "^3.6.2"
1172
- "@jupyterlab/console-extension" "^3.6.2"
1173
- "@jupyterlab/coreutils" "^5.6.2"
1174
- "@jupyterlab/csvviewer" "^3.6.2"
1175
- "@jupyterlab/csvviewer-extension" "^3.6.2"
1176
- "@jupyterlab/debugger" "^3.6.2"
1177
- "@jupyterlab/debugger-extension" "^3.6.2"
1178
- "@jupyterlab/docmanager" "^3.6.2"
1179
- "@jupyterlab/docmanager-extension" "^3.6.2"
1180
- "@jupyterlab/docprovider" "^3.6.2"
1181
- "@jupyterlab/docprovider-extension" "^3.6.2"
1182
- "@jupyterlab/docregistry" "^3.6.2"
1183
- "@jupyterlab/documentsearch" "^3.6.2"
1184
- "@jupyterlab/documentsearch-extension" "^3.6.2"
1185
- "@jupyterlab/extensionmanager" "^3.6.2"
1186
- "@jupyterlab/extensionmanager-extension" "^3.6.2"
1187
- "@jupyterlab/filebrowser" "^3.6.2"
1188
- "@jupyterlab/filebrowser-extension" "^3.6.2"
1189
- "@jupyterlab/fileeditor" "^3.6.2"
1190
- "@jupyterlab/fileeditor-extension" "^3.6.2"
1191
- "@jupyterlab/help-extension" "^3.6.2"
1192
- "@jupyterlab/htmlviewer" "^3.6.2"
1193
- "@jupyterlab/htmlviewer-extension" "^3.6.2"
1194
- "@jupyterlab/hub-extension" "^3.6.2"
1195
- "@jupyterlab/imageviewer" "^3.6.2"
1196
- "@jupyterlab/imageviewer-extension" "^3.6.2"
1197
- "@jupyterlab/inspector" "^3.6.2"
1198
- "@jupyterlab/inspector-extension" "^3.6.2"
1199
- "@jupyterlab/javascript-extension" "^3.6.2"
1200
- "@jupyterlab/json-extension" "^3.6.2"
1201
- "@jupyterlab/launcher" "^3.6.2"
1202
- "@jupyterlab/launcher-extension" "^3.6.2"
1203
- "@jupyterlab/logconsole" "^3.6.2"
1204
- "@jupyterlab/logconsole-extension" "^3.6.2"
1205
- "@jupyterlab/mainmenu" "^3.6.2"
1206
- "@jupyterlab/mainmenu-extension" "^3.6.2"
1207
- "@jupyterlab/markdownviewer" "^3.6.2"
1208
- "@jupyterlab/markdownviewer-extension" "^3.6.2"
1209
- "@jupyterlab/mathjax2" "^3.6.2"
1210
- "@jupyterlab/mathjax2-extension" "^3.6.2"
1211
- "@jupyterlab/nbconvert-css" "^3.6.2"
1212
- "@jupyterlab/nbformat" "^3.6.2"
1213
- "@jupyterlab/notebook" "^3.6.2"
1214
- "@jupyterlab/notebook-extension" "^3.6.2"
1215
- "@jupyterlab/observables" "^4.6.2"
1216
- "@jupyterlab/outputarea" "^3.6.2"
1217
- "@jupyterlab/pdf-extension" "^3.6.2"
1218
- "@jupyterlab/property-inspector" "^3.6.2"
1219
- "@jupyterlab/rendermime" "^3.6.2"
1220
- "@jupyterlab/rendermime-extension" "^3.6.2"
1221
- "@jupyterlab/rendermime-interfaces" "^3.6.2"
1222
- "@jupyterlab/running" "^3.6.2"
1223
- "@jupyterlab/running-extension" "^3.6.2"
1224
- "@jupyterlab/services" "^6.6.2"
1225
- "@jupyterlab/settingeditor" "^3.6.2"
1226
- "@jupyterlab/settingeditor-extension" "^3.6.2"
1227
- "@jupyterlab/settingregistry" "^3.6.2"
1228
- "@jupyterlab/shared-models" "^3.6.2"
1229
- "@jupyterlab/shortcuts-extension" "^3.6.2"
1230
- "@jupyterlab/statedb" "^3.6.2"
1231
- "@jupyterlab/statusbar" "^3.6.2"
1232
- "@jupyterlab/statusbar-extension" "^3.6.2"
1233
- "@jupyterlab/terminal" "^3.6.2"
1234
- "@jupyterlab/terminal-extension" "^3.6.2"
1235
- "@jupyterlab/theme-dark-extension" "^3.6.2"
1236
- "@jupyterlab/theme-light-extension" "^3.6.2"
1237
- "@jupyterlab/toc" "^5.6.2"
1238
- "@jupyterlab/toc-extension" "^5.6.2"
1239
- "@jupyterlab/tooltip" "^3.6.2"
1240
- "@jupyterlab/tooltip-extension" "^3.6.2"
1241
- "@jupyterlab/translation" "^3.6.2"
1242
- "@jupyterlab/translation-extension" "^3.6.2"
1243
- "@jupyterlab/ui-components" "^3.6.2"
1244
- "@jupyterlab/ui-components-extension" "^3.6.2"
1245
- "@jupyterlab/vdom" "^3.6.2"
1246
- "@jupyterlab/vdom-extension" "^3.6.2"
1247
- "@jupyterlab/vega5-extension" "^3.6.2"
1248
-
1249
- "@jupyterlab/nbconvert-css@^3.6.2", "@jupyterlab/nbconvert-css@~3.6.2":
1250
- version "3.6.2"
1251
- resolved "https://registry.yarnpkg.com/@jupyterlab/nbconvert-css/-/nbconvert-css-3.6.2.tgz#b1436b5d67bf38b05fe381c13fbdab0efc1ab187"
1252
- integrity sha512-3GnpUu1mlhcEpydD+uLs5fJgVoOykbVB5X+2JC/aRbgdWMU+WjdR49eykJ1HUHPF+DH+KyuRsPbDaN+ufKTX0Q==
1253
- dependencies:
1254
- "@jupyterlab/application" "^3.6.2"
1255
- "@jupyterlab/apputils" "^3.6.2"
1256
- "@jupyterlab/cells" "^3.6.2"
1257
- "@jupyterlab/codemirror" "^3.6.2"
1258
- "@jupyterlab/notebook" "^3.6.2"
1259
- "@jupyterlab/outputarea" "^3.6.2"
1260
- "@jupyterlab/rendermime" "^3.6.2"
1261
-
1262
- "@jupyterlab/nbformat@^3.0.0 || ^4.0.0-alpha.15", "@jupyterlab/nbformat@^3.6.2", "@jupyterlab/nbformat@~3.6.2":
1263
- version "3.6.2"
1264
- resolved "https://registry.yarnpkg.com/@jupyterlab/nbformat/-/nbformat-3.6.2.tgz#fc51917e04c2671c8929d38980795a4928f14282"
1265
- integrity sha512-I4B4jo5Vnlfr94Nzc82wt8OYYeGvNAp6NPRjUWuUDdoUDKE6V2Wz+N3HCf9atLBy0Ervc8rrDqpE18eJLUCUGg==
1149
+ "@jupyterlab/metapackage@~3.6.3":
1150
+ version "3.6.3"
1151
+ resolved "https://registry.yarnpkg.com/@jupyterlab/metapackage/-/metapackage-3.6.3.tgz#ebc950b0b470be964f99ef3bddb2468fbe083cf2"
1152
+ integrity sha512-ulgCX60DmIbiyq1hGsIgFSLEzWj82j9hmDajgC+WxS3g8BVACYjopd969UzCvPmubGAXv8dpyADNjGGW+lW6jQ==
1153
+ dependencies:
1154
+ "@jupyterlab/application" "^3.6.3"
1155
+ "@jupyterlab/application-extension" "^3.6.3"
1156
+ "@jupyterlab/apputils" "^3.6.3"
1157
+ "@jupyterlab/apputils-extension" "^3.6.3"
1158
+ "@jupyterlab/attachments" "^3.6.3"
1159
+ "@jupyterlab/cell-toolbar" "^3.6.3"
1160
+ "@jupyterlab/cell-toolbar-extension" "^3.6.3"
1161
+ "@jupyterlab/cells" "^3.6.3"
1162
+ "@jupyterlab/celltags" "^3.6.3"
1163
+ "@jupyterlab/celltags-extension" "^3.6.3"
1164
+ "@jupyterlab/codeeditor" "^3.6.3"
1165
+ "@jupyterlab/codemirror" "^3.6.3"
1166
+ "@jupyterlab/codemirror-extension" "^3.6.3"
1167
+ "@jupyterlab/collaboration" "^3.6.3"
1168
+ "@jupyterlab/collaboration-extension" "^3.6.3"
1169
+ "@jupyterlab/completer" "^3.6.3"
1170
+ "@jupyterlab/completer-extension" "^3.6.3"
1171
+ "@jupyterlab/console" "^3.6.3"
1172
+ "@jupyterlab/console-extension" "^3.6.3"
1173
+ "@jupyterlab/coreutils" "^5.6.3"
1174
+ "@jupyterlab/csvviewer" "^3.6.3"
1175
+ "@jupyterlab/csvviewer-extension" "^3.6.3"
1176
+ "@jupyterlab/debugger" "^3.6.3"
1177
+ "@jupyterlab/debugger-extension" "^3.6.3"
1178
+ "@jupyterlab/docmanager" "^3.6.3"
1179
+ "@jupyterlab/docmanager-extension" "^3.6.3"
1180
+ "@jupyterlab/docprovider" "^3.6.3"
1181
+ "@jupyterlab/docprovider-extension" "^3.6.3"
1182
+ "@jupyterlab/docregistry" "^3.6.3"
1183
+ "@jupyterlab/documentsearch" "^3.6.3"
1184
+ "@jupyterlab/documentsearch-extension" "^3.6.3"
1185
+ "@jupyterlab/extensionmanager" "^3.6.3"
1186
+ "@jupyterlab/extensionmanager-extension" "^3.6.3"
1187
+ "@jupyterlab/filebrowser" "^3.6.3"
1188
+ "@jupyterlab/filebrowser-extension" "^3.6.3"
1189
+ "@jupyterlab/fileeditor" "^3.6.3"
1190
+ "@jupyterlab/fileeditor-extension" "^3.6.3"
1191
+ "@jupyterlab/help-extension" "^3.6.3"
1192
+ "@jupyterlab/htmlviewer" "^3.6.3"
1193
+ "@jupyterlab/htmlviewer-extension" "^3.6.3"
1194
+ "@jupyterlab/hub-extension" "^3.6.3"
1195
+ "@jupyterlab/imageviewer" "^3.6.3"
1196
+ "@jupyterlab/imageviewer-extension" "^3.6.3"
1197
+ "@jupyterlab/inspector" "^3.6.3"
1198
+ "@jupyterlab/inspector-extension" "^3.6.3"
1199
+ "@jupyterlab/javascript-extension" "^3.6.3"
1200
+ "@jupyterlab/json-extension" "^3.6.3"
1201
+ "@jupyterlab/launcher" "^3.6.3"
1202
+ "@jupyterlab/launcher-extension" "^3.6.3"
1203
+ "@jupyterlab/logconsole" "^3.6.3"
1204
+ "@jupyterlab/logconsole-extension" "^3.6.3"
1205
+ "@jupyterlab/mainmenu" "^3.6.3"
1206
+ "@jupyterlab/mainmenu-extension" "^3.6.3"
1207
+ "@jupyterlab/markdownviewer" "^3.6.3"
1208
+ "@jupyterlab/markdownviewer-extension" "^3.6.3"
1209
+ "@jupyterlab/mathjax2" "^3.6.3"
1210
+ "@jupyterlab/mathjax2-extension" "^3.6.3"
1211
+ "@jupyterlab/nbconvert-css" "^3.6.3"
1212
+ "@jupyterlab/nbformat" "^3.6.3"
1213
+ "@jupyterlab/notebook" "^3.6.3"
1214
+ "@jupyterlab/notebook-extension" "^3.6.3"
1215
+ "@jupyterlab/observables" "^4.6.3"
1216
+ "@jupyterlab/outputarea" "^3.6.3"
1217
+ "@jupyterlab/pdf-extension" "^3.6.3"
1218
+ "@jupyterlab/property-inspector" "^3.6.3"
1219
+ "@jupyterlab/rendermime" "^3.6.3"
1220
+ "@jupyterlab/rendermime-extension" "^3.6.3"
1221
+ "@jupyterlab/rendermime-interfaces" "^3.6.3"
1222
+ "@jupyterlab/running" "^3.6.3"
1223
+ "@jupyterlab/running-extension" "^3.6.3"
1224
+ "@jupyterlab/services" "^6.6.3"
1225
+ "@jupyterlab/settingeditor" "^3.6.3"
1226
+ "@jupyterlab/settingeditor-extension" "^3.6.3"
1227
+ "@jupyterlab/settingregistry" "^3.6.3"
1228
+ "@jupyterlab/shared-models" "^3.6.3"
1229
+ "@jupyterlab/shortcuts-extension" "^3.6.3"
1230
+ "@jupyterlab/statedb" "^3.6.3"
1231
+ "@jupyterlab/statusbar" "^3.6.3"
1232
+ "@jupyterlab/statusbar-extension" "^3.6.3"
1233
+ "@jupyterlab/terminal" "^3.6.3"
1234
+ "@jupyterlab/terminal-extension" "^3.6.3"
1235
+ "@jupyterlab/theme-dark-extension" "^3.6.3"
1236
+ "@jupyterlab/theme-light-extension" "^3.6.3"
1237
+ "@jupyterlab/toc" "^5.6.3"
1238
+ "@jupyterlab/toc-extension" "^5.6.3"
1239
+ "@jupyterlab/tooltip" "^3.6.3"
1240
+ "@jupyterlab/tooltip-extension" "^3.6.3"
1241
+ "@jupyterlab/translation" "^3.6.3"
1242
+ "@jupyterlab/translation-extension" "^3.6.3"
1243
+ "@jupyterlab/ui-components" "^3.6.3"
1244
+ "@jupyterlab/ui-components-extension" "^3.6.3"
1245
+ "@jupyterlab/vdom" "^3.6.3"
1246
+ "@jupyterlab/vdom-extension" "^3.6.3"
1247
+ "@jupyterlab/vega5-extension" "^3.6.3"
1248
+
1249
+ "@jupyterlab/nbconvert-css@^3.6.3", "@jupyterlab/nbconvert-css@~3.6.3":
1250
+ version "3.6.3"
1251
+ resolved "https://registry.yarnpkg.com/@jupyterlab/nbconvert-css/-/nbconvert-css-3.6.3.tgz#350e49c20f9eb62e61a5bbbfbdad6d9db4a04b9c"
1252
+ integrity sha512-bEjrTL1XzHf24ie8kl/rIYpO6KfqZaDUIPkeWaVK0Ceu50D8pJEIyn3CLpG5C80JEcs0YKWHPYWO0erd0Sa3dA==
1253
+ dependencies:
1254
+ "@jupyterlab/application" "^3.6.3"
1255
+ "@jupyterlab/apputils" "^3.6.3"
1256
+ "@jupyterlab/cells" "^3.6.3"
1257
+ "@jupyterlab/codemirror" "^3.6.3"
1258
+ "@jupyterlab/notebook" "^3.6.3"
1259
+ "@jupyterlab/outputarea" "^3.6.3"
1260
+ "@jupyterlab/rendermime" "^3.6.3"
1261
+
1262
+ "@jupyterlab/nbformat@^3.0.0 || ^4.0.0-alpha.15", "@jupyterlab/nbformat@^3.6.3", "@jupyterlab/nbformat@~3.6.3":
1263
+ version "3.6.3"
1264
+ resolved "https://registry.yarnpkg.com/@jupyterlab/nbformat/-/nbformat-3.6.3.tgz#8520338e3679cbe8ce2ea8eb5a9b816f8b774ad3"
1265
+ integrity sha512-0qJLa4dtOmu9EmHFeM7gaZi4qheovIPc9ZrgGGRuG0obajs4YYlvh4MQvCSgpVhme4AuBfGlcfzhlx+Gbzr5Xw==
1266
1266
  dependencies:
1267
1267
  "@lumino/coreutils" "^1.11.0"
1268
1268
 
1269
- "@jupyterlab/notebook-extension@^3.6.2", "@jupyterlab/notebook-extension@~3.6.2":
1270
- version "3.6.2"
1271
- resolved "https://registry.yarnpkg.com/@jupyterlab/notebook-extension/-/notebook-extension-3.6.2.tgz#b135bd1a4cc39c15cb2c83fed407ed3ee9fc90e0"
1272
- integrity sha512-Z1Z51KzTIZaxaI67XWQPu4tr8MW915zoKWx0BJr+ADuTHn0PvHRkSbVT5EhXVRftGnASu8bwvz/f7oUr6coXyA==
1273
- dependencies:
1274
- "@jupyterlab/application" "^3.6.2"
1275
- "@jupyterlab/apputils" "^3.6.2"
1276
- "@jupyterlab/cells" "^3.6.2"
1277
- "@jupyterlab/codeeditor" "^3.6.2"
1278
- "@jupyterlab/coreutils" "^5.6.2"
1279
- "@jupyterlab/docmanager" "^3.6.2"
1280
- "@jupyterlab/docmanager-extension" "^3.6.2"
1281
- "@jupyterlab/docregistry" "^3.6.2"
1282
- "@jupyterlab/filebrowser" "^3.6.2"
1283
- "@jupyterlab/launcher" "^3.6.2"
1284
- "@jupyterlab/logconsole" "^3.6.2"
1285
- "@jupyterlab/mainmenu" "^3.6.2"
1286
- "@jupyterlab/nbformat" "^3.6.2"
1287
- "@jupyterlab/notebook" "^3.6.2"
1288
- "@jupyterlab/observables" "^4.6.2"
1289
- "@jupyterlab/property-inspector" "^3.6.2"
1290
- "@jupyterlab/rendermime" "^3.6.2"
1291
- "@jupyterlab/services" "^6.6.2"
1292
- "@jupyterlab/settingregistry" "^3.6.2"
1293
- "@jupyterlab/statedb" "^3.6.2"
1294
- "@jupyterlab/statusbar" "^3.6.2"
1295
- "@jupyterlab/translation" "^3.6.2"
1296
- "@jupyterlab/ui-components" "^3.6.2"
1269
+ "@jupyterlab/notebook-extension@^3.6.3", "@jupyterlab/notebook-extension@~3.6.3":
1270
+ version "3.6.3"
1271
+ resolved "https://registry.yarnpkg.com/@jupyterlab/notebook-extension/-/notebook-extension-3.6.3.tgz#a357b2743765b9ac3413424ab66b5bf7b70ef8bf"
1272
+ integrity sha512-l1COvnlIwrHD7FXScJ+4eyQI6Pmme1oX+6mt3jJ5CsvgF24L2il70MgcNdfmlCBYceQaHR9BQz0dmuuE57rvMQ==
1273
+ dependencies:
1274
+ "@jupyterlab/application" "^3.6.3"
1275
+ "@jupyterlab/apputils" "^3.6.3"
1276
+ "@jupyterlab/cells" "^3.6.3"
1277
+ "@jupyterlab/codeeditor" "^3.6.3"
1278
+ "@jupyterlab/coreutils" "^5.6.3"
1279
+ "@jupyterlab/docmanager" "^3.6.3"
1280
+ "@jupyterlab/docmanager-extension" "^3.6.3"
1281
+ "@jupyterlab/docregistry" "^3.6.3"
1282
+ "@jupyterlab/filebrowser" "^3.6.3"
1283
+ "@jupyterlab/launcher" "^3.6.3"
1284
+ "@jupyterlab/logconsole" "^3.6.3"
1285
+ "@jupyterlab/mainmenu" "^3.6.3"
1286
+ "@jupyterlab/nbformat" "^3.6.3"
1287
+ "@jupyterlab/notebook" "^3.6.3"
1288
+ "@jupyterlab/observables" "^4.6.3"
1289
+ "@jupyterlab/property-inspector" "^3.6.3"
1290
+ "@jupyterlab/rendermime" "^3.6.3"
1291
+ "@jupyterlab/services" "^6.6.3"
1292
+ "@jupyterlab/settingregistry" "^3.6.3"
1293
+ "@jupyterlab/statedb" "^3.6.3"
1294
+ "@jupyterlab/statusbar" "^3.6.3"
1295
+ "@jupyterlab/translation" "^3.6.3"
1296
+ "@jupyterlab/ui-components" "^3.6.3"
1297
1297
  "@lumino/algorithm" "^1.9.0"
1298
1298
  "@lumino/commands" "^1.19.0"
1299
1299
  "@lumino/coreutils" "^1.11.0"
1300
1300
  "@lumino/disposable" "^1.10.0"
1301
1301
  "@lumino/messaging" "^1.10.0"
1302
- "@lumino/widgets" "^1.37.1"
1302
+ "@lumino/widgets" "^1.37.2"
1303
1303
 
1304
- "@jupyterlab/notebook@^3.6.2", "@jupyterlab/notebook@~3.6.2":
1305
- version "3.6.2"
1306
- resolved "https://registry.yarnpkg.com/@jupyterlab/notebook/-/notebook-3.6.2.tgz#df741fb4b3955131e6c811a3fe753311169db0b8"
1307
- integrity sha512-ArX5pm4cGyAcMWWLT8PYylFAqrF/rVY8+Rovk/maRydteTQ36fMZLgKnW5v+k1g8wQVeAcxM4G4gYnRQ8BkHng==
1304
+ "@jupyterlab/notebook@^3.6.3", "@jupyterlab/notebook@~3.6.3":
1305
+ version "3.6.3"
1306
+ resolved "https://registry.yarnpkg.com/@jupyterlab/notebook/-/notebook-3.6.3.tgz#1584be72184d67d59291e2b22f55bc257afde436"
1307
+ integrity sha512-id1KD5/9IDPr/IZFCl/YX4Vc+Q198LZshhFNEcVJZcRdjD7Vh+LGvWcLOh80OAv86J4XSTTAsp3gHPr4iSwPDg==
1308
1308
  dependencies:
1309
1309
  "@jupyter/ydoc" "~0.2.3"
1310
- "@jupyterlab/apputils" "^3.6.2"
1311
- "@jupyterlab/cells" "^3.6.2"
1312
- "@jupyterlab/codeeditor" "^3.6.2"
1313
- "@jupyterlab/coreutils" "^5.6.2"
1314
- "@jupyterlab/docregistry" "^3.6.2"
1315
- "@jupyterlab/nbformat" "^3.6.2"
1316
- "@jupyterlab/observables" "^4.6.2"
1317
- "@jupyterlab/rendermime" "^3.6.2"
1318
- "@jupyterlab/services" "^6.6.2"
1319
- "@jupyterlab/settingregistry" "^3.6.2"
1320
- "@jupyterlab/statusbar" "^3.6.2"
1321
- "@jupyterlab/translation" "^3.6.2"
1322
- "@jupyterlab/ui-components" "^3.6.2"
1310
+ "@jupyterlab/apputils" "^3.6.3"
1311
+ "@jupyterlab/cells" "^3.6.3"
1312
+ "@jupyterlab/codeeditor" "^3.6.3"
1313
+ "@jupyterlab/coreutils" "^5.6.3"
1314
+ "@jupyterlab/docregistry" "^3.6.3"
1315
+ "@jupyterlab/nbformat" "^3.6.3"
1316
+ "@jupyterlab/observables" "^4.6.3"
1317
+ "@jupyterlab/rendermime" "^3.6.3"
1318
+ "@jupyterlab/services" "^6.6.3"
1319
+ "@jupyterlab/settingregistry" "^3.6.3"
1320
+ "@jupyterlab/statusbar" "^3.6.3"
1321
+ "@jupyterlab/translation" "^3.6.3"
1322
+ "@jupyterlab/ui-components" "^3.6.3"
1323
1323
  "@lumino/algorithm" "^1.9.0"
1324
1324
  "@lumino/coreutils" "^1.11.0"
1325
1325
  "@lumino/domutils" "^1.8.0"
@@ -1328,13 +1328,13 @@
1328
1328
  "@lumino/properties" "^1.8.0"
1329
1329
  "@lumino/signaling" "^1.10.0"
1330
1330
  "@lumino/virtualdom" "^1.14.0"
1331
- "@lumino/widgets" "^1.37.1"
1331
+ "@lumino/widgets" "^1.37.2"
1332
1332
  react "^17.0.1"
1333
1333
 
1334
- "@jupyterlab/observables@^4.6.2", "@jupyterlab/observables@~4.6.2":
1335
- version "4.6.2"
1336
- resolved "https://registry.yarnpkg.com/@jupyterlab/observables/-/observables-4.6.2.tgz#b12ad9938bb337c2fa34bc4adacb7600210930ba"
1337
- integrity sha512-MEymiTUzmBGfqw4Jd+NhemYNcbX2Wv38G63Oy4rFW+MEZIX/3Rwf2KigVhrq80dfxHV3/BRXcAj0bVY+pboswg==
1334
+ "@jupyterlab/observables@^4.6.3", "@jupyterlab/observables@~4.6.3":
1335
+ version "4.6.3"
1336
+ resolved "https://registry.yarnpkg.com/@jupyterlab/observables/-/observables-4.6.3.tgz#49a9ca49fbda7428abbd1bfb8a4006ecd406c18d"
1337
+ integrity sha512-CvQoL+9WHXOy/CXp/PQLi4c5iZVJ4psz11+GrycDDinX1AdVQ8a43OLTC0gxWl3Tk2C8ZvAi1sgn4FS68E1ACQ==
1338
1338
  dependencies:
1339
1339
  "@lumino/algorithm" "^1.9.0"
1340
1340
  "@lumino/coreutils" "^1.11.0"
@@ -1342,130 +1342,130 @@
1342
1342
  "@lumino/messaging" "^1.10.0"
1343
1343
  "@lumino/signaling" "^1.10.0"
1344
1344
 
1345
- "@jupyterlab/outputarea@^3.6.2", "@jupyterlab/outputarea@~3.6.2":
1346
- version "3.6.2"
1347
- resolved "https://registry.yarnpkg.com/@jupyterlab/outputarea/-/outputarea-3.6.2.tgz#5f21aedbcb78100444dfdcc79ac74ffcde169784"
1348
- integrity sha512-yPq4zRnbT9OMRHSwI1flGCSswmIJXZq6vnWdEVpCm20GJZ5xYI51XijXxgbrmhkFh13UCKRlu/TLr6tmSaWI7A==
1349
- dependencies:
1350
- "@jupyterlab/apputils" "^3.6.2"
1351
- "@jupyterlab/nbformat" "^3.6.2"
1352
- "@jupyterlab/observables" "^4.6.2"
1353
- "@jupyterlab/rendermime" "^3.6.2"
1354
- "@jupyterlab/rendermime-interfaces" "^3.6.2"
1355
- "@jupyterlab/services" "^6.6.2"
1345
+ "@jupyterlab/outputarea@^3.6.3", "@jupyterlab/outputarea@~3.6.3":
1346
+ version "3.6.3"
1347
+ resolved "https://registry.yarnpkg.com/@jupyterlab/outputarea/-/outputarea-3.6.3.tgz#acf7a604eb352109d096d2a9fdd1fbbddbf80af1"
1348
+ integrity sha512-SSmkDWS8MhdXl7+rQoLu/5wJBKTq1YEkxlQcKh1Z0VN4VjYDCA/bKFGjOmKN7wMmoVP/zRmWvUwl/DLJCHx/Tw==
1349
+ dependencies:
1350
+ "@jupyterlab/apputils" "^3.6.3"
1351
+ "@jupyterlab/nbformat" "^3.6.3"
1352
+ "@jupyterlab/observables" "^4.6.3"
1353
+ "@jupyterlab/rendermime" "^3.6.3"
1354
+ "@jupyterlab/rendermime-interfaces" "^3.6.3"
1355
+ "@jupyterlab/services" "^6.6.3"
1356
1356
  "@lumino/algorithm" "^1.9.0"
1357
1357
  "@lumino/coreutils" "^1.11.0"
1358
1358
  "@lumino/disposable" "^1.10.0"
1359
1359
  "@lumino/messaging" "^1.10.0"
1360
1360
  "@lumino/properties" "^1.8.0"
1361
1361
  "@lumino/signaling" "^1.10.0"
1362
- "@lumino/widgets" "^1.37.1"
1362
+ "@lumino/widgets" "^1.37.2"
1363
1363
  resize-observer-polyfill "^1.5.1"
1364
1364
 
1365
- "@jupyterlab/pdf-extension@^3.6.2", "@jupyterlab/pdf-extension@~3.6.2":
1366
- version "3.6.2"
1367
- resolved "https://registry.yarnpkg.com/@jupyterlab/pdf-extension/-/pdf-extension-3.6.2.tgz#33b2ca785508d8d2a15481f7c0ae984611020f76"
1368
- integrity sha512-O5XDPH80gqabEf0ARDPxWAOpR9AVMIqa6VQjE9gIW2SqjTiXGy3VPB2rpRXVMgjY/XHBWoz/HTVG8FA4rGbJsg==
1365
+ "@jupyterlab/pdf-extension@^3.6.3", "@jupyterlab/pdf-extension@~3.6.3":
1366
+ version "3.6.3"
1367
+ resolved "https://registry.yarnpkg.com/@jupyterlab/pdf-extension/-/pdf-extension-3.6.3.tgz#8684eecfce6d135cb6c8dd798e44c30213d30bfe"
1368
+ integrity sha512-qZcU5NMgefTpJ9uvwMb4KUTIHjvBrtVdqRuN1J7Od5P2Ry6FQ5WyWaTaAvtMCM44lKmJmSEYmpEwF6HTdNyKvA==
1369
1369
  dependencies:
1370
- "@jupyterlab/rendermime-interfaces" "^3.6.2"
1370
+ "@jupyterlab/rendermime-interfaces" "^3.6.3"
1371
1371
  "@lumino/coreutils" "^1.11.0"
1372
1372
  "@lumino/disposable" "^1.10.0"
1373
- "@lumino/widgets" "^1.37.1"
1373
+ "@lumino/widgets" "^1.37.2"
1374
1374
 
1375
- "@jupyterlab/property-inspector@^3.6.2", "@jupyterlab/property-inspector@~3.6.2":
1376
- version "3.6.2"
1377
- resolved "https://registry.yarnpkg.com/@jupyterlab/property-inspector/-/property-inspector-3.6.2.tgz#7fa903bf1d81595759d9eda9b197eccfea476aa2"
1378
- integrity sha512-iejn5dGJjF6/z/dFPvqrVC/Sz0KbPcSZ7eOdsma7MeDnCTbV5eZh5nrIrJJLdzqP3RDVFDSiwimUzHGohwRepA==
1375
+ "@jupyterlab/property-inspector@^3.6.3", "@jupyterlab/property-inspector@~3.6.3":
1376
+ version "3.6.3"
1377
+ resolved "https://registry.yarnpkg.com/@jupyterlab/property-inspector/-/property-inspector-3.6.3.tgz#60cc51021a03a299827b007b85202b329d2b9cb2"
1378
+ integrity sha512-65SRy2t0xo+JRtHtA8D/Jrqla8fwva3htQNo9SMRqcmh3kARnU7AmFaGIqjWKjbG1/Je8cxSJvzDHd2M4JkMNQ==
1379
1379
  dependencies:
1380
- "@jupyterlab/application" "^3.6.2"
1381
- "@jupyterlab/apputils" "^3.6.2"
1382
- "@jupyterlab/translation" "^3.6.2"
1380
+ "@jupyterlab/application" "^3.6.3"
1381
+ "@jupyterlab/apputils" "^3.6.3"
1382
+ "@jupyterlab/translation" "^3.6.3"
1383
1383
  "@lumino/coreutils" "^1.11.0"
1384
1384
  "@lumino/disposable" "^1.10.0"
1385
1385
  "@lumino/signaling" "^1.10.0"
1386
- "@lumino/widgets" "^1.37.1"
1386
+ "@lumino/widgets" "^1.37.2"
1387
1387
  react "^17.0.1"
1388
1388
 
1389
- "@jupyterlab/rendermime-extension@^3.6.2", "@jupyterlab/rendermime-extension@~3.6.2":
1390
- version "3.6.2"
1391
- resolved "https://registry.yarnpkg.com/@jupyterlab/rendermime-extension/-/rendermime-extension-3.6.2.tgz#4769631b78f66aadf42137fe9ddee725a1dbd578"
1392
- integrity sha512-FGTNhpI1lvIWkV/cECdHHL7nk50BXKAs4fk3UHgasFMC1CSuxv9pJIJEp20VIk3mVMmEUoI/XghWyArETV61BQ==
1389
+ "@jupyterlab/rendermime-extension@^3.6.3", "@jupyterlab/rendermime-extension@~3.6.3":
1390
+ version "3.6.3"
1391
+ resolved "https://registry.yarnpkg.com/@jupyterlab/rendermime-extension/-/rendermime-extension-3.6.3.tgz#1f8580fc5ec0e52a983e78bc2fa9b2cbd41cc238"
1392
+ integrity sha512-XKPiYTOdJPrVeLgxTmsgvPWhrKorjs7ixq1y+81caQoOot+kPG3GzViQx9uThq3s6CPnsRzbSWyyBrdDh5ujLA==
1393
1393
  dependencies:
1394
- "@jupyterlab/application" "^3.6.2"
1395
- "@jupyterlab/apputils" "^3.6.2"
1396
- "@jupyterlab/docmanager" "^3.6.2"
1397
- "@jupyterlab/rendermime" "^3.6.2"
1398
- "@jupyterlab/translation" "^3.6.2"
1394
+ "@jupyterlab/application" "^3.6.3"
1395
+ "@jupyterlab/apputils" "^3.6.3"
1396
+ "@jupyterlab/docmanager" "^3.6.3"
1397
+ "@jupyterlab/rendermime" "^3.6.3"
1398
+ "@jupyterlab/translation" "^3.6.3"
1399
1399
 
1400
- "@jupyterlab/rendermime-interfaces@^3.6.2", "@jupyterlab/rendermime-interfaces@~3.6.2":
1401
- version "3.6.2"
1402
- resolved "https://registry.yarnpkg.com/@jupyterlab/rendermime-interfaces/-/rendermime-interfaces-3.6.2.tgz#7844a3e23c3af12fb5a83c3e6bbe0951e861d0da"
1403
- integrity sha512-vWpAd7+KriSkzamcbP3IjJmt1dj1oMcbZMM7cgqfh+czzwDTakZZDareqw36tBDaqPQuCpcbpsCxDjEAci+uRw==
1400
+ "@jupyterlab/rendermime-interfaces@^3.6.3", "@jupyterlab/rendermime-interfaces@~3.6.3":
1401
+ version "3.6.3"
1402
+ resolved "https://registry.yarnpkg.com/@jupyterlab/rendermime-interfaces/-/rendermime-interfaces-3.6.3.tgz#80009705d5ded65a4b27c4b826b295f40f126902"
1403
+ integrity sha512-VHZVnqB0K1nmoQMOhFGHwvSYMQmxqcOC3wWDRFeUOv8S+tejTYfbrKXPOZJvhdGB52Jn8XNIesXOuNpLhl4HmQ==
1404
1404
  dependencies:
1405
- "@jupyterlab/translation" "^3.6.2"
1405
+ "@jupyterlab/translation" "^3.6.3"
1406
1406
  "@lumino/coreutils" "^1.11.0"
1407
- "@lumino/widgets" "^1.37.1"
1408
-
1409
- "@jupyterlab/rendermime@^3.6.2", "@jupyterlab/rendermime@~3.6.2":
1410
- version "3.6.2"
1411
- resolved "https://registry.yarnpkg.com/@jupyterlab/rendermime/-/rendermime-3.6.2.tgz#28663ae8749055cc1f75d3a7e51f79c1df444b5f"
1412
- integrity sha512-MeUxOioXMESN4iA1uVIWSV+INjTz50CNq7W7IP3SNOWd/GM3ieLXCKtewG3HuMJPFbH0ifB0IfD5+MEP1z51cA==
1413
- dependencies:
1414
- "@jupyterlab/apputils" "^3.6.2"
1415
- "@jupyterlab/codemirror" "^3.6.2"
1416
- "@jupyterlab/coreutils" "^5.6.2"
1417
- "@jupyterlab/nbformat" "^3.6.2"
1418
- "@jupyterlab/observables" "^4.6.2"
1419
- "@jupyterlab/rendermime-interfaces" "^3.6.2"
1420
- "@jupyterlab/services" "^6.6.2"
1421
- "@jupyterlab/translation" "^3.6.2"
1407
+ "@lumino/widgets" "^1.37.2"
1408
+
1409
+ "@jupyterlab/rendermime@^3.6.3", "@jupyterlab/rendermime@~3.6.3":
1410
+ version "3.6.3"
1411
+ resolved "https://registry.yarnpkg.com/@jupyterlab/rendermime/-/rendermime-3.6.3.tgz#48d83c70493b0356d4dac6d89a863d8a5a84f68e"
1412
+ integrity sha512-w3e38OddJin9fbfe7EWsKiiup/0ayvHPrAsacde8PqGLvi/sLeAXT98PqihsKt8EAlOgXSkSO0Ivjbd0JzgGgA==
1413
+ dependencies:
1414
+ "@jupyterlab/apputils" "^3.6.3"
1415
+ "@jupyterlab/codemirror" "^3.6.3"
1416
+ "@jupyterlab/coreutils" "^5.6.3"
1417
+ "@jupyterlab/nbformat" "^3.6.3"
1418
+ "@jupyterlab/observables" "^4.6.3"
1419
+ "@jupyterlab/rendermime-interfaces" "^3.6.3"
1420
+ "@jupyterlab/services" "^6.6.3"
1421
+ "@jupyterlab/translation" "^3.6.3"
1422
1422
  "@lumino/algorithm" "^1.9.0"
1423
1423
  "@lumino/coreutils" "^1.11.0"
1424
1424
  "@lumino/messaging" "^1.10.0"
1425
1425
  "@lumino/signaling" "^1.10.0"
1426
- "@lumino/widgets" "^1.37.1"
1426
+ "@lumino/widgets" "^1.37.2"
1427
1427
  lodash.escape "^4.0.1"
1428
1428
  marked "^4.0.17"
1429
1429
 
1430
- "@jupyterlab/running-extension@^3.6.2", "@jupyterlab/running-extension@~3.6.2":
1431
- version "3.6.2"
1432
- resolved "https://registry.yarnpkg.com/@jupyterlab/running-extension/-/running-extension-3.6.2.tgz#cf7130aaf1c774ca072b115568cf0b1ac0ad831f"
1433
- integrity sha512-ki6ivoU9Iz0VsqQ6e7hgO34z6qCs6GBkQSyExy0fmHo4lcUeBiDIlZ5CFxquC692BhxijuXAKdf1ZR4lHSr4hw==
1434
- dependencies:
1435
- "@jupyterlab/application" "^3.6.2"
1436
- "@jupyterlab/coreutils" "^5.6.2"
1437
- "@jupyterlab/docregistry" "^3.6.2"
1438
- "@jupyterlab/running" "^3.6.2"
1439
- "@jupyterlab/services" "^6.6.2"
1440
- "@jupyterlab/translation" "^3.6.2"
1441
- "@jupyterlab/ui-components" "^3.6.2"
1430
+ "@jupyterlab/running-extension@^3.6.3", "@jupyterlab/running-extension@~3.6.3":
1431
+ version "3.6.3"
1432
+ resolved "https://registry.yarnpkg.com/@jupyterlab/running-extension/-/running-extension-3.6.3.tgz#9b9fbf4748c748908736476374b24d22d13ad58b"
1433
+ integrity sha512-AyNqkt4G+Xy+ohvnLvlRA1W1E7PrbiUFmazOeaFhfryzlP0NNzvFLSFlPbxC//5COQV55xeKro9SCFWQhf5FIA==
1434
+ dependencies:
1435
+ "@jupyterlab/application" "^3.6.3"
1436
+ "@jupyterlab/coreutils" "^5.6.3"
1437
+ "@jupyterlab/docregistry" "^3.6.3"
1438
+ "@jupyterlab/running" "^3.6.3"
1439
+ "@jupyterlab/services" "^6.6.3"
1440
+ "@jupyterlab/translation" "^3.6.3"
1441
+ "@jupyterlab/ui-components" "^3.6.3"
1442
1442
  "@lumino/algorithm" "^1.9.0"
1443
1443
  "@lumino/signaling" "^1.10.0"
1444
- "@lumino/widgets" "^1.37.1"
1444
+ "@lumino/widgets" "^1.37.2"
1445
1445
 
1446
- "@jupyterlab/running@^3.6.2", "@jupyterlab/running@~3.6.2":
1447
- version "3.6.2"
1448
- resolved "https://registry.yarnpkg.com/@jupyterlab/running/-/running-3.6.2.tgz#89861372eb1ebe4db6c267952dd91717f2e90daa"
1449
- integrity sha512-CBFPlb7m4b3xoI4HbPxoTvlmt48J+X5MFzthcId4vriwU9LcGiqDDEICArpsjFGd1zcGx2CGMkxdGDEJxFwtjg==
1446
+ "@jupyterlab/running@^3.6.3", "@jupyterlab/running@~3.6.3":
1447
+ version "3.6.3"
1448
+ resolved "https://registry.yarnpkg.com/@jupyterlab/running/-/running-3.6.3.tgz#a4a5e2510d1b38321a58aefd20b68418c8373178"
1449
+ integrity sha512-KRHLCM7Qng/QSswuw5d2kTRqxDmFQX/SAsJrAZk18m7cHituZUtoMOmU74mgguGnryrynbuQZFgAVOg74NRQwQ==
1450
1450
  dependencies:
1451
- "@jupyterlab/apputils" "^3.6.2"
1452
- "@jupyterlab/translation" "^3.6.2"
1453
- "@jupyterlab/ui-components" "^3.6.2"
1451
+ "@jupyterlab/apputils" "^3.6.3"
1452
+ "@jupyterlab/translation" "^3.6.3"
1453
+ "@jupyterlab/ui-components" "^3.6.3"
1454
1454
  "@lumino/coreutils" "^1.11.0"
1455
1455
  "@lumino/disposable" "^1.10.0"
1456
1456
  "@lumino/signaling" "^1.10.0"
1457
1457
  react "^17.0.1"
1458
1458
 
1459
- "@jupyterlab/services@^6.6.2", "@jupyterlab/services@~6.6.2":
1460
- version "6.6.2"
1461
- resolved "https://registry.yarnpkg.com/@jupyterlab/services/-/services-6.6.2.tgz#81d75113e436bd5d63b0e7784f1ac465775c6d18"
1462
- integrity sha512-yuI4C2ZPFrJ5h4DzM6t2ue255gkpAbNFtDlUDCcaJv3dfuaAJdsU9uhkfcfTEMdr0thMXCUpb/svr3QHDabe3w==
1459
+ "@jupyterlab/services@^6.6.3", "@jupyterlab/services@~6.6.3":
1460
+ version "6.6.3"
1461
+ resolved "https://registry.yarnpkg.com/@jupyterlab/services/-/services-6.6.3.tgz#303938e5dc5aebce7a86324a64ed89c25c61c9e7"
1462
+ integrity sha512-BxEOMRl9X18T5wY7iV6ZJhARnibFghpD3OruqeSbnGdbRv6XJi8prsRbCQQ6Mf9agvf81B20KmDvYKikPHC0xQ==
1463
1463
  dependencies:
1464
- "@jupyterlab/coreutils" "^5.6.2"
1465
- "@jupyterlab/nbformat" "^3.6.2"
1466
- "@jupyterlab/observables" "^4.6.2"
1467
- "@jupyterlab/settingregistry" "^3.6.2"
1468
- "@jupyterlab/statedb" "^3.6.2"
1464
+ "@jupyterlab/coreutils" "^5.6.3"
1465
+ "@jupyterlab/nbformat" "^3.6.3"
1466
+ "@jupyterlab/observables" "^4.6.3"
1467
+ "@jupyterlab/settingregistry" "^3.6.3"
1468
+ "@jupyterlab/statedb" "^3.6.3"
1469
1469
  "@lumino/algorithm" "^1.9.0"
1470
1470
  "@lumino/coreutils" "^1.11.0"
1471
1471
  "@lumino/disposable" "^1.10.0"
@@ -1474,36 +1474,36 @@
1474
1474
  node-fetch "^2.6.0"
1475
1475
  ws "^7.4.6"
1476
1476
 
1477
- "@jupyterlab/settingeditor-extension@^3.6.2", "@jupyterlab/settingeditor-extension@~3.6.2":
1478
- version "3.6.2"
1479
- resolved "https://registry.yarnpkg.com/@jupyterlab/settingeditor-extension/-/settingeditor-extension-3.6.2.tgz#81adba58cc0bea827c41156c51a8bef594aa49c8"
1480
- integrity sha512-6Fq8u3f3TfSuQAeN5tTP9Z6EmyEnLg+p1MkbwKaOdGj/iCciihaWR8N5PqNyR7zpHVkB+yHqxNYsH3s7M8DSZg==
1481
- dependencies:
1482
- "@jupyterlab/application" "^3.6.2"
1483
- "@jupyterlab/apputils" "^3.6.2"
1484
- "@jupyterlab/codeeditor" "^3.6.2"
1485
- "@jupyterlab/rendermime" "^3.6.2"
1486
- "@jupyterlab/settingeditor" "^3.6.2"
1487
- "@jupyterlab/settingregistry" "^3.6.2"
1488
- "@jupyterlab/statedb" "^3.6.2"
1489
- "@jupyterlab/translation" "^3.6.2"
1490
- "@jupyterlab/ui-components" "^3.6.2"
1477
+ "@jupyterlab/settingeditor-extension@^3.6.3", "@jupyterlab/settingeditor-extension@~3.6.3":
1478
+ version "3.6.3"
1479
+ resolved "https://registry.yarnpkg.com/@jupyterlab/settingeditor-extension/-/settingeditor-extension-3.6.3.tgz#046b69af455123fa000ff160e82303be6dda192e"
1480
+ integrity sha512-eQ8Ya0QB8CY4o5yXOnB/8B2riO+wcLX3azXb+gLyX/zOZd77OP4T03uW0+03AdHNzP0mXhEqofL4wy0mMotO5w==
1481
+ dependencies:
1482
+ "@jupyterlab/application" "^3.6.3"
1483
+ "@jupyterlab/apputils" "^3.6.3"
1484
+ "@jupyterlab/codeeditor" "^3.6.3"
1485
+ "@jupyterlab/rendermime" "^3.6.3"
1486
+ "@jupyterlab/settingeditor" "^3.6.3"
1487
+ "@jupyterlab/settingregistry" "^3.6.3"
1488
+ "@jupyterlab/statedb" "^3.6.3"
1489
+ "@jupyterlab/translation" "^3.6.3"
1490
+ "@jupyterlab/ui-components" "^3.6.3"
1491
1491
  "@lumino/disposable" "^1.10.0"
1492
1492
 
1493
- "@jupyterlab/settingeditor@^3.6.2", "@jupyterlab/settingeditor@~3.6.2":
1494
- version "3.6.2"
1495
- resolved "https://registry.yarnpkg.com/@jupyterlab/settingeditor/-/settingeditor-3.6.2.tgz#a951d9480e0a0af528915615212d58fd1873b413"
1496
- integrity sha512-HM4wJnwFMy2vv2FN21IwHu+oHlSZrVOy8eu5G/d3RWBI2hwyRMS3tScy2edjWuaUG15R+3rJHLfGU1lGPr6vRA==
1497
- dependencies:
1498
- "@jupyterlab/application" "^3.6.2"
1499
- "@jupyterlab/apputils" "^3.6.2"
1500
- "@jupyterlab/codeeditor" "^3.6.2"
1501
- "@jupyterlab/inspector" "^3.6.2"
1502
- "@jupyterlab/rendermime" "^3.6.2"
1503
- "@jupyterlab/settingregistry" "^3.6.2"
1504
- "@jupyterlab/statedb" "^3.6.2"
1505
- "@jupyterlab/translation" "^3.6.2"
1506
- "@jupyterlab/ui-components" "^3.6.2"
1493
+ "@jupyterlab/settingeditor@^3.6.3", "@jupyterlab/settingeditor@~3.6.3":
1494
+ version "3.6.3"
1495
+ resolved "https://registry.yarnpkg.com/@jupyterlab/settingeditor/-/settingeditor-3.6.3.tgz#07f987f6bce7e0dbca376a1663083884789509ce"
1496
+ integrity sha512-vM2ywcIkawFz/f5oTkTiNP+kat1oVY4V4bXbA5vlEPyiX+kKfniJNX0XZasTorGZbMNZhGOcQ4HSnbZz7KZZhQ==
1497
+ dependencies:
1498
+ "@jupyterlab/application" "^3.6.3"
1499
+ "@jupyterlab/apputils" "^3.6.3"
1500
+ "@jupyterlab/codeeditor" "^3.6.3"
1501
+ "@jupyterlab/inspector" "^3.6.3"
1502
+ "@jupyterlab/rendermime" "^3.6.3"
1503
+ "@jupyterlab/settingregistry" "^3.6.3"
1504
+ "@jupyterlab/statedb" "^3.6.3"
1505
+ "@jupyterlab/translation" "^3.6.3"
1506
+ "@jupyterlab/ui-components" "^3.6.3"
1507
1507
  "@lumino/algorithm" "^1.9.0"
1508
1508
  "@lumino/commands" "^1.19.0"
1509
1509
  "@lumino/coreutils" "^1.11.0"
@@ -1511,17 +1511,17 @@
1511
1511
  "@lumino/messaging" "^1.10.0"
1512
1512
  "@lumino/polling" "^1.9.0"
1513
1513
  "@lumino/signaling" "^1.10.0"
1514
- "@lumino/widgets" "^1.37.1"
1514
+ "@lumino/widgets" "^1.37.2"
1515
1515
  "@rjsf/core" "^3.1.0"
1516
1516
  json-schema "~0.4.0"
1517
1517
  react "^17.0.1"
1518
1518
 
1519
- "@jupyterlab/settingregistry@^3.6.2", "@jupyterlab/settingregistry@~3.6.2":
1520
- version "3.6.2"
1521
- resolved "https://registry.yarnpkg.com/@jupyterlab/settingregistry/-/settingregistry-3.6.2.tgz#1a98315dafa80b8b0166ed36d9e4cbba0af054a6"
1522
- integrity sha512-kAOzuuZOXQWs7UxyvgsK6rDwRLF26HiCpUdjbEQwobmQUVysXB+t6YRG2wYTuz3cMVlWn52gj3Nvi81P+7xPdA==
1519
+ "@jupyterlab/settingregistry@^3.6.3", "@jupyterlab/settingregistry@~3.6.3":
1520
+ version "3.6.3"
1521
+ resolved "https://registry.yarnpkg.com/@jupyterlab/settingregistry/-/settingregistry-3.6.3.tgz#642f8b6449d626821ef13a7e778ae716fa8331c9"
1522
+ integrity sha512-pnzIge0ZC8V63R97HiNroJ0eaPM0DN6x65SStyLuv/K8Qez4XqpOdc0Wfell5ri5mxMvm1qKekuFeTikqSXQKQ==
1523
1523
  dependencies:
1524
- "@jupyterlab/statedb" "^3.6.2"
1524
+ "@jupyterlab/statedb" "^3.6.3"
1525
1525
  "@lumino/commands" "^1.19.0"
1526
1526
  "@lumino/coreutils" "^1.11.0"
1527
1527
  "@lumino/disposable" "^1.10.0"
@@ -1529,37 +1529,37 @@
1529
1529
  ajv "^6.12.3"
1530
1530
  json5 "^2.1.1"
1531
1531
 
1532
- "@jupyterlab/shared-models@^3.6.2", "@jupyterlab/shared-models@~3.6.2":
1533
- version "3.6.2"
1534
- resolved "https://registry.yarnpkg.com/@jupyterlab/shared-models/-/shared-models-3.6.2.tgz#07b461bb0ac4ff5877829c3d4af77efedfcce363"
1535
- integrity sha512-Y56hDQxA8Mzo/FGT1k4fnxrOowz3YzS5KjT63uGhU0X2NUiOtALUW3k8gyW2qVbkDLkCsA6bpQ87bOeo4LriiQ==
1532
+ "@jupyterlab/shared-models@^3.6.3", "@jupyterlab/shared-models@~3.6.3":
1533
+ version "3.6.3"
1534
+ resolved "https://registry.yarnpkg.com/@jupyterlab/shared-models/-/shared-models-3.6.3.tgz#cfdf0a3538bc5a12e8638874650b7cfb7dc2f0f6"
1535
+ integrity sha512-w1XO5JONAdn8WHosVoldOOgNHYYzlK7KojIu0MJ4NH9l+YzX+R8QqPY0fIjOfmVOg/tT9/hEyX258qmjp1bFzw==
1536
1536
  dependencies:
1537
1537
  "@jupyter/ydoc" "~0.2.3"
1538
- "@jupyterlab/nbformat" "^3.6.2"
1538
+ "@jupyterlab/nbformat" "^3.6.3"
1539
1539
 
1540
- "@jupyterlab/shortcuts-extension@^3.6.2", "@jupyterlab/shortcuts-extension@~3.6.2":
1541
- version "3.6.2"
1542
- resolved "https://registry.yarnpkg.com/@jupyterlab/shortcuts-extension/-/shortcuts-extension-3.6.2.tgz#0197fd551c219a72d7e36d8c90896554eca8cc2f"
1543
- integrity sha512-L2E/Plrt58Su3HC7NfEEMeFHKoERP7lhbFOYVBWHTpcsS+AABOas2VKnR84YAUkMuFWN6gZ6khEcTNgZ7lkl2g==
1540
+ "@jupyterlab/shortcuts-extension@^3.6.3", "@jupyterlab/shortcuts-extension@~3.6.3":
1541
+ version "3.6.3"
1542
+ resolved "https://registry.yarnpkg.com/@jupyterlab/shortcuts-extension/-/shortcuts-extension-3.6.3.tgz#863f0651fdf6076cb6b05d2b00a7d76fc93ea99c"
1543
+ integrity sha512-fONd/W/NKrM2Yqlo+Mq9c8DOjHjN0+m+I9GEBBjw/umPn9ugPHMLTHIG+rBKswWYozMa/6120mLSrq4+x9ocqQ==
1544
1544
  dependencies:
1545
- "@jupyterlab/application" "^3.6.2"
1546
- "@jupyterlab/settingregistry" "^3.6.2"
1547
- "@jupyterlab/translation" "^3.6.2"
1548
- "@jupyterlab/ui-components" "^3.6.2"
1545
+ "@jupyterlab/application" "^3.6.3"
1546
+ "@jupyterlab/settingregistry" "^3.6.3"
1547
+ "@jupyterlab/translation" "^3.6.3"
1548
+ "@jupyterlab/ui-components" "^3.6.3"
1549
1549
  "@lumino/algorithm" "^1.9.0"
1550
1550
  "@lumino/commands" "^1.19.0"
1551
1551
  "@lumino/coreutils" "^1.11.0"
1552
1552
  "@lumino/disposable" "^1.10.0"
1553
1553
  "@lumino/domutils" "^1.8.0"
1554
1554
  "@lumino/keyboard" "^1.8.1"
1555
- "@lumino/widgets" "^1.37.1"
1555
+ "@lumino/widgets" "^1.37.2"
1556
1556
  react "^17.0.1"
1557
1557
  typestyle "^2.0.4"
1558
1558
 
1559
- "@jupyterlab/statedb@^3.6.2", "@jupyterlab/statedb@~3.6.2":
1560
- version "3.6.2"
1561
- resolved "https://registry.yarnpkg.com/@jupyterlab/statedb/-/statedb-3.6.2.tgz#ac70d7e11da3ea7215d08496258a073f8b7aefdb"
1562
- integrity sha512-xJ30zIuUHHU2UFULCI6VvWHwZrtN1cib/+o7V/REnPWWWqWEmn7TTi3lyzRg8zPtaKcUkVjtKv85QRnxZF3Pug==
1559
+ "@jupyterlab/statedb@^3.6.3", "@jupyterlab/statedb@~3.6.3":
1560
+ version "3.6.3"
1561
+ resolved "https://registry.yarnpkg.com/@jupyterlab/statedb/-/statedb-3.6.3.tgz#6ba2166af9232c9a185cf0077cf1272f24cc9a69"
1562
+ integrity sha512-A36L+0NN8f0WOES2GdtZjp9uFuC7IBjhKiO/RlKRX5AFjNxoJ9oO3PZtoxJQYPnGBljMqVdRa+m9aYEfvKhYyQ==
1563
1563
  dependencies:
1564
1564
  "@lumino/commands" "^1.19.0"
1565
1565
  "@lumino/coreutils" "^1.11.0"
@@ -1567,257 +1567,257 @@
1567
1567
  "@lumino/properties" "^1.8.0"
1568
1568
  "@lumino/signaling" "^1.10.0"
1569
1569
 
1570
- "@jupyterlab/statusbar-extension@^3.6.2", "@jupyterlab/statusbar-extension@~3.6.2":
1571
- version "3.6.2"
1572
- resolved "https://registry.yarnpkg.com/@jupyterlab/statusbar-extension/-/statusbar-extension-3.6.2.tgz#ce8bda3a78fcc5f877035125bcf6a13c557b7308"
1573
- integrity sha512-0IDZM8fr9xOyMSS8cwD11RqX0kTzPetirwzkdMr5UgM2Xp92mOpkMAyB8yvjL0Sdyya3YlxvAjlr9BPwZ2wjIQ==
1574
- dependencies:
1575
- "@jupyterlab/application" "^3.6.2"
1576
- "@jupyterlab/apputils" "^3.6.2"
1577
- "@jupyterlab/cells" "^3.6.2"
1578
- "@jupyterlab/console" "^3.6.2"
1579
- "@jupyterlab/docregistry" "^3.6.2"
1580
- "@jupyterlab/fileeditor" "^3.6.2"
1581
- "@jupyterlab/notebook" "^3.6.2"
1582
- "@jupyterlab/settingregistry" "^3.6.2"
1583
- "@jupyterlab/statusbar" "^3.6.2"
1584
- "@jupyterlab/translation" "^3.6.2"
1585
- "@jupyterlab/ui-components" "^3.6.2"
1570
+ "@jupyterlab/statusbar-extension@^3.6.3", "@jupyterlab/statusbar-extension@~3.6.3":
1571
+ version "3.6.3"
1572
+ resolved "https://registry.yarnpkg.com/@jupyterlab/statusbar-extension/-/statusbar-extension-3.6.3.tgz#a184b85c61b0457bf7962aff8bfc00e6270b8dc4"
1573
+ integrity sha512-8egNmX4cl6ukZTC6sJD5GNHoD8PnmL4Q/IfuHAJFzZQe7L8x4v0tjbiC6vbSS95ig5LB/j/X1DaxnXuvbsUfWQ==
1574
+ dependencies:
1575
+ "@jupyterlab/application" "^3.6.3"
1576
+ "@jupyterlab/apputils" "^3.6.3"
1577
+ "@jupyterlab/cells" "^3.6.3"
1578
+ "@jupyterlab/console" "^3.6.3"
1579
+ "@jupyterlab/docregistry" "^3.6.3"
1580
+ "@jupyterlab/fileeditor" "^3.6.3"
1581
+ "@jupyterlab/notebook" "^3.6.3"
1582
+ "@jupyterlab/settingregistry" "^3.6.3"
1583
+ "@jupyterlab/statusbar" "^3.6.3"
1584
+ "@jupyterlab/translation" "^3.6.3"
1585
+ "@jupyterlab/ui-components" "^3.6.3"
1586
1586
  "@lumino/commands" "^1.19.0"
1587
- "@lumino/widgets" "^1.37.1"
1588
-
1589
- "@jupyterlab/statusbar@^3.6.2", "@jupyterlab/statusbar@~3.6.2":
1590
- version "3.6.2"
1591
- resolved "https://registry.yarnpkg.com/@jupyterlab/statusbar/-/statusbar-3.6.2.tgz#5a8f65e53da6e89c279119af5f93d3fe688872c6"
1592
- integrity sha512-lXlaVi9CvPs9+6viwQ9HEMET38Je5vtMyf8PqZVbE75NAdZoyU/635NOpP3dd/cuUk+VTSzOomocRCWtdtaDVQ==
1593
- dependencies:
1594
- "@jupyterlab/apputils" "^3.6.2"
1595
- "@jupyterlab/codeeditor" "^3.6.2"
1596
- "@jupyterlab/services" "^6.6.2"
1597
- "@jupyterlab/translation" "^3.6.2"
1598
- "@jupyterlab/ui-components" "^3.6.2"
1587
+ "@lumino/widgets" "^1.37.2"
1588
+
1589
+ "@jupyterlab/statusbar@^3.6.3", "@jupyterlab/statusbar@~3.6.3":
1590
+ version "3.6.3"
1591
+ resolved "https://registry.yarnpkg.com/@jupyterlab/statusbar/-/statusbar-3.6.3.tgz#29c24427a2d6b205349b94583de0ccb8b9435d88"
1592
+ integrity sha512-m59NLR0Zghm53PU6hDzRF4XVORnJx/YRx0svcjj/TGLk8LSffpQbUDBy24dl3tOuChk4D5cCdgeDH1X30TzCaA==
1593
+ dependencies:
1594
+ "@jupyterlab/apputils" "^3.6.3"
1595
+ "@jupyterlab/codeeditor" "^3.6.3"
1596
+ "@jupyterlab/services" "^6.6.3"
1597
+ "@jupyterlab/translation" "^3.6.3"
1598
+ "@jupyterlab/ui-components" "^3.6.3"
1599
1599
  "@lumino/algorithm" "^1.9.0"
1600
1600
  "@lumino/coreutils" "^1.11.0"
1601
1601
  "@lumino/disposable" "^1.10.0"
1602
1602
  "@lumino/messaging" "^1.10.0"
1603
1603
  "@lumino/signaling" "^1.10.0"
1604
- "@lumino/widgets" "^1.37.1"
1604
+ "@lumino/widgets" "^1.37.2"
1605
1605
  csstype "~3.0.3"
1606
1606
  react "^17.0.1"
1607
1607
  typestyle "^2.0.4"
1608
1608
 
1609
- "@jupyterlab/terminal-extension@^3.6.2", "@jupyterlab/terminal-extension@~3.6.2":
1610
- version "3.6.2"
1611
- resolved "https://registry.yarnpkg.com/@jupyterlab/terminal-extension/-/terminal-extension-3.6.2.tgz#3a52167c42be7d8335263af19f5194629f9fcbea"
1612
- integrity sha512-U2/FS3V+yrvbkPoKN8KPPuzDw0MK6wYo0U6Gumgs/r9gZP57HR9Kv6hB1AjGsuWpEvGMvGyOHahTlZ/t2/eI2Q==
1613
- dependencies:
1614
- "@jupyterlab/application" "^3.6.2"
1615
- "@jupyterlab/apputils" "^3.6.2"
1616
- "@jupyterlab/launcher" "^3.6.2"
1617
- "@jupyterlab/mainmenu" "^3.6.2"
1618
- "@jupyterlab/running" "^3.6.2"
1619
- "@jupyterlab/services" "^6.6.2"
1620
- "@jupyterlab/settingregistry" "^3.6.2"
1621
- "@jupyterlab/terminal" "^3.6.2"
1622
- "@jupyterlab/translation" "^3.6.2"
1623
- "@jupyterlab/ui-components" "^3.6.2"
1609
+ "@jupyterlab/terminal-extension@^3.6.3", "@jupyterlab/terminal-extension@~3.6.3":
1610
+ version "3.6.3"
1611
+ resolved "https://registry.yarnpkg.com/@jupyterlab/terminal-extension/-/terminal-extension-3.6.3.tgz#4552c8ecd4c4f12fb80d1f9fb6302c12d03612b5"
1612
+ integrity sha512-AFIr5L6DDheOZVEBAYBt2DQAhnQLCfTSkF53A3aq1XCa9sEmeqnSxkbU+XrSm1HFRXry/i6a84Dh2/zZe+zk5g==
1613
+ dependencies:
1614
+ "@jupyterlab/application" "^3.6.3"
1615
+ "@jupyterlab/apputils" "^3.6.3"
1616
+ "@jupyterlab/launcher" "^3.6.3"
1617
+ "@jupyterlab/mainmenu" "^3.6.3"
1618
+ "@jupyterlab/running" "^3.6.3"
1619
+ "@jupyterlab/services" "^6.6.3"
1620
+ "@jupyterlab/settingregistry" "^3.6.3"
1621
+ "@jupyterlab/terminal" "^3.6.3"
1622
+ "@jupyterlab/translation" "^3.6.3"
1623
+ "@jupyterlab/ui-components" "^3.6.3"
1624
1624
  "@lumino/algorithm" "^1.9.0"
1625
- "@lumino/widgets" "^1.37.1"
1625
+ "@lumino/widgets" "^1.37.2"
1626
1626
 
1627
- "@jupyterlab/terminal@^3.6.2", "@jupyterlab/terminal@~3.6.2":
1628
- version "3.6.2"
1629
- resolved "https://registry.yarnpkg.com/@jupyterlab/terminal/-/terminal-3.6.2.tgz#5f4ff11501a5aa7652934453020d5b51f9a3352f"
1630
- integrity sha512-BpF9NzK49JyLwWYIxNzwjDSmUEimMSPM43yvKjpne83wSg7neTU+3sR1vNXFjCe6zyzXVA/dNGuvAtf+KpNTKA==
1627
+ "@jupyterlab/terminal@^3.6.3", "@jupyterlab/terminal@~3.6.3":
1628
+ version "3.6.3"
1629
+ resolved "https://registry.yarnpkg.com/@jupyterlab/terminal/-/terminal-3.6.3.tgz#0caf7e6c402e511e814c0597b6d4e821877c5471"
1630
+ integrity sha512-NOO7XJl3EejKzRgMHKafaLDApmoWTQWoMmb8kSpXWXQFenpW0qZjBsI7vBt5Y8asf/FE40xacYfhqbdjy0vvnQ==
1631
1631
  dependencies:
1632
- "@jupyterlab/apputils" "^3.6.2"
1633
- "@jupyterlab/services" "^6.6.2"
1634
- "@jupyterlab/translation" "^3.6.2"
1632
+ "@jupyterlab/apputils" "^3.6.3"
1633
+ "@jupyterlab/services" "^6.6.3"
1634
+ "@jupyterlab/translation" "^3.6.3"
1635
1635
  "@lumino/coreutils" "^1.11.0"
1636
1636
  "@lumino/domutils" "^1.8.0"
1637
1637
  "@lumino/messaging" "^1.10.0"
1638
- "@lumino/widgets" "^1.37.1"
1638
+ "@lumino/widgets" "^1.37.2"
1639
1639
  xterm "~4.19.0"
1640
1640
  xterm-addon-fit "~0.5.0"
1641
1641
  xterm-addon-web-links "~0.6.0"
1642
1642
 
1643
- "@jupyterlab/theme-dark-extension@^3.6.2", "@jupyterlab/theme-dark-extension@~3.6.2":
1644
- version "3.6.2"
1645
- resolved "https://registry.yarnpkg.com/@jupyterlab/theme-dark-extension/-/theme-dark-extension-3.6.2.tgz#f0834b7979cfb86c24e99d0ad36cf090267e2db1"
1646
- integrity sha512-fg0TicswY03jyvAD2LcLFsimAH92Jhk5CHlwNqKcwITWcHQlbYBTAuPl5VT1Iaik79dyevBrkyEYO2S/m94E5Q==
1647
- dependencies:
1648
- "@jupyterlab/application" "^3.6.2"
1649
- "@jupyterlab/apputils" "^3.6.2"
1650
- "@jupyterlab/translation" "^3.6.2"
1651
-
1652
- "@jupyterlab/theme-light-extension@^3.6.2", "@jupyterlab/theme-light-extension@~3.6.2":
1653
- version "3.6.2"
1654
- resolved "https://registry.yarnpkg.com/@jupyterlab/theme-light-extension/-/theme-light-extension-3.6.2.tgz#c5fc7dd1f9415c03e1a2066c1ce893bf41ae44ab"
1655
- integrity sha512-0HEWQaVu6Qh+/CafCXrhSYhA1niA7349wo+jGx2DezmbDRwxMh0I5daPuu41py/L3kRFCJq/djBD4KIcyeEVVA==
1656
- dependencies:
1657
- "@jupyterlab/application" "^3.6.2"
1658
- "@jupyterlab/apputils" "^3.6.2"
1659
- "@jupyterlab/translation" "^3.6.2"
1660
-
1661
- "@jupyterlab/toc-extension@^5.6.2", "@jupyterlab/toc-extension@~5.6.2":
1662
- version "5.6.2"
1663
- resolved "https://registry.yarnpkg.com/@jupyterlab/toc-extension/-/toc-extension-5.6.2.tgz#f113b96a89f5033392bef23302d0a74fb72859ba"
1664
- integrity sha512-1wPyQEv98vcyyw42Ox9hD5aMDzAWpJJU4dpTKEH5DkRlEUnHFmz/jjDXXgHLjXYhGKJK4ctv1NEjUNQFwf9Mng==
1665
- dependencies:
1666
- "@jupyterlab/application" "^3.6.2"
1667
- "@jupyterlab/cells" "^3.6.2"
1668
- "@jupyterlab/docmanager" "^3.6.2"
1669
- "@jupyterlab/fileeditor" "^3.6.2"
1670
- "@jupyterlab/markdownviewer" "^3.6.2"
1671
- "@jupyterlab/notebook" "^3.6.2"
1672
- "@jupyterlab/rendermime" "^3.6.2"
1673
- "@jupyterlab/settingregistry" "^3.6.2"
1674
- "@jupyterlab/toc" "^5.6.2"
1675
- "@jupyterlab/translation" "^3.6.2"
1676
- "@jupyterlab/ui-components" "^3.6.2"
1677
-
1678
- "@jupyterlab/toc@^5.6.2", "@jupyterlab/toc@~5.6.2":
1679
- version "5.6.2"
1680
- resolved "https://registry.yarnpkg.com/@jupyterlab/toc/-/toc-5.6.2.tgz#ecc36b24a36bb58b584a08b203914b44972b28d9"
1681
- integrity sha512-0JM1r71CGF2UdNWyL2QrcMH+piFN32e7M0s5bcxETwseYeKVT9W8tEtUdF0uW0ihQVJ0hZhxTkF9OwD+2YMolA==
1682
- dependencies:
1683
- "@jupyterlab/apputils" "^3.6.2"
1684
- "@jupyterlab/cells" "^3.6.2"
1685
- "@jupyterlab/coreutils" "^5.6.2"
1686
- "@jupyterlab/docmanager" "^3.6.2"
1687
- "@jupyterlab/docregistry" "^3.6.2"
1688
- "@jupyterlab/fileeditor" "^3.6.2"
1689
- "@jupyterlab/markdownviewer" "^3.6.2"
1690
- "@jupyterlab/notebook" "^3.6.2"
1691
- "@jupyterlab/rendermime" "^3.6.2"
1692
- "@jupyterlab/settingregistry" "^3.6.2"
1693
- "@jupyterlab/translation" "^3.6.2"
1694
- "@jupyterlab/ui-components" "^3.6.2"
1643
+ "@jupyterlab/theme-dark-extension@^3.6.3", "@jupyterlab/theme-dark-extension@~3.6.3":
1644
+ version "3.6.3"
1645
+ resolved "https://registry.yarnpkg.com/@jupyterlab/theme-dark-extension/-/theme-dark-extension-3.6.3.tgz#95bcfbdc671e997dcad5a726fd691a7861ad6232"
1646
+ integrity sha512-RNwIYyINXUAsal4ZcqX0F+JcqqNa+/75VGx5XLXBgQQUsXyetoSDX5WUKJxuVWz15NZubAv1ykY4Br6zreeHzA==
1647
+ dependencies:
1648
+ "@jupyterlab/application" "^3.6.3"
1649
+ "@jupyterlab/apputils" "^3.6.3"
1650
+ "@jupyterlab/translation" "^3.6.3"
1651
+
1652
+ "@jupyterlab/theme-light-extension@^3.6.3", "@jupyterlab/theme-light-extension@~3.6.3":
1653
+ version "3.6.3"
1654
+ resolved "https://registry.yarnpkg.com/@jupyterlab/theme-light-extension/-/theme-light-extension-3.6.3.tgz#4f5a12c986a9d4fe4b86a1365753ce79c989d39a"
1655
+ integrity sha512-f0pFzwO1UPev6HPin1vl0m4s/ur2nm0z9BCFCP7LPTNv1njN6pYkhpUp1oluCZ09NbkRk2e0x7ed9z/2fgz3vA==
1656
+ dependencies:
1657
+ "@jupyterlab/application" "^3.6.3"
1658
+ "@jupyterlab/apputils" "^3.6.3"
1659
+ "@jupyterlab/translation" "^3.6.3"
1660
+
1661
+ "@jupyterlab/toc-extension@^5.6.3", "@jupyterlab/toc-extension@~5.6.3":
1662
+ version "5.6.3"
1663
+ resolved "https://registry.yarnpkg.com/@jupyterlab/toc-extension/-/toc-extension-5.6.3.tgz#5d6bc7ef1879e10146b5d315cce3a7961bd34dc5"
1664
+ integrity sha512-2hapWJkCDQ0+dAxBqVzphVQBP4whvA9smwmyk7WKm+Sya8jZsRmPDuwoIR34JIv5mJ1zEylA6snCpORYSjfv1A==
1665
+ dependencies:
1666
+ "@jupyterlab/application" "^3.6.3"
1667
+ "@jupyterlab/cells" "^3.6.3"
1668
+ "@jupyterlab/docmanager" "^3.6.3"
1669
+ "@jupyterlab/fileeditor" "^3.6.3"
1670
+ "@jupyterlab/markdownviewer" "^3.6.3"
1671
+ "@jupyterlab/notebook" "^3.6.3"
1672
+ "@jupyterlab/rendermime" "^3.6.3"
1673
+ "@jupyterlab/settingregistry" "^3.6.3"
1674
+ "@jupyterlab/toc" "^5.6.3"
1675
+ "@jupyterlab/translation" "^3.6.3"
1676
+ "@jupyterlab/ui-components" "^3.6.3"
1677
+
1678
+ "@jupyterlab/toc@^5.6.3", "@jupyterlab/toc@~5.6.3":
1679
+ version "5.6.3"
1680
+ resolved "https://registry.yarnpkg.com/@jupyterlab/toc/-/toc-5.6.3.tgz#f6c1da73ada1c817e3d67f98f18fdef82bfdfb1c"
1681
+ integrity sha512-FYS9Jbp+2bZGU89o7tGxkiOC9Afsugjr1YK/g2JhN8mE7lPV5U1at4jitMHIpL44sQ3nrhMLt6NdgvDYBIluvA==
1682
+ dependencies:
1683
+ "@jupyterlab/apputils" "^3.6.3"
1684
+ "@jupyterlab/cells" "^3.6.3"
1685
+ "@jupyterlab/coreutils" "^5.6.3"
1686
+ "@jupyterlab/docmanager" "^3.6.3"
1687
+ "@jupyterlab/docregistry" "^3.6.3"
1688
+ "@jupyterlab/fileeditor" "^3.6.3"
1689
+ "@jupyterlab/markdownviewer" "^3.6.3"
1690
+ "@jupyterlab/notebook" "^3.6.3"
1691
+ "@jupyterlab/rendermime" "^3.6.3"
1692
+ "@jupyterlab/settingregistry" "^3.6.3"
1693
+ "@jupyterlab/translation" "^3.6.3"
1694
+ "@jupyterlab/ui-components" "^3.6.3"
1695
1695
  "@lumino/coreutils" "^1.11.0"
1696
1696
  "@lumino/domutils" "^1.8.0"
1697
1697
  "@lumino/messaging" "^1.10.0"
1698
1698
  "@lumino/signaling" "^1.10.0"
1699
- "@lumino/widgets" "^1.37.1"
1699
+ "@lumino/widgets" "^1.37.2"
1700
1700
  react "^17.0.1"
1701
1701
  react-dom "^17.0.1"
1702
1702
 
1703
- "@jupyterlab/tooltip-extension@^3.6.2", "@jupyterlab/tooltip-extension@~3.6.2":
1704
- version "3.6.2"
1705
- resolved "https://registry.yarnpkg.com/@jupyterlab/tooltip-extension/-/tooltip-extension-3.6.2.tgz#bded4cc0fcbd5ddccf9d5d157c1c20541388d10c"
1706
- integrity sha512-5qDgEZCa+5YaHU5TUImIKzwoAud4XsGLjuMi9caYioT1x7k+kq+WyBKJ90qWXXdwzBZFyS1wqT3RlKkwhVtvAQ==
1707
- dependencies:
1708
- "@jupyterlab/application" "^3.6.2"
1709
- "@jupyterlab/codeeditor" "^3.6.2"
1710
- "@jupyterlab/console" "^3.6.2"
1711
- "@jupyterlab/coreutils" "^5.6.2"
1712
- "@jupyterlab/fileeditor" "^3.6.2"
1713
- "@jupyterlab/notebook" "^3.6.2"
1714
- "@jupyterlab/rendermime" "^3.6.2"
1715
- "@jupyterlab/services" "^6.6.2"
1716
- "@jupyterlab/tooltip" "^3.6.2"
1703
+ "@jupyterlab/tooltip-extension@^3.6.3", "@jupyterlab/tooltip-extension@~3.6.3":
1704
+ version "3.6.3"
1705
+ resolved "https://registry.yarnpkg.com/@jupyterlab/tooltip-extension/-/tooltip-extension-3.6.3.tgz#621c3baf1947e05bacb7213af38f24a4918d42d6"
1706
+ integrity sha512-TJpUKkNj6j1cAIWLr9v4A0Mzz/f+9EceHGSPQ34JvBDdV9PJa1y/LM2pdgTTDQjb9POOO5oGLq8MSDSlXL+18g==
1707
+ dependencies:
1708
+ "@jupyterlab/application" "^3.6.3"
1709
+ "@jupyterlab/codeeditor" "^3.6.3"
1710
+ "@jupyterlab/console" "^3.6.3"
1711
+ "@jupyterlab/coreutils" "^5.6.3"
1712
+ "@jupyterlab/fileeditor" "^3.6.3"
1713
+ "@jupyterlab/notebook" "^3.6.3"
1714
+ "@jupyterlab/rendermime" "^3.6.3"
1715
+ "@jupyterlab/services" "^6.6.3"
1716
+ "@jupyterlab/tooltip" "^3.6.3"
1717
1717
  "@lumino/algorithm" "^1.9.0"
1718
1718
  "@lumino/coreutils" "^1.11.0"
1719
- "@lumino/widgets" "^1.37.1"
1719
+ "@lumino/widgets" "^1.37.2"
1720
1720
 
1721
- "@jupyterlab/tooltip@^3.6.2", "@jupyterlab/tooltip@~3.6.2":
1722
- version "3.6.2"
1723
- resolved "https://registry.yarnpkg.com/@jupyterlab/tooltip/-/tooltip-3.6.2.tgz#7c025c6d7f957be0a041c30c7c4c65adebf916f1"
1724
- integrity sha512-b2fB+AW33rbQywokkyMHc8ad6uyIfPIsBWNmMgu0Ey2MIm+2CBlsE1CclOi66dPQ/F+3vp4ouKgVvYU78fu+VQ==
1721
+ "@jupyterlab/tooltip@^3.6.3", "@jupyterlab/tooltip@~3.6.3":
1722
+ version "3.6.3"
1723
+ resolved "https://registry.yarnpkg.com/@jupyterlab/tooltip/-/tooltip-3.6.3.tgz#17fbd6a50f54c0a6bd563947d03b8b78fffd6f6b"
1724
+ integrity sha512-5W4DzoIZPgEEQ/C70rfBy4ry/1bjOafe377c5/GdI8K4qIaEhJ18p1mQe++DOkXn57kyNXb3QY59GN1ae8fbSw==
1725
1725
  dependencies:
1726
- "@jupyterlab/apputils" "^3.6.2"
1727
- "@jupyterlab/codeeditor" "^3.6.2"
1728
- "@jupyterlab/rendermime" "^3.6.2"
1729
- "@jupyterlab/services" "^6.6.2"
1726
+ "@jupyterlab/apputils" "^3.6.3"
1727
+ "@jupyterlab/codeeditor" "^3.6.3"
1728
+ "@jupyterlab/rendermime" "^3.6.3"
1729
+ "@jupyterlab/services" "^6.6.3"
1730
1730
  "@lumino/coreutils" "^1.11.0"
1731
1731
  "@lumino/messaging" "^1.10.0"
1732
- "@lumino/widgets" "^1.37.1"
1733
-
1734
- "@jupyterlab/translation-extension@^3.6.2", "@jupyterlab/translation-extension@~3.6.2":
1735
- version "3.6.2"
1736
- resolved "https://registry.yarnpkg.com/@jupyterlab/translation-extension/-/translation-extension-3.6.2.tgz#f980f5bba422df4d9a5ff9409104580e3c5dc57c"
1737
- integrity sha512-aTE2eAqrivxm19BWUAx+HnEeU8gMrcWPpHEaF985tf9Ga+BuU37mYGb27H+IIXLjhTUXswyS8UMFgmyRAfOimQ==
1738
- dependencies:
1739
- "@jupyterlab/application" "^3.6.2"
1740
- "@jupyterlab/apputils" "^3.6.2"
1741
- "@jupyterlab/mainmenu" "^3.6.2"
1742
- "@jupyterlab/settingregistry" "^3.6.2"
1743
- "@jupyterlab/translation" "^3.6.2"
1744
-
1745
- "@jupyterlab/translation@^3.6.2", "@jupyterlab/translation@~3.6.2":
1746
- version "3.6.2"
1747
- resolved "https://registry.yarnpkg.com/@jupyterlab/translation/-/translation-3.6.2.tgz#f10a2c61e1515466290c0cfe655d96a65589e7ae"
1748
- integrity sha512-hAV/2tfCwYcIld4B//L1t7inkWOPmg9VYTqBau2kSz7Lz62924RU+caEpDwiVHXWedn396kt7ugEotWg7FO22w==
1749
- dependencies:
1750
- "@jupyterlab/coreutils" "^5.6.2"
1751
- "@jupyterlab/services" "^6.6.2"
1752
- "@jupyterlab/statedb" "^3.6.2"
1732
+ "@lumino/widgets" "^1.37.2"
1733
+
1734
+ "@jupyterlab/translation-extension@^3.6.3", "@jupyterlab/translation-extension@~3.6.3":
1735
+ version "3.6.3"
1736
+ resolved "https://registry.yarnpkg.com/@jupyterlab/translation-extension/-/translation-extension-3.6.3.tgz#650da6052e54519390e5594f7aeb8b016cc8b325"
1737
+ integrity sha512-Zfe2PO00vTKMMI/HLLjAT2JSiT5MEkuiVjN3FdJp6/xLdgNVxQAeqLyUc6muFXTU45xuZltfOiDvPyVcy9GroA==
1738
+ dependencies:
1739
+ "@jupyterlab/application" "^3.6.3"
1740
+ "@jupyterlab/apputils" "^3.6.3"
1741
+ "@jupyterlab/mainmenu" "^3.6.3"
1742
+ "@jupyterlab/settingregistry" "^3.6.3"
1743
+ "@jupyterlab/translation" "^3.6.3"
1744
+
1745
+ "@jupyterlab/translation@^3.6.3", "@jupyterlab/translation@~3.6.3":
1746
+ version "3.6.3"
1747
+ resolved "https://registry.yarnpkg.com/@jupyterlab/translation/-/translation-3.6.3.tgz#3fd95f726316762bc1799a7b7be0243d5465932a"
1748
+ integrity sha512-m+wwBv/hiN5Y6Sb7Ij150ZhPXZdhN5wI8CT3afnzARwKr2Aww5AIURO3upmMwnKaPVQTrWqsS3+7bZS/21JuJA==
1749
+ dependencies:
1750
+ "@jupyterlab/coreutils" "^5.6.3"
1751
+ "@jupyterlab/services" "^6.6.3"
1752
+ "@jupyterlab/statedb" "^3.6.3"
1753
1753
  "@lumino/coreutils" "^1.11.0"
1754
1754
 
1755
- "@jupyterlab/ui-components-extension@^3.6.2", "@jupyterlab/ui-components-extension@~3.6.2":
1756
- version "3.6.2"
1757
- resolved "https://registry.yarnpkg.com/@jupyterlab/ui-components-extension/-/ui-components-extension-3.6.2.tgz#27838e14f96fa2d566d24b05ec58b401359bb29a"
1758
- integrity sha512-hZclhtcbuQyR1KLgjYuWhRAUc0y9yr08NSTIWj0P5fYbyagZuaNINjdMWTSdLWI4xgFx602m2BqAo15M1YlA3A==
1755
+ "@jupyterlab/ui-components-extension@^3.6.3", "@jupyterlab/ui-components-extension@~3.6.3":
1756
+ version "3.6.3"
1757
+ resolved "https://registry.yarnpkg.com/@jupyterlab/ui-components-extension/-/ui-components-extension-3.6.3.tgz#a5ff0d24ee91e841ce0b93233d56b8a4d5622fd2"
1758
+ integrity sha512-IxI9XyZKfbogHTxWqd3+0UXcNVebLWOclojLcptMtjFGHr5LxnQayPIJvMAQN9eYqJOGOc/z9MEJDZtyaMSpZQ==
1759
1759
  dependencies:
1760
- "@jupyterlab/application" "^3.6.2"
1761
- "@jupyterlab/ui-components" "^3.6.2"
1760
+ "@jupyterlab/application" "^3.6.3"
1761
+ "@jupyterlab/ui-components" "^3.6.3"
1762
1762
 
1763
- "@jupyterlab/ui-components@^3.6.2", "@jupyterlab/ui-components@~3.6.2":
1764
- version "3.6.2"
1765
- resolved "https://registry.yarnpkg.com/@jupyterlab/ui-components/-/ui-components-3.6.2.tgz#8d4c95153ae082b001349d0c57f5f6fa40009d28"
1766
- integrity sha512-itOGQDyNVl9kqDxRAAH8Z6BJoc2x4jqfLRdia7eWwHAed+1dtSkf0VedEEHyjgAglv17Yvbg9xwWxLeQ5EJlBw==
1763
+ "@jupyterlab/ui-components@^3.6.3", "@jupyterlab/ui-components@~3.6.3":
1764
+ version "3.6.3"
1765
+ resolved "https://registry.yarnpkg.com/@jupyterlab/ui-components/-/ui-components-3.6.3.tgz#36555036b383c5d80346f409a7a168d13c9d8c85"
1766
+ integrity sha512-XzseUo2IXclPlYcGxCIz8evjWF+dCBMmbJlvoE5OF29BYBvI5N/DUaTem8bHN5kmQwHIXX6BImHu7rbC9Xjl6w==
1767
1767
  dependencies:
1768
1768
  "@blueprintjs/core" "^3.36.0"
1769
1769
  "@blueprintjs/select" "^3.15.0"
1770
- "@jupyterlab/coreutils" "^5.6.2"
1771
- "@jupyterlab/translation" "^3.6.2"
1770
+ "@jupyterlab/coreutils" "^5.6.3"
1771
+ "@jupyterlab/translation" "^3.6.3"
1772
1772
  "@lumino/algorithm" "^1.9.0"
1773
1773
  "@lumino/commands" "^1.19.0"
1774
1774
  "@lumino/coreutils" "^1.11.0"
1775
1775
  "@lumino/disposable" "^1.10.0"
1776
1776
  "@lumino/signaling" "^1.10.0"
1777
1777
  "@lumino/virtualdom" "^1.14.0"
1778
- "@lumino/widgets" "^1.37.1"
1778
+ "@lumino/widgets" "^1.37.2"
1779
1779
  "@rjsf/core" "^3.1.0"
1780
1780
  react "^17.0.1"
1781
1781
  react-dom "^17.0.1"
1782
1782
  typestyle "^2.0.4"
1783
1783
 
1784
- "@jupyterlab/vdom-extension@^3.6.2", "@jupyterlab/vdom-extension@~3.6.2":
1785
- version "3.6.2"
1786
- resolved "https://registry.yarnpkg.com/@jupyterlab/vdom-extension/-/vdom-extension-3.6.2.tgz#8e4f7fde2ea6d88ff70f9a591e55e4a44ba57b35"
1787
- integrity sha512-z5GH7TflwJEbfVxx3/z2SnyyHpM4Ne/XYX6bxmIgQT5K1csewdQR/ssgHgSJZgsakLdk8X1mpQlglw9uW+oY4A==
1788
- dependencies:
1789
- "@jupyterlab/application" "^3.6.2"
1790
- "@jupyterlab/apputils" "^3.6.2"
1791
- "@jupyterlab/docregistry" "^3.6.2"
1792
- "@jupyterlab/notebook" "^3.6.2"
1793
- "@jupyterlab/rendermime" "^3.6.2"
1794
- "@jupyterlab/ui-components" "^3.6.2"
1795
- "@jupyterlab/vdom" "^3.6.2"
1796
-
1797
- "@jupyterlab/vdom@^3.6.2", "@jupyterlab/vdom@~3.6.2":
1798
- version "3.6.2"
1799
- resolved "https://registry.yarnpkg.com/@jupyterlab/vdom/-/vdom-3.6.2.tgz#2b21b99bf2ddcfa1daf6b36b692230035f81de32"
1800
- integrity sha512-vj6cqSah1bH+1YIxRT2L23W1KoV/VlMwFkhF/ZYS8dI1Z6EkiCZIK8fDvlN6WWMEu73HBWZS2LuECC01fT7o1g==
1801
- dependencies:
1802
- "@jupyterlab/apputils" "^3.6.2"
1803
- "@jupyterlab/docregistry" "^3.6.2"
1804
- "@jupyterlab/rendermime-interfaces" "^3.6.2"
1805
- "@jupyterlab/services" "^6.6.2"
1784
+ "@jupyterlab/vdom-extension@^3.6.3", "@jupyterlab/vdom-extension@~3.6.3":
1785
+ version "3.6.3"
1786
+ resolved "https://registry.yarnpkg.com/@jupyterlab/vdom-extension/-/vdom-extension-3.6.3.tgz#ac214680baab1345a21da2aa2b9ff6a7b259843e"
1787
+ integrity sha512-rkzbg0OpoNey7lrpkwmcMbLqE4ys5FJw6FXAwqfcwDEaACnMWCWsFZPZQA7r93vtZjJh3XjAwoHNs0+2XrqWPg==
1788
+ dependencies:
1789
+ "@jupyterlab/application" "^3.6.3"
1790
+ "@jupyterlab/apputils" "^3.6.3"
1791
+ "@jupyterlab/docregistry" "^3.6.3"
1792
+ "@jupyterlab/notebook" "^3.6.3"
1793
+ "@jupyterlab/rendermime" "^3.6.3"
1794
+ "@jupyterlab/ui-components" "^3.6.3"
1795
+ "@jupyterlab/vdom" "^3.6.3"
1796
+
1797
+ "@jupyterlab/vdom@^3.6.3", "@jupyterlab/vdom@~3.6.3":
1798
+ version "3.6.3"
1799
+ resolved "https://registry.yarnpkg.com/@jupyterlab/vdom/-/vdom-3.6.3.tgz#568e6428b6225a93917b22ac8b1eaf7f30dbadb1"
1800
+ integrity sha512-bUqnrXiueBgBBRGN65rJQ1XjrBc5ZSixVhPpFUexrKMKvbk1V8WrRfoMW5PTPPD/oMeD1WryySutJQ5EC5LWcQ==
1801
+ dependencies:
1802
+ "@jupyterlab/apputils" "^3.6.3"
1803
+ "@jupyterlab/docregistry" "^3.6.3"
1804
+ "@jupyterlab/rendermime-interfaces" "^3.6.3"
1805
+ "@jupyterlab/services" "^6.6.3"
1806
1806
  "@lumino/coreutils" "^1.11.0"
1807
1807
  "@lumino/messaging" "^1.10.0"
1808
- "@lumino/widgets" "^1.37.1"
1808
+ "@lumino/widgets" "^1.37.2"
1809
1809
  "@nteract/transform-vdom" "^4.0.16-alpha.0"
1810
1810
  react "^17.0.1"
1811
1811
  react-dom "^17.0.1"
1812
1812
 
1813
- "@jupyterlab/vega5-extension@^3.6.2", "@jupyterlab/vega5-extension@~3.6.2":
1814
- version "3.6.2"
1815
- resolved "https://registry.yarnpkg.com/@jupyterlab/vega5-extension/-/vega5-extension-3.6.2.tgz#ec821b667678831cb7367d6d173fbb205c7a8093"
1816
- integrity sha512-1kADbZNprNKpO4r7H6YAHL543e0hNzKx3jeKUIGjY1EuJJ0pB9NX2cPjktDMCuxL59OHaal45o5AROZmlNMmbQ==
1813
+ "@jupyterlab/vega5-extension@^3.6.3", "@jupyterlab/vega5-extension@~3.6.3":
1814
+ version "3.6.3"
1815
+ resolved "https://registry.yarnpkg.com/@jupyterlab/vega5-extension/-/vega5-extension-3.6.3.tgz#4e5741bfc26ac2c1d9eed936f9fb42bad33479c5"
1816
+ integrity sha512-pTerK75olq+EBCRHmm0VsuEuWB6U/9cWIDpsU98XAs0jzbi9kuSfIigDHtIDGNc2DOGdf7R9ovxzem/YPfDuqA==
1817
1817
  dependencies:
1818
- "@jupyterlab/rendermime-interfaces" "^3.6.2"
1818
+ "@jupyterlab/rendermime-interfaces" "^3.6.3"
1819
1819
  "@lumino/coreutils" "^1.11.0"
1820
- "@lumino/widgets" "^1.37.1"
1820
+ "@lumino/widgets" "^1.37.2"
1821
1821
  vega "^5.20.0"
1822
1822
  vega-embed "^6.2.1"
1823
1823
  vega-lite "^5.1.0"
@@ -1827,14 +1827,14 @@
1827
1827
  resolved "https://registry.yarnpkg.com/@lumino/algorithm/-/algorithm-1.9.2.tgz#b95e6419aed58ff6b863a51bfb4add0f795141d3"
1828
1828
  integrity sha512-Z06lp/yuhz8CtIir3PNTGnuk7909eXt4ukJsCzChsGuot2l5Fbs96RJ/FOHgwCedaX74CtxPjXHXoszFbUA+4A==
1829
1829
 
1830
- "@lumino/application@^1.31.3":
1831
- version "1.31.3"
1832
- resolved "https://registry.yarnpkg.com/@lumino/application/-/application-1.31.3.tgz#c5a9bc84212a2505be8f5d43516e0603d9100965"
1833
- integrity sha512-XnsXm5PD9QevJRl/pHJziYmhRKqJYjEOTL6Vh9dtKpPPML57uswOj59Pokxx/yCvym1xRF9iDVvujy3KallRwQ==
1830
+ "@lumino/application@^1.31.4":
1831
+ version "1.31.4"
1832
+ resolved "https://registry.yarnpkg.com/@lumino/application/-/application-1.31.4.tgz#b804fcc46fb77deb41aee94c48bea990f735d6b9"
1833
+ integrity sha512-dOSsDJ1tXOxC3fnSHvtDQK5RcICLEVPtO19HeCGwurb5W2ZZ55SZT2b5jZu6V/v8lGdtkNbr1RJltRpJRSRb/A==
1834
1834
  dependencies:
1835
1835
  "@lumino/commands" "^1.21.1"
1836
1836
  "@lumino/coreutils" "^1.12.1"
1837
- "@lumino/widgets" "^1.37.1"
1837
+ "@lumino/widgets" "^1.37.2"
1838
1838
 
1839
1839
  "@lumino/collections@^1.9.3":
1840
1840
  version "1.9.3"
@@ -1862,21 +1862,21 @@
1862
1862
  integrity sha512-JLu3nTHzJk9N8ohZ85u75YxemMrmDzJdNgZztfP7F7T7mxND3YVNCkJG35a6aJ7edu1sIgCjBxOvV+hv27iYvQ==
1863
1863
 
1864
1864
  "@lumino/datagrid@^0.36.7":
1865
- version "0.36.8"
1866
- resolved "https://registry.yarnpkg.com/@lumino/datagrid/-/datagrid-0.36.8.tgz#fb2a9c26a42af929df12fcf489b2a042db684465"
1867
- integrity sha512-X3cG0+nVtKwovZj1oFk6TeYja968nvxWrGgut4n5TnflN/Yzv+pJMFO/iyANSSvonyxxzzXErVAz21xmiZ5zHQ==
1865
+ version "0.36.9"
1866
+ resolved "https://registry.yarnpkg.com/@lumino/datagrid/-/datagrid-0.36.9.tgz#f28973e148b1ca92dae54e920bb92d522f551d82"
1867
+ integrity sha512-qXk2IuUq31xbIYIP6HCy/taydkB/6s2cFPBuuLpAtBnAGO3VNUTI+2KYrsqTZV4odnbH1i0LKoYIpIgiDKs3Qg==
1868
1868
  dependencies:
1869
1869
  "@lumino/algorithm" "^1.9.2"
1870
1870
  "@lumino/coreutils" "^1.12.1"
1871
1871
  "@lumino/disposable" "^1.10.4"
1872
1872
  "@lumino/domutils" "^1.8.2"
1873
- "@lumino/dragdrop" "^1.14.4"
1873
+ "@lumino/dragdrop" "^1.14.5"
1874
1874
  "@lumino/keyboard" "^1.8.2"
1875
1875
  "@lumino/messaging" "^1.10.3"
1876
1876
  "@lumino/signaling" "^1.11.1"
1877
- "@lumino/widgets" "^1.37.1"
1877
+ "@lumino/widgets" "^1.37.2"
1878
1878
 
1879
- "@lumino/disposable@^1.10.0", "@lumino/disposable@^1.10.0 || ^2.0.0-alpha.6", "@lumino/disposable@^1.10.3", "@lumino/disposable@^1.10.4":
1879
+ "@lumino/disposable@^1.10.0", "@lumino/disposable@^1.10.0 || ^2.0.0-alpha.6", "@lumino/disposable@^1.10.4":
1880
1880
  version "1.10.4"
1881
1881
  resolved "https://registry.yarnpkg.com/@lumino/disposable/-/disposable-1.10.4.tgz#73b452044fecf988d7fa73fac9451b1a7f987323"
1882
1882
  integrity sha512-4ZxyYcyzUS+ZeB2KAH9oAH3w0DUUceiVr+FIZHZ2TAYGWZI/85WlqJtfm0xjwEpCwLLW1TDqJrISuZu3iMmVMA==
@@ -1889,10 +1889,10 @@
1889
1889
  resolved "https://registry.yarnpkg.com/@lumino/domutils/-/domutils-1.8.2.tgz#d15cdbae12bea52852bbc13c4629360f9f05b7f5"
1890
1890
  integrity sha512-QIpMfkPJrs4GrWBuJf2Sn1fpyVPmvqUUAeD8xAQo8+4V5JAT0vUDLxZ9HijefMgNCi3+Bs8Z3lQwRCrz+cFP1A==
1891
1891
 
1892
- "@lumino/dragdrop@^1.13.0", "@lumino/dragdrop@^1.14.4":
1893
- version "1.14.4"
1894
- resolved "https://registry.yarnpkg.com/@lumino/dragdrop/-/dragdrop-1.14.4.tgz#b6ec4cf4f470c17a849e31f299d5a24acdc8c7d3"
1895
- integrity sha512-IHX2M8Yqs2YsFHHXKSKiYLgv9DEuhyyKoDS85Chg34J9OaPC5ocT0AmNVnpeq9T4A50sg3vdL9mSRCZ0f302Gw==
1892
+ "@lumino/dragdrop@^1.13.0", "@lumino/dragdrop@^1.14.5":
1893
+ version "1.14.5"
1894
+ resolved "https://registry.yarnpkg.com/@lumino/dragdrop/-/dragdrop-1.14.5.tgz#1db76c8a01f74cb1b0428db6234e820bb58b93ba"
1895
+ integrity sha512-LC5xB82+xGF8hFyl716TMpV32OIMIMl+s3RU1PaqDkD6B7PkgiVk6NkJ4X9/GcEvl2igkvlGQt/3L7qxDAJNxw==
1896
1896
  dependencies:
1897
1897
  "@lumino/coreutils" "^1.12.1"
1898
1898
  "@lumino/disposable" "^1.10.4"
@@ -1911,20 +1911,20 @@
1911
1911
  "@lumino/collections" "^1.9.3"
1912
1912
 
1913
1913
  "@lumino/polling@^1.9.0":
1914
- version "1.11.3"
1915
- resolved "https://registry.yarnpkg.com/@lumino/polling/-/polling-1.11.3.tgz#0b0b9a30b7077834d41df08fb2387260c95cd6e5"
1916
- integrity sha512-NPda40R/PFwzufuhfEx41g/L3I1K8TEM75QbooL22U+bFRBY9bChOLh+xKXyT2yO30SRLg7F7jaWcwZ01hCVwQ==
1914
+ version "1.11.4"
1915
+ resolved "https://registry.yarnpkg.com/@lumino/polling/-/polling-1.11.4.tgz#ddfe47da5b41af4cfa474898542c099e445c0e6c"
1916
+ integrity sha512-yC7JLssj3mqVK6TsYj7dg4AG0rcsC42YtpoDLtz9yzO84Q5flQUfmjAPQB6oPA6wZOlISs3iasF+uO2w1ls5jg==
1917
1917
  dependencies:
1918
1918
  "@lumino/coreutils" "^1.12.1"
1919
- "@lumino/disposable" "^1.10.3"
1920
- "@lumino/signaling" "^1.11.0"
1919
+ "@lumino/disposable" "^1.10.4"
1920
+ "@lumino/signaling" "^1.11.1"
1921
1921
 
1922
1922
  "@lumino/properties@^1.8.0", "@lumino/properties@^1.8.2":
1923
1923
  version "1.8.2"
1924
1924
  resolved "https://registry.yarnpkg.com/@lumino/properties/-/properties-1.8.2.tgz#91131f2ca91a902faa138771eb63341db78fc0fd"
1925
1925
  integrity sha512-EkjI9Cw8R0U+xC9HxdFSu7X1tz1H1vKu20cGvJ2gU+CXlMB1DvoYJCYxCThByHZ+kURTAap4SE5x8HvKwNPbig==
1926
1926
 
1927
- "@lumino/signaling@^1.10.0", "@lumino/signaling@^1.10.0 || ^2.0.0-alpha.6", "@lumino/signaling@^1.11.0", "@lumino/signaling@^1.11.1":
1927
+ "@lumino/signaling@^1.10.0", "@lumino/signaling@^1.10.0 || ^2.0.0-alpha.6", "@lumino/signaling@^1.11.1":
1928
1928
  version "1.11.1"
1929
1929
  resolved "https://registry.yarnpkg.com/@lumino/signaling/-/signaling-1.11.1.tgz#438f447a1b644fd286549804f9851b5aec9679a2"
1930
1930
  integrity sha512-YCUmgw08VoyMN5KxzqPO3KMx+cwdPv28tAN06C0K7Q/dQf+oufb1XocuhZb5selTrTmmuXeizaYxgLIQGdS1fA==
@@ -1939,17 +1939,17 @@
1939
1939
  dependencies:
1940
1940
  "@lumino/algorithm" "^1.9.2"
1941
1941
 
1942
- "@lumino/widgets@^1.37.1":
1943
- version "1.37.1"
1944
- resolved "https://registry.yarnpkg.com/@lumino/widgets/-/widgets-1.37.1.tgz#d7a2398b276e15e60aff4fec58c035d46549a75b"
1945
- integrity sha512-/whz5B/hL0fjv0bR8JYZ+Emx+CH7HBwXc4TqI9PrrHGm3g6+jRJAyIFGZcQubqkPxxHrRE/VxQgoDKGhINw/Gw==
1942
+ "@lumino/widgets@^1.37.2":
1943
+ version "1.37.2"
1944
+ resolved "https://registry.yarnpkg.com/@lumino/widgets/-/widgets-1.37.2.tgz#b408fae221ecec2f1b028607782fbe1e82588bce"
1945
+ integrity sha512-NHKu1NBDo6ETBDoNrqSkornfUCwc8EFFzw6+LWBfYVxn2PIwciq2SdiJGEyNqL+0h/A9eVKb5ui5z4cwpRekmQ==
1946
1946
  dependencies:
1947
1947
  "@lumino/algorithm" "^1.9.2"
1948
1948
  "@lumino/commands" "^1.21.1"
1949
1949
  "@lumino/coreutils" "^1.12.1"
1950
1950
  "@lumino/disposable" "^1.10.4"
1951
1951
  "@lumino/domutils" "^1.8.2"
1952
- "@lumino/dragdrop" "^1.14.4"
1952
+ "@lumino/dragdrop" "^1.14.5"
1953
1953
  "@lumino/keyboard" "^1.8.2"
1954
1954
  "@lumino/messaging" "^1.10.3"
1955
1955
  "@lumino/properties" "^1.8.2"