diff --git a/.gitignore b/.gitignore new file mode 100644 index 000000000..242dac0a5 --- /dev/null +++ b/.gitignore @@ -0,0 +1,9 @@ +.DS_Store +.yarn/cache/ +node_modules/ +__pycache__/ +**/.ipynb_checkpoints/ +lib/ +jupyterlab_a11y_checker/labextension/ +jupyterlab_a11y_checker/_version.py +dist/ diff --git a/.yarn/install-state.gz b/.yarn/install-state.gz index ade6da49e..1ef460b5a 100644 Binary files a/.yarn/install-state.gz and b/.yarn/install-state.gz differ diff --git a/.yarnrc.yml b/.yarnrc.yml new file mode 100644 index 000000000..3186f3f07 --- /dev/null +++ b/.yarnrc.yml @@ -0,0 +1 @@ +nodeLinker: node-modules diff --git a/jupyterlab_a11y_checker/__init__.py b/jupyterlab_a11y_checker/__init__.py index 218219aa8..c368aeea9 100644 --- a/jupyterlab_a11y_checker/__init__.py +++ b/jupyterlab_a11y_checker/__init__.py @@ -1,8 +1,5 @@ -from ._version import __version__ - - def _jupyter_labextension_paths(): return [{ "src": "labextension", "dest": "jupyterlab-a11y-checker" - }] + }] \ No newline at end of file diff --git a/jupyterlab_a11y_checker/_version.py b/jupyterlab_a11y_checker/_version.py new file mode 100644 index 000000000..7378175c7 --- /dev/null +++ b/jupyterlab_a11y_checker/_version.py @@ -0,0 +1,4 @@ +# This file is auto-generated by Hatchling. As such, do not: +# - modify +# - track in version control e.g. be sure to add to .gitignore +__version__ = VERSION = '0.1.4a2' diff --git a/package-lock.json b/package-lock.json index f3b50692d..176b4400a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "jupyterlab-a11y-checker", - "version": "0.1.2", + "version": "0.1.4-alpha-1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "jupyterlab-a11y-checker", - "version": "0.1.2", + "version": "0.1.4-alpha-1", "license": "BSD-3-Clause", "dependencies": { "@jupyterlab/application": "^4.0.0", @@ -18,11 +18,15 @@ "@jupyterlab/ui-components": "^4.2.1", "@lumino/disposable": "^2.1.2", "@lumino/widgets": "^2.3.1", + "@types/nprogress": "^0.2.3", + "axios": "^1.7.7", "colorthief": "^2.4.0", + "nprogress": "^0.2.0", + "spin.js": "^4.1.2", "tesseract.js": "^5.1.0" }, "devDependencies": { - "@jupyterlab/builder": "^4.0.0", + "@jupyterlab/builder": "^4.3.0", "@types/json-schema": "^7.0.11", "@types/node": "^20.12.12", "@types/react": "^18.0.26", @@ -81,9 +85,10 @@ } }, "node_modules/@codemirror/autocomplete": { - "version": "6.17.0", - "resolved": "https://registry.npmjs.org/@codemirror/autocomplete/-/autocomplete-6.17.0.tgz", - "integrity": "sha512-fdfj6e6ZxZf8yrkMHUSJJir7OJkHkZKaOZGzLWIYp2PZ3jd+d+UjG8zVPqJF6d3bKxkhvXTPan/UZ1t7Bqm0gA==", + "version": "6.18.2", + "resolved": "https://registry.npmjs.org/@codemirror/autocomplete/-/autocomplete-6.18.2.tgz", + "integrity": "sha512-wJGylKtMFR/Ds6Gh01+OovXE/pncPiKZNNBKuC39pKnH+XK5d9+WsNqcrdxPjFPFTigRBqse0rfxw9UxrfyhPg==", + "license": "MIT", "dependencies": { "@codemirror/language": "^6.0.0", "@codemirror/state": "^6.0.0", @@ -98,9 +103,10 @@ } }, "node_modules/@codemirror/commands": { - "version": "6.6.0", - "resolved": "https://registry.npmjs.org/@codemirror/commands/-/commands-6.6.0.tgz", - "integrity": "sha512-qnY+b7j1UNcTS31Eenuc/5YJB6gQOzkUoNmJQc0rznwqSRpeaWWpjkWy2C/MPTcePpsKJEM26hXrOXl1+nceXg==", + "version": "6.7.1", + "resolved": "https://registry.npmjs.org/@codemirror/commands/-/commands-6.7.1.tgz", + "integrity": "sha512-llTrboQYw5H4THfhN4U3qCnSZ1SOJ60ohhz+SzU0ADGtwlc533DtklQP0vSFaQuCPDn3BPpOd1GbbnUtwNjsrw==", + "license": "MIT", "dependencies": { "@codemirror/language": "^6.0.0", "@codemirror/state": "^6.4.0", @@ -112,27 +118,30 @@ "version": "6.0.2", "resolved": "https://registry.npmjs.org/@codemirror/lang-cpp/-/lang-cpp-6.0.2.tgz", "integrity": "sha512-6oYEYUKHvrnacXxWxYa6t4puTlbN3dgV662BDfSH8+MfjQjVmP697/KYTDOqpxgerkvoNm7q5wlFMBeX8ZMocg==", + "license": "MIT", "dependencies": { "@codemirror/language": "^6.0.0", "@lezer/cpp": "^1.0.0" } }, "node_modules/@codemirror/lang-css": { - "version": "6.2.1", - "resolved": "https://registry.npmjs.org/@codemirror/lang-css/-/lang-css-6.2.1.tgz", - "integrity": "sha512-/UNWDNV5Viwi/1lpr/dIXJNWiwDxpw13I4pTUAsNxZdg6E0mI2kTQb0P2iHczg1Tu+H4EBgJR+hYhKiHKko7qg==", + "version": "6.3.0", + "resolved": "https://registry.npmjs.org/@codemirror/lang-css/-/lang-css-6.3.0.tgz", + "integrity": "sha512-CyR4rUNG9OYcXDZwMPvJdtb6PHbBDKUc/6Na2BIwZ6dKab1JQqKa4di+RNRY9Myn7JB81vayKwJeQ7jEdmNVDA==", + "license": "MIT", "dependencies": { "@codemirror/autocomplete": "^6.0.0", "@codemirror/language": "^6.0.0", "@codemirror/state": "^6.0.0", "@lezer/common": "^1.0.2", - "@lezer/css": "^1.0.0" + "@lezer/css": "^1.1.7" } }, "node_modules/@codemirror/lang-html": { "version": "6.4.9", "resolved": "https://registry.npmjs.org/@codemirror/lang-html/-/lang-html-6.4.9.tgz", "integrity": "sha512-aQv37pIMSlueybId/2PVSP6NPnmurFDVmZwzc7jszd2KAF8qd4VBbvNYPXWQq90WIARjsdVkPbw29pszmHws3Q==", + "license": "MIT", "dependencies": { "@codemirror/autocomplete": "^6.0.0", "@codemirror/lang-css": "^6.0.0", @@ -149,6 +158,7 @@ "version": "6.0.1", "resolved": "https://registry.npmjs.org/@codemirror/lang-java/-/lang-java-6.0.1.tgz", "integrity": "sha512-OOnmhH67h97jHzCuFaIEspbmsT98fNdhVhmA3zCxW0cn7l8rChDhZtwiwJ/JOKXgfm4J+ELxQihxaI7bj7mJRg==", + "license": "MIT", "dependencies": { "@codemirror/language": "^6.0.0", "@lezer/java": "^1.0.0" @@ -158,6 +168,7 @@ "version": "6.2.2", "resolved": "https://registry.npmjs.org/@codemirror/lang-javascript/-/lang-javascript-6.2.2.tgz", "integrity": "sha512-VGQfY+FCc285AhWuwjYxQyUQcYurWlxdKYT4bqwr3Twnd5wP5WSeu52t4tvvuWmljT4EmgEgZCqSieokhtY8hg==", + "license": "MIT", "dependencies": { "@codemirror/autocomplete": "^6.0.0", "@codemirror/language": "^6.6.0", @@ -172,15 +183,17 @@ "version": "6.0.1", "resolved": "https://registry.npmjs.org/@codemirror/lang-json/-/lang-json-6.0.1.tgz", "integrity": "sha512-+T1flHdgpqDDlJZ2Lkil/rLiRy684WMLc74xUnjJH48GQdfJo/pudlTRreZmKwzP8/tGdKf83wlbAdOCzlJOGQ==", + "license": "MIT", "dependencies": { "@codemirror/language": "^6.0.0", "@lezer/json": "^1.0.0" } }, "node_modules/@codemirror/lang-markdown": { - "version": "6.2.5", - "resolved": "https://registry.npmjs.org/@codemirror/lang-markdown/-/lang-markdown-6.2.5.tgz", - "integrity": "sha512-Hgke565YcO4fd9pe2uLYxnMufHO5rQwRr+AAhFq8ABuhkrjyX8R5p5s+hZUTdV60O0dMRjxKhBLxz8pu/MkUVA==", + "version": "6.3.0", + "resolved": "https://registry.npmjs.org/@codemirror/lang-markdown/-/lang-markdown-6.3.0.tgz", + "integrity": "sha512-lYrI8SdL/vhd0w0aHIEvIRLRecLF7MiiRfzXFZY94dFwHqC9HtgxgagJ8fyYNBldijGatf9wkms60d8SrAj6Nw==", + "license": "MIT", "dependencies": { "@codemirror/autocomplete": "^6.7.1", "@codemirror/lang-html": "^6.0.0", @@ -195,6 +208,7 @@ "version": "6.0.1", "resolved": "https://registry.npmjs.org/@codemirror/lang-php/-/lang-php-6.0.1.tgz", "integrity": "sha512-ublojMdw/PNWa7qdN5TMsjmqkNuTBD3k6ndZ4Z0S25SBAiweFGyY68AS3xNcIOlb6DDFDvKlinLQ40vSLqf8xA==", + "license": "MIT", "dependencies": { "@codemirror/lang-html": "^6.0.0", "@codemirror/language": "^6.0.0", @@ -207,6 +221,7 @@ "version": "6.1.6", "resolved": "https://registry.npmjs.org/@codemirror/lang-python/-/lang-python-6.1.6.tgz", "integrity": "sha512-ai+01WfZhWqM92UqjnvorkxosZ2aq2u28kHvr+N3gu012XqY2CThD67JPMHnGceRfXPDBmn1HnyqowdpF57bNg==", + "license": "MIT", "dependencies": { "@codemirror/autocomplete": "^6.3.2", "@codemirror/language": "^6.8.0", @@ -219,15 +234,17 @@ "version": "6.0.1", "resolved": "https://registry.npmjs.org/@codemirror/lang-rust/-/lang-rust-6.0.1.tgz", "integrity": "sha512-344EMWFBzWArHWdZn/NcgkwMvZIWUR1GEBdwG8FEp++6o6vT6KL9V7vGs2ONsKxxFUPXKI0SPcWhyYyl2zPYxQ==", + "license": "MIT", "dependencies": { "@codemirror/language": "^6.0.0", "@lezer/rust": "^1.0.0" } }, "node_modules/@codemirror/lang-sql": { - "version": "6.7.0", - "resolved": "https://registry.npmjs.org/@codemirror/lang-sql/-/lang-sql-6.7.0.tgz", - "integrity": "sha512-KMXp6rtyPYz6RaElvkh/77ClEAoQoHRPZo0zutRRialeFs/B/X8YaUJBCnAV2zqyeJPLZ4hgo48mG8TKoNXfZA==", + "version": "6.8.0", + "resolved": "https://registry.npmjs.org/@codemirror/lang-sql/-/lang-sql-6.8.0.tgz", + "integrity": "sha512-aGLmY4OwGqN3TdSx3h6QeA1NrvaYtF7kkoWR/+W7/JzB0gQtJ+VJxewlnE3+VImhA4WVlhmkJr109PefOOhjLg==", + "license": "MIT", "dependencies": { "@codemirror/autocomplete": "^6.0.0", "@codemirror/language": "^6.0.0", @@ -241,6 +258,7 @@ "version": "6.0.2", "resolved": "https://registry.npmjs.org/@codemirror/lang-wast/-/lang-wast-6.0.2.tgz", "integrity": "sha512-Imi2KTpVGm7TKuUkqyJ5NRmeFWF7aMpNiwHnLQe0x9kmrxElndyH0K6H/gXtWwY6UshMRAhpENsgfpSwsgmC6Q==", + "license": "MIT", "dependencies": { "@codemirror/language": "^6.0.0", "@lezer/common": "^1.2.0", @@ -252,6 +270,7 @@ "version": "6.1.0", "resolved": "https://registry.npmjs.org/@codemirror/lang-xml/-/lang-xml-6.1.0.tgz", "integrity": "sha512-3z0blhicHLfwi2UgkZYRPioSgVTo9PV5GP5ducFH6FaHy0IAJRg+ixj5gTR1gnT/glAIC8xv4w2VL1LoZfs+Jg==", + "license": "MIT", "dependencies": { "@codemirror/autocomplete": "^6.0.0", "@codemirror/language": "^6.4.0", @@ -262,9 +281,10 @@ } }, "node_modules/@codemirror/language": { - "version": "6.10.2", - "resolved": "https://registry.npmjs.org/@codemirror/language/-/language-6.10.2.tgz", - "integrity": "sha512-kgbTYTo0Au6dCSc/TFy7fK3fpJmgHDv1sG1KNQKJXVi+xBTEeBPY/M30YXiU6mMXeH+YIDLsbrT4ZwNRdtF+SA==", + "version": "6.10.3", + "resolved": "https://registry.npmjs.org/@codemirror/language/-/language-6.10.3.tgz", + "integrity": "sha512-kDqEU5sCP55Oabl6E7m5N+vZRoc0iWqgDVhEKifcHzPzjqCegcO4amfrYVL9PmPZpl4G0yjkpTpUO/Ui8CzO8A==", + "license": "MIT", "dependencies": { "@codemirror/state": "^6.0.0", "@codemirror/view": "^6.23.0", @@ -275,17 +295,19 @@ } }, "node_modules/@codemirror/legacy-modes": { - "version": "6.4.0", - "resolved": "https://registry.npmjs.org/@codemirror/legacy-modes/-/legacy-modes-6.4.0.tgz", - "integrity": "sha512-5m/K+1A6gYR0e+h/dEde7LoGimMjRtWXZFg4Lo70cc8HzjSdHe3fLwjWMR0VRl5KFT1SxalSap7uMgPKF28wBA==", + "version": "6.4.1", + "resolved": "https://registry.npmjs.org/@codemirror/legacy-modes/-/legacy-modes-6.4.1.tgz", + "integrity": "sha512-vdg3XY7OAs5uLDx2Iw+cGfnwtd7kM+Et/eMsqAGTfT/JKiVBQZXosTzjEbWAi/FrY6DcQIz8mQjBozFHZEUWQA==", + "license": "MIT", "dependencies": { "@codemirror/language": "^6.0.0" } }, "node_modules/@codemirror/lint": { - "version": "6.8.1", - "resolved": "https://registry.npmjs.org/@codemirror/lint/-/lint-6.8.1.tgz", - "integrity": "sha512-IZ0Y7S4/bpaunwggW2jYqwLuHj0QtESf5xcROewY6+lDNwZ/NzvR4t+vpYgg9m7V8UXLPYqG+lu3DF470E5Oxg==", + "version": "6.8.2", + "resolved": "https://registry.npmjs.org/@codemirror/lint/-/lint-6.8.2.tgz", + "integrity": "sha512-PDFG5DjHxSEjOXk9TQYYVjZDqlZTFaDBfhQixHnQOEVDDNHUbEh/hstAjcQJaA6FQdZTD1hquXTK0rVBLADR1g==", + "license": "MIT", "dependencies": { "@codemirror/state": "^6.0.0", "@codemirror/view": "^6.0.0", @@ -293,9 +315,10 @@ } }, "node_modules/@codemirror/search": { - "version": "6.5.6", - "resolved": "https://registry.npmjs.org/@codemirror/search/-/search-6.5.6.tgz", - "integrity": "sha512-rpMgcsh7o0GuCDUXKPvww+muLA1pDJaFrpq/CCHtpQJYz8xopu4D1hPcKRoDD0YlF8gZaqTNIRa4VRBWyhyy7Q==", + "version": "6.5.7", + "resolved": "https://registry.npmjs.org/@codemirror/search/-/search-6.5.7.tgz", + "integrity": "sha512-6+iLsXvITWKHYlkgHPCs/qiX4dNzn8N78YfhOFvPtPYCkuXqZq10rAfsUMhOq7O/1VjJqdXRflyExlfVcu/9VQ==", + "license": "MIT", "dependencies": { "@codemirror/state": "^6.0.0", "@codemirror/view": "^6.0.0", @@ -307,9 +330,10 @@ "license": "MIT" }, "node_modules/@codemirror/view": { - "version": "6.28.4", - "resolved": "https://registry.npmjs.org/@codemirror/view/-/view-6.28.4.tgz", - "integrity": "sha512-QScv95fiviSQ/CaVGflxAvvvDy/9wi0RFyDl4LkHHWiMr/UPebyuTspmYSeN5Nx6eujcPYwsQzA6ZIZucKZVHQ==", + "version": "6.34.1", + "resolved": "https://registry.npmjs.org/@codemirror/view/-/view-6.34.1.tgz", + "integrity": "sha512-t1zK/l9UiRqwUNPm+pdIT0qzJlzuVckbTEMVNFhfWkGiBQClstzg+78vedCvLSX0xJEZ6lwZbPpnljL7L6iwMQ==", + "license": "MIT", "dependencies": { "@codemirror/state": "^6.4.0", "style-mod": "^4.1.0", @@ -502,16 +526,19 @@ } }, "node_modules/@jupyter/react-components": { - "version": "0.15.3", + "version": "0.16.7", + "resolved": "https://registry.npmjs.org/@jupyter/react-components/-/react-components-0.16.7.tgz", + "integrity": "sha512-BKIPkJ9V011uhtdq1xBOu2M3up59CqsRbDS4aq8XhnHR4pwqfRV6k6irE5YBOETCoIwWZZ5RZO+cJcZ3DcsT5A==", "license": "BSD-3-Clause", "dependencies": { - "@jupyter/web-components": "^0.15.3", - "@microsoft/fast-react-wrapper": "^0.3.22", + "@jupyter/web-components": "^0.16.7", "react": ">=17.0.0 <19.0.0" } }, "node_modules/@jupyter/web-components": { - "version": "0.15.3", + "version": "0.16.7", + "resolved": "https://registry.npmjs.org/@jupyter/web-components/-/web-components-0.16.7.tgz", + "integrity": "sha512-1a8awgvvP9J9pCV5vBRuQxdBk29764qiMJsJYEndrWH3cB/FlaO+sZIBm4OTf56Eqdgl8R3/ZSLM1+3mgXOkPg==", "license": "BSD-3-Clause", "dependencies": { "@microsoft/fast-colors": "^5.3.1", @@ -521,9 +548,10 @@ } }, "node_modules/@jupyter/ydoc": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/@jupyter/ydoc/-/ydoc-2.0.1.tgz", - "integrity": "sha512-HyJPi7dHEWqxBqfjU+QqY/ks5RpDPYFl8QtbBYQ56WRN6nOvI/QOnDUCTTRU9p+X38IDqM+Rym+SLVn0qLppzg==", + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/@jupyter/ydoc/-/ydoc-3.0.0.tgz", + "integrity": "sha512-oWTSBPifD81I1oRNyKkMJF14FzNvBpJxiYHXaC1XeFXk67KNiqDepjVpYJ1E2QYThZhZGGtdNc6TC1XCQAJVKA==", + "license": "BSD-3-Clause", "dependencies": { "@jupyterlab/nbformat": "^3.0.0 || ^4.0.0-alpha.21 || ^4.0.0", "@lumino/coreutils": "^1.11.0 || ^2.0.0", @@ -560,63 +588,67 @@ } }, "node_modules/@jupyterlab/apputils": { - "version": "4.3.3", - "resolved": "https://registry.npmjs.org/@jupyterlab/apputils/-/apputils-4.3.3.tgz", - "integrity": "sha512-0avRMZ1G+HL4jtEYOgJZgOlS4azyD/+t18drbhU5sUfA1yX6BlzdurChqhJtPZEYeuOQT79b4yy3JtzTwQ/uEQ==", - "dependencies": { - "@jupyterlab/coreutils": "^6.2.3", - "@jupyterlab/observables": "^5.2.3", - "@jupyterlab/rendermime-interfaces": "^3.10.3", - "@jupyterlab/services": "^7.2.3", - "@jupyterlab/settingregistry": "^4.2.3", - "@jupyterlab/statedb": "^4.2.3", - "@jupyterlab/statusbar": "^4.2.3", - "@jupyterlab/translation": "^4.2.3", - "@jupyterlab/ui-components": "^4.2.3", - "@lumino/algorithm": "^2.0.1", - "@lumino/commands": "^2.3.0", - "@lumino/coreutils": "^2.1.2", - "@lumino/disposable": "^2.1.2", - "@lumino/domutils": "^2.0.1", - "@lumino/messaging": "^2.0.1", - "@lumino/signaling": "^2.1.2", - "@lumino/virtualdom": "^2.0.1", - "@lumino/widgets": "^2.3.2", + "version": "4.4.0", + "resolved": "https://registry.npmjs.org/@jupyterlab/apputils/-/apputils-4.4.0.tgz", + "integrity": "sha512-Qlt36C9AVCyOx1O30KZR0Q1cVbquxsbD+ZhxFdDKaoSlax0vsRrOR42FDLXqvRGO5MCFHe/KtNjTRHise6o/ww==", + "license": "BSD-3-Clause", + "dependencies": { + "@jupyterlab/coreutils": "^6.3.0", + "@jupyterlab/observables": "^5.3.0", + "@jupyterlab/rendermime-interfaces": "^3.11.0", + "@jupyterlab/services": "^7.3.0", + "@jupyterlab/settingregistry": "^4.3.0", + "@jupyterlab/statedb": "^4.3.0", + "@jupyterlab/statusbar": "^4.3.0", + "@jupyterlab/translation": "^4.3.0", + "@jupyterlab/ui-components": "^4.3.0", + "@lumino/algorithm": "^2.0.2", + "@lumino/commands": "^2.3.1", + "@lumino/coreutils": "^2.2.0", + "@lumino/disposable": "^2.1.3", + "@lumino/domutils": "^2.0.2", + "@lumino/messaging": "^2.0.2", + "@lumino/signaling": "^2.1.3", + "@lumino/virtualdom": "^2.0.2", + "@lumino/widgets": "^2.5.0", "@types/react": "^18.0.26", "react": "^18.2.0", "sanitize-html": "~2.12.1" } }, "node_modules/@jupyterlab/attachments": { - "version": "4.2.3", - "resolved": "https://registry.npmjs.org/@jupyterlab/attachments/-/attachments-4.2.3.tgz", - "integrity": "sha512-UP0timBf+sqfYA4fPpK5UC7DRiiggaFaUw8Ss35BhAxe9rNPPwhJ3DoIg+n5qvek0es6nwX0EL3kvP4WlKbmsw==", + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/@jupyterlab/attachments/-/attachments-4.3.0.tgz", + "integrity": "sha512-xToxNy3qKbIl1SVAnedAUBcjvFy7CXM1lMkf5jAR/hGGy+ac4dthYXTLiefaUi4UvpBLbeHfeY/Ya8UuWfSPkg==", + "license": "BSD-3-Clause", "dependencies": { - "@jupyterlab/nbformat": "^4.2.3", - "@jupyterlab/observables": "^5.2.3", - "@jupyterlab/rendermime": "^4.2.3", - "@jupyterlab/rendermime-interfaces": "^3.10.3", - "@lumino/disposable": "^2.1.2", - "@lumino/signaling": "^2.1.2" + "@jupyterlab/nbformat": "^4.3.0", + "@jupyterlab/observables": "^5.3.0", + "@jupyterlab/rendermime": "^4.3.0", + "@jupyterlab/rendermime-interfaces": "^3.11.0", + "@lumino/disposable": "^2.1.3", + "@lumino/signaling": "^2.1.3" } }, "node_modules/@jupyterlab/builder": { - "version": "4.1.8", + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/@jupyterlab/builder/-/builder-4.3.0.tgz", + "integrity": "sha512-7prFjUAZEtLJU3REKmlS6rBn1fsRYEmTpEcM8NoRu2S3EaE1d4B7Zv4AzSMv2iVuJKk8Vz2DzfNYnzTQ2LS88A==", "dev": true, "license": "BSD-3-Clause", "dependencies": { - "@lumino/algorithm": "^2.0.1", - "@lumino/application": "^2.3.0", - "@lumino/commands": "^2.2.0", - "@lumino/coreutils": "^2.1.2", - "@lumino/disposable": "^2.1.2", - "@lumino/domutils": "^2.0.1", - "@lumino/dragdrop": "^2.1.4", - "@lumino/messaging": "^2.0.1", - "@lumino/properties": "^2.0.1", - "@lumino/signaling": "^2.1.2", - "@lumino/virtualdom": "^2.0.1", - "@lumino/widgets": "^2.3.1", + "@lumino/algorithm": "^2.0.2", + "@lumino/application": "^2.4.1", + "@lumino/commands": "^2.3.1", + "@lumino/coreutils": "^2.2.0", + "@lumino/disposable": "^2.1.3", + "@lumino/domutils": "^2.0.2", + "@lumino/dragdrop": "^2.1.5", + "@lumino/messaging": "^2.0.2", + "@lumino/properties": "^2.0.2", + "@lumino/signaling": "^2.1.3", + "@lumino/virtualdom": "^2.0.2", + "@lumino/widgets": "^2.5.0", "ajv": "^8.12.0", "commander": "^9.4.1", "css-loader": "^6.7.1", @@ -709,227 +741,236 @@ } }, "node_modules/@jupyterlab/cells": { - "version": "4.2.3", - "resolved": "https://registry.npmjs.org/@jupyterlab/cells/-/cells-4.2.3.tgz", - "integrity": "sha512-aSogWEuVimqUyyGCH4d3ZIAgBQ+gOPolHARIBdO7UVO4/tFi2dSygsys5rGaRO43P1OQSlO7LbToDmv8vz/h+w==", + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/@jupyterlab/cells/-/cells-4.3.0.tgz", + "integrity": "sha512-IxTwICkGzp/S18TNoC+81sRGcPtlTVWZ7G44lTXTYKW+YrWRlO/bIyoNmWlc7Xu5tRitfmzqJFw80V/enMqG6A==", + "license": "BSD-3-Clause", "dependencies": { "@codemirror/state": "^6.4.1", - "@codemirror/view": "^6.26.0", - "@jupyter/ydoc": "^2.0.1", - "@jupyterlab/apputils": "^4.3.3", - "@jupyterlab/attachments": "^4.2.3", - "@jupyterlab/codeeditor": "^4.2.3", - "@jupyterlab/codemirror": "^4.2.3", - "@jupyterlab/coreutils": "^6.2.3", - "@jupyterlab/documentsearch": "^4.2.3", - "@jupyterlab/filebrowser": "^4.2.3", - "@jupyterlab/nbformat": "^4.2.3", - "@jupyterlab/observables": "^5.2.3", - "@jupyterlab/outputarea": "^4.2.3", - "@jupyterlab/rendermime": "^4.2.3", - "@jupyterlab/services": "^7.2.3", - "@jupyterlab/toc": "^6.2.3", - "@jupyterlab/translation": "^4.2.3", - "@jupyterlab/ui-components": "^4.2.3", - "@lumino/algorithm": "^2.0.1", - "@lumino/coreutils": "^2.1.2", - "@lumino/domutils": "^2.0.1", - "@lumino/dragdrop": "^2.1.4", - "@lumino/messaging": "^2.0.1", - "@lumino/polling": "^2.1.2", - "@lumino/signaling": "^2.1.2", - "@lumino/virtualdom": "^2.0.1", - "@lumino/widgets": "^2.3.2", + "@codemirror/view": "^6.26.3", + "@jupyter/ydoc": "^3.0.0", + "@jupyterlab/apputils": "^4.4.0", + "@jupyterlab/attachments": "^4.3.0", + "@jupyterlab/codeeditor": "^4.3.0", + "@jupyterlab/codemirror": "^4.3.0", + "@jupyterlab/coreutils": "^6.3.0", + "@jupyterlab/documentsearch": "^4.3.0", + "@jupyterlab/filebrowser": "^4.3.0", + "@jupyterlab/nbformat": "^4.3.0", + "@jupyterlab/observables": "^5.3.0", + "@jupyterlab/outputarea": "^4.3.0", + "@jupyterlab/rendermime": "^4.3.0", + "@jupyterlab/services": "^7.3.0", + "@jupyterlab/toc": "^6.3.0", + "@jupyterlab/translation": "^4.3.0", + "@jupyterlab/ui-components": "^4.3.0", + "@lumino/algorithm": "^2.0.2", + "@lumino/coreutils": "^2.2.0", + "@lumino/domutils": "^2.0.2", + "@lumino/dragdrop": "^2.1.5", + "@lumino/messaging": "^2.0.2", + "@lumino/polling": "^2.1.3", + "@lumino/signaling": "^2.1.3", + "@lumino/virtualdom": "^2.0.2", + "@lumino/widgets": "^2.5.0", "react": "^18.2.0" } }, "node_modules/@jupyterlab/codeeditor": { - "version": "4.2.3", - "resolved": "https://registry.npmjs.org/@jupyterlab/codeeditor/-/codeeditor-4.2.3.tgz", - "integrity": "sha512-F7CTohqu8kbUokowpaqW5ku1JM2P8TFgYTx0AKv3Ra4IszKg/rzOMJA8LlDaPTM09/U2cKy1AzlSDbH2aBexBQ==", + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/@jupyterlab/codeeditor/-/codeeditor-4.3.0.tgz", + "integrity": "sha512-eV0lxowI2CFalnqKL62kWV7/EekLfaQ4RjjrQJ8C+pz4/QNgj7oM/oaYd8YVM4rRa+TqGFQOzXoDm3Wk4Ely6g==", + "license": "BSD-3-Clause", "dependencies": { "@codemirror/state": "^6.4.1", - "@jupyter/ydoc": "^2.0.1", - "@jupyterlab/apputils": "^4.3.3", - "@jupyterlab/coreutils": "^6.2.3", - "@jupyterlab/nbformat": "^4.2.3", - "@jupyterlab/observables": "^5.2.3", - "@jupyterlab/statusbar": "^4.2.3", - "@jupyterlab/translation": "^4.2.3", - "@jupyterlab/ui-components": "^4.2.3", - "@lumino/coreutils": "^2.1.2", - "@lumino/disposable": "^2.1.2", - "@lumino/dragdrop": "^2.1.4", - "@lumino/messaging": "^2.0.1", - "@lumino/signaling": "^2.1.2", - "@lumino/widgets": "^2.3.2", + "@jupyter/ydoc": "^3.0.0", + "@jupyterlab/apputils": "^4.4.0", + "@jupyterlab/coreutils": "^6.3.0", + "@jupyterlab/nbformat": "^4.3.0", + "@jupyterlab/observables": "^5.3.0", + "@jupyterlab/statusbar": "^4.3.0", + "@jupyterlab/translation": "^4.3.0", + "@jupyterlab/ui-components": "^4.3.0", + "@lumino/coreutils": "^2.2.0", + "@lumino/disposable": "^2.1.3", + "@lumino/dragdrop": "^2.1.5", + "@lumino/messaging": "^2.0.2", + "@lumino/signaling": "^2.1.3", + "@lumino/widgets": "^2.5.0", "react": "^18.2.0" } }, "node_modules/@jupyterlab/codemirror": { - "version": "4.2.3", - "resolved": "https://registry.npmjs.org/@jupyterlab/codemirror/-/codemirror-4.2.3.tgz", - "integrity": "sha512-8BaLIDPO/zTz2yfttS/ei+4KLPX9oalyLRxnneXh9sErqXqKOdHpAjprQ9zLOvKN1XBAS0vg/ZdtfMg/cNHngw==", + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/@jupyterlab/codemirror/-/codemirror-4.3.0.tgz", + "integrity": "sha512-8cVyybFe3g8Z5A6Hz8p5Xsp0rqaQyZBypxqW952hDrMJ6jqWERBtQQ0Jwjqjz+TdABaloX/wIbG+oYFbfrfxKA==", + "license": "BSD-3-Clause", "dependencies": { - "@codemirror/autocomplete": "^6.15.0", - "@codemirror/commands": "^6.3.3", + "@codemirror/autocomplete": "^6.16.0", + "@codemirror/commands": "^6.5.0", "@codemirror/lang-cpp": "^6.0.2", "@codemirror/lang-css": "^6.2.1", - "@codemirror/lang-html": "^6.4.8", + "@codemirror/lang-html": "^6.4.9", "@codemirror/lang-java": "^6.0.1", "@codemirror/lang-javascript": "^6.2.2", "@codemirror/lang-json": "^6.0.1", - "@codemirror/lang-markdown": "^6.2.4", + "@codemirror/lang-markdown": "^6.2.5", "@codemirror/lang-php": "^6.0.1", - "@codemirror/lang-python": "^6.1.4", + "@codemirror/lang-python": "^6.1.6", "@codemirror/lang-rust": "^6.0.1", - "@codemirror/lang-sql": "^6.6.1", + "@codemirror/lang-sql": "^6.6.4", "@codemirror/lang-wast": "^6.0.2", "@codemirror/lang-xml": "^6.1.0", "@codemirror/language": "^6.10.1", - "@codemirror/legacy-modes": "^6.3.3", + "@codemirror/legacy-modes": "^6.4.0", "@codemirror/search": "^6.5.6", "@codemirror/state": "^6.4.1", - "@codemirror/view": "^6.26.0", - "@jupyter/ydoc": "^2.0.1", - "@jupyterlab/codeeditor": "^4.2.3", - "@jupyterlab/coreutils": "^6.2.3", - "@jupyterlab/documentsearch": "^4.2.3", - "@jupyterlab/nbformat": "^4.2.3", - "@jupyterlab/translation": "^4.2.3", + "@codemirror/view": "^6.26.3", + "@jupyter/ydoc": "^3.0.0", + "@jupyterlab/codeeditor": "^4.3.0", + "@jupyterlab/coreutils": "^6.3.0", + "@jupyterlab/documentsearch": "^4.3.0", + "@jupyterlab/nbformat": "^4.3.0", + "@jupyterlab/translation": "^4.3.0", "@lezer/common": "^1.2.1", "@lezer/generator": "^1.7.0", "@lezer/highlight": "^1.2.0", - "@lezer/markdown": "^1.2.0", - "@lumino/coreutils": "^2.1.2", - "@lumino/disposable": "^2.1.2", - "@lumino/signaling": "^2.1.2", + "@lezer/markdown": "^1.3.0", + "@lumino/coreutils": "^2.2.0", + "@lumino/disposable": "^2.1.3", + "@lumino/signaling": "^2.1.3", "yjs": "^13.5.40" } }, "node_modules/@jupyterlab/coreutils": { - "version": "6.2.3", - "resolved": "https://registry.npmjs.org/@jupyterlab/coreutils/-/coreutils-6.2.3.tgz", - "integrity": "sha512-tGABmtHpBxgRPBg66SbuN54aVmgYYmfFqUoTURBbhu8ifbzX4FXhzzq23At36+jspQam/9U/cFnqBNBh8d40pQ==", + "version": "6.3.0", + "resolved": "https://registry.npmjs.org/@jupyterlab/coreutils/-/coreutils-6.3.0.tgz", + "integrity": "sha512-zsoMx18JXfVEvMR4OVb+GR/AirXYEUBveySoY6/Z4Kv6vLZh2ZC+JZKgnlpPvql7D7Aa7tCUbSJdV33+fYELIQ==", + "license": "BSD-3-Clause", "dependencies": { - "@lumino/coreutils": "^2.1.2", - "@lumino/disposable": "^2.1.2", - "@lumino/signaling": "^2.1.2", + "@lumino/coreutils": "^2.2.0", + "@lumino/disposable": "^2.1.3", + "@lumino/signaling": "^2.1.3", "minimist": "~1.2.0", "path-browserify": "^1.0.0", "url-parse": "~1.5.4" } }, "node_modules/@jupyterlab/docmanager": { - "version": "4.2.3", - "resolved": "https://registry.npmjs.org/@jupyterlab/docmanager/-/docmanager-4.2.3.tgz", - "integrity": "sha512-hIjaktl755BMxTnzh9dC9siEiy1FIdF5CWcrgqgLwgf9vckutm0gvigzPrIqHtoGo40A51B0ID+w/cVCJIwlRw==", - "dependencies": { - "@jupyterlab/apputils": "^4.3.3", - "@jupyterlab/coreutils": "^6.2.3", - "@jupyterlab/docregistry": "^4.2.3", - "@jupyterlab/services": "^7.2.3", - "@jupyterlab/statedb": "^4.2.3", - "@jupyterlab/statusbar": "^4.2.3", - "@jupyterlab/translation": "^4.2.3", - "@jupyterlab/ui-components": "^4.2.3", - "@lumino/algorithm": "^2.0.1", - "@lumino/coreutils": "^2.1.2", - "@lumino/disposable": "^2.1.2", - "@lumino/messaging": "^2.0.1", - "@lumino/polling": "^2.1.2", - "@lumino/properties": "^2.0.1", - "@lumino/signaling": "^2.1.2", - "@lumino/widgets": "^2.3.2", + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/@jupyterlab/docmanager/-/docmanager-4.3.0.tgz", + "integrity": "sha512-ptdvLpD5i6CPTxHeL+Q8Yih36+59jOdDPZgwfb3TC5Atx8SdsWhm2I0HA8G/j+Xq/2Grd5L3kwCkvQTG332Nxg==", + "license": "BSD-3-Clause", + "dependencies": { + "@jupyterlab/apputils": "^4.4.0", + "@jupyterlab/coreutils": "^6.3.0", + "@jupyterlab/docregistry": "^4.3.0", + "@jupyterlab/services": "^7.3.0", + "@jupyterlab/statedb": "^4.3.0", + "@jupyterlab/statusbar": "^4.3.0", + "@jupyterlab/translation": "^4.3.0", + "@jupyterlab/ui-components": "^4.3.0", + "@lumino/algorithm": "^2.0.2", + "@lumino/coreutils": "^2.2.0", + "@lumino/disposable": "^2.1.3", + "@lumino/messaging": "^2.0.2", + "@lumino/polling": "^2.1.3", + "@lumino/properties": "^2.0.2", + "@lumino/signaling": "^2.1.3", + "@lumino/widgets": "^2.5.0", "react": "^18.2.0" } }, "node_modules/@jupyterlab/docregistry": { - "version": "4.2.3", - "resolved": "https://registry.npmjs.org/@jupyterlab/docregistry/-/docregistry-4.2.3.tgz", - "integrity": "sha512-j6RTZQpg73pSXp5k4buS1IonUgdoVIvqY66keURTQlXPjAp9GB8Cc1fX2njZhchYCDpFscdLprKwyjIXOERg9Q==", - "dependencies": { - "@jupyter/ydoc": "^2.0.1", - "@jupyterlab/apputils": "^4.3.3", - "@jupyterlab/codeeditor": "^4.2.3", - "@jupyterlab/coreutils": "^6.2.3", - "@jupyterlab/observables": "^5.2.3", - "@jupyterlab/rendermime": "^4.2.3", - "@jupyterlab/rendermime-interfaces": "^3.10.3", - "@jupyterlab/services": "^7.2.3", - "@jupyterlab/translation": "^4.2.3", - "@jupyterlab/ui-components": "^4.2.3", - "@lumino/algorithm": "^2.0.1", - "@lumino/coreutils": "^2.1.2", - "@lumino/disposable": "^2.1.2", - "@lumino/messaging": "^2.0.1", - "@lumino/properties": "^2.0.1", - "@lumino/signaling": "^2.1.2", - "@lumino/widgets": "^2.3.2", + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/@jupyterlab/docregistry/-/docregistry-4.3.0.tgz", + "integrity": "sha512-FNJ7WNUDQrm0Fde+GqZqWUf7TYky2cznb7r3D31Anpbp5wggyDJqfqNmJ1EAehxFr/UxKDmDg4u3Zw1YjTLJGg==", + "license": "BSD-3-Clause", + "dependencies": { + "@jupyter/ydoc": "^3.0.0", + "@jupyterlab/apputils": "^4.4.0", + "@jupyterlab/codeeditor": "^4.3.0", + "@jupyterlab/coreutils": "^6.3.0", + "@jupyterlab/observables": "^5.3.0", + "@jupyterlab/rendermime": "^4.3.0", + "@jupyterlab/rendermime-interfaces": "^3.11.0", + "@jupyterlab/services": "^7.3.0", + "@jupyterlab/translation": "^4.3.0", + "@jupyterlab/ui-components": "^4.3.0", + "@lumino/algorithm": "^2.0.2", + "@lumino/coreutils": "^2.2.0", + "@lumino/disposable": "^2.1.3", + "@lumino/messaging": "^2.0.2", + "@lumino/properties": "^2.0.2", + "@lumino/signaling": "^2.1.3", + "@lumino/widgets": "^2.5.0", "react": "^18.2.0" } }, "node_modules/@jupyterlab/documentsearch": { - "version": "4.2.3", - "resolved": "https://registry.npmjs.org/@jupyterlab/documentsearch/-/documentsearch-4.2.3.tgz", - "integrity": "sha512-YOGOd4wK4v8xjQmrzEj9nQ9Dnnod9VTR/HUnSkNcV4yUXKmPH4uh5q4JaCwcoxP60jQWPrLam7vmEnJOQ126dQ==", + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/@jupyterlab/documentsearch/-/documentsearch-4.3.0.tgz", + "integrity": "sha512-nNMc+ldAYy4XeliHAzMdCIrt9lBVCnHvgtvkwV6zI91ve1YPXr/ak5Fsy9GHOXMGODkCLqAjo6uBIiQLO+g9eQ==", + "license": "BSD-3-Clause", "dependencies": { - "@jupyterlab/apputils": "^4.3.3", - "@jupyterlab/translation": "^4.2.3", - "@jupyterlab/ui-components": "^4.2.3", - "@lumino/commands": "^2.3.0", - "@lumino/coreutils": "^2.1.2", - "@lumino/disposable": "^2.1.2", - "@lumino/messaging": "^2.0.1", - "@lumino/polling": "^2.1.2", - "@lumino/signaling": "^2.1.2", - "@lumino/widgets": "^2.3.2", + "@jupyterlab/apputils": "^4.4.0", + "@jupyterlab/translation": "^4.3.0", + "@jupyterlab/ui-components": "^4.3.0", + "@lumino/commands": "^2.3.1", + "@lumino/coreutils": "^2.2.0", + "@lumino/disposable": "^2.1.3", + "@lumino/messaging": "^2.0.2", + "@lumino/polling": "^2.1.3", + "@lumino/signaling": "^2.1.3", + "@lumino/widgets": "^2.5.0", "react": "^18.2.0" } }, "node_modules/@jupyterlab/filebrowser": { - "version": "4.2.3", - "resolved": "https://registry.npmjs.org/@jupyterlab/filebrowser/-/filebrowser-4.2.3.tgz", - "integrity": "sha512-BJr9CRWSb5NXpZh2KUkwiOUxYpaJeEFiUD0mnMaCha3NmSllzdJgXnc18AYC0S/73mhEqbJn4H1BJtmcsLYJVg==", - "dependencies": { - "@jupyterlab/apputils": "^4.3.3", - "@jupyterlab/coreutils": "^6.2.3", - "@jupyterlab/docmanager": "^4.2.3", - "@jupyterlab/docregistry": "^4.2.3", - "@jupyterlab/services": "^7.2.3", - "@jupyterlab/statedb": "^4.2.3", - "@jupyterlab/statusbar": "^4.2.3", - "@jupyterlab/translation": "^4.2.3", - "@jupyterlab/ui-components": "^4.2.3", - "@lumino/algorithm": "^2.0.1", - "@lumino/coreutils": "^2.1.2", - "@lumino/disposable": "^2.1.2", - "@lumino/domutils": "^2.0.1", - "@lumino/dragdrop": "^2.1.4", - "@lumino/messaging": "^2.0.1", - "@lumino/polling": "^2.1.2", - "@lumino/signaling": "^2.1.2", - "@lumino/virtualdom": "^2.0.1", - "@lumino/widgets": "^2.3.2", + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/@jupyterlab/filebrowser/-/filebrowser-4.3.0.tgz", + "integrity": "sha512-6lm77YO+Z78WZiJTURTUniduI2XpBkLHsSiWkw+3AaESxGxDyAAxk4YJftlZe1AYaMi6Oh6Kl4MmW7XuN2HCQg==", + "license": "BSD-3-Clause", + "dependencies": { + "@jupyterlab/apputils": "^4.4.0", + "@jupyterlab/coreutils": "^6.3.0", + "@jupyterlab/docmanager": "^4.3.0", + "@jupyterlab/docregistry": "^4.3.0", + "@jupyterlab/services": "^7.3.0", + "@jupyterlab/statedb": "^4.3.0", + "@jupyterlab/statusbar": "^4.3.0", + "@jupyterlab/translation": "^4.3.0", + "@jupyterlab/ui-components": "^4.3.0", + "@lumino/algorithm": "^2.0.2", + "@lumino/coreutils": "^2.2.0", + "@lumino/disposable": "^2.1.3", + "@lumino/domutils": "^2.0.2", + "@lumino/dragdrop": "^2.1.5", + "@lumino/messaging": "^2.0.2", + "@lumino/polling": "^2.1.3", + "@lumino/signaling": "^2.1.3", + "@lumino/virtualdom": "^2.0.2", + "@lumino/widgets": "^2.5.0", "react": "^18.2.0" } }, "node_modules/@jupyterlab/lsp": { - "version": "4.2.3", - "resolved": "https://registry.npmjs.org/@jupyterlab/lsp/-/lsp-4.2.3.tgz", - "integrity": "sha512-e0YuMho4wmwUKL+TkgBa1QWfpZRWyLxuzEdBub8P6HJylZOu8BMxmSuEtafc7BnxV/TPgLEKP8Fka3xqg3Inog==", - "dependencies": { - "@jupyterlab/apputils": "^4.3.3", - "@jupyterlab/codeeditor": "^4.2.3", - "@jupyterlab/codemirror": "^4.2.3", - "@jupyterlab/coreutils": "^6.2.3", - "@jupyterlab/docregistry": "^4.2.3", - "@jupyterlab/services": "^7.2.3", - "@jupyterlab/translation": "^4.2.3", - "@lumino/coreutils": "^2.1.2", - "@lumino/disposable": "^2.1.2", - "@lumino/signaling": "^2.1.2", - "@lumino/widgets": "^2.3.2", + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/@jupyterlab/lsp/-/lsp-4.3.0.tgz", + "integrity": "sha512-mN7kR5MWKM+wnrXyDZOTnRe2xmlGjNb94V6ALKmFckKgGiFjAGBJkfrUjY0DkLjJWAzlaT8tjrxNDNyKdx9qwQ==", + "license": "BSD-3-Clause", + "dependencies": { + "@jupyterlab/apputils": "^4.4.0", + "@jupyterlab/codeeditor": "^4.3.0", + "@jupyterlab/codemirror": "^4.3.0", + "@jupyterlab/coreutils": "^6.3.0", + "@jupyterlab/docregistry": "^4.3.0", + "@jupyterlab/services": "^7.3.0", + "@jupyterlab/translation": "^4.3.0", + "@lumino/coreutils": "^2.2.0", + "@lumino/disposable": "^2.1.3", + "@lumino/signaling": "^2.1.3", + "@lumino/widgets": "^2.5.0", "lodash.mergewith": "^4.6.1", "vscode-jsonrpc": "^6.0.0", "vscode-languageserver-protocol": "^3.17.0", @@ -937,154 +978,163 @@ } }, "node_modules/@jupyterlab/mainmenu": { - "version": "4.2.3", - "resolved": "https://registry.npmjs.org/@jupyterlab/mainmenu/-/mainmenu-4.2.3.tgz", - "integrity": "sha512-Y+KAwNHIHz21w9D5qhQN2dFCo4x6U3UnvRSG4bV5IG4i7agmazitH/VnOKMhAE5oJ0aASQvd3R1YCfb77O4ukA==", + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/@jupyterlab/mainmenu/-/mainmenu-4.3.0.tgz", + "integrity": "sha512-6RQkGsPAzfzgXVAMEJk5air8GCMdNMYsHh3zVptLUQ1xi1EN86Xzb+nmcAPlVWz6fhrIFv+LVUrqmd2MFn9Nyw==", + "license": "BSD-3-Clause", "dependencies": { - "@jupyterlab/apputils": "^4.3.3", - "@jupyterlab/translation": "^4.2.3", - "@jupyterlab/ui-components": "^4.2.3", - "@lumino/algorithm": "^2.0.1", - "@lumino/commands": "^2.3.0", - "@lumino/coreutils": "^2.1.2", - "@lumino/widgets": "^2.3.2" + "@jupyterlab/apputils": "^4.4.0", + "@jupyterlab/translation": "^4.3.0", + "@jupyterlab/ui-components": "^4.3.0", + "@lumino/algorithm": "^2.0.2", + "@lumino/commands": "^2.3.1", + "@lumino/coreutils": "^2.2.0", + "@lumino/widgets": "^2.5.0" } }, "node_modules/@jupyterlab/nbformat": { - "version": "4.2.3", - "resolved": "https://registry.npmjs.org/@jupyterlab/nbformat/-/nbformat-4.2.3.tgz", - "integrity": "sha512-eNn5F4JGw6Gq8xB1AaJ29hKQFgDvcjv9KZQeSp9joCYvedmc0LHivELCO+GticUjN5Y0+qgS4ZvnOARAqcIyvQ==", + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/@jupyterlab/nbformat/-/nbformat-4.3.0.tgz", + "integrity": "sha512-7XfYrCN3eF00tJq3Z+fJd+d9AmoJIRvXEcjmcwRdddUkb44jVEKxZ9LGCRZ0m4QPDCMticyrqbXQpVMJIrNDeg==", + "license": "BSD-3-Clause", "dependencies": { - "@lumino/coreutils": "^2.1.2" + "@lumino/coreutils": "^2.2.0" } }, "node_modules/@jupyterlab/notebook": { - "version": "4.2.3", - "resolved": "https://registry.npmjs.org/@jupyterlab/notebook/-/notebook-4.2.3.tgz", - "integrity": "sha512-a9wUQrZDV6N/hVUip4uA4j7rBfH3+zSd3IXPwx7cLNXoAsxbKQKIXGMzoWTlvyA9dOtlTnShKtS9Ae4xGK1GbQ==", - "dependencies": { - "@jupyter/ydoc": "^2.0.1", - "@jupyterlab/apputils": "^4.3.3", - "@jupyterlab/cells": "^4.2.3", - "@jupyterlab/codeeditor": "^4.2.3", - "@jupyterlab/codemirror": "^4.2.3", - "@jupyterlab/coreutils": "^6.2.3", - "@jupyterlab/docregistry": "^4.2.3", - "@jupyterlab/documentsearch": "^4.2.3", - "@jupyterlab/lsp": "^4.2.3", - "@jupyterlab/nbformat": "^4.2.3", - "@jupyterlab/observables": "^5.2.3", - "@jupyterlab/rendermime": "^4.2.3", - "@jupyterlab/services": "^7.2.3", - "@jupyterlab/settingregistry": "^4.2.3", - "@jupyterlab/statusbar": "^4.2.3", - "@jupyterlab/toc": "^6.2.3", - "@jupyterlab/translation": "^4.2.3", - "@jupyterlab/ui-components": "^4.2.3", - "@lumino/algorithm": "^2.0.1", - "@lumino/coreutils": "^2.1.2", - "@lumino/disposable": "^2.1.2", - "@lumino/domutils": "^2.0.1", - "@lumino/dragdrop": "^2.1.4", - "@lumino/messaging": "^2.0.1", - "@lumino/polling": "^2.1.2", - "@lumino/properties": "^2.0.1", - "@lumino/signaling": "^2.1.2", - "@lumino/virtualdom": "^2.0.1", - "@lumino/widgets": "^2.3.2", + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/@jupyterlab/notebook/-/notebook-4.3.0.tgz", + "integrity": "sha512-2/nM9a9R9zrgBLg+k4hn8PeImx7RjUYTKW3OCVPwxxAh38RlTc98A8G9phKuLeMMWYXJZwObOPt0dOEI+j7bJA==", + "license": "BSD-3-Clause", + "dependencies": { + "@jupyter/ydoc": "^3.0.0", + "@jupyterlab/apputils": "^4.4.0", + "@jupyterlab/cells": "^4.3.0", + "@jupyterlab/codeeditor": "^4.3.0", + "@jupyterlab/codemirror": "^4.3.0", + "@jupyterlab/coreutils": "^6.3.0", + "@jupyterlab/docregistry": "^4.3.0", + "@jupyterlab/documentsearch": "^4.3.0", + "@jupyterlab/lsp": "^4.3.0", + "@jupyterlab/nbformat": "^4.3.0", + "@jupyterlab/observables": "^5.3.0", + "@jupyterlab/rendermime": "^4.3.0", + "@jupyterlab/services": "^7.3.0", + "@jupyterlab/settingregistry": "^4.3.0", + "@jupyterlab/statusbar": "^4.3.0", + "@jupyterlab/toc": "^6.3.0", + "@jupyterlab/translation": "^4.3.0", + "@jupyterlab/ui-components": "^4.3.0", + "@lumino/algorithm": "^2.0.2", + "@lumino/coreutils": "^2.2.0", + "@lumino/disposable": "^2.1.3", + "@lumino/domutils": "^2.0.2", + "@lumino/dragdrop": "^2.1.5", + "@lumino/messaging": "^2.0.2", + "@lumino/polling": "^2.1.3", + "@lumino/properties": "^2.0.2", + "@lumino/signaling": "^2.1.3", + "@lumino/virtualdom": "^2.0.2", + "@lumino/widgets": "^2.5.0", "react": "^18.2.0" } }, "node_modules/@jupyterlab/observables": { - "version": "5.2.3", - "resolved": "https://registry.npmjs.org/@jupyterlab/observables/-/observables-5.2.3.tgz", - "integrity": "sha512-GImFbSluwSV4cTy29xpFdnygWnOhUY5wwBHPgZSRM2wYk9zTzP7ZZI2Neu9V7F0eSbwpjZJAsNrVKv6xOyt3uQ==", + "version": "5.3.0", + "resolved": "https://registry.npmjs.org/@jupyterlab/observables/-/observables-5.3.0.tgz", + "integrity": "sha512-MasQvRzHcu+ROzyLUwH8X9Qpv/A8M3SXkqnozzi6Ttcx7kVZsbRTvkSR5KQWESsY1FEu0r450e5VtjSy1QM9sw==", + "license": "BSD-3-Clause", "dependencies": { - "@lumino/algorithm": "^2.0.1", - "@lumino/coreutils": "^2.1.2", - "@lumino/disposable": "^2.1.2", - "@lumino/messaging": "^2.0.1", - "@lumino/signaling": "^2.1.2" + "@lumino/algorithm": "^2.0.2", + "@lumino/coreutils": "^2.2.0", + "@lumino/disposable": "^2.1.3", + "@lumino/messaging": "^2.0.2", + "@lumino/signaling": "^2.1.3" } }, "node_modules/@jupyterlab/outputarea": { - "version": "4.2.3", - "resolved": "https://registry.npmjs.org/@jupyterlab/outputarea/-/outputarea-4.2.3.tgz", - "integrity": "sha512-I6ZwH4zn+h3YFeMSe7JEhSaVWtZdQaj+fL8uK6EJRThzx1fVuFkjZ/JJlzwSILWh1+Xr6X2llsPn14tFBiuc7w==", - "dependencies": { - "@jupyterlab/apputils": "^4.3.3", - "@jupyterlab/nbformat": "^4.2.3", - "@jupyterlab/observables": "^5.2.3", - "@jupyterlab/rendermime": "^4.2.3", - "@jupyterlab/rendermime-interfaces": "^3.10.3", - "@jupyterlab/services": "^7.2.3", - "@jupyterlab/translation": "^4.2.3", - "@lumino/algorithm": "^2.0.1", - "@lumino/coreutils": "^2.1.2", - "@lumino/disposable": "^2.1.2", - "@lumino/messaging": "^2.0.1", - "@lumino/properties": "^2.0.1", - "@lumino/signaling": "^2.1.2", - "@lumino/widgets": "^2.3.2" + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/@jupyterlab/outputarea/-/outputarea-4.3.0.tgz", + "integrity": "sha512-3TslhNnnaxtGdZ3j/G7YOOVCosH1fIKceDIByjccir7f6Z9mMz23BDffoSx25vmq0FsVJB+FPsYBHeyfTfrvtQ==", + "license": "BSD-3-Clause", + "dependencies": { + "@jupyterlab/apputils": "^4.4.0", + "@jupyterlab/nbformat": "^4.3.0", + "@jupyterlab/observables": "^5.3.0", + "@jupyterlab/rendermime": "^4.3.0", + "@jupyterlab/rendermime-interfaces": "^3.11.0", + "@jupyterlab/services": "^7.3.0", + "@jupyterlab/translation": "^4.3.0", + "@lumino/algorithm": "^2.0.2", + "@lumino/coreutils": "^2.2.0", + "@lumino/disposable": "^2.1.3", + "@lumino/messaging": "^2.0.2", + "@lumino/properties": "^2.0.2", + "@lumino/signaling": "^2.1.3", + "@lumino/widgets": "^2.5.0" } }, "node_modules/@jupyterlab/rendermime": { - "version": "4.2.3", - "resolved": "https://registry.npmjs.org/@jupyterlab/rendermime/-/rendermime-4.2.3.tgz", - "integrity": "sha512-tkd7l8cf4ywTQxLAwM6b1tOWfEDR/sEuOKoqPLcZl60aPqlZU9EIjU9h3+IJdeTbyIN/AVP6N8Jh6mDyPXc9ig==", - "dependencies": { - "@jupyterlab/apputils": "^4.3.3", - "@jupyterlab/coreutils": "^6.2.3", - "@jupyterlab/nbformat": "^4.2.3", - "@jupyterlab/observables": "^5.2.3", - "@jupyterlab/rendermime-interfaces": "^3.10.3", - "@jupyterlab/services": "^7.2.3", - "@jupyterlab/translation": "^4.2.3", - "@lumino/coreutils": "^2.1.2", - "@lumino/messaging": "^2.0.1", - "@lumino/signaling": "^2.1.2", - "@lumino/widgets": "^2.3.2", + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/@jupyterlab/rendermime/-/rendermime-4.3.0.tgz", + "integrity": "sha512-D+S0RQxNZGCcpzBKXcUkEafS8HIaFOinqyzFQ0f6RMM9mbHRUoIRWG5ZBdpqK7FALQnOqKnz1Zyzawy2WkEIqg==", + "license": "BSD-3-Clause", + "dependencies": { + "@jupyterlab/apputils": "^4.4.0", + "@jupyterlab/coreutils": "^6.3.0", + "@jupyterlab/nbformat": "^4.3.0", + "@jupyterlab/observables": "^5.3.0", + "@jupyterlab/rendermime-interfaces": "^3.11.0", + "@jupyterlab/services": "^7.3.0", + "@jupyterlab/translation": "^4.3.0", + "@lumino/coreutils": "^2.2.0", + "@lumino/messaging": "^2.0.2", + "@lumino/signaling": "^2.1.3", + "@lumino/widgets": "^2.5.0", "lodash.escape": "^4.0.1" } }, "node_modules/@jupyterlab/rendermime-interfaces": { - "version": "3.10.3", - "resolved": "https://registry.npmjs.org/@jupyterlab/rendermime-interfaces/-/rendermime-interfaces-3.10.3.tgz", - "integrity": "sha512-Zjny2rZw7wuFrCi4fbESLKWU1M2GQ//O9dBFZxjc3d4dOjT0nQ48VTp1ThFVphMr9EOhAgvTJzNFBbhel49ERw==", + "version": "3.11.0", + "resolved": "https://registry.npmjs.org/@jupyterlab/rendermime-interfaces/-/rendermime-interfaces-3.11.0.tgz", + "integrity": "sha512-Fn+H4iCBQow6IG+hWn7JzQQRQN4ePQz7gVBZ1s+dRvONnsOfAjs/Zgmbs1+0mZ/MQe23AKQoqV/Yqq7jbn3GhQ==", + "license": "BSD-3-Clause", "dependencies": { - "@lumino/coreutils": "^1.11.0 || ^2.1.2", - "@lumino/widgets": "^1.37.2 || ^2.3.2" + "@lumino/coreutils": "^1.11.0 || ^2.2.0", + "@lumino/widgets": "^1.37.2 || ^2.5.0" } }, "node_modules/@jupyterlab/services": { - "version": "7.2.3", - "resolved": "https://registry.npmjs.org/@jupyterlab/services/-/services-7.2.3.tgz", - "integrity": "sha512-Szx0FQ9Lehf/yrMOqVL1E5ZXDL8T97VgQqjfDkZx9xrA0SR7Ib7dMb3/8JF+IzV7eX5ycxT8U+LvPTGj0MOE2w==", - "dependencies": { - "@jupyter/ydoc": "^2.0.1", - "@jupyterlab/coreutils": "^6.2.3", - "@jupyterlab/nbformat": "^4.2.3", - "@jupyterlab/settingregistry": "^4.2.3", - "@jupyterlab/statedb": "^4.2.3", - "@lumino/coreutils": "^2.1.2", - "@lumino/disposable": "^2.1.2", - "@lumino/polling": "^2.1.2", - "@lumino/properties": "^2.0.1", - "@lumino/signaling": "^2.1.2", + "version": "7.3.0", + "resolved": "https://registry.npmjs.org/@jupyterlab/services/-/services-7.3.0.tgz", + "integrity": "sha512-u9GWFMTEUJvDszz98tIUpaBOsUGSybQjwv+263obtCjaceezy87SReIsQefoI1Dh8SGfngGW7IOvThM/LNoYGw==", + "license": "BSD-3-Clause", + "dependencies": { + "@jupyter/ydoc": "^3.0.0", + "@jupyterlab/coreutils": "^6.3.0", + "@jupyterlab/nbformat": "^4.3.0", + "@jupyterlab/settingregistry": "^4.3.0", + "@jupyterlab/statedb": "^4.3.0", + "@lumino/coreutils": "^2.2.0", + "@lumino/disposable": "^2.1.3", + "@lumino/polling": "^2.1.3", + "@lumino/properties": "^2.0.2", + "@lumino/signaling": "^2.1.3", "ws": "^8.11.0" } }, "node_modules/@jupyterlab/settingregistry": { - "version": "4.2.3", - "resolved": "https://registry.npmjs.org/@jupyterlab/settingregistry/-/settingregistry-4.2.3.tgz", - "integrity": "sha512-f5rNTd7wk/fn1C0ylD0/jDmMVvxgYYqOfPktaOAeWckS4iQ44XcrqfPUWs8sg66JYBHBFXBD9OkUKiMteQZDZg==", + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/@jupyterlab/settingregistry/-/settingregistry-4.3.0.tgz", + "integrity": "sha512-+/1IOaANMI35CVO67yTKAo0cVau04MH0QFeJUv9DtY88CU50O6vtfh9+gPGQnl/dTwgHZNiZbfapyLXvLuASig==", + "license": "BSD-3-Clause", "dependencies": { - "@jupyterlab/nbformat": "^4.2.3", - "@jupyterlab/statedb": "^4.2.3", - "@lumino/commands": "^2.3.0", - "@lumino/coreutils": "^2.1.2", - "@lumino/disposable": "^2.1.2", - "@lumino/signaling": "^2.1.2", + "@jupyterlab/nbformat": "^4.3.0", + "@jupyterlab/statedb": "^4.3.0", + "@lumino/commands": "^2.3.1", + "@lumino/coreutils": "^2.2.0", + "@lumino/disposable": "^2.1.3", + "@lumino/signaling": "^2.1.3", "@rjsf/utils": "^5.13.4", "ajv": "^8.12.0", "json5": "^2.2.3" @@ -1094,86 +1144,92 @@ } }, "node_modules/@jupyterlab/statedb": { - "version": "4.2.3", - "resolved": "https://registry.npmjs.org/@jupyterlab/statedb/-/statedb-4.2.3.tgz", - "integrity": "sha512-fHWkhMdz3U5ZCJmxsze39UyJnVaMnbRrHIhKh5nvwAQdg2h4KCP1Yg/EKKbsfmKYMgwE8YA5tCU7OmBuiyzKyg==", + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/@jupyterlab/statedb/-/statedb-4.3.0.tgz", + "integrity": "sha512-NyME5GIHmTwV2MLIqtxV9hMxKa0v9AjAasN6xtDqhlyFwsPd4kI1dUAlYjxJ9Cbcc+z5K3/XNoFZyErOe/JQPQ==", + "license": "BSD-3-Clause", "dependencies": { - "@lumino/commands": "^2.3.0", - "@lumino/coreutils": "^2.1.2", - "@lumino/disposable": "^2.1.2", - "@lumino/properties": "^2.0.1", - "@lumino/signaling": "^2.1.2" + "@lumino/commands": "^2.3.1", + "@lumino/coreutils": "^2.2.0", + "@lumino/disposable": "^2.1.3", + "@lumino/properties": "^2.0.2", + "@lumino/signaling": "^2.1.3" } }, "node_modules/@jupyterlab/statusbar": { - "version": "4.2.3", - "resolved": "https://registry.npmjs.org/@jupyterlab/statusbar/-/statusbar-4.2.3.tgz", - "integrity": "sha512-SmEvsdnAqLGZkzXyaRsifs3JZfVnsFotckvatqjkgrnaBFhhkP8Gy3sDYrutcOigpzoj0UfH5RkhOUx8+AWJkg==", + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/@jupyterlab/statusbar/-/statusbar-4.3.0.tgz", + "integrity": "sha512-ds8NB5MacSyzSYFGxTBtdxQ8RbfcUeCOSR8PLMqZ+DQuqAlyMAuzqNOGDHLmNVChSnzB97wLUeRWVkGj74PD4g==", + "license": "BSD-3-Clause", "dependencies": { - "@jupyterlab/ui-components": "^4.2.3", - "@lumino/algorithm": "^2.0.1", - "@lumino/coreutils": "^2.1.2", - "@lumino/disposable": "^2.1.2", - "@lumino/messaging": "^2.0.1", - "@lumino/signaling": "^2.1.2", - "@lumino/widgets": "^2.3.2", + "@jupyterlab/ui-components": "^4.3.0", + "@lumino/algorithm": "^2.0.2", + "@lumino/coreutils": "^2.2.0", + "@lumino/disposable": "^2.1.3", + "@lumino/messaging": "^2.0.2", + "@lumino/signaling": "^2.1.3", + "@lumino/widgets": "^2.5.0", "react": "^18.2.0" } }, "node_modules/@jupyterlab/toc": { - "version": "6.2.3", - "resolved": "https://registry.npmjs.org/@jupyterlab/toc/-/toc-6.2.3.tgz", - "integrity": "sha512-BhAzJvK4Kf/ULwpCjQAR4sQdrh6nIeL9SlFi2md2sdb03kcbrRG+oLRLcYZNRKPFumschoGhHvHxPQnb6EnUuw==", - "dependencies": { - "@jupyterlab/apputils": "^4.3.3", - "@jupyterlab/coreutils": "^6.2.3", - "@jupyterlab/docregistry": "^4.2.3", - "@jupyterlab/observables": "^5.2.3", - "@jupyterlab/rendermime": "^4.2.3", - "@jupyterlab/rendermime-interfaces": "^3.10.3", - "@jupyterlab/translation": "^4.2.3", - "@jupyterlab/ui-components": "^4.2.3", - "@lumino/coreutils": "^2.1.2", - "@lumino/disposable": "^2.1.2", - "@lumino/messaging": "^2.0.1", - "@lumino/signaling": "^2.1.2", - "@lumino/widgets": "^2.3.2", + "version": "6.3.0", + "resolved": "https://registry.npmjs.org/@jupyterlab/toc/-/toc-6.3.0.tgz", + "integrity": "sha512-NjZqFllvpS4BlQzOfDa+YpQqeU1h8EQqaH9fvnfv48csUZ02P7ffvKcyBjzAcMpfhEfaXxIS1TqWPGC6jv+2hA==", + "license": "BSD-3-Clause", + "dependencies": { + "@jupyter/react-components": "^0.16.6", + "@jupyterlab/apputils": "^4.4.0", + "@jupyterlab/coreutils": "^6.3.0", + "@jupyterlab/docregistry": "^4.3.0", + "@jupyterlab/observables": "^5.3.0", + "@jupyterlab/rendermime": "^4.3.0", + "@jupyterlab/rendermime-interfaces": "^3.11.0", + "@jupyterlab/translation": "^4.3.0", + "@jupyterlab/ui-components": "^4.3.0", + "@lumino/coreutils": "^2.2.0", + "@lumino/disposable": "^2.1.3", + "@lumino/messaging": "^2.0.2", + "@lumino/signaling": "^2.1.3", + "@lumino/widgets": "^2.5.0", "react": "^18.2.0" } }, "node_modules/@jupyterlab/translation": { - "version": "4.2.3", - "resolved": "https://registry.npmjs.org/@jupyterlab/translation/-/translation-4.2.3.tgz", - "integrity": "sha512-ogq0WF3RMqb8Dj/+iWrhvBNjoFfkxIG0YzW6ooGhKO8bi1IbOQ9Ac23FhRELgrncKDpK9xA6wigwYxzb2mP13w==", + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/@jupyterlab/translation/-/translation-4.3.0.tgz", + "integrity": "sha512-um8rbFXs4S1AtzHqtgnh80ttJ50mid1dVwgD+gz+M3tFGqG9ZvTWLfWOeIOCzSGyv0dtYtuWUf9M6S1S9jBNfw==", + "license": "BSD-3-Clause", "dependencies": { - "@jupyterlab/coreutils": "^6.2.3", - "@jupyterlab/rendermime-interfaces": "^3.10.3", - "@jupyterlab/services": "^7.2.3", - "@jupyterlab/statedb": "^4.2.3", - "@lumino/coreutils": "^2.1.2" + "@jupyterlab/coreutils": "^6.3.0", + "@jupyterlab/rendermime-interfaces": "^3.11.0", + "@jupyterlab/services": "^7.3.0", + "@jupyterlab/statedb": "^4.3.0", + "@lumino/coreutils": "^2.2.0" } }, "node_modules/@jupyterlab/ui-components": { - "version": "4.2.3", - "resolved": "https://registry.npmjs.org/@jupyterlab/ui-components/-/ui-components-4.2.3.tgz", - "integrity": "sha512-kFerQbtn8Q3+AnVZDKRyrI3VYNHRhxpyFGjR3cVlJUgc4qAl3KMYsMyH0d9OwiYuUQDFU0mSQk1tJ/e20ZTmcA==", - "dependencies": { - "@jupyter/react-components": "^0.15.3", - "@jupyter/web-components": "^0.15.3", - "@jupyterlab/coreutils": "^6.2.3", - "@jupyterlab/observables": "^5.2.3", - "@jupyterlab/rendermime-interfaces": "^3.10.3", - "@jupyterlab/translation": "^4.2.3", - "@lumino/algorithm": "^2.0.1", - "@lumino/commands": "^2.3.0", - "@lumino/coreutils": "^2.1.2", - "@lumino/disposable": "^2.1.2", - "@lumino/messaging": "^2.0.1", - "@lumino/polling": "^2.1.2", - "@lumino/properties": "^2.0.1", - "@lumino/signaling": "^2.1.2", - "@lumino/virtualdom": "^2.0.1", - "@lumino/widgets": "^2.3.2", + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/@jupyterlab/ui-components/-/ui-components-4.3.0.tgz", + "integrity": "sha512-P0axMQ61aqgypTherhbVMgj47iWYhZgDKNj7YeJTQgiWotWYNmF2AHiiE7H2orIklgzCZh0OQKvcCQLo2cQW1A==", + "license": "BSD-3-Clause", + "dependencies": { + "@jupyter/react-components": "^0.16.6", + "@jupyter/web-components": "^0.16.6", + "@jupyterlab/coreutils": "^6.3.0", + "@jupyterlab/observables": "^5.3.0", + "@jupyterlab/rendermime-interfaces": "^3.11.0", + "@jupyterlab/translation": "^4.3.0", + "@lumino/algorithm": "^2.0.2", + "@lumino/commands": "^2.3.1", + "@lumino/coreutils": "^2.2.0", + "@lumino/disposable": "^2.1.3", + "@lumino/messaging": "^2.0.2", + "@lumino/polling": "^2.1.3", + "@lumino/properties": "^2.0.2", + "@lumino/signaling": "^2.1.3", + "@lumino/virtualdom": "^2.0.2", + "@lumino/widgets": "^2.5.0", "@rjsf/core": "^5.13.4", "@rjsf/utils": "^5.13.4", "react": "^18.2.0", @@ -1185,14 +1241,16 @@ } }, "node_modules/@lezer/common": { - "version": "1.2.1", - "resolved": "https://registry.npmjs.org/@lezer/common/-/common-1.2.1.tgz", - "integrity": "sha512-yemX0ZD2xS/73llMZIK6KplkjIjf2EvAHcinDi/TfJ9hS25G0388+ClHt6/3but0oOxinTcQHJLDXh6w1crzFQ==" + "version": "1.2.3", + "resolved": "https://registry.npmjs.org/@lezer/common/-/common-1.2.3.tgz", + "integrity": "sha512-w7ojc8ejBqr2REPsWxJjrMFsA/ysDCFICn8zEOR9mrqzOu2amhITYuLD8ag6XZf0CFXDrhKqw7+tW8cX66NaDA==", + "license": "MIT" }, "node_modules/@lezer/cpp": { "version": "1.1.2", "resolved": "https://registry.npmjs.org/@lezer/cpp/-/cpp-1.1.2.tgz", "integrity": "sha512-macwKtyeUO0EW86r3xWQCzOV9/CF8imJLpJlPv3sDY57cPGeUZ8gXWOWNlJr52TVByMV3PayFQCA5SHEERDmVQ==", + "license": "MIT", "dependencies": { "@lezer/common": "^1.2.0", "@lezer/highlight": "^1.0.0", @@ -1200,9 +1258,10 @@ } }, "node_modules/@lezer/css": { - "version": "1.1.8", - "resolved": "https://registry.npmjs.org/@lezer/css/-/css-1.1.8.tgz", - "integrity": "sha512-7JhxupKuMBaWQKjQoLtzhGj83DdnZY9MckEOG5+/iLKNK2ZJqKc6hf6uc0HjwCX7Qlok44jBNqZhHKDhEhZYLA==", + "version": "1.1.9", + "resolved": "https://registry.npmjs.org/@lezer/css/-/css-1.1.9.tgz", + "integrity": "sha512-TYwgljcDv+YrV0MZFFvYFQHCfGgbPMR6nuqLabBdmZoFH3EP1gvw8t0vae326Ne3PszQkbXfVBjCnf3ZVCr0bA==", + "license": "MIT", "dependencies": { "@lezer/common": "^1.2.0", "@lezer/highlight": "^1.0.0", @@ -1213,6 +1272,7 @@ "version": "1.7.1", "resolved": "https://registry.npmjs.org/@lezer/generator/-/generator-1.7.1.tgz", "integrity": "sha512-MgPJN9Si+ccxzXl3OAmCeZuUKw4XiPl4y664FX/hnnyG9CTqUPq65N3/VGPA2jD23D7QgMTtNqflta+cPN+5mQ==", + "license": "MIT", "dependencies": { "@lezer/common": "^1.1.0", "@lezer/lr": "^1.3.0" @@ -1222,9 +1282,10 @@ } }, "node_modules/@lezer/highlight": { - "version": "1.2.0", - "resolved": "https://registry.npmjs.org/@lezer/highlight/-/highlight-1.2.0.tgz", - "integrity": "sha512-WrS5Mw51sGrpqjlh3d4/fOwpEV2Hd3YOkp9DBt4k8XZQcoTHZFB7sx030A6OcahF4J1nDQAa3jXlTVVYH50IFA==", + "version": "1.2.1", + "resolved": "https://registry.npmjs.org/@lezer/highlight/-/highlight-1.2.1.tgz", + "integrity": "sha512-Z5duk4RN/3zuVO7Jq0pGLJ3qynpxUVsh7IbUbGj88+uV2ApSAn6kWg2au3iJb+0Zi7kKtqffIESgNcRXWZWmSA==", + "license": "MIT", "dependencies": { "@lezer/common": "^1.0.0" } @@ -1233,6 +1294,7 @@ "version": "1.3.10", "resolved": "https://registry.npmjs.org/@lezer/html/-/html-1.3.10.tgz", "integrity": "sha512-dqpT8nISx/p9Do3AchvYGV3qYc4/rKr3IBZxlHmpIKam56P47RSHkSF5f13Vu9hebS1jM0HmtJIwLbWz1VIY6w==", + "license": "MIT", "dependencies": { "@lezer/common": "^1.2.0", "@lezer/highlight": "^1.0.0", @@ -1240,9 +1302,10 @@ } }, "node_modules/@lezer/java": { - "version": "1.1.2", - "resolved": "https://registry.npmjs.org/@lezer/java/-/java-1.1.2.tgz", - "integrity": "sha512-3j8X70JvYf0BZt8iSRLXLkt0Ry1hVUgH6wT32yBxH/Xi55nW2VMhc1Az4SKwu4YGSmxCm1fsqDDcHTuFjC8pmg==", + "version": "1.1.3", + "resolved": "https://registry.npmjs.org/@lezer/java/-/java-1.1.3.tgz", + "integrity": "sha512-yHquUfujwg6Yu4Fd1GNHCvidIvJwi/1Xu2DaKl/pfWIA2c1oXkVvawH3NyXhCaFx4OdlYBVX5wvz2f7Aoa/4Xw==", + "license": "MIT", "dependencies": { "@lezer/common": "^1.2.0", "@lezer/highlight": "^1.0.0", @@ -1250,9 +1313,10 @@ } }, "node_modules/@lezer/javascript": { - "version": "1.4.17", - "resolved": "https://registry.npmjs.org/@lezer/javascript/-/javascript-1.4.17.tgz", - "integrity": "sha512-bYW4ctpyGK+JMumDApeUzuIezX01H76R1foD6LcRX224FWfyYit/HYxiPGDjXXe/wQWASjCvVGoukTH68+0HIA==", + "version": "1.4.19", + "resolved": "https://registry.npmjs.org/@lezer/javascript/-/javascript-1.4.19.tgz", + "integrity": "sha512-j44kbR1QL26l6dMunZ1uhKBFteVGLVCBGNUD2sUaMnic+rbTviVuoK0CD1l9FTW31EueWvFFswCKMH7Z+M3JRA==", + "license": "MIT", "dependencies": { "@lezer/common": "^1.2.0", "@lezer/highlight": "^1.1.3", @@ -1263,6 +1327,7 @@ "version": "1.0.2", "resolved": "https://registry.npmjs.org/@lezer/json/-/json-1.0.2.tgz", "integrity": "sha512-xHT2P4S5eeCYECyKNPhr4cbEL9tc8w83SPwRC373o9uEdrvGKTZoJVAGxpOsZckMlEh9W23Pc72ew918RWQOBQ==", + "license": "MIT", "dependencies": { "@lezer/common": "^1.2.0", "@lezer/highlight": "^1.0.0", @@ -1270,17 +1335,19 @@ } }, "node_modules/@lezer/lr": { - "version": "1.4.1", - "resolved": "https://registry.npmjs.org/@lezer/lr/-/lr-1.4.1.tgz", - "integrity": "sha512-CHsKq8DMKBf9b3yXPDIU4DbH+ZJd/sJdYOW2llbW/HudP5u0VS6Bfq1hLYfgU7uAYGFIyGGQIsSOXGPEErZiJw==", + "version": "1.4.2", + "resolved": "https://registry.npmjs.org/@lezer/lr/-/lr-1.4.2.tgz", + "integrity": "sha512-pu0K1jCIdnQ12aWNaAVU5bzi7Bd1w54J3ECgANPmYLtQKP0HBj2cE/5coBD66MT10xbtIuUr7tg0Shbsvk0mDA==", + "license": "MIT", "dependencies": { "@lezer/common": "^1.0.0" } }, "node_modules/@lezer/markdown": { - "version": "1.3.0", - "resolved": "https://registry.npmjs.org/@lezer/markdown/-/markdown-1.3.0.tgz", - "integrity": "sha512-ErbEQ15eowmJUyT095e9NJc3BI9yZ894fjSDtHftD0InkfUBGgnKSU6dvan9jqsZuNHg2+ag/1oyDRxNsENupQ==", + "version": "1.3.2", + "resolved": "https://registry.npmjs.org/@lezer/markdown/-/markdown-1.3.2.tgz", + "integrity": "sha512-Wu7B6VnrKTbBEohqa63h5vxXjiC4pO5ZQJ/TDbhJxPQaaIoRD/6UVDhSDtVsCwVZV12vvN9KxuLL3ATMnlG0oQ==", + "license": "MIT", "dependencies": { "@lezer/common": "^1.0.0", "@lezer/highlight": "^1.0.0" @@ -1290,6 +1357,7 @@ "version": "1.0.2", "resolved": "https://registry.npmjs.org/@lezer/php/-/php-1.0.2.tgz", "integrity": "sha512-GN7BnqtGRpFyeoKSEqxvGvhJQiI4zkgmYnDk/JIyc7H7Ifc1tkPnUn/R2R8meH3h/aBf5rzjvU8ZQoyiNDtDrA==", + "license": "MIT", "dependencies": { "@lezer/common": "^1.2.0", "@lezer/highlight": "^1.0.0", @@ -1300,6 +1368,7 @@ "version": "1.1.14", "resolved": "https://registry.npmjs.org/@lezer/python/-/python-1.1.14.tgz", "integrity": "sha512-ykDOb2Ti24n76PJsSa4ZoDF0zH12BSw1LGfQXCYJhJyOGiFTfGaX0Du66Ze72R+u/P35U+O6I9m8TFXov1JzsA==", + "license": "MIT", "dependencies": { "@lezer/common": "^1.2.0", "@lezer/highlight": "^1.0.0", @@ -1310,6 +1379,7 @@ "version": "1.0.2", "resolved": "https://registry.npmjs.org/@lezer/rust/-/rust-1.0.2.tgz", "integrity": "sha512-Lz5sIPBdF2FUXcWeCu1//ojFAZqzTQNRga0aYv6dYXqJqPfMdCAI0NzajWUd4Xijj1IKJLtjoXRPMvTKWBcqKg==", + "license": "MIT", "dependencies": { "@lezer/common": "^1.2.0", "@lezer/highlight": "^1.0.0", @@ -1320,6 +1390,7 @@ "version": "1.0.5", "resolved": "https://registry.npmjs.org/@lezer/xml/-/xml-1.0.5.tgz", "integrity": "sha512-VFouqOzmUWfIg+tfmpcdV33ewtK+NSwd4ngSe1aG7HFb4BN0ExyY1b8msp+ndFrnlG4V4iC8yXacjFtrwERnaw==", + "license": "MIT", "dependencies": { "@lezer/common": "^1.2.0", "@lezer/highlight": "^1.0.0", @@ -1331,149 +1402,179 @@ "license": "MIT" }, "node_modules/@lumino/algorithm": { - "version": "2.0.1", + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/@lumino/algorithm/-/algorithm-2.0.2.tgz", + "integrity": "sha512-cI8yJ2+QK1yM5ZRU3Kuaw9fJ/64JEDZEwWWp7+U0cd/mvcZ44BGdJJ29w+tIet1QXxPAvnsUleWyQ5qm4qUouA==", "license": "BSD-3-Clause" }, "node_modules/@lumino/application": { - "version": "2.3.1", + "version": "2.4.1", + "resolved": "https://registry.npmjs.org/@lumino/application/-/application-2.4.1.tgz", + "integrity": "sha512-XdCAlNajcsGdK6ep+s6QC70EY+uBnP3kDiWthFLl3EMkvkYwmjOPzIPGlwLEd9Hu0XCO+1Vd2PlpeTnxw5D3/g==", "license": "BSD-3-Clause", "dependencies": { - "@lumino/commands": "^2.3.0", - "@lumino/coreutils": "^2.1.2", - "@lumino/widgets": "^2.3.2" + "@lumino/commands": "^2.3.1", + "@lumino/coreutils": "^2.2.0", + "@lumino/widgets": "^2.5.0" } }, "node_modules/@lumino/collections": { - "version": "2.0.1", + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/@lumino/collections/-/collections-2.0.2.tgz", + "integrity": "sha512-o0QmfV1D3WhAeA8GI1/YmEPaK89JtHVa764rQ5T0LdbDEwUtUDbjavHs1E/+y66tNTXz9RUJ4D2rcSb9tysYsg==", "license": "BSD-3-Clause", "dependencies": { - "@lumino/algorithm": "^2.0.1" + "@lumino/algorithm": "^2.0.2" } }, "node_modules/@lumino/commands": { - "version": "2.3.0", + "version": "2.3.1", + "resolved": "https://registry.npmjs.org/@lumino/commands/-/commands-2.3.1.tgz", + "integrity": "sha512-DpX1kkE4PhILpvK1T4ZnaFb6UP4+YTkdZifvN3nbiomD64O2CTd+wcWIBpZMgy6MMgbVgrE8dzHxHk1EsKxNxw==", "license": "BSD-3-Clause", "dependencies": { - "@lumino/algorithm": "^2.0.1", - "@lumino/coreutils": "^2.1.2", - "@lumino/disposable": "^2.1.2", - "@lumino/domutils": "^2.0.1", - "@lumino/keyboard": "^2.0.1", - "@lumino/signaling": "^2.1.2", - "@lumino/virtualdom": "^2.0.1" + "@lumino/algorithm": "^2.0.2", + "@lumino/coreutils": "^2.2.0", + "@lumino/disposable": "^2.1.3", + "@lumino/domutils": "^2.0.2", + "@lumino/keyboard": "^2.0.2", + "@lumino/signaling": "^2.1.3", + "@lumino/virtualdom": "^2.0.2" } }, "node_modules/@lumino/coreutils": { - "version": "2.1.2", - "license": "BSD-3-Clause" + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/@lumino/coreutils/-/coreutils-2.2.0.tgz", + "integrity": "sha512-x5wnQ/GjWBayJ6vXVaUi6+Q6ETDdcUiH9eSfpRZFbgMQyyM6pi6baKqJBK2CHkCc/YbAEl6ipApTgm3KOJ/I3g==", + "license": "BSD-3-Clause", + "dependencies": { + "@lumino/algorithm": "^2.0.2" + } }, "node_modules/@lumino/disposable": { - "version": "2.1.2", + "version": "2.1.3", + "resolved": "https://registry.npmjs.org/@lumino/disposable/-/disposable-2.1.3.tgz", + "integrity": "sha512-k5KXy/+T3UItiWHY4WwQawnsJnGo3aNtP5CTRKqo4+tbTNuhc3rTSvygJlNKIbEfIZXW2EWYnwfFDozkYx95eA==", "license": "BSD-3-Clause", "dependencies": { - "@lumino/signaling": "^2.1.2" + "@lumino/signaling": "^2.1.3" } }, "node_modules/@lumino/domutils": { - "version": "2.0.1", + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/@lumino/domutils/-/domutils-2.0.2.tgz", + "integrity": "sha512-2Kp6YHaMNI1rKB0PrALvOsZBHPy2EvVVAvJLWjlCm8MpWOVETjFp0MA9QpMubT9I76aKbaI5s1o1NJyZ8Y99pQ==", "license": "BSD-3-Clause" }, "node_modules/@lumino/dragdrop": { - "version": "2.1.4", + "version": "2.1.5", + "resolved": "https://registry.npmjs.org/@lumino/dragdrop/-/dragdrop-2.1.5.tgz", + "integrity": "sha512-zqwR4GakrQBKZOW6S5pj2nfrQDurOErAoe9x3HS3BKLa1AzWA+t9PD5NESOKd81NqXFHjiMirSyFkTUs6pw+uA==", "license": "BSD-3-Clause", "dependencies": { - "@lumino/coreutils": "^2.1.2", - "@lumino/disposable": "^2.1.2" + "@lumino/coreutils": "^2.2.0", + "@lumino/disposable": "^2.1.3" } }, "node_modules/@lumino/keyboard": { - "version": "2.0.1", + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/@lumino/keyboard/-/keyboard-2.0.2.tgz", + "integrity": "sha512-icRUpvswDaFjqmAJNbQRb/aTu6Iugo6Y2oC08TiIwhQtLS9W+Ee9VofdqvbPSvCm6DkyP+DCWMuA3KXZ4V4g4g==", "license": "BSD-3-Clause" }, "node_modules/@lumino/messaging": { - "version": "2.0.1", + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/@lumino/messaging/-/messaging-2.0.2.tgz", + "integrity": "sha512-2sUF07cYA0f3mDil41Eh5sfBk0aGAH/mOh1I4+vyRUsKyBqp4WTUtpJFd8xVJGAntygxwnebIygkIaXXTIQvxA==", "license": "BSD-3-Clause", "dependencies": { - "@lumino/algorithm": "^2.0.1", - "@lumino/collections": "^2.0.1" + "@lumino/algorithm": "^2.0.2", + "@lumino/collections": "^2.0.2" } }, "node_modules/@lumino/polling": { - "version": "2.1.2", + "version": "2.1.3", + "resolved": "https://registry.npmjs.org/@lumino/polling/-/polling-2.1.3.tgz", + "integrity": "sha512-WEZk96ddK6eHEhdDkFUAAA40EOLit86QVbqQqnbPmhdGwFogek26Kq9b1U273LJeirv95zXCATOJAkjRyb7D+w==", "license": "BSD-3-Clause", "dependencies": { - "@lumino/coreutils": "^2.1.2", - "@lumino/disposable": "^2.1.2", - "@lumino/signaling": "^2.1.2" + "@lumino/coreutils": "^2.2.0", + "@lumino/disposable": "^2.1.3", + "@lumino/signaling": "^2.1.3" } }, "node_modules/@lumino/properties": { - "version": "2.0.1", + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/@lumino/properties/-/properties-2.0.2.tgz", + "integrity": "sha512-b312oA3Bh97WFK8efXejYmC3DVJmvzJk72LQB7H3fXhfqS5jUWvL7MSnNmgcQvGzl9fIhDWDWjhtSTi0KGYYBg==", "license": "BSD-3-Clause" }, "node_modules/@lumino/signaling": { - "version": "2.1.2", + "version": "2.1.3", + "resolved": "https://registry.npmjs.org/@lumino/signaling/-/signaling-2.1.3.tgz", + "integrity": "sha512-9Wd4iMk8F1i6pYjy65bqKuPlzQMicyL9xy1/ccS20kovPcfD074waneL/7BVe+3M8i+fGa3x2qjbWrBzOdTdNw==", "license": "BSD-3-Clause", "dependencies": { - "@lumino/algorithm": "^2.0.1", - "@lumino/coreutils": "^2.1.2" + "@lumino/algorithm": "^2.0.2", + "@lumino/coreutils": "^2.2.0" } }, "node_modules/@lumino/virtualdom": { - "version": "2.0.1", + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/@lumino/virtualdom/-/virtualdom-2.0.2.tgz", + "integrity": "sha512-HYZThOtZSoknjdXA102xpy5CiXtTFCVz45EXdWeYLx3NhuEwuAIX93QBBIhupalmtFlRg1yhdDNV40HxJ4kcXg==", "license": "BSD-3-Clause", "dependencies": { - "@lumino/algorithm": "^2.0.1" + "@lumino/algorithm": "^2.0.2" } }, "node_modules/@lumino/widgets": { - "version": "2.3.2", + "version": "2.5.0", + "resolved": "https://registry.npmjs.org/@lumino/widgets/-/widgets-2.5.0.tgz", + "integrity": "sha512-RSRpc6aIEiuw79jqWUHYWXLJ2GBy7vhwuqgo94UVzg6oeh3XBECX0OvXGjK2k7N2BhmRrIs9bXky7Dm861S6mQ==", "license": "BSD-3-Clause", "dependencies": { - "@lumino/algorithm": "^2.0.1", - "@lumino/commands": "^2.3.0", - "@lumino/coreutils": "^2.1.2", - "@lumino/disposable": "^2.1.2", - "@lumino/domutils": "^2.0.1", - "@lumino/dragdrop": "^2.1.4", - "@lumino/keyboard": "^2.0.1", - "@lumino/messaging": "^2.0.1", - "@lumino/properties": "^2.0.1", - "@lumino/signaling": "^2.1.2", - "@lumino/virtualdom": "^2.0.1" + "@lumino/algorithm": "^2.0.2", + "@lumino/commands": "^2.3.1", + "@lumino/coreutils": "^2.2.0", + "@lumino/disposable": "^2.1.3", + "@lumino/domutils": "^2.0.2", + "@lumino/dragdrop": "^2.1.5", + "@lumino/keyboard": "^2.0.2", + "@lumino/messaging": "^2.0.2", + "@lumino/properties": "^2.0.2", + "@lumino/signaling": "^2.1.3", + "@lumino/virtualdom": "^2.0.2" } }, "node_modules/@microsoft/fast-colors": { "version": "5.3.1", + "resolved": "https://registry.npmjs.org/@microsoft/fast-colors/-/fast-colors-5.3.1.tgz", + "integrity": "sha512-72RZXVfCbwQzvo5sXXkuLXLT7rMeYaSf5r/6ewQiv/trBtqpWRm4DEH2EilHw/iWTBKOXs1qZNQndgUMa5n4LA==", "license": "MIT" }, "node_modules/@microsoft/fast-element": { - "version": "1.13.0", + "version": "1.14.0", + "resolved": "https://registry.npmjs.org/@microsoft/fast-element/-/fast-element-1.14.0.tgz", + "integrity": "sha512-zXvuSOzvsu8zDTy9eby8ix8VqLop2rwKRgp++ZN2kTCsoB3+QJVoaGD2T/Cyso2ViZQFXNpiNCVKfnmxBvmWkQ==", "license": "MIT" }, "node_modules/@microsoft/fast-foundation": { - "version": "2.49.6", + "version": "2.50.0", + "resolved": "https://registry.npmjs.org/@microsoft/fast-foundation/-/fast-foundation-2.50.0.tgz", + "integrity": "sha512-8mFYG88Xea1jZf2TI9Lm/jzZ6RWR8x29r24mGuLojNYqIR2Bl8+hnswoV6laApKdCbGMPKnsAL/O68Q0sRxeVg==", "license": "MIT", "dependencies": { - "@microsoft/fast-element": "^1.13.0", + "@microsoft/fast-element": "^1.14.0", "@microsoft/fast-web-utilities": "^5.4.1", "tabbable": "^5.2.0", "tslib": "^1.13.0" } }, - "node_modules/@microsoft/fast-react-wrapper": { - "version": "0.3.24", - "license": "MIT", - "dependencies": { - "@microsoft/fast-element": "^1.13.0", - "@microsoft/fast-foundation": "^2.49.6" - }, - "peerDependencies": { - "react": ">=16.9.0" - } - }, "node_modules/@microsoft/fast-web-utilities": { "version": "5.4.1", + "resolved": "https://registry.npmjs.org/@microsoft/fast-web-utilities/-/fast-web-utilities-5.4.1.tgz", + "integrity": "sha512-ReWYncndjV3c8D8iq9tp7NcFNc1vbVHvcBFPME2nNFKNbS1XCesYZGlIlf3ot5EmuOXPlrzUHOWzQ2vFpIkqDg==", "license": "MIT", "dependencies": { "exenv-es6": "^1.1.1" @@ -1593,6 +1694,11 @@ "dev": true, "license": "MIT" }, + "node_modules/@types/nprogress": { + "version": "0.2.3", + "resolved": "https://registry.npmjs.org/@types/nprogress/-/nprogress-0.2.3.tgz", + "integrity": "sha512-k7kRA033QNtC+gLc4VPlfnue58CM1iQLgn1IMAU8VPHGOj7oIHPp9UlhedEnD/Gl8evoCjwkZjlBORtZ3JByUA==" + }, "node_modules/@types/parse-json": { "version": "4.0.2", "dev": true, @@ -2201,6 +2307,31 @@ "version": "1.12.0", "license": "MIT" }, + "node_modules/axios": { + "version": "1.7.7", + "resolved": "https://registry.npmjs.org/axios/-/axios-1.7.7.tgz", + "integrity": "sha512-S4kL7XrjgBmvdGut0sN3yJxqYzrDOnivkBiN0OFs6hLiUam3UPvswUo0kqGyhqUZGEOytHyumEdXsAkgCOUf3Q==", + "license": "MIT", + "dependencies": { + "follow-redirects": "^1.15.6", + "form-data": "^4.0.0", + "proxy-from-env": "^1.1.0" + } + }, + "node_modules/axios/node_modules/form-data": { + "version": "4.0.1", + "resolved": "https://registry.npmjs.org/form-data/-/form-data-4.0.1.tgz", + "integrity": "sha512-tzN8e4TX8+kkxGPK8D5u0FNmjPUjw3lwC9lSLxxoB/+GtsJG91CO8bSWy73APlgAZzZbXEYZJuxjkHH2w+Ezhw==", + "license": "MIT", + "dependencies": { + "asynckit": "^0.4.0", + "combined-stream": "^1.0.8", + "mime-types": "^2.1.12" + }, + "engines": { + "node": ">= 6" + } + }, "node_modules/balanced-match": { "version": "1.0.2", "dev": true, @@ -2520,7 +2651,8 @@ "node_modules/crelt": { "version": "1.0.6", "resolved": "https://registry.npmjs.org/crelt/-/crelt-1.0.6.tgz", - "integrity": "sha512-VQ2MBenTq1fWZUH9DJNGti7kKv6EeAuYr3cLwxUWhIu1baTaXh4Ib5W2CqHVqib4/MqbYGJqiL3Zb8GJZr3l4g==" + "integrity": "sha512-VQ2MBenTq1fWZUH9DJNGti7kKv6EeAuYr3cLwxUWhIu1baTaXh4Ib5W2CqHVqib4/MqbYGJqiL3Zb8GJZr3l4g==", + "license": "MIT" }, "node_modules/cross-spawn": { "version": "7.0.3", @@ -2744,6 +2876,7 @@ "version": "4.3.1", "resolved": "https://registry.npmjs.org/deepmerge/-/deepmerge-4.3.1.tgz", "integrity": "sha512-3sUqbMEc77XqpdNO7FRyRog+eW3ph+GYCbj+rK+uYyRMuwsVy0rMiVtPn+QJlKFvWP/1PYpapqYn0Me2knFn+A==", + "license": "MIT", "engines": { "node": ">=0.10.0" } @@ -2813,6 +2946,7 @@ "version": "2.0.0", "resolved": "https://registry.npmjs.org/dom-serializer/-/dom-serializer-2.0.0.tgz", "integrity": "sha512-wIkAryiqt/nV5EQKqQpo3SToSOV9J0DnbJqwK7Wv/Trc92zIAYZ4FlMu+JPFW1DfGFt81ZTCGgDEabffXeLyJg==", + "license": "MIT", "dependencies": { "domelementtype": "^2.3.0", "domhandler": "^5.0.2", @@ -2831,12 +2965,14 @@ "type": "github", "url": "https://github.com/sponsors/fb55" } - ] + ], + "license": "BSD-2-Clause" }, "node_modules/domhandler": { "version": "5.0.3", "resolved": "https://registry.npmjs.org/domhandler/-/domhandler-5.0.3.tgz", "integrity": "sha512-cgwlv/1iFQiFnU96XXgROh8xTeetsnJiDsTc7TYCLFd9+/WNkIqPTxiM/8pSd8VIrhXGTf1Ny1q1hquVqDJB5w==", + "license": "BSD-2-Clause", "dependencies": { "domelementtype": "^2.3.0" }, @@ -2851,6 +2987,7 @@ "version": "3.1.0", "resolved": "https://registry.npmjs.org/domutils/-/domutils-3.1.0.tgz", "integrity": "sha512-H78uMmQtI2AhgDJjWeQmHwJJ2bLPD3GMmO7Zja/ZZh84wkm+4ut+IUnUdRa8uCGX88DiVx1j6FRe1XfxEgjEZA==", + "license": "BSD-2-Clause", "dependencies": { "dom-serializer": "^2.0.0", "domelementtype": "^2.3.0", @@ -2921,6 +3058,7 @@ "version": "4.5.0", "resolved": "https://registry.npmjs.org/entities/-/entities-4.5.0.tgz", "integrity": "sha512-V0hjH4dGPh9Ao5p0MoRY6BVqtwCjhz6vI5LT8AJ55H+4g9/4vbHx1I54fS0XuclLhDHArPQCiMjDxjaL8fPxhw==", + "license": "BSD-2-Clause", "engines": { "node": ">=0.12" }, @@ -3405,6 +3543,8 @@ }, "node_modules/exenv-es6": { "version": "1.1.1", + "resolved": "https://registry.npmjs.org/exenv-es6/-/exenv-es6-1.1.1.tgz", + "integrity": "sha512-vlVu3N8d6yEMpMsEm+7sUBAI81aqYYuEvfK0jNqmdb/OPXzzH7QWDDnVjMvDSY47JdHEqx/dfC/q8WkfoTmpGQ==", "license": "MIT" }, "node_modules/extend": { @@ -3576,6 +3716,26 @@ "dev": true, "license": "ISC" }, + "node_modules/follow-redirects": { + "version": "1.15.9", + "resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.15.9.tgz", + "integrity": "sha512-gew4GsXizNgdoRyqmyfMHyAmXsZDk6mHkSxZFCzW9gwlbtOW44CDtYavM+y+72qD/Vq2l550kMF52DT8fOLJqQ==", + "funding": [ + { + "type": "individual", + "url": "https://github.com/sponsors/RubenVerborgh" + } + ], + "license": "MIT", + "engines": { + "node": ">=4.0" + }, + "peerDependenciesMeta": { + "debug": { + "optional": true + } + } + }, "node_modules/for-each": { "version": "0.3.3", "dev": true, @@ -3994,6 +4154,7 @@ "url": "https://github.com/sponsors/fb55" } ], + "license": "MIT", "dependencies": { "domelementtype": "^2.3.0", "domhandler": "^5.0.3", @@ -4758,7 +4919,8 @@ "node_modules/lodash.mergewith": { "version": "4.6.2", "resolved": "https://registry.npmjs.org/lodash.mergewith/-/lodash.mergewith-4.6.2.tgz", - "integrity": "sha512-GK3g5RPZWTRSeLSpgP8Xhra+pnjBC56q9FZYe1d5RN3TJ35dbkGy3YqBSMbyCrlbi+CM9Z3Jk5yTL7RCsqboyQ==" + "integrity": "sha512-GK3g5RPZWTRSeLSpgP8Xhra+pnjBC56q9FZYe1d5RN3TJ35dbkGy3YqBSMbyCrlbi+CM9Z3Jk5yTL7RCsqboyQ==", + "license": "MIT" }, "node_modules/lodash.truncate": { "version": "4.4.2", @@ -5225,6 +5387,11 @@ "node": ">=0.10.0" } }, + "node_modules/nprogress": { + "version": "0.2.0", + "resolved": "https://registry.npmjs.org/nprogress/-/nprogress-0.2.0.tgz", + "integrity": "sha512-I19aIingLgR1fmhftnbWWO3dXc0hSxqHQHQb3H8m+K3TnEn/iSeTZZOyvKXWqQESMwuUVnatlCnZdLBZZt2VSA==" + }, "node_modules/oauth-sign": { "version": "0.9.0", "license": "Apache-2.0", @@ -5379,7 +5546,8 @@ "node_modules/parse-srcset": { "version": "1.0.2", "resolved": "https://registry.npmjs.org/parse-srcset/-/parse-srcset-1.0.2.tgz", - "integrity": "sha512-/2qh0lav6CmI15FzA3i/2Bzk2zCgQhGMkvhOhKNcBVQ1ldgpbfiNTVslmooUmWJcADi1f1kIeynbDRVzNlfR6Q==" + "integrity": "sha512-/2qh0lav6CmI15FzA3i/2Bzk2zCgQhGMkvhOhKNcBVQ1ldgpbfiNTVslmooUmWJcADi1f1kIeynbDRVzNlfR6Q==", + "license": "MIT" }, "node_modules/path-browserify": { "version": "1.0.1", @@ -5694,6 +5862,12 @@ "version": "16.13.1", "license": "MIT" }, + "node_modules/proxy-from-env": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/proxy-from-env/-/proxy-from-env-1.1.0.tgz", + "integrity": "sha512-D+zkORCbA9f1tdWRK0RaCR3GPv50cMxcrz4X8k5LTSUD1Dkw47mKJEZQNunItRTkWwgtaUSo1RVFRIG9ZXiFYg==", + "license": "MIT" + }, "node_modules/psl": { "version": "1.9.0", "license": "MIT" @@ -6112,6 +6286,7 @@ "version": "2.12.1", "resolved": "https://registry.npmjs.org/sanitize-html/-/sanitize-html-2.12.1.tgz", "integrity": "sha512-Plh+JAn0UVDpBRP/xEjsk+xDCoOvMBwQUf/K+/cBAVuTbtX8bj2VB7S1sL1dssVpykqp0/KPSesHrqXtokVBpA==", + "license": "MIT", "dependencies": { "deepmerge": "^4.2.2", "escape-string-regexp": "^4.0.0", @@ -6419,6 +6594,12 @@ "dev": true, "license": "CC0-1.0" }, + "node_modules/spin.js": { + "version": "4.1.2", + "resolved": "https://registry.npmjs.org/spin.js/-/spin.js-4.1.2.tgz", + "integrity": "sha512-ua/yEpxEwyEUWs57tMQYdik/KJ12sQRyMXjSlK/Ai927aEUDVY3FXUi4ml4VvlLCTQNIjC6tHyjSLBrJzFAqMA==", + "license": "MIT" + }, "node_modules/sshpk": { "version": "1.18.0", "license": "MIT", @@ -6732,6 +6913,8 @@ }, "node_modules/tabbable": { "version": "5.3.3", + "resolved": "https://registry.npmjs.org/tabbable/-/tabbable-5.3.3.tgz", + "integrity": "sha512-QD9qKY3StfbZqWOPLp0++pOrAVb/HbUi5xCc8cUo4XjP19808oaMiDzn0leBY5mCespIBM0CIZePzZjgzR83kA==", "license": "MIT" }, "node_modules/table": { @@ -7175,6 +7358,7 @@ "version": "6.0.0", "resolved": "https://registry.npmjs.org/vscode-jsonrpc/-/vscode-jsonrpc-6.0.0.tgz", "integrity": "sha512-wnJA4BnEjOSyFMvjZdpiOwhSq9uDoK8e/kpRJDTaMYzwlkrhG1fwDIZI94CLsLzlCK5cIbMMtFlJlfR57Lavmg==", + "license": "MIT", "engines": { "node": ">=8.0.0 || >=10.0.0" } @@ -7183,6 +7367,7 @@ "version": "3.17.5", "resolved": "https://registry.npmjs.org/vscode-languageserver-protocol/-/vscode-languageserver-protocol-3.17.5.tgz", "integrity": "sha512-mb1bvRJN8SVznADSGWM9u/b07H7Ecg0I3OgXDuLdn307rl/J3A9YD6/eYOssqhecL27hK1IPZAsaqh00i/Jljg==", + "license": "MIT", "dependencies": { "vscode-jsonrpc": "8.2.0", "vscode-languageserver-types": "3.17.5" @@ -7192,6 +7377,7 @@ "version": "8.2.0", "resolved": "https://registry.npmjs.org/vscode-jsonrpc/-/vscode-jsonrpc-8.2.0.tgz", "integrity": "sha512-C+r0eKJUIfiDIfwJhria30+TYWPtuHJXHtI7J0YlOmKAo7ogxP20T0zxB7HZQIFhIyvoBPwWskjxrvAtfjyZfA==", + "license": "MIT", "engines": { "node": ">=14.0.0" } @@ -7199,12 +7385,14 @@ "node_modules/vscode-languageserver-types": { "version": "3.17.5", "resolved": "https://registry.npmjs.org/vscode-languageserver-types/-/vscode-languageserver-types-3.17.5.tgz", - "integrity": "sha512-Ld1VelNuX9pdF39h2Hgaeb5hEZM2Z3jUrrMgWQAu82jMtZp7p3vJT3BzToKtZI7NgQssZje5o0zryOrhQvzQAg==" + "integrity": "sha512-Ld1VelNuX9pdF39h2Hgaeb5hEZM2Z3jUrrMgWQAu82jMtZp7p3vJT3BzToKtZI7NgQssZje5o0zryOrhQvzQAg==", + "license": "MIT" }, "node_modules/vscode-ws-jsonrpc": { "version": "1.0.2", "resolved": "https://registry.npmjs.org/vscode-ws-jsonrpc/-/vscode-ws-jsonrpc-1.0.2.tgz", "integrity": "sha512-09OpRC0RcqZs4DleJRgs+R+7gQkwb4tgvsL43lzVZwW4N5NO3H/9sLNeKPBt83k7WyA8qBZjrzM6X7tKFpFrjQ==", + "license": "MIT", "dependencies": { "vscode-jsonrpc": "^8.0.2" } @@ -7213,6 +7401,7 @@ "version": "8.2.1", "resolved": "https://registry.npmjs.org/vscode-jsonrpc/-/vscode-jsonrpc-8.2.1.tgz", "integrity": "sha512-kdjOSJ2lLIn7r1rtrMbbNCHjyMPfRnowdKjBQ+mGq6NAW5QY2bEZC/khaC5OR8svbbjvLEaIXkOq45e2X9BIbQ==", + "license": "MIT", "engines": { "node": ">=14.0.0" } @@ -7486,9 +7675,8 @@ } }, "node_modules/ws": { - "version": "8.18.0", - "resolved": "https://registry.npmjs.org/ws/-/ws-8.18.0.tgz", - "integrity": "sha512-8VbfWfHLbbwu3+N6OKsOMpBdT4kXPDDB9cJk2bJ6mh9ucxdlnNvH1e+roYkKmN9Nxw2yjz7VzeO9oOz2zJ04Pw==", + "version": "8.17.0", + "license": "MIT", "engines": { "node": ">=10.0.0" }, diff --git a/package.json b/package.json index c79df094c..c316ab1a4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "jupyterlab-a11y-checker", - "version": "0.1.2", + "version": "0.1.4-alpha-2", "description": "A JupyterLab extension.", "keywords": [ "jupyter", @@ -13,7 +13,7 @@ }, "license": "BSD-3-Clause", "author": { - "name": "Shreyas Rana", + "name": "Shreyas Rana, Chanbin Park", "email": "me@test.com" }, "files": [ @@ -63,11 +63,15 @@ "@jupyterlab/ui-components": "^4.2.1", "@lumino/disposable": "^2.1.2", "@lumino/widgets": "^2.3.1", + "@types/nprogress": "^0.2.3", + "axios": "^1.7.7", "colorthief": "^2.4.0", + "nprogress": "^0.2.0", + "spin.js": "^4.1.2", "tesseract.js": "^5.1.0" }, "devDependencies": { - "@jupyterlab/builder": "^4.0.0", + "@jupyterlab/builder": "^4.3.0", "@types/json-schema": "^7.0.11", "@types/node": "^20.12.12", "@types/react": "^18.0.26", @@ -179,5 +183,6 @@ "selector-no-vendor-prefix": null, "value-no-vendor-prefix": null } - } + }, + "packageManager": "yarn@4.5.1" } diff --git a/setup.py b/setup.py index bea233743..1173d618b 100644 --- a/setup.py +++ b/setup.py @@ -1 +1 @@ -__import__('setuptools').setup() +__import__('setuptools').setup() \ No newline at end of file diff --git a/src/components/Spinner.ts b/src/components/Spinner.ts new file mode 100644 index 000000000..da4c9c465 --- /dev/null +++ b/src/components/Spinner.ts @@ -0,0 +1,29 @@ +import { Spinner } from 'spin.js'; + +// Spinner configuration options +const spinnerOptions = { + lines: 12, // Number of lines in the spinner + length: 20, // Length of each line + width: 10, // Thickness of each line + radius: 25, // Radius of the inner circle + scale: 0.1, // Scales the whole spinner + corners: 1, // Corner roundness (0..1) + color: '#154F92', // Spinner color + fadeColor: 'transparent', // Fade color + top: '50%', + bottom: '50%', + speed: 1, // Rounds per second + rotate: 0, // Rotation offset + animation: 'spinner-line-fade-quick', // CSS animation + position: 'relative', // Element positioning +}; + +export function createSpinner(target: HTMLElement): Spinner { + const spinner = new Spinner(spinnerOptions); + spinner.spin(target); + return spinner; +} + +export function stopSpinner(spinner: Spinner | null): void { + if (spinner) spinner.stop(); +} \ No newline at end of file diff --git a/src/index.ts b/src/index.ts index 8598af61c..d5b9d2e82 100644 --- a/src/index.ts +++ b/src/index.ts @@ -4,14 +4,27 @@ import { JupyterFrontEndPlugin } from '@jupyterlab/application'; -import { INotebookTracker, Notebook, NotebookPanel} from '@jupyterlab/notebook'; +import { INotebookTracker, Notebook, NotebookPanel } from '@jupyterlab/notebook'; import { ToolbarButton } from '@jupyterlab/apputils'; import { IDisposable } from '@lumino/disposable'; import { Widget } from '@lumino/widgets'; import { LabIcon } from '@jupyterlab/ui-components'; import { Cell, CodeCell, ICellModel, MarkdownCell } from '@jupyterlab/cells'; -// import ColorThief from 'colorthief'; +import { PageConfig } from '@jupyterlab/coreutils'; +import { ServerConnection } from '@jupyterlab/services'; + import Tesseract from 'tesseract.js'; +import axios from 'axios'; +// import { createSpinner, stopSpinner } from './components/Spinner'; +import NProgress from 'nprogress'; +import 'nprogress/nprogress.css'; + +NProgress.configure({ + parent: '#progress-container', + showSpinner: false, + speed: 300, + minimum: 0.1 +}); function calculateContrast(foregroundHex: string, backgroundHex: string): number { @@ -144,7 +157,6 @@ function getImageTransparency(imgString: string, notebookPath: string): Promise< return new Promise((resolve, reject) => { const img = new Image(); img.crossOrigin = 'Anonymous'; // Needed for CORS-compliant images - //distunguish between local or hosted url try { new URL(imgString); @@ -205,6 +217,8 @@ async function checkHtmlNoAccessIssues(htmlString: string, myPath: string, cellC if (!img.hasAttribute("alt") || img.getAttribute("alt") === "") { accessibilityTests.push("Alt"); } + + // console.log(img); // prints out urls from html with no alt text } const transparencyPromises = Array.from(images).map((img: HTMLImageElement) => getImageTransparency(img.src, myPath)); @@ -228,18 +242,19 @@ async function checkMDNoAccessIssues(mdString: string, myPath: string, cellColor let match: RegExpExecArray | null; const imageUrls: string[] = []; - + while ((match = allImagesRegex.exec(mdString)) !== null) { const imageUrl = match[1]; if (imageUrl) { imageUrls.push(imageUrl); } } - + if (imageNoAltRegex.test(mdString)){ accessibilityTests.push("Alt"); } + const transparencyPromises = Array.from(imageUrls).map((i: string) => getImageTransparency(i, myPath)); const transparency = await Promise.all(transparencyPromises); @@ -247,7 +262,7 @@ async function checkMDNoAccessIssues(mdString: string, myPath: string, cellColor const colorContrast = await Promise.all(colorContrastPromises); accessibilityTests = [...accessibilityTests, ...transparency.map(String), ...colorContrast.map(String)]; - + resolve(accessibilityTests); }); } @@ -257,8 +272,7 @@ async function checkTextCellForImageWithAccessIssues(cell: Cell, myPath: string) try{ if(cell.model.type == 'markdown'){ cell = cell as MarkdownCell; - const cellText = cell.model.toJSON().source.toString(); - + const cellText = cell.model.toJSON().source.toString(); const markdownNoAlt = await checkMDNoAccessIssues(cellText, myPath, document.body.style.getPropertyValue("--fill-color")); const htmlNoAlt = await checkHtmlNoAccessIssues(cellText, myPath, document.body.style.getPropertyValue("--fill-color")); var issues = htmlNoAlt.concat(markdownNoAlt) @@ -299,6 +313,7 @@ async function checkAllCells(notebookContent: Notebook, altCellList: AltCellList if (isEnabled()){ if(firstTime){ //Image transparency, contrast, and alt checking + //console.log(cell.model.sharedModel.getSource()); applyVisualIndicator(altCellList, cell, []); const mdCellIssues = await checkTextCellForImageWithAccessIssues(cell, myPath); const codeCellHasTransparency = await checkCodeCellForImageWithAccessIssues(cell, myPath); @@ -390,6 +405,7 @@ function applyVisualIndicator(altCellList: AltCellList, cell: Cell, listIssues: altCellList.removeCell(cell.model.id); + //remove all indicators (red circles) on the given cell before adding //a new one to remove possible duplicates while(document.getElementById(indicatorId)){ @@ -401,21 +417,21 @@ function applyVisualIndicator(altCellList: AltCellList, cell: Cell, listIssues: for (let i = 0; i < listIssues.length; i++) { //cases for all 4 types of errors if (listIssues[i].slice(0,7) == "heading") { //heading h1 h1 - altCellList.addCell(cell.model.id, "Heading format: expecting " + listIssues[i].slice(11, 13) + ", got " + listIssues[i].slice(8, 10)); + altCellList.addCell(cell.model.id, "Heading format: expecting " + listIssues[i].slice(11, 13) + ", got " + listIssues[i].slice(8, 10), "heading"); applyIndic = true; } else if(listIssues[i].split(" ")[1] == "contrast"){ var score = Number(listIssues[i].split(" ")[0]); if (score < 4.5) { - altCellList.addCell(cell.model.id, "Cell Error: Text Contrast " + listIssues[i].split(" ")[2]); + altCellList.addCell(cell.model.id, "Cell Error: Text Contrast " + listIssues[i].split(" ")[2], "contrast"); applyIndic = true; } } else if (listIssues[i] == "Alt") { - altCellList.addCell(cell.model.id, "Cell Error: Missing Alt Tag"); + altCellList.addCell(cell.model.id, "Cell Error: Missing Alt Tag", "alt"); applyIndic = true; } else { var score = Number(listIssues[i].split(" ")[0]); if (score < 9) { - altCellList.addCell(cell.model.id, "Image Err: High Image Transparency (" + ((10-score)*10).toFixed(2) + "%)"); + altCellList.addCell(cell.model.id, "Image Err: High Image Transparency (" + ((10-score)*10).toFixed(2) + "%)", "transparency"); applyIndic = true; } } @@ -471,6 +487,95 @@ async function addToolbarButton(labShell: ILabShell, altCellList: AltCellList, n return button; } +async function pullModel(modelName: string, userURL: string): Promise { + //** + // * Function that pulls ollama (LLaVA for our case) model. + // */ + try { + console.log("Pulling ", modelName); + NProgress.start(); + + const response = await axios.post( + userURL + 'api/pull', + { name: modelName, stream: false }, + { headers: { 'Content-Type': 'application/json' }, + onDownloadProgress: (progressEvent) => { + if(progressEvent.total) { + const percentCompleted = Math.round((progressEvent.loaded * 100) / progressEvent.total); + console.log(percentCompleted); + NProgress.set(percentCompleted / 100); + } + } + } + ); + NProgress.done(); + return response.data.status === "success"; + } catch (error) { + console.error(`Error pulling model ${modelName}:`, error); + NProgress.done(); + return false; + } +} + +async function fetchImageAsBase64(imageUrl: string): Promise { + //** + // * Function that fetches image from url and return in base64 format. + // */ + + const response = await axios.get(imageUrl, { responseType: 'blob' }); + const imageBlob = response.data; + + // Create a FileReader to read the image as base64 + const base64String = await new Promise((resolve, reject) => { + const reader = new FileReader(); + reader.onloadend = () => { + const result = reader.result as string; + resolve(result.split(',')[1]); // Strip off the data URL prefix (e.g., "data:image/jpeg;base64,") + }; + reader.onerror = reject; + reader.readAsDataURL(imageBlob); + }); + + return base64String; +} + +async function sendImageToModel(imageData: string, userURL: string): Promise { + //** + // * Function that sends and retrieves a chat completion to ollama model (LLaVA). + // */ + + try { + let encodedImage = imageData.startsWith("data:image") ? imageData.split(",")[1] : await fetchImageAsBase64(imageData); + const payload = { + model: "llava:7b", + prompt: "What can the user understand from looking at this image, describe it up to 240 characters.", + images: [encodedImage], + stream: false + }; + console.log("Alt-text generating...."); + NProgress.start(); + // For Hub + const response = await axios.post(userURL + "api/generate", payload, { + headers: { 'Content-Type': 'application/json' }, + onDownloadProgress: (progressEvent) => { + if(progressEvent.total) { + const percentCompleted = Math.round((progressEvent.loaded * 100) / progressEvent.total); + console.log(percentCompleted); + NProgress.set(percentCompleted / 100); + } + }, + }); + NProgress.done(); + console.log("Response: ", response); + let result = response.data.response.trim() + " (This is an alt-text generated by LLaVA, a large language model)."; + return result; + } catch (error) { + console.error('Error fetching or sending image:', error); + NProgress.done(); + return "Error generating alt-text for image"; + } +}; + const plugin: JupyterFrontEndPlugin = { id: 'jupyterlab_accessibility:plugin', autoStart: true, @@ -533,7 +638,7 @@ const plugin: JupyterFrontEndPlugin = { notebookTracker.currentWidget?.context.ready.then(() => { try{ console.log("trying to add toolbar button"); - console.log(notebookTracker.currentWidget!) + // console.log(notebookTracker.currentWidget!) addToolbarButton(labShell, altCellList, notebookPanel, () => isEnabled, toggleEnabled, notebookTracker.currentWidget!.context.path); console.log("able to add toolbar button"); } catch { @@ -552,25 +657,81 @@ class AltCellList extends Widget { private _listCells: HTMLElement; private _cellMap: Map; private _notebookTracker: INotebookTracker; + private _enableAltText: boolean; + private _ollamaDownloaded: boolean; + private _userOllamaUrl: string; constructor(notebookTracker: INotebookTracker) { super(); this._cellMap = new Map(); this._listCells = document.createElement('div'); this._notebookTracker = notebookTracker; + this._enableAltText = false; + this._ollamaDownloaded = false; + this._listCells.style.maxHeight = "100vh"; + this._listCells.style.overflowY = "auto"; + this._userOllamaUrl = (ServerConnection.makeSettings().baseUrl || PageConfig.getBaseUrl()) + "ollama/"; let title = document.createElement('h2'); title.innerHTML = "Cells with Accessibility Issues"; title.style.margin = '15px'; + // Alt-text Toggle Button + let enableAltTextContainer = document.createElement('div'); + enableAltTextContainer.id = "progress-container"; + enableAltTextContainer.style.display = 'flex'; + enableAltTextContainer.style.flexDirection = 'column'; + + let toggle = document.createElement('div'); + toggle.style.display = 'flex'; + toggle.style.margin = '10px'; + + let altTextToggle = document.createElement('input'); + altTextToggle.type = "checkbox"; + altTextToggle.id = "altTextToggle"; + altTextToggle.checked = this._enableAltText; + + let altTextToggleLabel = document.createElement("label"); + altTextToggleLabel.htmlFor = "altTextToggle"; + altTextToggleLabel.textContent = "Enable alt-text auto generation"; + + altTextToggle.addEventListener("change", () => { + this.handleAltTextToggle(altTextToggle, altTextToggleLabel); + }); + this.node.appendChild(title); + + enableAltTextContainer.appendChild(toggle); + toggle.appendChild(altTextToggle); + toggle.appendChild(altTextToggleLabel); + this.node.appendChild(enableAltTextContainer); + this.node.appendChild(this._listCells); } + async handleAltTextToggle(altTextToggle: HTMLInputElement, altTextToggleLabel: HTMLElement) { + this._enableAltText = altTextToggle.checked; + if (!this._ollamaDownloaded) { + altTextToggleLabel.textContent = "Please wait, pulling LLaVA model."; + const status = await pullModel("llava:7b", this._userOllamaUrl); + if (status) { + this._ollamaDownloaded = true; + altTextToggleLabel.textContent = "Alt-text auto generation (Enabled)"; + } else { + altTextToggle.checked = false; + altTextToggleLabel.textContent = "Alt-text auto generation (Failed)"; + } + } + else { + altTextToggleLabel.textContent = "Alt-text auto generation " + (this._enableAltText ? "(Enabled)" : "(Disabled)"); + } + } + //add a button that would navigate to the cell having the issue - addCell(cellId: string, buttonContent: string): void { + addCell(cellId: string, buttonContent: string, buttonId: string): void { const listItemWrapper = document.createElement('div'); - listItemWrapper.id = 'cell-' + cellId + "_" + buttonContent; + // listItemWrapper.id = 'cell-' + cellId + "_" + buttonContent; + listItemWrapper.id = 'cell-' + cellId + "_" + buttonId; const listItem = document.createElement('div'); listItem.style.display = 'flex'; @@ -590,7 +751,7 @@ class AltCellList extends Widget { button.textContent = buttonContent; button.addEventListener('click', () => { - this.scrollToCell(cellId); + this.scrollToCell(cellId, buttonId, this._enableAltText); }); //more information icon @@ -599,6 +760,48 @@ class AltCellList extends Widget { infoIcon.style.cursor = 'pointer'; infoIcon.style.marginRight = '5px'; + const spinnerDiv = document.createElement('div'); + spinnerDiv.style.marginLeft = '10px'; + spinnerDiv.style.display = 'flex'; + spinnerDiv.style.flexDirection = 'row'; + spinnerDiv.style.alignItems = 'center'; + spinnerDiv.style.display = 'none'; + const spinnerLabel = document.createElement('label'); + + spinnerLabel.textContent = "Please wait, receiving alt-text from LLaVA model." + const spinner = document.createElement('div'); + spinner.id = "spinner-" + cellId; + spinner.style.height = '50px'; + + //alt-text + const altTextDiv = document.createElement('div'); + altTextDiv.style.display = 'none'; + + const altTextField = document.createElement('textarea'); + altTextField.style.display = 'flex'; + altTextField.style.border = '1px solid black'; + altTextField.style.margin = '5px'; + altTextField.style.marginLeft = '10px'; + altTextField.style.height = '100px'; + altTextField.style.width = '100%'; + altTextField.style.flexShrink = '1'; + altTextField.style.overflow = 'auto'; + altTextField.value = ''; + altTextField.style.fontSize = '13px'; + altTextField.style.fontFamily = "Arial"; + + const altTextButton = document.createElement('button'); + altTextButton.classList.add("jp-toast-button"); + altTextButton.classList.add("jp-mod-small"); + altTextButton.style.height = '20px'; + altTextButton.style.margin = '5px'; + altTextButton.textContent = "Apply"; + altTextButton.addEventListener('click', () => { + this.applyAltText(cellId, altTextField.value); + }); + + + //dropdown box const dropdown = document.createElement('div'); dropdown.style.display = 'none'; @@ -631,6 +834,7 @@ class AltCellList extends Widget { infoIcon.addEventListener('click', () => { dropdown.style.display = dropdown.style.display === 'none' ? 'block' : 'none'; }); + var add = true; //check if this error already exists in the running map, if so do not add it @@ -651,19 +855,41 @@ class AltCellList extends Widget { if (add) { listItem.appendChild(button); listItem.appendChild(infoIcon); - listItemWrapper.appendChild(listItem) + listItemWrapper.appendChild(listItem); listItemWrapper.appendChild(dropdown); + + altTextDiv.appendChild(altTextField); + altTextDiv.appendChild(altTextButton); + listItemWrapper.appendChild(altTextDiv); + + spinnerDiv.appendChild(spinnerLabel); + spinnerDiv.appendChild(spinner); + listItemWrapper.appendChild(spinnerDiv); + this._listCells.appendChild(listItemWrapper); } // this.showOnlyVisibleCells(); } + updateCell(cellId: string, altTextContent: string): void { + const listItem = this._cellMap.get(cellId); + if (listItem != null) { + // Need to change logic so that even if we change the DOM ordering it works properly + // Get altTextDiv + const altTextDiv = listItem[0].querySelectorAll('div')[2]; + // Get altTextField + const altTextField = altTextDiv.querySelectorAll('textarea')[0]; + altTextField.value = altTextContent; + altTextDiv.style.display = 'flex'; + } + } + //remove cell from sidebar and from running map removeCell(cellId: string): void { //get list of error buttons related to this cell const listItem = this._cellMap.get(cellId); - if (listItem != null){ + if (listItem != null) { listItem.forEach((btn) => { for (let item of this._listCells.children) { if (btn.id == item.id) { @@ -677,8 +903,98 @@ class AltCellList extends Widget { } } + applyAltText(cellId: string, altTextContent: string): void { + //** + // * Function that injects alt-text to Jupyter Notebook cell. + // */ + + const notebookPanel = this._notebookTracker.currentWidget; + const notebook = notebookPanel!.content; + + for (let i = 0; i < notebook.widgets.length; i++) { + const cell = notebook.widgets[i]; + if (cell.model.id === cellId) { + if (cell.model.type == "markdown") { + const cellContent = cell.model.sharedModel.getSource(); + const markdownImgRegex = /!\[([^\]]*)?\]\((.*?)\)/g; + const htmlImgRegex = /]*?)(?=\s*src=['"][^'"]*['"][^>]*)([^>]*?)>/g; + + const updatedMDContent = cellContent.replace(markdownImgRegex, (_, altText, url) => { + // Set new alt text + console.log(`Updating alt text of image: ${url}`); + // New lines parsed into MD alt text doesn't render, so remove all new lines + altTextContent = altTextContent.replace(/[\r\n]+/g, ' '); + return `![${altTextContent}](${url})`; + }); + + // If content changed, update the cell model + if (updatedMDContent !== cellContent) { + cell.model.sharedModel.setSource(updatedMDContent); + } + + const updatedHTMLContent = cellContent.replace(htmlImgRegex, (match, beforeSrc, afterSrc) => { + // Check if the img tag already has an alt attribute + if (match.includes('alt=')) { + // If alt exists, replace its value + return match.replace(/(alt=['"][^'"]*['"])/, `alt="${altTextContent}"`); + } else { + // If alt does not exist, add it after the src attribute + return `${altTextContent}`; + } + }); + + // If content changed, update the cell model + if (updatedHTMLContent !== cellContent) { + cell.model.sharedModel.setSource(updatedHTMLContent); + } + } + // Images generated by external libraries - Currently Working on it + else { + const markdownCell = { + cell_type: 'markdown', + metadata: {}, + source: "Dynamically added Cell", + trusted: true, + }; + // Somehow crashes + notebook.model?.sharedModel.insertCell(0, markdownCell); + // notebook.model?.sharedModel.addCell(markdownCell); + } + } + } + } + + async generateAltText(imageData: string, cellId: string): Promise { + // const target = document.getElementById("spinner-" + cellId); + // if (target) { + // target.parentElement!.style.display = 'flex'; + // const spinner = createSpinner(target); + // try { + // const altText = await sendImageToModel(imageData || " ", this._userOllamaUrl); + // this.updateCell(cellId, altText); + // } catch (error) { + // console.error("Error generating alt text:", error); + // } finally { + // stopSpinner(spinner); + // target.parentElement!.style.display = 'none'; + // } + // } + const target = document.getElementById("spinner-" + cellId); + if (target) { + try { + target.parentElement!.style.display = 'flex'; + const altText = await sendImageToModel(imageData || " ", this._userOllamaUrl); + this.updateCell(cellId, altText); + target.parentElement!.style.display = 'none'; + } catch (error) { + console.error("Error generating alt text:", error); + target.parentElement!.style.display = 'none'; + } + } + } + //scroll to cell once clicked - scrollToCell(cellId: string): void { + scrollToCell(cellId: string, buttonId: string, altTextEnabled: boolean): void { const notebookPanel = this._notebookTracker.currentWidget; const notebook = notebookPanel!.content; @@ -686,7 +1002,7 @@ class AltCellList extends Widget { const cell = notebook.widgets[i]; if (cell.model.id === cellId) { cell.node.scrollIntoView({ behavior: 'auto', block: 'center' }); - + //flash the cell in a yellow color briefly when higlighted const originalStyle = cell.node.style.transition; cell.node.style.transition = 'background-color 0.5s ease'; @@ -695,6 +1011,17 @@ class AltCellList extends Widget { cell.node.style.backgroundColor = ''; cell.node.style.transition = originalStyle; }, 800); + + // If issue is alt-text + if (buttonId == "alt") { + if (!altTextEnabled) this.updateCell(cell.model.id, ""); + else { + const imageSrc = cell.node.querySelector('img')?.src; + if (imageSrc) { + this.generateAltText(imageSrc, cell.model.id); + } + } + } } } } diff --git a/style/base.css b/style/base.css index e11f45777..c32bd3fb7 100644 --- a/style/base.css +++ b/style/base.css @@ -3,3 +3,43 @@ https://jupyterlab.readthedocs.io/en/stable/developer/css.html */ + +/* For Spinner */ +@keyframes spinner-line-fade-more { + 0%, 100% { + opacity: 0; /* minimum opacity */ + } + 1% { + opacity: 1; + } + } + + @keyframes spinner-line-fade-quick { + 0%, 39%, 100% { + opacity: 0.25; /* minimum opacity */ + } + 40% { + opacity: 1; + } + } + + @keyframes spinner-line-fade-default { + 0%, 100% { + opacity: 0.22; /* minimum opacity */ + } + 1% { + opacity: 1; + } + } + + @keyframes spinner-line-shrink { + 0%, 25%, 100% { + /* minimum scale and opacity */ + transform: scale(0.5); + opacity: 0.25; + } + 26% { + transform: scale(1); + opacity: 1; + } + } \ No newline at end of file diff --git a/test_notebooks/alt_text_generation_demo.ipynb b/test_notebooks/alt_text_generation_demo.ipynb new file mode 100644 index 000000000..73a1ad7f4 --- /dev/null +++ b/test_notebooks/alt_text_generation_demo.ipynb @@ -0,0 +1,83 @@ +{ + "cells": [ + { + "cell_type": "markdown", + "id": "2c927fea-c7ff-45ed-abb3-47dd5b2fd026", + "metadata": {}, + "source": [ + "Image 1 is embedded with HTML code. Alt tag is not present.\n", + "\n", + "\"The\n", + "" + ] + }, + { + "cell_type": "markdown", + "id": "da9f8900-b6e6-430f-9aef-5a9b515d90dd", + "metadata": {}, + "source": [ + "Image 2 is embedded with HTML code. Alt tag comes before src tag.\n", + "\n", + "\"\"" + ] + }, + { + "cell_type": "markdown", + "id": "732406cb-ff41-43c6-8906-e8ddc0346a22", + "metadata": { + "editable": true, + "slideshow": { + "slide_type": "" + }, + "tags": [] + }, + "source": [ + "Image 3 is embedded with HTML code. Alt tag comes after src tag.\n", + "\n", + "\"\"\n", + "" + ] + }, + { + "cell_type": "markdown", + "id": "cb046818-a742-4b65-a1d9-21fce97b34b1", + "metadata": {}, + "source": [ + "Image 4 is embedded with HTML code. Alt tag is located in between tags.\n", + "\n", + "\"Oski" + ] + }, + { + "cell_type": "markdown", + "id": "9ba09d01-2b0e-4de8-bfed-71aa00325db8", + "metadata": {}, + "source": [ + "Image 5 is embedded with Markdown. Alt tag is not present.\n", + "\n", + "![](https://upload.wikimedia.org/wikipedia/commons/7/79/Doe_Library_-_detail_West.jpg)" + ] + } + ], + "metadata": { + "kernelspec": { + "display_name": "Python 3 (ipykernel)", + "language": "python", + "name": "python3" + }, + "language_info": { + "codemirror_mode": { + "name": "ipython", + "version": 3 + }, + "file_extension": ".py", + "mimetype": "text/x-python", + "name": "python", + "nbconvert_exporter": "python", + "pygments_lexer": "ipython3", + "version": "3.11.11" + } + }, + "nbformat": 4, + "nbformat_minor": 5 +} diff --git a/tsconfig.json b/tsconfig.json index 7dc428fd4..2e06b23d2 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -21,5 +21,5 @@ "target": "ES2018", "types": ["node"] }, - "include": ["src/*", "custom_types/*"] + "include": ["src/**/*", "custom_types/*"] } diff --git a/tsconfig.tsbuildinfo b/tsconfig.tsbuildinfo new file mode 100644 index 000000000..c347d8e57 --- /dev/null +++ b/tsconfig.tsbuildinfo @@ -0,0 +1 @@ +{"program":{"fileNames":["./node_modules/typescript/lib/lib.es5.d.ts","./node_modules/typescript/lib/lib.es2015.d.ts","./node_modules/typescript/lib/lib.es2016.d.ts","./node_modules/typescript/lib/lib.es2017.d.ts","./node_modules/typescript/lib/lib.es2018.d.ts","./node_modules/typescript/lib/lib.es2019.d.ts","./node_modules/typescript/lib/lib.es2020.d.ts","./node_modules/typescript/lib/lib.dom.d.ts","./node_modules/typescript/lib/lib.dom.iterable.d.ts","./node_modules/typescript/lib/lib.webworker.importscripts.d.ts","./node_modules/typescript/lib/lib.scripthost.d.ts","./node_modules/typescript/lib/lib.es2015.core.d.ts","./node_modules/typescript/lib/lib.es2015.collection.d.ts","./node_modules/typescript/lib/lib.es2015.generator.d.ts","./node_modules/typescript/lib/lib.es2015.iterable.d.ts","./node_modules/typescript/lib/lib.es2015.promise.d.ts","./node_modules/typescript/lib/lib.es2015.proxy.d.ts","./node_modules/typescript/lib/lib.es2015.reflect.d.ts","./node_modules/typescript/lib/lib.es2015.symbol.d.ts","./node_modules/typescript/lib/lib.es2015.symbol.wellknown.d.ts","./node_modules/typescript/lib/lib.es2016.array.include.d.ts","./node_modules/typescript/lib/lib.es2017.object.d.ts","./node_modules/typescript/lib/lib.es2017.sharedmemory.d.ts","./node_modules/typescript/lib/lib.es2017.string.d.ts","./node_modules/typescript/lib/lib.es2017.intl.d.ts","./node_modules/typescript/lib/lib.es2017.typedarrays.d.ts","./node_modules/typescript/lib/lib.es2018.asyncgenerator.d.ts","./node_modules/typescript/lib/lib.es2018.asynciterable.d.ts","./node_modules/typescript/lib/lib.es2018.intl.d.ts","./node_modules/typescript/lib/lib.es2018.promise.d.ts","./node_modules/typescript/lib/lib.es2018.regexp.d.ts","./node_modules/typescript/lib/lib.es2019.array.d.ts","./node_modules/typescript/lib/lib.es2019.object.d.ts","./node_modules/typescript/lib/lib.es2019.string.d.ts","./node_modules/typescript/lib/lib.es2019.symbol.d.ts","./node_modules/typescript/lib/lib.es2019.intl.d.ts","./node_modules/typescript/lib/lib.es2020.bigint.d.ts","./node_modules/typescript/lib/lib.es2020.date.d.ts","./node_modules/typescript/lib/lib.es2020.promise.d.ts","./node_modules/typescript/lib/lib.es2020.sharedmemory.d.ts","./node_modules/typescript/lib/lib.es2020.string.d.ts","./node_modules/typescript/lib/lib.es2020.symbol.wellknown.d.ts","./node_modules/typescript/lib/lib.es2020.intl.d.ts","./node_modules/typescript/lib/lib.es2020.number.d.ts","./node_modules/typescript/lib/lib.esnext.intl.d.ts","./node_modules/typescript/lib/lib.decorators.d.ts","./node_modules/typescript/lib/lib.decorators.legacy.d.ts","./node_modules/typescript/lib/lib.es2018.full.d.ts","./node_modules/@lumino/signaling/types/index.d.ts","./node_modules/@lumino/disposable/types/index.d.ts","./node_modules/@lumino/coreutils/types/json.d.ts","./node_modules/@lumino/coreutils/types/mime.d.ts","./node_modules/@lumino/coreutils/types/token.d.ts","./node_modules/@lumino/coreutils/types/plugins.d.ts","./node_modules/@lumino/coreutils/types/promise.d.ts","./node_modules/@lumino/coreutils/types/index.common.d.ts","./node_modules/@lumino/coreutils/types/random.d.ts","./node_modules/@lumino/coreutils/types/random.browser.d.ts","./node_modules/@lumino/coreutils/types/uuid.browser.d.ts","./node_modules/@lumino/coreutils/types/index.d.ts","./node_modules/@jupyterlab/application/node_modules/@jupyterlab/nbformat/lib/index.d.ts","./node_modules/@jupyterlab/application/node_modules/@jupyterlab/services/lib/kernel/messages.d.ts","./node_modules/@jupyterlab/application/node_modules/@jupyterlab/services/lib/kernelspec/restapi.d.ts","./node_modules/@jupyterlab/application/node_modules/@jupyterlab/services/lib/kernelspec/kernelspec.d.ts","./node_modules/@lumino/polling/types/poll.d.ts","./node_modules/@lumino/polling/types/ratelimiter.d.ts","./node_modules/@lumino/polling/types/index.d.ts","./node_modules/@jupyterlab/application/node_modules/@jupyterlab/services/lib/kernelspec/manager.d.ts","./node_modules/@jupyterlab/application/node_modules/@jupyterlab/services/lib/kernelspec/index.d.ts","./node_modules/@jupyterlab/application/node_modules/@jupyterlab/services/lib/kernel/restapi.d.ts","./node_modules/@jupyterlab/application/node_modules/@jupyterlab/services/lib/kernel/kernel.d.ts","./node_modules/@jupyterlab/application/node_modules/@jupyterlab/services/lib/kernel/default.d.ts","./node_modules/@jupyterlab/application/node_modules/@jupyterlab/services/lib/kernel/manager.d.ts","./node_modules/@jupyterlab/application/node_modules/@jupyterlab/services/lib/kernel/index.d.ts","./node_modules/@jupyterlab/application/node_modules/@jupyterlab/services/lib/serverconnection.d.ts","./node_modules/@jupyterlab/application/node_modules/@jupyterlab/services/lib/basemanager.d.ts","./node_modules/@jupyterlab/application/node_modules/@jupyterlab/services/lib/config/index.d.ts","./node_modules/@jupyterlab/nbformat/lib/index.d.ts","./node_modules/lib0/observable.d.ts","./node_modules/lib0/random.d.ts","./node_modules/lib0/encoding.d.ts","./node_modules/lib0/decoding.d.ts","./node_modules/yjs/dist/src/utils/updateencoder.d.ts","./node_modules/yjs/dist/src/utils/updatedecoder.d.ts","./node_modules/yjs/dist/src/utils/deleteset.d.ts","./node_modules/yjs/dist/src/utils/yevent.d.ts","./node_modules/yjs/dist/src/utils/transaction.d.ts","./node_modules/yjs/dist/src/utils/eventhandler.d.ts","./node_modules/yjs/dist/src/utils/snapshot.d.ts","./node_modules/yjs/dist/src/types/abstracttype.d.ts","./node_modules/yjs/dist/src/utils/id.d.ts","./node_modules/yjs/dist/src/structs/abstractstruct.d.ts","./node_modules/yjs/dist/src/structs/gc.d.ts","./node_modules/yjs/dist/src/utils/structstore.d.ts","./node_modules/yjs/dist/src/utils/undomanager.d.ts","./node_modules/yjs/dist/src/structs/item.d.ts","./node_modules/yjs/dist/src/types/yarray.d.ts","./node_modules/yjs/dist/src/types/ytext.d.ts","./node_modules/yjs/dist/src/types/ymap.d.ts","./node_modules/yjs/dist/src/types/yxmltext.d.ts","./node_modules/yjs/dist/src/types/yxmlhook.d.ts","./node_modules/yjs/dist/src/types/yxmlevent.d.ts","./node_modules/yjs/dist/src/types/yxmlfragment.d.ts","./node_modules/yjs/dist/src/types/yxmlelement.d.ts","./node_modules/yjs/dist/src/utils/doc.d.ts","./node_modules/yjs/dist/src/utils/abstractconnector.d.ts","./node_modules/yjs/dist/src/utils/encoding.d.ts","./node_modules/yjs/dist/src/utils/isparentof.d.ts","./node_modules/yjs/dist/src/utils/logging.d.ts","./node_modules/yjs/dist/src/utils/permanentuserdata.d.ts","./node_modules/yjs/dist/src/utils/relativeposition.d.ts","./node_modules/yjs/dist/src/structs/skip.d.ts","./node_modules/yjs/dist/src/utils/updates.d.ts","./node_modules/yjs/dist/src/structs/contentbinary.d.ts","./node_modules/yjs/dist/src/structs/contentdeleted.d.ts","./node_modules/yjs/dist/src/structs/contentdoc.d.ts","./node_modules/yjs/dist/src/structs/contentembed.d.ts","./node_modules/yjs/dist/src/structs/contentformat.d.ts","./node_modules/yjs/dist/src/structs/contentjson.d.ts","./node_modules/yjs/dist/src/structs/contentany.d.ts","./node_modules/yjs/dist/src/structs/contentstring.d.ts","./node_modules/yjs/dist/src/structs/contenttype.d.ts","./node_modules/yjs/dist/src/internals.d.ts","./node_modules/yjs/dist/src/index.d.ts","./node_modules/y-protocols/awareness.d.ts","./node_modules/@jupyter/ydoc/lib/awareness.d.ts","./node_modules/@jupyter/ydoc/lib/api.d.ts","./node_modules/@jupyter/ydoc/lib/utils.d.ts","./node_modules/@jupyter/ydoc/lib/ytext.d.ts","./node_modules/@jupyter/ydoc/lib/ydocument.d.ts","./node_modules/@jupyter/ydoc/lib/yfile.d.ts","./node_modules/@jupyter/ydoc/lib/ycell.d.ts","./node_modules/@jupyter/ydoc/lib/ynotebook.d.ts","./node_modules/@jupyter/ydoc/lib/index.d.ts","./node_modules/@jupyterlab/application/node_modules/@jupyterlab/services/lib/contents/index.d.ts","./node_modules/@jupyterlab/application/node_modules/@jupyterlab/services/lib/event/index.d.ts","./node_modules/@jupyterlab/application/node_modules/@jupyterlab/services/lib/builder/index.d.ts","./node_modules/@jupyterlab/application/node_modules/@jupyterlab/services/lib/nbconvert/index.d.ts","./node_modules/@jupyterlab/application/node_modules/@jupyterlab/coreutils/lib/activitymonitor.d.ts","./node_modules/@jupyterlab/application/node_modules/@jupyterlab/coreutils/lib/interfaces.d.ts","./node_modules/@jupyterlab/application/node_modules/@jupyterlab/coreutils/lib/lru.d.ts","./node_modules/@jupyterlab/application/node_modules/@jupyterlab/coreutils/lib/markdowncodeblocks.d.ts","./node_modules/@jupyterlab/application/node_modules/@jupyterlab/coreutils/lib/pageconfig.d.ts","./node_modules/@jupyterlab/application/node_modules/@jupyterlab/coreutils/lib/path.d.ts","./node_modules/@jupyterlab/application/node_modules/@jupyterlab/coreutils/lib/signal.d.ts","./node_modules/@jupyterlab/application/node_modules/@jupyterlab/coreutils/lib/text.d.ts","./node_modules/@jupyterlab/application/node_modules/@jupyterlab/coreutils/lib/time.d.ts","./node_modules/@jupyterlab/application/node_modules/@jupyterlab/coreutils/lib/url.d.ts","./node_modules/@jupyterlab/application/node_modules/@jupyterlab/coreutils/lib/index.d.ts","./node_modules/@jupyterlab/application/node_modules/@jupyterlab/services/lib/session/session.d.ts","./node_modules/@jupyterlab/application/node_modules/@jupyterlab/services/lib/session/restapi.d.ts","./node_modules/@jupyterlab/application/node_modules/@jupyterlab/services/lib/session/manager.d.ts","./node_modules/@jupyterlab/application/node_modules/@jupyterlab/services/lib/session/index.d.ts","./node_modules/@lumino/virtualdom/types/index.d.ts","./node_modules/@lumino/commands/types/index.d.ts","./node_modules/@jupyterlab/application/node_modules/@jupyterlab/statedb/lib/interfaces.d.ts","./node_modules/@jupyterlab/application/node_modules/@jupyterlab/statedb/lib/dataconnector.d.ts","./node_modules/@jupyterlab/application/node_modules/@jupyterlab/statedb/lib/restorablepool.d.ts","./node_modules/@jupyterlab/application/node_modules/@jupyterlab/statedb/lib/tokens.d.ts","./node_modules/@jupyterlab/application/node_modules/@jupyterlab/statedb/lib/statedb.d.ts","./node_modules/@jupyterlab/application/node_modules/@jupyterlab/statedb/lib/index.d.ts","./node_modules/@types/react/ts5.0/global.d.ts","./node_modules/@types/react/node_modules/csstype/index.d.ts","./node_modules/@types/prop-types/index.d.ts","./node_modules/@types/react/ts5.0/index.d.ts","./node_modules/@types/json-schema/index.d.ts","./node_modules/@rjsf/utils/lib/enums.d.ts","./node_modules/@rjsf/utils/lib/types.d.ts","./node_modules/@rjsf/utils/lib/allowadditionalitems.d.ts","./node_modules/@rjsf/utils/lib/asnumber.d.ts","./node_modules/@rjsf/utils/lib/canexpand.d.ts","./node_modules/@rjsf/utils/lib/createerrorhandler.d.ts","./node_modules/@rjsf/utils/lib/createschemautils.d.ts","./node_modules/@rjsf/utils/lib/datauritoblob.d.ts","./node_modules/@rjsf/utils/lib/daterangeoptions.d.ts","./node_modules/@rjsf/utils/lib/deepequals.d.ts","./node_modules/@rjsf/utils/lib/englishstringtranslator.d.ts","./node_modules/@rjsf/utils/lib/enumoptionsdeselectvalue.d.ts","./node_modules/@rjsf/utils/lib/enumoptionsindexforvalue.d.ts","./node_modules/@rjsf/utils/lib/enumoptionsisselected.d.ts","./node_modules/@rjsf/utils/lib/enumoptionsselectvalue.d.ts","./node_modules/@rjsf/utils/lib/enumoptionsvalueforindex.d.ts","./node_modules/@rjsf/utils/lib/errorschemabuilder.d.ts","./node_modules/@rjsf/utils/lib/findschemadefinition.d.ts","./node_modules/@rjsf/utils/lib/getdateelementprops.d.ts","./node_modules/@rjsf/utils/lib/getdiscriminatorfieldfromschema.d.ts","./node_modules/@rjsf/utils/lib/getinputprops.d.ts","./node_modules/@rjsf/utils/lib/getschematype.d.ts","./node_modules/@rjsf/utils/lib/getsubmitbuttonoptions.d.ts","./node_modules/@rjsf/utils/lib/gettemplate.d.ts","./node_modules/@rjsf/utils/lib/getuioptions.d.ts","./node_modules/@rjsf/utils/lib/getwidget.d.ts","./node_modules/@rjsf/utils/lib/guesstype.d.ts","./node_modules/@rjsf/utils/lib/hashforschema.d.ts","./node_modules/@rjsf/utils/lib/haswidget.d.ts","./node_modules/@rjsf/utils/lib/idgenerators.d.ts","./node_modules/@rjsf/utils/lib/isconstant.d.ts","./node_modules/@rjsf/utils/lib/iscustomwidget.d.ts","./node_modules/@rjsf/utils/lib/isfixeditems.d.ts","./node_modules/@rjsf/utils/lib/isobject.d.ts","./node_modules/@rjsf/utils/lib/labelvalue.d.ts","./node_modules/@rjsf/utils/lib/localtoutc.d.ts","./node_modules/@rjsf/utils/lib/mergedefaultswithformdata.d.ts","./node_modules/@rjsf/utils/lib/mergeobjects.d.ts","./node_modules/@rjsf/utils/lib/mergeschemas.d.ts","./node_modules/@rjsf/utils/lib/optionslist.d.ts","./node_modules/@rjsf/utils/lib/orderproperties.d.ts","./node_modules/@rjsf/utils/lib/pad.d.ts","./node_modules/@rjsf/utils/lib/parsedatestring.d.ts","./node_modules/@rjsf/utils/lib/rangespec.d.ts","./node_modules/@rjsf/utils/lib/replacestringparameters.d.ts","./node_modules/@rjsf/utils/lib/schemarequirestruevalue.d.ts","./node_modules/@rjsf/utils/lib/shouldrender.d.ts","./node_modules/@rjsf/utils/lib/toconstant.d.ts","./node_modules/@rjsf/utils/lib/todatestring.d.ts","./node_modules/@rjsf/utils/lib/toerrorlist.d.ts","./node_modules/@rjsf/utils/lib/toerrorschema.d.ts","./node_modules/@rjsf/utils/lib/unwraperrorhandler.d.ts","./node_modules/@rjsf/utils/lib/utctolocal.d.ts","./node_modules/@rjsf/utils/lib/validationdatamerge.d.ts","./node_modules/@rjsf/utils/lib/withidrefprefix.d.ts","./node_modules/@rjsf/utils/lib/getoptionmatchingsimplediscriminator.d.ts","./node_modules/@rjsf/utils/lib/constants.d.ts","./node_modules/@rjsf/utils/lib/parser/parservalidator.d.ts","./node_modules/@rjsf/utils/lib/parser/schemaparser.d.ts","./node_modules/@rjsf/utils/lib/parser/index.d.ts","./node_modules/@rjsf/utils/lib/schema/getdefaultformstate.d.ts","./node_modules/@rjsf/utils/lib/schema/getdisplaylabel.d.ts","./node_modules/@rjsf/utils/lib/schema/getclosestmatchingoption.d.ts","./node_modules/@rjsf/utils/lib/schema/getfirstmatchingoption.d.ts","./node_modules/@rjsf/utils/lib/schema/getmatchingoption.d.ts","./node_modules/@rjsf/utils/lib/schema/isfilesarray.d.ts","./node_modules/@rjsf/utils/lib/schema/ismultiselect.d.ts","./node_modules/@rjsf/utils/lib/schema/isselect.d.ts","./node_modules/@rjsf/utils/lib/schema/mergevalidationdata.d.ts","./node_modules/@rjsf/utils/lib/schema/retrieveschema.d.ts","./node_modules/@rjsf/utils/lib/schema/sanitizedatafornewschema.d.ts","./node_modules/@rjsf/utils/lib/schema/toidschema.d.ts","./node_modules/@rjsf/utils/lib/schema/topathschema.d.ts","./node_modules/@rjsf/utils/lib/schema/index.d.ts","./node_modules/@rjsf/utils/lib/index.d.ts","./node_modules/@jupyterlab/application/node_modules/@jupyterlab/settingregistry/lib/tokens.d.ts","./node_modules/@jupyterlab/application/node_modules/@jupyterlab/settingregistry/lib/settingregistry.d.ts","./node_modules/@jupyterlab/application/node_modules/@jupyterlab/settingregistry/lib/index.d.ts","./node_modules/@jupyterlab/application/node_modules/@jupyterlab/services/lib/setting/index.d.ts","./node_modules/@jupyterlab/application/node_modules/@jupyterlab/services/lib/terminal/restapi.d.ts","./node_modules/@jupyterlab/application/node_modules/@jupyterlab/services/lib/terminal/terminal.d.ts","./node_modules/@jupyterlab/application/node_modules/@jupyterlab/services/lib/terminal/manager.d.ts","./node_modules/@jupyterlab/application/node_modules/@jupyterlab/services/lib/terminal/index.d.ts","./node_modules/@jupyterlab/application/node_modules/@jupyterlab/services/lib/user/index.d.ts","./node_modules/@jupyterlab/application/node_modules/@jupyterlab/services/lib/workspace/index.d.ts","./node_modules/@jupyterlab/application/node_modules/@jupyterlab/services/lib/manager.d.ts","./node_modules/@jupyterlab/application/node_modules/@jupyterlab/services/lib/index.d.ts","./node_modules/@lumino/messaging/types/index.d.ts","./node_modules/@lumino/widgets/types/title.d.ts","./node_modules/@lumino/widgets/types/widget.d.ts","./node_modules/@lumino/widgets/types/layout.d.ts","./node_modules/@lumino/widgets/types/panellayout.d.ts","./node_modules/@lumino/widgets/types/splitlayout.d.ts","./node_modules/@lumino/widgets/types/accordionlayout.d.ts","./node_modules/@lumino/widgets/types/panel.d.ts","./node_modules/@lumino/widgets/types/splitpanel.d.ts","./node_modules/@lumino/widgets/types/accordionpanel.d.ts","./node_modules/@lumino/widgets/types/boxengine.d.ts","./node_modules/@lumino/widgets/types/boxlayout.d.ts","./node_modules/@lumino/widgets/types/boxpanel.d.ts","./node_modules/@lumino/widgets/types/commandpalette.d.ts","./node_modules/@lumino/widgets/types/menu.d.ts","./node_modules/@lumino/widgets/types/contextmenu.d.ts","./node_modules/@lumino/widgets/types/tabbar.d.ts","./node_modules/@lumino/widgets/types/docklayout.d.ts","./node_modules/@lumino/widgets/types/dockpanel.d.ts","./node_modules/@lumino/widgets/types/focustracker.d.ts","./node_modules/@lumino/widgets/types/gridlayout.d.ts","./node_modules/@lumino/widgets/types/menubar.d.ts","./node_modules/@lumino/widgets/types/scrollbar.d.ts","./node_modules/@lumino/widgets/types/singletonlayout.d.ts","./node_modules/@lumino/widgets/types/stackedlayout.d.ts","./node_modules/@lumino/widgets/types/stackedpanel.d.ts","./node_modules/@lumino/widgets/types/tabpanel.d.ts","./node_modules/@lumino/widgets/types/index.d.ts","./node_modules/@jupyterlab/application/node_modules/@jupyterlab/rendermime-interfaces/lib/index.d.ts","./node_modules/@jupyterlab/application/node_modules/@jupyterlab/translation/lib/tokens.d.ts","./node_modules/@jupyterlab/application/node_modules/@jupyterlab/translation/lib/base.d.ts","./node_modules/@jupyterlab/application/node_modules/@jupyterlab/translation/lib/gettext.d.ts","./node_modules/@jupyterlab/application/node_modules/@jupyterlab/translation/lib/manager.d.ts","./node_modules/@jupyterlab/application/node_modules/@jupyterlab/translation/lib/server.d.ts","./node_modules/@jupyterlab/application/node_modules/@jupyterlab/translation/lib/index.d.ts","./node_modules/@jupyterlab/application/node_modules/@jupyterlab/ui-components/lib/components/button.d.ts","./node_modules/@jupyterlab/application/node_modules/@jupyterlab/ui-components/lib/components/collapser.d.ts","./node_modules/@types/react/ts5.0/jsx-runtime.d.ts","./node_modules/@rjsf/core/lib/components/form.d.ts","./node_modules/@rjsf/core/lib/withtheme.d.ts","./node_modules/@rjsf/core/lib/getdefaultregistry.d.ts","./node_modules/@rjsf/core/lib/index.d.ts","./node_modules/@jupyterlab/application/node_modules/@jupyterlab/ui-components/lib/components/form.d.ts","./node_modules/csstype/index.d.ts","./node_modules/typestyle/lib/types.d.ts","./node_modules/@jupyterlab/application/node_modules/@jupyterlab/ui-components/lib/style/icon.d.ts","./node_modules/@jupyterlab/application/node_modules/@jupyterlab/ui-components/lib/style/index.d.ts","./node_modules/@jupyterlab/application/node_modules/@jupyterlab/ui-components/lib/icon/labicon.d.ts","./node_modules/@jupyterlab/application/node_modules/@jupyterlab/ui-components/lib/icon/iconimports.d.ts","./node_modules/@jupyterlab/application/node_modules/@jupyterlab/ui-components/lib/icon/widgets/commandpalettesvg.d.ts","./node_modules/@jupyterlab/application/node_modules/@jupyterlab/ui-components/lib/icon/widgets/menusvg.d.ts","./node_modules/@jupyterlab/application/node_modules/@jupyterlab/ui-components/lib/icon/widgets/tabbarsvg.d.ts","./node_modules/@jupyterlab/application/node_modules/@jupyterlab/ui-components/lib/icon/widgets/index.d.ts","./node_modules/@jupyterlab/application/node_modules/@jupyterlab/ui-components/lib/icon/index.d.ts","./node_modules/@jupyterlab/application/node_modules/@jupyterlab/ui-components/lib/components/interface.d.ts","./node_modules/@jupyterlab/application/node_modules/@jupyterlab/ui-components/lib/components/htmlselect.d.ts","./node_modules/@jupyterlab/application/node_modules/@jupyterlab/ui-components/lib/components/iframe.d.ts","./node_modules/@jupyterlab/application/node_modules/@jupyterlab/ui-components/lib/components/inputgroup.d.ts","./node_modules/@jupyterlab/application/node_modules/@jupyterlab/ui-components/lib/components/menu.d.ts","./node_modules/@jupyterlab/application/node_modules/@jupyterlab/ui-components/lib/components/vdom.d.ts","./node_modules/@jupyterlab/application/node_modules/@jupyterlab/ui-components/lib/components/toolbar.d.ts","./node_modules/@jupyterlab/application/node_modules/@jupyterlab/ui-components/lib/components/panelwithtoolbar.d.ts","./node_modules/@jupyterlab/application/node_modules/@jupyterlab/ui-components/lib/components/search.d.ts","./node_modules/@jupyterlab/application/node_modules/@jupyterlab/ui-components/lib/components/sidepanel.d.ts","./node_modules/@jupyterlab/application/node_modules/@jupyterlab/ui-components/lib/components/spinner.d.ts","./node_modules/@jupyterlab/application/node_modules/@jupyterlab/ui-components/lib/components/styling.d.ts","./node_modules/@jupyterlab/application/node_modules/@jupyterlab/ui-components/lib/components/switch.d.ts","./node_modules/@jupyterlab/application/node_modules/@jupyterlab/ui-components/lib/components/table.d.ts","./node_modules/@jupyterlab/application/node_modules/@jupyterlab/observables/lib/observablemap.d.ts","./node_modules/@jupyterlab/application/node_modules/@jupyterlab/observables/lib/observablejson.d.ts","./node_modules/@jupyterlab/application/node_modules/@jupyterlab/observables/lib/observablestring.d.ts","./node_modules/@jupyterlab/application/node_modules/@jupyterlab/observables/lib/observablelist.d.ts","./node_modules/@jupyterlab/application/node_modules/@jupyterlab/observables/lib/undoablelist.d.ts","./node_modules/@jupyterlab/application/node_modules/@jupyterlab/observables/lib/modeldb.d.ts","./node_modules/@jupyterlab/application/node_modules/@jupyterlab/observables/lib/index.d.ts","./node_modules/@jupyterlab/application/node_modules/@jupyterlab/ui-components/lib/components/windowedlist.d.ts","./node_modules/@jupyterlab/application/node_modules/@jupyterlab/ui-components/lib/components/index.d.ts","./node_modules/@jupyterlab/application/node_modules/@jupyterlab/ui-components/lib/hoverbox.d.ts","./node_modules/@jupyterlab/application/node_modules/@jupyterlab/ui-components/lib/tokens.d.ts","./node_modules/@jupyterlab/application/node_modules/@jupyterlab/ui-components/lib/utils.d.ts","./node_modules/@jupyterlab/application/node_modules/@jupyterlab/ui-components/lib/formrendererregistry.d.ts","./node_modules/@jupyterlab/application/node_modules/@jupyterlab/ui-components/lib/index.d.ts","./node_modules/@jupyterlab/application/node_modules/@jupyterlab/apputils/lib/sessioncontext.d.ts","./node_modules/@jupyterlab/application/node_modules/@jupyterlab/apputils/lib/tokens.d.ts","./node_modules/@jupyterlab/application/node_modules/@jupyterlab/apputils/lib/toolbar/factory.d.ts","./node_modules/@jupyterlab/application/node_modules/@jupyterlab/apputils/lib/toolbar/registry.d.ts","./node_modules/@jupyterlab/application/node_modules/@jupyterlab/apputils/lib/toolbar/widget.d.ts","./node_modules/@jupyterlab/application/node_modules/@jupyterlab/apputils/lib/toolbar/index.d.ts","./node_modules/@jupyterlab/application/node_modules/@jupyterlab/apputils/lib/clipboard.d.ts","./node_modules/@jupyterlab/application/node_modules/@jupyterlab/apputils/lib/commandlinker.d.ts","./node_modules/@jupyterlab/application/node_modules/@jupyterlab/apputils/lib/commandpalette.d.ts","./node_modules/@jupyterlab/application/node_modules/@jupyterlab/apputils/lib/widgettracker.d.ts","./node_modules/@jupyterlab/application/node_modules/@jupyterlab/apputils/lib/dialog.d.ts","./node_modules/@jupyterlab/application/node_modules/@jupyterlab/apputils/lib/domutils.d.ts","./node_modules/@jupyterlab/application/node_modules/@jupyterlab/apputils/lib/inputdialog.d.ts","./node_modules/@jupyterlab/application/node_modules/@jupyterlab/apputils/lib/kernelstatuses.d.ts","./node_modules/@jupyterlab/application/node_modules/@jupyterlab/apputils/lib/printing.d.ts","./node_modules/@jupyterlab/application/node_modules/@jupyterlab/apputils/lib/mainareawidget.d.ts","./node_modules/@jupyterlab/application/node_modules/@jupyterlab/apputils/lib/menufactory.d.ts","./node_modules/@jupyterlab/application/node_modules/@jupyterlab/apputils/lib/notification.d.ts","./node_modules/@jupyterlab/application/node_modules/@jupyterlab/apputils/lib/runningsessions.d.ts","./node_modules/@jupyterlab/application/node_modules/@jupyterlab/apputils/lib/sanitizer.d.ts","./node_modules/@jupyterlab/application/node_modules/@jupyterlab/apputils/lib/semanticcommand.d.ts","./node_modules/@jupyterlab/application/node_modules/@jupyterlab/apputils/lib/thememanager.d.ts","./node_modules/@jupyterlab/application/node_modules/@jupyterlab/apputils/lib/windowresolver.d.ts","./node_modules/@jupyterlab/application/node_modules/@jupyterlab/apputils/lib/index.d.ts","./node_modules/@codemirror/state/dist/index.d.ts","./node_modules/@jupyterlab/application/node_modules/@jupyterlab/codeeditor/lib/editor.d.ts","./node_modules/@jupyterlab/application/node_modules/@jupyterlab/codeeditor/lib/factory.d.ts","./node_modules/@jupyterlab/application/node_modules/@jupyterlab/codeeditor/lib/jsoneditor.d.ts","./node_modules/@jupyterlab/application/node_modules/@jupyterlab/codeeditor/lib/linecol.d.ts","./node_modules/@jupyterlab/application/node_modules/@jupyterlab/codeeditor/lib/mimetype.d.ts","./node_modules/@jupyterlab/application/node_modules/@jupyterlab/codeeditor/lib/tokens.d.ts","./node_modules/@jupyterlab/application/node_modules/@jupyterlab/codeeditor/lib/viewer.d.ts","./node_modules/@jupyterlab/application/node_modules/@jupyterlab/codeeditor/lib/widget.d.ts","./node_modules/@jupyterlab/application/node_modules/@jupyterlab/codeeditor/lib/index.d.ts","./node_modules/@jupyterlab/application/node_modules/@jupyterlab/docregistry/lib/registry.d.ts","./node_modules/@jupyterlab/application/node_modules/@jupyterlab/docregistry/lib/context.d.ts","./node_modules/@jupyterlab/application/node_modules/@jupyterlab/docregistry/lib/default.d.ts","./node_modules/@jupyterlab/application/node_modules/@jupyterlab/rendermime/lib/attachmentmodel.d.ts","./node_modules/@jupyterlab/application/node_modules/@jupyterlab/rendermime/lib/factories.d.ts","./node_modules/@jupyterlab/application/node_modules/@jupyterlab/rendermime/lib/latex.d.ts","./node_modules/@jupyterlab/application/node_modules/@jupyterlab/rendermime/lib/mimemodel.d.ts","./node_modules/@jupyterlab/application/node_modules/@jupyterlab/rendermime/lib/outputmodel.d.ts","./node_modules/@jupyterlab/application/node_modules/@jupyterlab/rendermime/lib/tokens.d.ts","./node_modules/@jupyterlab/application/node_modules/@jupyterlab/rendermime/lib/registry.d.ts","./node_modules/@jupyterlab/application/node_modules/@jupyterlab/rendermime/lib/renderers.d.ts","./node_modules/@jupyterlab/application/node_modules/@jupyterlab/rendermime/lib/widgets.d.ts","./node_modules/@jupyterlab/application/node_modules/@jupyterlab/rendermime/lib/index.d.ts","./node_modules/@jupyterlab/application/node_modules/@jupyterlab/docregistry/lib/mimedocument.d.ts","./node_modules/@jupyterlab/application/node_modules/@jupyterlab/docregistry/lib/components.d.ts","./node_modules/@jupyterlab/application/node_modules/@jupyterlab/docregistry/lib/index.d.ts","./node_modules/@lumino/application/types/index.d.ts","./node_modules/@jupyterlab/application/lib/frontend.d.ts","./node_modules/@jupyterlab/application/lib/tokens.d.ts","./node_modules/@jupyterlab/application/lib/connectionlost.d.ts","./node_modules/@jupyterlab/application/lib/layoutrestorer.d.ts","./node_modules/@jupyterlab/application/lib/shell.d.ts","./node_modules/@jupyterlab/application/lib/status.d.ts","./node_modules/@jupyterlab/application/lib/lab.d.ts","./node_modules/@jupyterlab/application/lib/mimerenderers.d.ts","./node_modules/@jupyterlab/application/lib/router.d.ts","./node_modules/@jupyterlab/application/lib/treepathupdater.d.ts","./node_modules/@jupyterlab/application/lib/utils.d.ts","./node_modules/@jupyterlab/application/lib/index.d.ts","./node_modules/@jupyterlab/ui-components/lib/components/button.d.ts","./node_modules/@jupyterlab/ui-components/lib/components/collapser.d.ts","./node_modules/@jupyterlab/rendermime-interfaces/lib/index.d.ts","./node_modules/@jupyterlab/services/lib/kernel/messages.d.ts","./node_modules/@jupyterlab/services/lib/kernelspec/restapi.d.ts","./node_modules/@jupyterlab/services/lib/kernelspec/kernelspec.d.ts","./node_modules/@jupyterlab/services/lib/kernelspec/manager.d.ts","./node_modules/@jupyterlab/services/lib/kernelspec/index.d.ts","./node_modules/@jupyterlab/services/lib/kernel/restapi.d.ts","./node_modules/@jupyterlab/services/lib/kernel/kernel.d.ts","./node_modules/@jupyterlab/services/lib/kernel/default.d.ts","./node_modules/@jupyterlab/services/lib/kernel/manager.d.ts","./node_modules/@jupyterlab/services/lib/kernel/index.d.ts","./node_modules/@jupyterlab/services/lib/serverconnection.d.ts","./node_modules/@jupyterlab/services/lib/basemanager.d.ts","./node_modules/@jupyterlab/services/lib/config/index.d.ts","./node_modules/@jupyterlab/services/lib/contents/index.d.ts","./node_modules/@jupyterlab/services/lib/event/index.d.ts","./node_modules/@jupyterlab/services/lib/builder/index.d.ts","./node_modules/@jupyterlab/services/lib/nbconvert/index.d.ts","./node_modules/@jupyterlab/coreutils/lib/activitymonitor.d.ts","./node_modules/@jupyterlab/coreutils/lib/interfaces.d.ts","./node_modules/@jupyterlab/coreutils/lib/lru.d.ts","./node_modules/@jupyterlab/coreutils/lib/markdowncodeblocks.d.ts","./node_modules/@jupyterlab/coreutils/lib/pageconfig.d.ts","./node_modules/@jupyterlab/coreutils/lib/path.d.ts","./node_modules/@jupyterlab/coreutils/lib/signal.d.ts","./node_modules/@jupyterlab/coreutils/lib/text.d.ts","./node_modules/@jupyterlab/coreutils/lib/time.d.ts","./node_modules/@jupyterlab/coreutils/lib/url.d.ts","./node_modules/@jupyterlab/coreutils/lib/index.d.ts","./node_modules/@jupyterlab/services/lib/session/session.d.ts","./node_modules/@jupyterlab/services/lib/session/restapi.d.ts","./node_modules/@jupyterlab/services/lib/session/manager.d.ts","./node_modules/@jupyterlab/services/lib/session/index.d.ts","./node_modules/@jupyterlab/statedb/lib/interfaces.d.ts","./node_modules/@jupyterlab/statedb/lib/dataconnector.d.ts","./node_modules/@jupyterlab/statedb/lib/restorablepool.d.ts","./node_modules/@jupyterlab/statedb/lib/tokens.d.ts","./node_modules/@jupyterlab/statedb/lib/statedb.d.ts","./node_modules/@jupyterlab/statedb/lib/index.d.ts","./node_modules/@jupyterlab/settingregistry/lib/tokens.d.ts","./node_modules/@jupyterlab/settingregistry/lib/settingregistry.d.ts","./node_modules/@jupyterlab/settingregistry/lib/index.d.ts","./node_modules/@jupyterlab/services/lib/setting/index.d.ts","./node_modules/@jupyterlab/services/lib/terminal/restapi.d.ts","./node_modules/@jupyterlab/services/lib/terminal/terminal.d.ts","./node_modules/@jupyterlab/services/lib/terminal/manager.d.ts","./node_modules/@jupyterlab/services/lib/terminal/index.d.ts","./node_modules/@jupyterlab/services/lib/user/index.d.ts","./node_modules/@jupyterlab/services/lib/workspace/index.d.ts","./node_modules/@jupyterlab/services/lib/manager.d.ts","./node_modules/@jupyterlab/services/lib/index.d.ts","./node_modules/@jupyterlab/translation/lib/tokens.d.ts","./node_modules/@jupyterlab/translation/lib/base.d.ts","./node_modules/@jupyterlab/translation/lib/gettext.d.ts","./node_modules/@jupyterlab/translation/lib/manager.d.ts","./node_modules/@jupyterlab/translation/lib/server.d.ts","./node_modules/@jupyterlab/translation/lib/index.d.ts","./node_modules/@jupyterlab/ui-components/lib/components/form.d.ts","./node_modules/@jupyterlab/ui-components/lib/style/icon.d.ts","./node_modules/@jupyterlab/ui-components/lib/style/index.d.ts","./node_modules/@jupyterlab/ui-components/lib/icon/labicon.d.ts","./node_modules/@jupyterlab/ui-components/lib/icon/iconimports.d.ts","./node_modules/@jupyterlab/ui-components/lib/icon/widgets/commandpalettesvg.d.ts","./node_modules/@jupyterlab/ui-components/lib/icon/widgets/menusvg.d.ts","./node_modules/@jupyterlab/ui-components/lib/icon/widgets/tabbarsvg.d.ts","./node_modules/@jupyterlab/ui-components/lib/icon/widgets/index.d.ts","./node_modules/@jupyterlab/ui-components/lib/icon/index.d.ts","./node_modules/@jupyterlab/ui-components/lib/components/interface.d.ts","./node_modules/@jupyterlab/ui-components/lib/components/htmlselect.d.ts","./node_modules/@jupyterlab/ui-components/lib/components/iframe.d.ts","./node_modules/@jupyterlab/ui-components/lib/components/inputgroup.d.ts","./node_modules/@jupyterlab/ui-components/lib/components/menu.d.ts","./node_modules/@jupyterlab/ui-components/lib/components/vdom.d.ts","./node_modules/@jupyterlab/ui-components/lib/components/toolbar.d.ts","./node_modules/@jupyterlab/ui-components/lib/components/panelwithtoolbar.d.ts","./node_modules/@jupyterlab/ui-components/lib/components/search.d.ts","./node_modules/@jupyterlab/ui-components/lib/components/sidepanel.d.ts","./node_modules/@jupyterlab/ui-components/lib/components/spinner.d.ts","./node_modules/@jupyterlab/ui-components/lib/components/styling.d.ts","./node_modules/@jupyterlab/ui-components/lib/components/switch.d.ts","./node_modules/@jupyterlab/ui-components/lib/components/table.d.ts","./node_modules/@jupyterlab/observables/lib/observablemap.d.ts","./node_modules/@jupyterlab/observables/lib/observablejson.d.ts","./node_modules/@jupyterlab/observables/lib/observablestring.d.ts","./node_modules/@jupyterlab/observables/lib/observablelist.d.ts","./node_modules/@jupyterlab/observables/lib/undoablelist.d.ts","./node_modules/@jupyterlab/observables/lib/modeldb.d.ts","./node_modules/@jupyterlab/observables/lib/index.d.ts","./node_modules/@jupyterlab/ui-components/lib/components/windowedlist.d.ts","./node_modules/@jupyterlab/ui-components/lib/components/index.d.ts","./node_modules/@jupyterlab/ui-components/lib/hoverbox.d.ts","./node_modules/@jupyterlab/ui-components/lib/tokens.d.ts","./node_modules/@jupyterlab/ui-components/lib/utils.d.ts","./node_modules/@jupyterlab/ui-components/lib/formrendererregistry.d.ts","./node_modules/@jupyterlab/ui-components/lib/index.d.ts","./node_modules/@jupyterlab/apputils/lib/sessioncontext.d.ts","./node_modules/@jupyterlab/apputils/lib/tokens.d.ts","./node_modules/@jupyterlab/apputils/lib/toolbar/factory.d.ts","./node_modules/@jupyterlab/apputils/lib/toolbar/registry.d.ts","./node_modules/@jupyterlab/apputils/lib/toolbar/widget.d.ts","./node_modules/@jupyterlab/apputils/lib/toolbar/index.d.ts","./node_modules/@jupyterlab/apputils/lib/clipboard.d.ts","./node_modules/@jupyterlab/apputils/lib/commandlinker.d.ts","./node_modules/@jupyterlab/apputils/lib/commandpalette.d.ts","./node_modules/@jupyterlab/apputils/lib/widgettracker.d.ts","./node_modules/@jupyterlab/apputils/lib/dialog.d.ts","./node_modules/@jupyterlab/apputils/lib/domutils.d.ts","./node_modules/@jupyterlab/apputils/lib/inputdialog.d.ts","./node_modules/@jupyterlab/apputils/lib/kernelstatuses.d.ts","./node_modules/@jupyterlab/apputils/lib/printing.d.ts","./node_modules/@jupyterlab/apputils/lib/mainareawidget.d.ts","./node_modules/@jupyterlab/apputils/lib/menufactory.d.ts","./node_modules/@jupyterlab/apputils/lib/notification.d.ts","./node_modules/@jupyterlab/apputils/lib/runningsessions.d.ts","./node_modules/@jupyterlab/apputils/lib/sanitizer.d.ts","./node_modules/@jupyterlab/apputils/lib/semanticcommand.d.ts","./node_modules/@jupyterlab/apputils/lib/thememanager.d.ts","./node_modules/@jupyterlab/apputils/lib/windowresolver.d.ts","./node_modules/@jupyterlab/apputils/lib/index.d.ts","./node_modules/@jupyterlab/codeeditor/lib/editor.d.ts","./node_modules/@jupyterlab/codeeditor/lib/factory.d.ts","./node_modules/@jupyterlab/codeeditor/lib/jsoneditor.d.ts","./node_modules/@jupyterlab/codeeditor/lib/linecol.d.ts","./node_modules/@jupyterlab/codeeditor/lib/mimetype.d.ts","./node_modules/@jupyterlab/codeeditor/lib/tokens.d.ts","./node_modules/@jupyterlab/codeeditor/lib/viewer.d.ts","./node_modules/@jupyterlab/codeeditor/lib/widget.d.ts","./node_modules/@jupyterlab/codeeditor/lib/index.d.ts","./node_modules/@jupyterlab/rendermime/lib/attachmentmodel.d.ts","./node_modules/@jupyterlab/rendermime/lib/factories.d.ts","./node_modules/@jupyterlab/rendermime/lib/latex.d.ts","./node_modules/@jupyterlab/rendermime/lib/mimemodel.d.ts","./node_modules/@jupyterlab/rendermime/lib/outputmodel.d.ts","./node_modules/@jupyterlab/rendermime/lib/tokens.d.ts","./node_modules/@jupyterlab/rendermime/lib/registry.d.ts","./node_modules/@jupyterlab/rendermime/lib/renderers.d.ts","./node_modules/@jupyterlab/rendermime/lib/widgets.d.ts","./node_modules/@jupyterlab/rendermime/lib/index.d.ts","./node_modules/@jupyterlab/outputarea/lib/model.d.ts","./node_modules/@jupyterlab/outputarea/lib/widget.d.ts","./node_modules/@jupyterlab/outputarea/lib/index.d.ts","./node_modules/@jupyterlab/cells/lib/headerfooter.d.ts","./node_modules/@jupyterlab/attachments/lib/model.d.ts","./node_modules/@jupyterlab/attachments/lib/index.d.ts","./node_modules/@jupyterlab/cells/lib/model.d.ts","./node_modules/@jupyterlab/cells/lib/inputarea.d.ts","./node_modules/@jupyterlab/cells/lib/widget.d.ts","./node_modules/@jupyterlab/cells/lib/celldragutils.d.ts","./node_modules/@jupyterlab/cells/lib/collapser.d.ts","./node_modules/@jupyterlab/cells/lib/placeholder.d.ts","./node_modules/@jupyterlab/codemirror/lib/commands.d.ts","./node_modules/style-mod/src/style-mod.d.ts","./node_modules/@codemirror/view/dist/index.d.ts","./node_modules/@lezer/common/dist/index.d.ts","./node_modules/@lezer/lr/dist/index.d.ts","./node_modules/@lezer/highlight/dist/index.d.ts","./node_modules/@codemirror/language/dist/index.d.ts","./node_modules/@jupyterlab/codemirror/lib/token.d.ts","./node_modules/@jupyterlab/codemirror/lib/editor.d.ts","./node_modules/@jupyterlab/codemirror/lib/extension.d.ts","./node_modules/@jupyterlab/codemirror/lib/extensions/customstyle.d.ts","./node_modules/@lezer/markdown/dist/markdown.d.ts","./node_modules/@lezer/markdown/dist/nest.d.ts","./node_modules/@lezer/markdown/dist/extension.d.ts","./node_modules/@lezer/markdown/dist/index.d.ts","./node_modules/@jupyterlab/codemirror/lib/extensions/ipython-md.d.ts","./node_modules/@jupyterlab/codemirror/lib/extensions/rulers.d.ts","./node_modules/@jupyterlab/codemirror/lib/extensions/ybinding.d.ts","./node_modules/@jupyterlab/codemirror/lib/extensions/index.d.ts","./node_modules/@jupyterlab/codemirror/lib/factory.d.ts","./node_modules/@jupyterlab/codemirror/lib/language.d.ts","./node_modules/@jupyterlab/codemirror/lib/mimetype.d.ts","./node_modules/@jupyterlab/documentsearch/lib/tokens.d.ts","./node_modules/@jupyterlab/documentsearch/lib/searchprovider.d.ts","./node_modules/@jupyterlab/documentsearch/lib/providers/genericsearchprovider.d.ts","./node_modules/@jupyterlab/documentsearch/lib/providers/textprovider.d.ts","./node_modules/@jupyterlab/documentsearch/lib/searchmodel.d.ts","./node_modules/@jupyterlab/documentsearch/lib/searchview.d.ts","./node_modules/@jupyterlab/documentsearch/lib/searchproviderregistry.d.ts","./node_modules/@jupyterlab/documentsearch/lib/index.d.ts","./node_modules/@jupyterlab/codemirror/lib/searchprovider.d.ts","./node_modules/@jupyterlab/codemirror/lib/theme.d.ts","./node_modules/@jupyterlab/codemirror/lib/pythonbuiltin.d.ts","./node_modules/@jupyterlab/codemirror/lib/index.d.ts","./node_modules/@jupyterlab/cells/lib/searchprovider.d.ts","./node_modules/@jupyterlab/cells/lib/index.d.ts","./node_modules/@lumino/properties/types/index.d.ts","./node_modules/@jupyterlab/notebook/lib/celllist.d.ts","./node_modules/@jupyterlab/notebook/lib/history.d.ts","./node_modules/@jupyterlab/docregistry/lib/registry.d.ts","./node_modules/@jupyterlab/docregistry/lib/context.d.ts","./node_modules/@jupyterlab/docregistry/lib/default.d.ts","./node_modules/@jupyterlab/docregistry/lib/mimedocument.d.ts","./node_modules/@jupyterlab/docregistry/lib/components.d.ts","./node_modules/@jupyterlab/docregistry/lib/index.d.ts","./node_modules/@jupyterlab/notebook/lib/model.d.ts","./node_modules/@jupyterlab/notebook/lib/windowing.d.ts","./node_modules/@jupyterlab/notebook/lib/widget.d.ts","./node_modules/@jupyterlab/notebook/lib/panel.d.ts","./node_modules/@jupyterlab/notebook/lib/notebooktools.d.ts","./node_modules/@jupyterlab/notebook/lib/widgetfactory.d.ts","./node_modules/@jupyterlab/notebook/lib/tokens.d.ts","./node_modules/@jupyterlab/notebook/lib/actions.d.ts","./node_modules/@jupyterlab/notebook/lib/cellexecutor.d.ts","./node_modules/@jupyterlab/notebook/lib/default-toolbar.d.ts","./node_modules/@jupyterlab/notebook/lib/executionindicator.d.ts","./node_modules/@jupyterlab/notebook/lib/modelfactory.d.ts","./node_modules/@jupyterlab/notebook/lib/modestatus.d.ts","./node_modules/vscode-languageserver-types/lib/umd/main.d.ts","./node_modules/vscode-languageserver-protocol/node_modules/vscode-jsonrpc/typings/thenable.d.ts","./node_modules/vscode-languageserver-protocol/node_modules/vscode-jsonrpc/lib/common/messages.d.ts","./node_modules/vscode-languageserver-protocol/node_modules/vscode-jsonrpc/lib/common/linkedmap.d.ts","./node_modules/vscode-languageserver-protocol/node_modules/vscode-jsonrpc/lib/common/disposable.d.ts","./node_modules/vscode-languageserver-protocol/node_modules/vscode-jsonrpc/lib/common/events.d.ts","./node_modules/vscode-languageserver-protocol/node_modules/vscode-jsonrpc/lib/common/cancellation.d.ts","./node_modules/vscode-languageserver-protocol/node_modules/vscode-jsonrpc/lib/common/encoding.d.ts","./node_modules/vscode-languageserver-protocol/node_modules/vscode-jsonrpc/lib/common/ral.d.ts","./node_modules/vscode-languageserver-protocol/node_modules/vscode-jsonrpc/lib/common/messagereader.d.ts","./node_modules/vscode-languageserver-protocol/node_modules/vscode-jsonrpc/lib/common/messagewriter.d.ts","./node_modules/vscode-languageserver-protocol/node_modules/vscode-jsonrpc/lib/common/connection.d.ts","./node_modules/vscode-languageserver-protocol/node_modules/vscode-jsonrpc/lib/common/sharedarraycancellation.d.ts","./node_modules/vscode-languageserver-protocol/node_modules/vscode-jsonrpc/lib/common/messagebuffer.d.ts","./node_modules/vscode-languageserver-protocol/node_modules/vscode-jsonrpc/lib/common/api.d.ts","./node_modules/vscode-languageserver-protocol/lib/common/messages.d.ts","./node_modules/vscode-languageserver-protocol/lib/common/protocol.implementation.d.ts","./node_modules/vscode-languageserver-protocol/lib/common/protocol.typedefinition.d.ts","./node_modules/vscode-languageserver-protocol/lib/common/protocol.workspacefolder.d.ts","./node_modules/vscode-languageserver-protocol/lib/common/protocol.configuration.d.ts","./node_modules/vscode-languageserver-protocol/lib/common/protocol.colorprovider.d.ts","./node_modules/vscode-languageserver-protocol/lib/common/protocol.foldingrange.d.ts","./node_modules/vscode-languageserver-protocol/lib/common/protocol.declaration.d.ts","./node_modules/vscode-languageserver-protocol/lib/common/protocol.selectionrange.d.ts","./node_modules/vscode-languageserver-protocol/lib/common/protocol.progress.d.ts","./node_modules/vscode-languageserver-protocol/lib/common/protocol.callhierarchy.d.ts","./node_modules/vscode-languageserver-protocol/lib/common/protocol.semantictokens.d.ts","./node_modules/vscode-languageserver-protocol/lib/common/protocol.showdocument.d.ts","./node_modules/vscode-languageserver-protocol/lib/common/protocol.linkededitingrange.d.ts","./node_modules/vscode-languageserver-protocol/lib/common/protocol.fileoperations.d.ts","./node_modules/vscode-languageserver-protocol/lib/common/protocol.moniker.d.ts","./node_modules/vscode-languageserver-protocol/lib/common/protocol.typehierarchy.d.ts","./node_modules/vscode-languageserver-protocol/lib/common/protocol.inlinevalue.d.ts","./node_modules/vscode-languageserver-protocol/lib/common/protocol.inlayhint.d.ts","./node_modules/vscode-languageserver-protocol/lib/common/protocol.diagnostic.d.ts","./node_modules/vscode-languageserver-protocol/lib/common/protocol.notebook.d.ts","./node_modules/vscode-languageserver-protocol/lib/common/protocol.inlinecompletion.d.ts","./node_modules/vscode-languageserver-protocol/lib/common/protocol.d.ts","./node_modules/vscode-languageserver-protocol/lib/common/connection.d.ts","./node_modules/vscode-languageserver-protocol/lib/common/api.d.ts","./node_modules/@jupyterlab/lsp/lib/lsp.d.ts","./node_modules/@jupyterlab/lsp/lib/positioning.d.ts","./node_modules/@jupyterlab/lsp/lib/extractors/types.d.ts","./node_modules/@jupyterlab/lsp/lib/plugin.d.ts","./node_modules/@jupyterlab/lsp/lib/schema.d.ts","./node_modules/@jupyterlab/lsp/lib/ws-connection/types.d.ts","./node_modules/@jupyterlab/lsp/lib/utils.d.ts","./node_modules/@jupyterlab/lsp/lib/virtual/document.d.ts","./node_modules/vscode-jsonrpc/typings/thenable.d.ts","./node_modules/vscode-jsonrpc/lib/common/messages.d.ts","./node_modules/vscode-jsonrpc/lib/common/disposable.d.ts","./node_modules/vscode-jsonrpc/lib/common/events.d.ts","./node_modules/vscode-jsonrpc/lib/common/cancellation.d.ts","./node_modules/vscode-jsonrpc/lib/common/encoding.d.ts","./node_modules/vscode-jsonrpc/lib/common/ral.d.ts","./node_modules/vscode-jsonrpc/lib/common/messagereader.d.ts","./node_modules/vscode-jsonrpc/lib/common/messagewriter.d.ts","./node_modules/vscode-jsonrpc/lib/common/connection.d.ts","./node_modules/vscode-jsonrpc/lib/common/api.d.ts","./node_modules/@jupyterlab/lsp/lib/tokens.d.ts","./node_modules/@jupyterlab/lsp/lib/adapters/adapter.d.ts","./node_modules/@jupyterlab/lsp/lib/adapters/editoradapter.d.ts","./node_modules/@jupyterlab/lsp/lib/adapters/tracker.d.ts","./node_modules/@jupyterlab/lsp/lib/adapters/index.d.ts","./node_modules/vscode-ws-jsonrpc/node_modules/vscode-jsonrpc/typings/thenable.d.ts","./node_modules/vscode-ws-jsonrpc/node_modules/vscode-jsonrpc/lib/common/messages.d.ts","./node_modules/vscode-ws-jsonrpc/node_modules/vscode-jsonrpc/lib/common/linkedmap.d.ts","./node_modules/vscode-ws-jsonrpc/node_modules/vscode-jsonrpc/lib/common/disposable.d.ts","./node_modules/vscode-ws-jsonrpc/node_modules/vscode-jsonrpc/lib/common/events.d.ts","./node_modules/vscode-ws-jsonrpc/node_modules/vscode-jsonrpc/lib/common/cancellation.d.ts","./node_modules/vscode-ws-jsonrpc/node_modules/vscode-jsonrpc/lib/common/encoding.d.ts","./node_modules/vscode-ws-jsonrpc/node_modules/vscode-jsonrpc/lib/common/ral.d.ts","./node_modules/vscode-ws-jsonrpc/node_modules/vscode-jsonrpc/lib/common/messagereader.d.ts","./node_modules/vscode-ws-jsonrpc/node_modules/vscode-jsonrpc/lib/common/messagewriter.d.ts","./node_modules/vscode-ws-jsonrpc/node_modules/vscode-jsonrpc/lib/common/connection.d.ts","./node_modules/vscode-ws-jsonrpc/node_modules/vscode-jsonrpc/lib/common/sharedarraycancellation.d.ts","./node_modules/vscode-ws-jsonrpc/node_modules/vscode-jsonrpc/lib/common/messagebuffer.d.ts","./node_modules/vscode-ws-jsonrpc/node_modules/vscode-jsonrpc/lib/common/api.d.ts","./node_modules/vscode-ws-jsonrpc/lib/disposable.d.ts","./node_modules/vscode-ws-jsonrpc/lib/server/connection.d.ts","./node_modules/vscode-ws-jsonrpc/lib/socket/socket.d.ts","./node_modules/vscode-ws-jsonrpc/lib/socket/reader.d.ts","./node_modules/vscode-ws-jsonrpc/lib/socket/writer.d.ts","./node_modules/vscode-ws-jsonrpc/lib/socket/connection.d.ts","./node_modules/vscode-ws-jsonrpc/lib/socket/index.d.ts","./node_modules/vscode-ws-jsonrpc/lib/logger.d.ts","./node_modules/vscode-ws-jsonrpc/lib/connection.d.ts","./node_modules/vscode-ws-jsonrpc/lib/index.d.ts","./node_modules/@jupyterlab/lsp/lib/ws-connection/ws-connection.d.ts","./node_modules/@jupyterlab/lsp/lib/connection.d.ts","./node_modules/@jupyterlab/lsp/lib/connection_manager.d.ts","./node_modules/@jupyterlab/lsp/lib/extractors/manager.d.ts","./node_modules/@jupyterlab/lsp/lib/extractors/text_extractor.d.ts","./node_modules/@jupyterlab/lsp/lib/extractors/index.d.ts","./node_modules/@jupyterlab/lsp/lib/feature.d.ts","./node_modules/@jupyterlab/lsp/lib/manager.d.ts","./node_modules/@jupyterlab/lsp/lib/index.d.ts","./node_modules/@jupyterlab/notebook/lib/notebooklspadapter.d.ts","./node_modules/@jupyterlab/notebook/lib/searchprovider.d.ts","./node_modules/@jupyterlab/toc/lib/tokens.d.ts","./node_modules/@jupyterlab/toc/lib/model.d.ts","./node_modules/@jupyterlab/toc/lib/factory.d.ts","./node_modules/@jupyterlab/toc/lib/panel.d.ts","./node_modules/@jupyterlab/toc/lib/registry.d.ts","./node_modules/@jupyterlab/toc/lib/treeview.d.ts","./node_modules/@jupyterlab/toc/lib/tocitem.d.ts","./node_modules/@jupyterlab/toc/lib/toctree.d.ts","./node_modules/@jupyterlab/toc/lib/tracker.d.ts","./node_modules/@jupyterlab/toc/lib/utils/common.d.ts","./node_modules/@jupyterlab/toc/lib/utils/markdown.d.ts","./node_modules/@jupyterlab/toc/lib/utils/index.d.ts","./node_modules/@jupyterlab/toc/lib/index.d.ts","./node_modules/@jupyterlab/notebook/lib/toc.d.ts","./node_modules/@jupyterlab/notebook/lib/tracker.d.ts","./node_modules/@jupyterlab/notebook/lib/truststatus.d.ts","./node_modules/@jupyterlab/notebook/lib/index.d.ts","./node_modules/tesseract.js/src/index.d.ts","./node_modules/axios/index.d.ts","./node_modules/@types/nprogress/index.d.ts","./src/index.ts","./node_modules/spin.js/spinneroptions.d.ts","./node_modules/spin.js/spin.d.ts","./src/components/spinner.ts","./custom_types/colorthief.d.ts","./node_modules/@types/node/assert.d.ts","./node_modules/@types/node/assert/strict.d.ts","./node_modules/undici-types/header.d.ts","./node_modules/undici-types/readable.d.ts","./node_modules/undici-types/file.d.ts","./node_modules/undici-types/fetch.d.ts","./node_modules/undici-types/formdata.d.ts","./node_modules/undici-types/connector.d.ts","./node_modules/undici-types/client.d.ts","./node_modules/undici-types/errors.d.ts","./node_modules/undici-types/dispatcher.d.ts","./node_modules/undici-types/global-dispatcher.d.ts","./node_modules/undici-types/global-origin.d.ts","./node_modules/undici-types/pool-stats.d.ts","./node_modules/undici-types/pool.d.ts","./node_modules/undici-types/handlers.d.ts","./node_modules/undici-types/balanced-pool.d.ts","./node_modules/undici-types/agent.d.ts","./node_modules/undici-types/mock-interceptor.d.ts","./node_modules/undici-types/mock-agent.d.ts","./node_modules/undici-types/mock-client.d.ts","./node_modules/undici-types/mock-pool.d.ts","./node_modules/undici-types/mock-errors.d.ts","./node_modules/undici-types/proxy-agent.d.ts","./node_modules/undici-types/api.d.ts","./node_modules/undici-types/cookies.d.ts","./node_modules/undici-types/patch.d.ts","./node_modules/undici-types/filereader.d.ts","./node_modules/undici-types/diagnostics-channel.d.ts","./node_modules/undici-types/websocket.d.ts","./node_modules/undici-types/content-type.d.ts","./node_modules/undici-types/cache.d.ts","./node_modules/undici-types/interceptors.d.ts","./node_modules/undici-types/index.d.ts","./node_modules/@types/node/globals.d.ts","./node_modules/@types/node/async_hooks.d.ts","./node_modules/@types/node/buffer.d.ts","./node_modules/@types/node/child_process.d.ts","./node_modules/@types/node/cluster.d.ts","./node_modules/@types/node/console.d.ts","./node_modules/@types/node/constants.d.ts","./node_modules/@types/node/crypto.d.ts","./node_modules/@types/node/dgram.d.ts","./node_modules/@types/node/diagnostics_channel.d.ts","./node_modules/@types/node/dns.d.ts","./node_modules/@types/node/dns/promises.d.ts","./node_modules/@types/node/domain.d.ts","./node_modules/@types/node/dom-events.d.ts","./node_modules/@types/node/events.d.ts","./node_modules/@types/node/fs.d.ts","./node_modules/@types/node/fs/promises.d.ts","./node_modules/@types/node/http.d.ts","./node_modules/@types/node/http2.d.ts","./node_modules/@types/node/https.d.ts","./node_modules/@types/node/inspector.d.ts","./node_modules/@types/node/module.d.ts","./node_modules/@types/node/net.d.ts","./node_modules/@types/node/os.d.ts","./node_modules/@types/node/path.d.ts","./node_modules/@types/node/perf_hooks.d.ts","./node_modules/@types/node/process.d.ts","./node_modules/@types/node/punycode.d.ts","./node_modules/@types/node/querystring.d.ts","./node_modules/@types/node/readline.d.ts","./node_modules/@types/node/readline/promises.d.ts","./node_modules/@types/node/repl.d.ts","./node_modules/@types/node/sea.d.ts","./node_modules/@types/node/stream.d.ts","./node_modules/@types/node/stream/promises.d.ts","./node_modules/@types/node/stream/consumers.d.ts","./node_modules/@types/node/stream/web.d.ts","./node_modules/@types/node/string_decoder.d.ts","./node_modules/@types/node/test.d.ts","./node_modules/@types/node/timers.d.ts","./node_modules/@types/node/timers/promises.d.ts","./node_modules/@types/node/tls.d.ts","./node_modules/@types/node/trace_events.d.ts","./node_modules/@types/node/tty.d.ts","./node_modules/@types/node/url.d.ts","./node_modules/@types/node/util.d.ts","./node_modules/@types/node/v8.d.ts","./node_modules/@types/node/vm.d.ts","./node_modules/@types/node/wasi.d.ts","./node_modules/@types/node/worker_threads.d.ts","./node_modules/@types/node/zlib.d.ts","./node_modules/@types/node/globals.global.d.ts","./node_modules/@types/node/index.d.ts"],"fileInfos":[{"version":"6a6b471e7e43e15ef6f8fe617a22ce4ecb0e34efa6c3dfcfe7cebd392bcca9d2","affectsGlobalScope":true},"45b7ab580deca34ae9729e97c13cfd999df04416a79116c3bfb483804f85ded4","dc48272d7c333ccf58034c0026162576b7d50ea0e69c3b9292f803fc20720fd5","27147504487dc1159369da4f4da8a26406364624fa9bc3db632f7d94a5bae2c3","5e1c4c362065a6b95ff952c0eab010f04dcd2c3494e813b493ecfd4fcb9fc0d8","68d73b4a11549f9c0b7d352d10e91e5dca8faa3322bfb77b661839c42b1ddec7","5efce4fc3c29ea84e8928f97adec086e3dc876365e0982cc8479a07954a3efd4",{"version":"fcd3ecc9f764f06f4d5c467677f4f117f6abf49dee6716283aa204ff1162498b","affectsGlobalScope":true},{"version":"9a60b92bca4c1257db03b349d58e63e4868cfc0d1c8d0ba60c2dbc63f4e6c9f6","affectsGlobalScope":true},{"version":"c5c5565225fce2ede835725a92a28ece149f83542aa4866cfb10290bff7b8996","affectsGlobalScope":true},{"version":"7d2dbc2a0250400af0809b0ad5f84686e84c73526de931f84560e483eb16b03c","affectsGlobalScope":true},{"version":"f296963760430fb65b4e5d91f0ed770a91c6e77455bacf8fa23a1501654ede0e","affectsGlobalScope":true},{"version":"5114a95689b63f96b957e00216bc04baf9e1a1782aa4d8ee7e5e9acbf768e301","affectsGlobalScope":true},{"version":"4443e68b35f3332f753eacc66a04ac1d2053b8b035a0e0ac1d455392b5e243b3","affectsGlobalScope":true},{"version":"ab22100fdd0d24cfc2cc59d0a00fc8cf449830d9c4030dc54390a46bd562e929","affectsGlobalScope":true},{"version":"f7bd636ae3a4623c503359ada74510c4005df5b36de7f23e1db8a5c543fd176b","affectsGlobalScope":true},{"version":"ce691fb9e5c64efb9547083e4a34091bcbe5bdb41027e310ebba8f7d96a98671","affectsGlobalScope":true},{"version":"8d697a2a929a5fcb38b7a65594020fcef05ec1630804a33748829c5ff53640d0","affectsGlobalScope":true},{"version":"0c20f4d2358eb679e4ae8a4432bdd96c857a2960fd6800b21ec4008ec59d60ea","affectsGlobalScope":true},{"version":"36ae84ccc0633f7c0787bc6108386c8b773e95d3b052d9464a99cd9b8795fbec","affectsGlobalScope":true},{"version":"82d0d8e269b9eeac02c3bd1c9e884e85d483fcb2cd168bccd6bc54df663da031","affectsGlobalScope":true},{"version":"b8deab98702588840be73d67f02412a2d45a417a3c097b2e96f7f3a42ac483d1","affectsGlobalScope":true},{"version":"4738f2420687fd85629c9efb470793bb753709c2379e5f85bc1815d875ceadcd","affectsGlobalScope":true},{"version":"2f11ff796926e0832f9ae148008138ad583bd181899ab7dd768a2666700b1893","affectsGlobalScope":true},{"version":"376d554d042fb409cb55b5cbaf0b2b4b7e669619493c5d18d5fa8bd67273f82a","affectsGlobalScope":true},{"version":"9fc46429fbe091ac5ad2608c657201eb68b6f1b8341bd6d670047d32ed0a88fa","affectsGlobalScope":true},{"version":"61c37c1de663cf4171e1192466e52c7a382afa58da01b1dc75058f032ddf0839","affectsGlobalScope":true},{"version":"c4138a3dd7cd6cf1f363ca0f905554e8d81b45844feea17786cdf1626cb8ea06","affectsGlobalScope":true},{"version":"6ff3e2452b055d8f0ec026511c6582b55d935675af67cdb67dd1dc671e8065df","affectsGlobalScope":true},{"version":"03de17b810f426a2f47396b0b99b53a82c1b60e9cba7a7edda47f9bb077882f4","affectsGlobalScope":true},{"version":"8184c6ddf48f0c98429326b428478ecc6143c27f79b79e85740f17e6feb090f1","affectsGlobalScope":true},{"version":"261c4d2cf86ac5a89ad3fb3fafed74cbb6f2f7c1d139b0540933df567d64a6ca","affectsGlobalScope":true},{"version":"6af1425e9973f4924fca986636ac19a0cf9909a7e0d9d3009c349e6244e957b6","affectsGlobalScope":true},{"version":"576711e016cf4f1804676043e6a0a5414252560eb57de9faceee34d79798c850","affectsGlobalScope":true},{"version":"89c1b1281ba7b8a96efc676b11b264de7a8374c5ea1e6617f11880a13fc56dc6","affectsGlobalScope":true},{"version":"15a630d6817718a2ddd7088c4f83e4673fde19fa992d2eae2cf51132a302a5d3","affectsGlobalScope":true},{"version":"b7e9f95a7387e3f66be0ed6db43600c49cec33a3900437ce2fd350d9b7cb16f2","affectsGlobalScope":true},{"version":"01e0ee7e1f661acedb08b51f8a9b7d7f959e9cdb6441360f06522cc3aea1bf2e","affectsGlobalScope":true},{"version":"ac17a97f816d53d9dd79b0d235e1c0ed54a8cc6a0677e9a3d61efb480b2a3e4e","affectsGlobalScope":true},{"version":"bf14a426dbbf1022d11bd08d6b8e709a2e9d246f0c6c1032f3b2edb9a902adbe","affectsGlobalScope":true},{"version":"ec0104fee478075cb5171e5f4e3f23add8e02d845ae0165bfa3f1099241fa2aa","affectsGlobalScope":true},{"version":"2b72d528b2e2fe3c57889ca7baef5e13a56c957b946906d03767c642f386bbc3","affectsGlobalScope":true},{"version":"9cc66b0513ad41cb5f5372cca86ef83a0d37d1c1017580b7dace3ea5661836df","affectsGlobalScope":true},{"version":"368af93f74c9c932edd84c58883e736c9e3d53cec1fe24c0b0ff451f529ceab1","affectsGlobalScope":true},{"version":"307c8b7ebbd7f23a92b73a4c6c0a697beca05b06b036c23a34553e5fe65e4fdc","affectsGlobalScope":true},{"version":"189c0703923150aa30673fa3de411346d727cc44a11c75d05d7cf9ef095daa22","affectsGlobalScope":true},{"version":"782dec38049b92d4e85c1585fbea5474a219c6984a35b004963b00beb1aab538","affectsGlobalScope":true},"f221625bd128d33cd4b4572b6a73a6890a604a92e5ce8e691ef0a6be09452110","6eaa66f493caec3c622fd46c768079e9452e743620362a209d9ba62c014758cf","7e63c58eea14537982717aa3fe6a338e44a0238e4889a425cd9958ab48c18e21","3c4e68d898f52428b058d1fdde23afcfbfa46a3d935a1392b97b0e5f2ba13b1a","0a6d24bacaebb1d29d4d5f933a6f542e3319a0b78230fe79e33c62552afbdc45","8ea815197b12524ad9f3bf7058aa310e97056cf9eaaafbabc004ab822267c037","b47e215ed16f87f7cfbf30f6c87fce128de69d3d681c596fc35cb0cd325fc940","1d4fc649aa6e3b61c60bf1ea10b0a0ffee52d81302644b122aed738e057a2327","170fa683ef8163681cf7576c3c8edde3b8da30721214fb27f3a5b9f8fb64b561","c3e8134eea22d5cbc1075650be07e61508a954f032ea2a321860bdba5ba31989","035f074decc98e935e09c212d34da6f7201d7a6a62672a38f4b59cde3c2252fb","094815f0e8d3c53c1b983debb0559cb347ad78142419654b6093ce285aa150cd","d9518daaa24d7c86f7cb5947f5d3c54c80164c7022b0b226e39a18369288aa7f","837b03e044632b64005ff882351dc39c2bbd21785d57a4c4f790606eff6a3f79","060cc31a132657087128c363dd78054e90cb3c77929d833336bb00b3ffa9fe76","f5d89bc74a8f3855ea5f4338fdfdcd489a1824cb0bd4a4d4f484baff3b2ee02d","e655ecf9defa4207f36029831d09487233b7cb3d0af1f22cdd39bbbcc89ed242","20e99c366e6274c1e83363293b81b618a03c35570431cb181577e36d7ebc1716","b6be2108847f88509467773c4eb08cf7f853ccbf2c00321a003022b9153fc0ed","bad7864e54e3e9dc0c6c604b0ac1fb8500950de424ccdef31d4e2108de70bab9","0e40c0261e91d8f1f21e83fc12db0f5441c5978c6f94b1e6d8858240b51dffbc","ee46549bb25b958e351bbfeb37b4a0fb42091b5d9e95233a25000a8abeedb688","2584a45d2c6b5e89b3d7a4911fc9fcfbd3a67c652a4055324cab83f8ce06e2d4","9a0b6bcf050133885f2b589832a97ebb9fe8d7cb6ed7876441e8aad66ae50024","25e45cfc2349fd197ef6d552023a77aeea95263072bc977d7008abe47db80e12","fd753dd9d5efc8218a6ae506df2845b9fc32c1ff063a34696fa91f67a118b6c8","3094865bcd68e704ca0862d9ad1b6aa98b7ba23ac6e2f1667aabdfa520ab035a","ba3c4085bc12dd98c7ff6d64fb1929a38caa97a7edddb14e3bde657d134f572b","ede8a0fde57e5f448ae6ec916816e779112d03538996af2fce5cc900e727a82c","7f09675afcb3e9b394550dc3890cec66265170dab7bf03bbed93ba075347fdf8","837b03e044632b64005ff882351dc39c2bbd21785d57a4c4f790606eff6a3f79","029a786b9edd1cfdabab3c8eb5d7f10782996e47436b75f07a202e03e41cc8c1","0f3ab64d7d7c82028025a8b1a9a0af7900f5746f4abd861882ec57d93dad394e","980e589df7fa1e5c5faa5e98bd716e16f4cd544d50f8fa1837f67e80bcb29e69","443278cb0834bee339cbdee9eb8303b5bfcdfd02d9b32ac1a237b6c7df437eaf","02e8d6b9f3c89e7ad07c65a486c8387cf862a4c4e7c4d3cb7f51598c7ec057a6","f3745a58f2bd7ed2c210e882e95b67d0707f97b9ed7b2431f68e5cccec0e20ba","2435893282189602e1c3c5ae3f08a0129508c4ab3db3895c436525bd238ef2b6","9ff7cb447d63e95594b2732f048834e458d0332014b39117123a6d8dda83e246","eb7375e005b02971567356809faeeecf14becb300aa9ca483fcd6c9f8aa80d8c","e7c738913fab4ba4b00fcf1d1eb1ddf8989b64355da34250407340f4894a2384","c871756fb890365824f416826bb7bb363b06c4aa48f1a99263c4fb75ab690b2d","219657f1d170f05d7c1640dd36299a7e9d2554330adc500f4e11e875a2d9bc94","431eef47c55a88198c1cc62ea7c9c7537c3219c3fd652c554d3d5bb7a63658a1","ee5af755629403e296dcc1bb67c3d405ba2996eb2111ce0d6af5cf39df258e73","16b311651dbd580d429938c993c41e1c610ef0b1e83c38229f3ad4d81a35cd39","a45c8c0c99d344b9bdbdf836f3d8fb8a90a2b0adc6ecba2592593d7bcb28ec5f","c39c1eb3c9ee9f208c595683a383ffee7b424848b6d662e79c08b4e6e74c79d6","064733c01462ae496e7b62ffce6a3cb21facb351c0375b151ed66da38de60d69","7097daf64b1ff790a73ff0ab39b4f23c1a75404d903714338dbcae9b47ba347c","bd8dc03b548c7081497d76abc21c97fadf0d768ccbb5860424406ca8d22433c6","4f1d88b42e347f1868a0bd8db7563bc54017c5112a6edb01d5617c342995fdc7","f1add31820a8e538ced1fa56092ad68adb998e0e48cecbf4e69b0638391fe5c5","a11c0481bbb4d82204954b2d83865b29878713af71d71e72bfb28e5c2138bcaa","9577fb6c932b23da87716c2c48e7062346d169f5b5d47aed592328bb6a414aae","d980757560074d9746471db513531d87e7b756eb2263dd2c8bd187860bffa3b6","75c4e0aa4e6dd5efaeb4471455cd730c1c21baacdc60bb6d13ae87fd40a55625","186fb8b8765fecb459e5aeada1fa861170cb7689f89f46384ea0c3882b529c2d","8249670da9c5c37d7cdd03576170536f4c3c9cdcfe8cf21df0bbb07a45e5f748","d9b96d27372967e8f53b3f7b7cb6e875b8d128080abc4fa204a13f0d3f2b6506","d41b65a0fb48a14a7b52eaa45d9b65988af076e63704cba1dd1f72e961e0e2f5","92b40a9393f937e4bd7eed4b0161ad03296607bfdf26b0bb323cde18c51e0687","fdcbabde604d3123e01b2dc359fe3a0d64e6c1563b8c6a27ec0d626f528f7670","0b7a411df6f8e1e4eb3537abe3ff7df590300b1af856bdb6e167a54a4a54ca8a","59217222f06b2b24784160c8e2eaf0de94906912505101576a1dd744fd90cdcf","c60e185eaab239d465baec8e4a8c2f76fdff641431cb57d12c4e233d61be5474","d8b6dc94bc2761afdcff7a1e29359a383472bd8af2ce03485a2792026f15f458","1955442a305cd1622782ce89c898be431c66c39c36a253abb0543052f4917613","2251d1a89b3d8aac866bc79839c28681886d289d117404276ecf1d4fd5f5c19c","2a55511100028e4af650f52bdd7826fb187b9eee380b7ce9249a69f0713503fa","8bdf3edd4e55c0167be8af39a89763628fba6d8670777f720957f080c2ce9a50","992442834491efb053df22fb8148f8fd1303c198c97f5b50ebf1dd0f63ae5e8b","092274870bfdbb373ea502c23b8205d30e622fd10a7e5370d752a6d8de761110","e86a45fac2071035f07ade063ad32754edd13f45f3f3b143387ec01b8eb8aec9","9d6fcf45c88c41f81ac9a39df453089cad491812291c260f19d85df9fd6ad130","819ff6185962272453fe11af8d9f3da27f5d3761b21e196272db43ff54e4caa4","c357c8a1be390913d854b73324bc7d5bc72333286fc0f2b1d4e43bf4c96d9615","fe27faad99a5cadbc311b6249c496142979d89593f36044999b4f74aa19af129","3dd6d8436e0cefc982e30dcb4fbb270ed7a6450cdb52d152df679dd239ad89f1","0ae1ffc7401c5def7ae8772a694d85a0ca6d8e66b1d92abe2e40a28b8614836f","7ee5be01201dd492ad8946e8db41f201f44921cc09c277b6aa9a1daa16dfeeca","247da9dcd1313634287af0b953d259c325133302b963aa370ef884dd8c598319","390c92df3e2885d72c2522bbf53259628c66f0a2be51eb67146e9c131a6507dc","fe168d0866504b835a818d0ade84fd7852a0a18be4e1ce67bdbdfb27f0d73b1c","6c1bf6a14284d9dc89fbde02db405bfcd9a650f28bbce423d7401bf1b1c597c8","7ab60202a907f68297338727c91d5d4840f99335f2b176187618581b60deb091","cba51843af550c52f0551a25eb1222520df93bf4aeb0f679b499f2024a81476d","46a4bad56581e7d354cb3cea58e25c988b0236026fefb12b80a83a3de89fddb3","7235e8b95aadbdd4f774389ab6cb663aafaeb573cc9b9ed1cfb20f9708003eb6","7c4ca33d63aba0dd458b26f777d76ec26467537eaa7f86c6676bef45e2deb36e","043ccfcbaf6e981dcac17f416e80b07cd06e5b73980c2fbfe23da2ae8aeb979c","b5575443873e492a09e84e53f65c37a24f5d291a306036f74fd34646ee9c14dd","e4591a005f34ccbbbec0bd140702e243387d57a21b1d4bb6bd3e76de152fc89f","31c7ebcfa9996c47c4f72c089cbb155379ac6e01b5f2d438c8b2725fae9ca547","377fa33e5213ba934d4350d674296c1387aa2ebd225e2a296a465bb691915884","e2949118673a36b7cca57fa17260364890c7fc5c5dffabe6acfe528baac25476","9c7b7af6b7aa9021d0b1344b7729513d5c03f3ccd59cbf3f1bf3281828e1a74d","8e930f178d713ff46d99fa8cb9aa061f75f976e5398dcca9919ca3cfb3eec513","d5036f756b0e1a0b246f94ae797e403493b8330dae678157af8fdcf6464d0509","c0ca9ef46878d3d79c477e6426ff5e737a9453c51cf7397104c7e4146365b7cc","c904ca247135196f9375edd333ef1f08b90f249212ea7ef53198175167a12723","65a49912eca2313b8abde480b00aa9e5519de189e2536196d6743f8667ade556","440b38592dbc81b8286a7dea7f6ab18cd627b5b8f92284bcb0d0c7e2d01889be","7e24ff7ab52d0905ac731c37c9205d8faa6ddfa4356bb40db0ed3c257a08113e","6095618dae742fe3c8302cd144f4befe51da2b25cf014fe038e65ce6a324b381","0214c4398c638c72f77a78bc20c16fb8fab08d9cfe2bdfcd67f0baeafcc5b02b","55a8b93f44a188af9f50623245baecd09cb8dd84f4450f772718cfbf3d74dc6e","3c4a527883d0a7b35c09c5822bff78f3b94fc2f9ea66391901048ae9db2b6737","3d0e1368bd72738555dd421608e2487ea2534c3771d576a638d5d471b6b268b7","bd969829f3805c917933ef812d4cabe2c045aff801859f2c5166eb8d56aea4eb","b5f03c9decd2c9a4ef1aca35238e37065780d0debadc922daf8c62a2226b8174","d3ee87ecc46e36a9b361b0ad770cde8a06f5b973b7fea6d5aa7cb2b7cc56315c","e86c748b29a69474177f30927eaf0f4cb41e8c04fed5615361928e9aa0e48842","cc935329b723e345e8118454fde946f73b69f40086589d11f25513137075720a",{"version":"36a2e4c9a67439aca5f91bb304611d5ae6e20d420503e96c230cf8fcdc948d94","affectsGlobalScope":true},"8a8eb4ebffd85e589a1cc7c178e291626c359543403d58c9cd22b81fab5b1fb9","65ff5a0aefd7817a03c1ad04fee85c9cdd3ec415cc3c9efec85d8008d4d5e4ee",{"version":"7fc663c96ca560bb66baa445cc1ebae931b335ef3ba23aa9139827c3abd83e76","affectsGlobalScope":true},"f3d8c757e148ad968f0d98697987db363070abada5f503da3c06aefd9d4248c1","56a3336ed7fcd515a03c71c13797326233e3fb375be9e6072d80a5265c2d54b3","ee354d0dafec6ef03ecab2646e502e14dc52577a28495e92deeab3a5bceb4e52","ec009b749ab3a62ff47840bbe9fd296c6bbe49acb1665770f393daa0426a4347","a30dfb306a2ecf72e8a0497e613c3d53e66d96882e7c4bff1e1e3e65400c21dd","d24b7ea7ed9d73b96884c8e03931c269c53c082387973fe801baa6c2e4ea9ac0","01698efbcad6156ef3e8aa9720d51b3ca49e940d1be7159c67c182c4fbe1cbaf","be8462d30d05cbf25bda52bf6031a9bb666c4aceaaaba48161107126cd621c7a","47d5dbecb68fb3f6a00df8bc0d37fcc6003fd164958d40e3e2935faeb055a1ad","4c304709a6fc56c0382e27dda3b7ece54f0e96736eddb13c47934e368d43209a","237016abdaa923dc5ba32550390f6e826c43e4935feccf09dc7539b81a7b4a6d","c9f5e2d2807cbed36a170a7303be9e9c6a02d8f0e717f228e50afb50aec96ed7","cd334ab582785166eb6470f13dca713125cb4142aae22f1335a36a6ce61aa639","60396ddfdb23d5c538b0c8fdf76963721d7bb895a3ad9bd32ea74be48a5c1cfd","3479943e26fe617c803016fab3a72583a51e20931a9d52701d7c19e1970fb38f","841e4238dccc7d5e200f80b6f33abdc0955460b5d3c196d2fa7907d0a646d80c","e503f183c0ac702838dc0f60bd2e01bffb344426dd2dc40369740a7ae0430574","31da96a9bb3bf0b76fc459985074521f76aca4a70d4a39e1d9f451f22ba69b1d","6c65bb162afacd744d370a05e51ec8702247f44d5ef4f39a398ef6f0239a1758","894019192babee30c70051ebce3559fbe33e8264d7fc2a52a9190bfdfa3d350e","e922c742d7406e0621aec3bf16b20df3a4628f6215098952e43d33967cce5bb7","7f3ceccbbe3ee8208a62f938b28ca1934f573e37b06f7b9df71f5714212daac1","4ec14d99c2c75e1f468340425b3484d412f2ad2a8da986c26b71b019e8d0e1e3","e11fe83b5ba519fcc10f62bd672b3f1083117c794fc6f0df2c3125e000574f31","fd7fe51baa9c4dc58bcb3674a262f3ec43a783833b82e6d09a8da02505121d62","2b99ca04a544be690e8ff5e80dfc26e59f1088fb18e9fe71eb39e716c9317465","a9b76326910a622d25f6f18127ca7cc88dee6caaeb5af28632d9581e411c7b78","0da34c85c5efff1a7b481d65a794e96dddde339bdc33127cba5bb3a6b8225522","c614901624df584d4c1be77c62a2af2fbf65b4ca4ac5212688a2191ca75b5eb5","4b416927c83f403b3042c8112f02be1b0921fa305006928b1498f0c15ade8788","ddeef8858b8b8e08adcad0d5a507fd15d40ad9883a7586da7d763ecfb2614c61","1d297454335b6edacce0c1c1812957615672c412b49cbc491d0fe995cc25e391","1fa318f0dffd9fd3ed8d5d89cea19c388d20f7d7ba3449a060cdd6ad46c3560c","4795132bd18e55e274fc95db2d6d7faa6c5cce1894035e19d0c5344e0ef5f208","baeac4e363ac804244010c6a728c1f3c0d5fed6c9281e7ab5ef8e183daa79a91","96e237f27ab92b5d4b386f30d1312c270d95d1684782c3c063ef149b3eeef32f","ad2f328fad1477039b2fb73a8a851ba2bf2bfa77f24f2cc976e4b378e2b87fe2","b673328742dab5afc33f97eda8b204e0188e86362ecae0498575c8b0b9e808e1","fa76ea20b4218238f6dca8ab35130c1889784d23cb2075ed1fb36ebc8da3d70b","aa81d7cbdec053a03b49a63367040f2c699bc57d5e8e2e540516fc67f5648d91","cd6206b34a6caf3728bba3f0819100ab181bdccbe561e8beee847efa8013681e","37208e76fd609808109257e4c375bc68cecaf0c20aba4d8c47fef87639c53339","250f85657a04d064d8f0ff02c46e2461e5485576007a06f28cb136411a091c6f","2880c3e39676bcc14969ea26800a8fd0dc9b7366226ca25f3a6ea4ebf274398d","50febf6ffc04a441c8f61a8db8412f8f1c34d834a007983271f3c5369fd13471","20773d48a109f2c3993259683290f8f3b7c04cb1089c98ec1293bc9436689d21","84a5a9d7d9bf3aae8a79c3003818a5c2407b89ff50652b8c8c0c234a57ac70bf","07e4de2c2c3952a30e5d4c518397e81b73974deda7aacd4b081b84f17ce14aa0","ef4ee795c5b262f9a3a3ff4c3eb723d581fde37c0b6aa99b1cba863ff5d4bbc9","c4b68edf278dfd7df618e1ca416fa5890ec2783753636128c0b9e2f4f568645d","e0919c1111cca6bae2198709e74a04756954070f9e89fb97a5ac2cb45cecdef1","8b0cc51881c9571cf949c42219226400a9cd9b55821fcbf6bc3445d508a9f628","34fd7f2484929663a93fafa40cb66ec4c24294d1bbeafd103aa83dfc61531fcb","2e20c09076f10b8008351c207570c18557b6e1ee27312929acb458044f41178d","894391453bbd660b1b373414bd8eaf79841ae814288d7c8a019b90d890548916","0cc3f1032baa51412c238d34d5f9d042fe60de5f04386cdd9148138d14ea1bae","9a63626c54938574bd7fce9efba10ce2a1c3b93b8ec2572faff8b0dab1c2ca5b","9a67f7be06fb1450d6dc86d5a6661ef46d155e0e90f9891bf44bf8a94c1e0002","35c88e0b5b465396fdc481b796a18599e8a03c40af1945e0e494b92e846d787a","8e3862b3985966ebe1e32182ad5fd23617ce547ec262063c34b36bfa85810d8f","3daa519f474d20b429e226f26046f6e0be8572663f5476050d71398e3b0fc3d6","f8deb71b24bfd3f51a43d63ba01b3512a367f79907c2028e8c64be4cd1b0e898","92389b805fa856e3c83896a893867ce1efcd76248758d39052a3395521443dc2","2a90d65f095f7f4eb1c7063e5c191aad8f76a93ea037325718d463368797b017","8eca221a51bfa28190c34d1f303f14530e244c69c6875ec706d317ef9a86faa6","1386e70d8003be4f39e53cba208dbf1a179e86c12c49721784e6c38b932da50e","16eb250929ee6295ef6b53a7defb4f328e64c8d88f45e2ee17b169a58ccecb18","5945d2734abb62a0aaf84e49ec7aaa79081d94b2a8038233124ad6083d3012e5","a1ef6cd5943a2a72a0f70ca564baf26660dbe2711698172d50a8270440821405","329586c48f54a1d1d6062791fb7ba8b9ec31604095e0fa61e442f540adda8252","ba5cffe13def3e294522ac4dd7b20793e602659b082fa77b4e4af92c14ed1703","927ed1b31c1e384beb83a5af488eb05e7500b0760956f65c92aa7a7eeeac7228","7b6052d41724dfd2a5b04b387d804f64f65f88da5e0d7c3d175b27af9db64656","92f0b2b99f0b72f4e8c5cff669e61771a5250531c9002ee330e90c49c39f52df","442b0aafa50167cca28f111ff00d437d2bbbb306bb4c09ef4db322b583571575","d0f6fbb28bc3c085d9563fb823a8c113ec9826d6c307a0f81287208a7aba66a6","9682df8d3da1eab44044c99f9dcc55bd69872791def5ab52c32c51c35e55081e","8fca58455e4d57e950174cb06b3fb1f27bf36b87e325191f7c91be026570bbc9","178c7c98157f7910ea4e19771e26374ecfd552df7c35b1cda6cd9dcc03b32016","dbcb407329817388d89e41d32143f1d585a3a90867a36cde729f2b1fd37ac733","d5c7e6c16fe96673f6f1010d31c54beedc77f31542736c28f1fe87570f730d46","8b43d29bf8e446942ae658f4ebe14cbf2e253fb33ac5d225ab68c5e0fffcc8e8","a209a468e9cc268f575e83964d26e1ee7b3e77518936ce4451659b8215d56764","77a4cfb8baa8f9861178b8ff4de8409841b387cd73ea4e51e2beee758c2d818a","c57ed4f5bab94a057f38e606734c9e4752897bce984f1ebdb6f250aa8c0c2e04","68e2f3e190cfa52130936b8f9158ce57d18a56b6ea40b140614f0e34580490f8","b930f3cf62942aa3e99f67ae1b0f26f6ad422ad572b3d515ae0142d2e76c30f2","11fc68bda6e4b7d30fc377346f1cbd0ffb9d637fd9adbf3e190f65f82679940f","2db1598bb162fbd038338fd92e405681c300d93e016e465e55249503e096ed5f","1f7f96ce3335beab9ab0ffa1cee5f29a07d03f6438a638f7833e20c875cb1f17","cb8c899eceb8657773a0c22aa08445db31229fa1c0d801b25f1d0d740178edc7","d1566bbd806610bb864c414ee85043155e6be9409d5cb7af54d5f334a97740a3","e34a90dada1c8ae3a8ce8e7466da689950a6f34f1107f68acb9af3269bbe1316","a824f11c71fa9c2ff3f99f27b1b70c058754f943aad1040a41c87d568f5ea506","7fd30acc976aa7113c117fde09beddd7310173a17888565625e3425b8193a670","bade389dee96c59acf4269496773d2d390b0ea8b70ba62173faa641b7ba707d9","22e6481b4b4186cefa8b772422341bb1d18e595355967364c91a9cae6c5f79d3","a506569e8e4b07d21ba03125378109c06a424dcf6d553be382a077d0eb30a375","77e2791736c74a04e2d94f114588bd3dc2e117fc5324b58d2c5077a1edb79b2d","67c3a506c9cd32f64df0407037467b565d2ae2974bd9826004a8623c0c2045ea","80eeac01b93ae84d67e835461358477046859f0f7d5f187e65dbcdf7d140b421","a758957d426afaec05c1a57ade71cbea6eda713b070d141a8fa77a639f8710eb","3dfb1a61b925353e08e2d2ce9400861c40c3f6feef82416ec4bc1b464111e4bc","a128d5decb04857762e0797196542376d990cb956bba3948b624723fe46d8e96","e51d1964a7a2fae4e112491c63291f64732f22397a0d34fcd4cc605d897fda2d","5b590c781db73a92199851c9266693cfee38905dcc933c006a1846b627ac79e5","f58f4762b0507e94a03589ca0fd89495772498e92f30cc1fab1fffa5a095e0be","fbcd0b728275520d110f9fc2f3f0f4b95d72bd8289d37319af884d6fd7f059d9","381c1d84693f1c9dd80d02811b57b32c653a77ddaf7b625a478baad403102317","1df638a1a1c59ecaeab1881122fed57aff8b688433bdc352370f6f8528566160","83e40152bb57f323964a34a851021e704892b42256ba568cac736a3502275686","2db3595509f8c9e23db202e72319530f571de34a306b6896c5e534f86c56f095","344c0328c8748132d1cca9dc2eeca5f19cb1e7dea8dd4d2b48a2754004748a7a","a0e46bea9d44a82961c30628bbed42f607a5aaf6097f908b4d16c6d01d8b6034","32c6648b03e37752048e0cdf485117c19c3fa7ede6eb0517f7837453e78844ae","5c8f956e08af2b7fd5b602f9ed69950468c78c3f049e617563e8f39b6d2c2c02","a01aea551aa80dc9c208b2d360813fba00a3e56679aa806d6a42a13462d365e3","a56cd8e25d118a1518e05fcad9e391427ef504078403ea0dd6d44fb7d1013023","17f600dca10a8426ed06d3bd9816c92b1109e2663522e2ff2f32377ea2045d9c","c1fdd22682b9e49e0f71ac98ae601ff5fcbbb1136c6791d0ff774200705bc32b","643900082d10e2ea2309a88d5cc3db02583e822e9e0cd3525ad1ff77c9d88433","e2bfb86488150c78cea78c2b726a3bd81c9a2053a5d56916beed898d4dc7f5b5","c2d417bfcfb62ed2101db6175ea83f91b2656ada1397d4abaf8c7681c42fb534","70134f200796978a596026e8113c4114815c2dfad8de968d4b92522076458a97","9463fc82886c758c22e3aa549499fd873013104f231803e61412c396469b3637","016fe1e807dfdb88e8773616dde55bd04c087675662a393f20b1ec213b4a2b74","d3c915c5160edab439e5b842256c41052b5e3b667fc5ec72bc23ed4803deaf0a","13dc13295d9c20a110f85403e9129e263f7ca08a576aad19fa26344d451d5f0f","ceb76f8a9524b92d1a09d17239734eabb73274a7cebe48136f71e70aae65f5d1","2bf405f8a5b25539b485e40e6b9db1c130f8e0750acb98d8563e4ced0e656f5a","2d4484c320e5df4d0d6b1d3e49db9bccc4fe11c5d8decec874d15525e1acba41","381899b8d1d4c1be716f18cb5242ba39f66f4b1e31d45af62a32a99f8edcb39d","07e05f7848cbab3cd06298fd5ec3e2c2ac106c6c76b2233d667bd04b49109ed1","a91d1b1373de9d8a1f498b496fe1a41f07cd3e5a0a28b1d920a14284404acb91","aecf31d8843eecf4011a77ba692a68ba8da0241653a39cd275310eed2ab1649d","306fbc17cadf88b65f3b70c625da00e912ec38d82d1dc238558f6749a7670dc0","293d30776f26df1c64d4efefbf91af1b88f1384cdfaeaf71e2cb6a949ab230e7","b19f59a453f22453e4735e0b9fee2089fabebddfdd0b0fedab0409e3a2da63ca","f080a7a3aaa9eb07e4b0c38c0ecdb3a409bdb5f827479a4402acfed6111763a7","c166ebcbbe679a2ee22b88ea4244665a122127c5338137bd8e808b112afd1627","d17f7a001dae13ded8536376f9319169a4c53e0e3789756e2058d0f4b4083a19","ba42ed466e271511af20653ef52792fc270ae38c2a897c60249efdb5258f22a8","db3efaf54928d3b92c0e80f1da14e03b49e20272e90158beae18ac9891207798","cb82c1784b85fe06df3a5bdbebf3e27e68ed9e6e0086014db89adf3954596661","bb44c420962b2d9394e7c8c5abc1bc4af873999b3245b174ac32e9a6eadacdb3","ecb8eefb9ec1057ab9cc6e83af4c5c2694aa5eab065435c55c381d6711ef9ef8","41ce1ba927c2d231aabe41faa3605ba4a1ebb080c7beb4bf283d013bc16a91f5","2909468edaef210782ce34156240e683ed398d4711331add6b912cab13ea6620","d23586153cd7abe2e6f23dcef0cf162dca76c441d1e5d50da49c4b6a2855a1d3","002bf9ff3d82134e09ebebf807b15fbc99c5ba37120313bc551e7715b382d333","c1a1e58f4b580cd2fab66148d1e357fc4d8a28c2911257f949c4a8895eca56c5","dc4591e081650d8c05742bf12378b3afafaba24e2e28a57f05023d50430c452a","021d76abf950787b60632e2cddc8feecb0a5396293c83fdf53ba653f41cc62d5","c575a93e65a22da2a095b6b545d94d01374cd613e44f3a5ccb13de1d7b1b8035","f930cec87b27939416f5d933c8ae49e83827def3c4d6a7b842ee414892dbe873","6dc94fbabf9fbecf85adc32e44203da9cf4c339b29f5a4c7fccd0439530b0ec8","f4b2304c8d9dd3ddb3d614dd8bc4c26f5fdb1dc9e4a0ab0a2df2fdc4d5d859e4","e330139099ebcf6830ae396ff59e59e09ae0f6b56ebdc9205609e66843d7e3ef","342e5e7801261f1ab39bcd0df34b4a0293636c7384b615cf47b1083e8f3f411c","d31df2b0d85cdf6cc03440619f44def96499ca8b643e35e0161b1b1c36ad52b5","17b1e1fc5d431f6380ab9ae528d4c3fa648bcfbe5cd49e9061c7779fc3095f7f","c7c2584fe3aafb58a82d2aea41b5fb7fbf1d74f2596571d3b022e9005a92cecf","ce0d82d3a839e026518bee8d357cce5ec6396010314ebd7176bf3486e6eb0730","eef4c25657422969f41c94c577f9937baa9f2a5c27a61a6fda5ca275cd1a33d8","f2620cf6b79e8ad245c013cad6997cc17d7c22455d7bcfaad4b58d6d3e1980e7","fa0a6954ba6a7a5b19b7b8411be9223a015ed7c3f3e4926af21ddfed0a7a3b20","430211923c22f30c5ace0d980fbd0ce716db92ed25d994ab7d75f3f25c58bef8","1733a20db28117f2acee4708a14dfbae2034065807d0b72fe6b0645c2db957e9","c5e72f19388612399370cb2538d4eed69b0ccaf66b8fe9ea68d5ee3909b961e1","4ad8b3ac72ab7865ac8939e82c655c3d0003a25dcd6915da6035f3dfcd8dbe99","e96e7a8636ba887b5f373311802a935e99f8a2d4c5866c324ded10829b92c9f7","ea641a4cdfac5e9a0dfec96b8311cdbe36c9df144972519b9be46a0ccc6c0174","eb4662278e9d1db14be616bd7c615a14625192fc823d556837832cfd96d798a1","899420e4388be14c6f7534b7d1704011ffd8e7a93ac51e130c465c65651f9aa1","45ff8c5b954f9e2ece04e77d4e2a4a9c1de9158173a836d4dad2dcf71b9a9f65","bd503a1092b773ad9df35218ae7640826ed20bff6e6aa53935940a37f8532387","bfba9d0a81ccfcdcb4a198cae2320b4aefeac17c7b36d4c78420b641f29df070","78f55430f6416c48a547522a56dc085b23955c7a2dfbb79865367ebfa3ac8f0a","73afa0e8c4cd6f429142f10f387de9e623a00c510d5015f6c8f41c99b7fa6da8","ea2fb7a8707c319ce552c243c7d59a05ecfa3cfced517d717aa032e63b59a34c","68ed4b2cda120ef802fed7fe5e692b5b475ce4957f2ee854819a6946957105f3","199b5970cd16a78d6935d48fdf594cf2065af65fbe9065603657752afb900abf","71eebcab1b0fc2fbeb0ea7b105d6fb69cc673d87ce7942a3e6419ff06c2e73a9","66f1792d34c0ac8758d7b71fe7e5c66e92ef5de3b1b2523d086ac98d4918c355","3c94850686707d1d046e05ea6178e3fc7cd115ba1eb159d1c59e93594e54131f","33675779fc4ba590a46f746d4aa2f23086e4c09e765b0aa52748888f0a857429","ac05441a6341f150946465f50a2033b9bf5834178454b8a8ffd13eacdd0ab905","b2144df19b5c5b0370e62e3d6a5283ea5e3e30627e2c044ca89e9c0da6f8b3e5","98057af36d83e58a93386e7634ddc4606310678b14183f4db25caf45bfff9000","8138545165a4c5f3799a3da85a55ff8a22e46a31ba88ad898fc6a712e3c1c28a","2de032564f8b3fdd875f1d513dfa3038e6db320d485afbb95154098578d63ccd","45350a770492b9c77c705625ad50a3b5b8bb5a52bc4b2348609f066c04017f7d","4cfd3696237926d0600c15b57b958ca69e974255e26d33bc421282da8be8e45f","459d25c67977a8d04aa81a249e96e2d1c97b3b1377977e06a63019efdee24e2a","bc910ebea79ebdb8e3edce7a8f702bd7c80b2bab3bf1499a66eaf5f898ca61e9","190e68d3a6c2c8764f1858ace8a65d07a6696315403e34734c18496582ddd33b","cb839d5c179b3ea11a16094fba103961574e8cb4dcba88b3ef7f924abc4f57d5","eba098dc529e8b0eea918adcc396cec1df587ca494a89fbe947c7f19e7c981c3","6a3080b05490394eedae9719085abd16c6b3fab4127075307deb9688e7c2a5d2","6a8c9fd22839ed5552ed4f4605b1ef12c65c7e50b9589673ee24dc5481be0752","79d5ef4a60ba8d7dd08f1a32e092f1364bfbc9e89aebbb5306c3306337f71b2e","bd7a8371181936add94a83364bb1ce970beb913460f31d3a0c502463cff3dfd2","155f251f0e843abae2fcacfd6c68ff7ae5b555646a2317bc010ee643bb49e656","d6807d5e7e57a0d910235d9988b71afec25dfbabe03a836391d5d2dc7cb3369f","d44f3be4d2bdaa27d06c08c4c0116a0488abe4c3805b29d014baacd155a8086b","064cebf3cbf260394c079c2bf0334cbcaf11cfd72255bb095b76cebc4a24cb2c","68e97dce047a16a959140cab0b2dded8c7b8ecf9381d891e0fe5d1bed1581615","eddcdef95096470429cefa06d5e69b0a9afed9a982e4be39906b714b53e776e5","58a603f544a8db57ddcbaa91e64f7f51411e6b13d7b3f9104231cd2be56d198e","010877b689dac0faf7d7891c4550771ccc62c7a110901b1966b59e82ffa08a27","c2e2f97a746e849dc07cdf89eb555edc86704df6f328f10bedc7a90ebe1e3d64","23862593e8e1a3e2dedb7004ae35e5ae344254efe8010a456ce804ae629fe84b","5f6b059a4e584c8b2a9580a647866e8487da8e3636a3ad041c835d352557f1c4","bf93b251c5b86fa817813a946e134eca918aaec0d95a75803ff801a73d295d9f","25fdcfcf217efc4a1ce16b1b87ba4b9de850706512f038a286cd00da9aee0c9b","e087fcd41297b51f643ec14daed135350edd42517292c172837d3bb0f445a001","4ed051e63cb4e713c8629ddb425b61b4acaac453183994a78187346f86f5c635","1d24d23d670fbc3763013f9341a7a376499e8a4f2a35f24b008535d133101cd6","15301c8c565b8581e9fd2b5524f4562ac204ad3e939125a850a8ba98aa151be0","dc63de5eb376f0d81b06149ccb2da01a3a5a21cc3eca641ff5319ca6c048672e","2182a15c268b4a464a42d2d8819108b044bd1a144cfe596f771c52be4c33e365","241baabca89b9dbe6fb09dd71b4f8db6d56f213a8002b331d5d26b6aa7f9b75f","0aea94afe7b180955d57572d7a6af45e8ad38c476234f76fb7f178ba64f7cb69","4078af51a426601e46cedc694ee3d046b5a144397872dd3f245b9dddd204c8b4","a753de768d51ada797c3f4de1c234f5a639db53e61264afcae461fab54e8b926","966d9d9441d93c635aaf75f2d22eacdc7befe6af67a3a907a92381194efbee57","bbe8bc230d6656360778fb40fcb22299637f50c9910c546fb6d9076ae12c58aa","c8d3e7669e2d4ae4f7ba201afd90db05026438ee0dd2aba1b718ac205ba55978","1ee23b8511d85cf68fbeec018d4f60d2d12b337ca3ea528c0ee69b54c3fe891a","9516b24464fc256e9099edc0104165a845ca0762e622bd643486313c46767f31","becb1ba9752bab39612cd77eaf3140cca067ff0a1e651dc2b1242caf007e08b0","401ba1895d4fafd4fe207c6b03a60241834125887462835a2a0e1a8e3120e0a9","41af2236a7f6643c3766e8a653d3a99926e0373dc79536b53f65526c3c37d28a","70134f200796978a596026e8113c4114815c2dfad8de968d4b92522076458a97","9463fc82886c758c22e3aa549499fd873013104f231803e61412c396469b3637","a01aea551aa80dc9c208b2d360813fba00a3e56679aa806d6a42a13462d365e3","060cc31a132657087128c363dd78054e90cb3c77929d833336bb00b3ffa9fe76","f5d89bc74a8f3855ea5f4338fdfdcd489a1824cb0bd4a4d4f484baff3b2ee02d","e655ecf9defa4207f36029831d09487233b7cb3d0af1f22cdd39bbbcc89ed242","0e40c0261e91d8f1f21e83fc12db0f5441c5978c6f94b1e6d8858240b51dffbc","ee46549bb25b958e351bbfeb37b4a0fb42091b5d9e95233a25000a8abeedb688","2584a45d2c6b5e89b3d7a4911fc9fcfbd3a67c652a4055324cab83f8ce06e2d4","9a0b6bcf050133885f2b589832a97ebb9fe8d7cb6ed7876441e8aad66ae50024","25e45cfc2349fd197ef6d552023a77aeea95263072bc977d7008abe47db80e12","fd753dd9d5efc8218a6ae506df2845b9fc32c1ff063a34696fa91f67a118b6c8","3094865bcd68e704ca0862d9ad1b6aa98b7ba23ac6e2f1667aabdfa520ab035a","ba3c4085bc12dd98c7ff6d64fb1929a38caa97a7edddb14e3bde657d134f572b","ede8a0fde57e5f448ae6ec916816e779112d03538996af2fce5cc900e727a82c","7f09675afcb3e9b394550dc3890cec66265170dab7bf03bbed93ba075347fdf8","327e2505ae5ca53c6320c4cbf1a47bf124515a17247c350cd76364f5651cf3b0","7235e8b95aadbdd4f774389ab6cb663aafaeb573cc9b9ed1cfb20f9708003eb6","7c4ca33d63aba0dd458b26f777d76ec26467537eaa7f86c6676bef45e2deb36e","043ccfcbaf6e981dcac17f416e80b07cd06e5b73980c2fbfe23da2ae8aeb979c","b5575443873e492a09e84e53f65c37a24f5d291a306036f74fd34646ee9c14dd","e4591a005f34ccbbbec0bd140702e243387d57a21b1d4bb6bd3e76de152fc89f","31c7ebcfa9996c47c4f72c089cbb155379ac6e01b5f2d438c8b2725fae9ca547","377fa33e5213ba934d4350d674296c1387aa2ebd225e2a296a465bb691915884","e2949118673a36b7cca57fa17260364890c7fc5c5dffabe6acfe528baac25476","9c7b7af6b7aa9021d0b1344b7729513d5c03f3ccd59cbf3f1bf3281828e1a74d","8e930f178d713ff46d99fa8cb9aa061f75f976e5398dcca9919ca3cfb3eec513","d5036f756b0e1a0b246f94ae797e403493b8330dae678157af8fdcf6464d0509","c0ca9ef46878d3d79c477e6426ff5e737a9453c51cf7397104c7e4146365b7cc","c904ca247135196f9375edd333ef1f08b90f249212ea7ef53198175167a12723","65a49912eca2313b8abde480b00aa9e5519de189e2536196d6743f8667ade556","440b38592dbc81b8286a7dea7f6ab18cd627b5b8f92284bcb0d0c7e2d01889be","7e24ff7ab52d0905ac731c37c9205d8faa6ddfa4356bb40db0ed3c257a08113e","6095618dae742fe3c8302cd144f4befe51da2b25cf014fe038e65ce6a324b381","0214c4398c638c72f77a78bc20c16fb8fab08d9cfe2bdfcd67f0baeafcc5b02b","3d0e1368bd72738555dd421608e2487ea2534c3771d576a638d5d471b6b268b7","bd969829f3805c917933ef812d4cabe2c045aff801859f2c5166eb8d56aea4eb","b5f03c9decd2c9a4ef1aca35238e37065780d0debadc922daf8c62a2226b8174","d3ee87ecc46e36a9b361b0ad770cde8a06f5b973b7fea6d5aa7cb2b7cc56315c","e86c748b29a69474177f30927eaf0f4cb41e8c04fed5615361928e9aa0e48842","cc935329b723e345e8118454fde946f73b69f40086589d11f25513137075720a","9682df8d3da1eab44044c99f9dcc55bd69872791def5ab52c32c51c35e55081e","8fca58455e4d57e950174cb06b3fb1f27bf36b87e325191f7c91be026570bbc9","178c7c98157f7910ea4e19771e26374ecfd552df7c35b1cda6cd9dcc03b32016","dbcb407329817388d89e41d32143f1d585a3a90867a36cde729f2b1fd37ac733","d5c7e6c16fe96673f6f1010d31c54beedc77f31542736c28f1fe87570f730d46","8b43d29bf8e446942ae658f4ebe14cbf2e253fb33ac5d225ab68c5e0fffcc8e8","a209a468e9cc268f575e83964d26e1ee7b3e77518936ce4451659b8215d56764","77a4cfb8baa8f9861178b8ff4de8409841b387cd73ea4e51e2beee758c2d818a","c57ed4f5bab94a057f38e606734c9e4752897bce984f1ebdb6f250aa8c0c2e04","68e2f3e190cfa52130936b8f9158ce57d18a56b6ea40b140614f0e34580490f8","b930f3cf62942aa3e99f67ae1b0f26f6ad422ad572b3d515ae0142d2e76c30f2","11fc68bda6e4b7d30fc377346f1cbd0ffb9d637fd9adbf3e190f65f82679940f","a56cd8e25d118a1518e05fcad9e391427ef504078403ea0dd6d44fb7d1013023","17f600dca10a8426ed06d3bd9816c92b1109e2663522e2ff2f32377ea2045d9c","c1fdd22682b9e49e0f71ac98ae601ff5fcbbb1136c6791d0ff774200705bc32b","643900082d10e2ea2309a88d5cc3db02583e822e9e0cd3525ad1ff77c9d88433","e2bfb86488150c78cea78c2b726a3bd81c9a2053a5d56916beed898d4dc7f5b5","c2d417bfcfb62ed2101db6175ea83f91b2656ada1397d4abaf8c7681c42fb534","2d4484c320e5df4d0d6b1d3e49db9bccc4fe11c5d8decec874d15525e1acba41","a91d1b1373de9d8a1f498b496fe1a41f07cd3e5a0a28b1d920a14284404acb91","aecf31d8843eecf4011a77ba692a68ba8da0241653a39cd275310eed2ab1649d","306fbc17cadf88b65f3b70c625da00e912ec38d82d1dc238558f6749a7670dc0","293d30776f26df1c64d4efefbf91af1b88f1384cdfaeaf71e2cb6a949ab230e7","b19f59a453f22453e4735e0b9fee2089fabebddfdd0b0fedab0409e3a2da63ca","f080a7a3aaa9eb07e4b0c38c0ecdb3a409bdb5f827479a4402acfed6111763a7","c166ebcbbe679a2ee22b88ea4244665a122127c5338137bd8e808b112afd1627","d17f7a001dae13ded8536376f9319169a4c53e0e3789756e2058d0f4b4083a19","ba42ed466e271511af20653ef52792fc270ae38c2a897c60249efdb5258f22a8","db3efaf54928d3b92c0e80f1da14e03b49e20272e90158beae18ac9891207798","cb82c1784b85fe06df3a5bdbebf3e27e68ed9e6e0086014db89adf3954596661","bb44c420962b2d9394e7c8c5abc1bc4af873999b3245b174ac32e9a6eadacdb3","ecb8eefb9ec1057ab9cc6e83af4c5c2694aa5eab065435c55c381d6711ef9ef8","41ce1ba927c2d231aabe41faa3605ba4a1ebb080c7beb4bf283d013bc16a91f5","2909468edaef210782ce34156240e683ed398d4711331add6b912cab13ea6620","d23586153cd7abe2e6f23dcef0cf162dca76c441d1e5d50da49c4b6a2855a1d3","002bf9ff3d82134e09ebebf807b15fbc99c5ba37120313bc551e7715b382d333","c1a1e58f4b580cd2fab66148d1e357fc4d8a28c2911257f949c4a8895eca56c5","dc4591e081650d8c05742bf12378b3afafaba24e2e28a57f05023d50430c452a","021d76abf950787b60632e2cddc8feecb0a5396293c83fdf53ba653f41cc62d5","c575a93e65a22da2a095b6b545d94d01374cd613e44f3a5ccb13de1d7b1b8035","f930cec87b27939416f5d933c8ae49e83827def3c4d6a7b842ee414892dbe873","6dc94fbabf9fbecf85adc32e44203da9cf4c339b29f5a4c7fccd0439530b0ec8","f4b2304c8d9dd3ddb3d614dd8bc4c26f5fdb1dc9e4a0ab0a2df2fdc4d5d859e4","e330139099ebcf6830ae396ff59e59e09ae0f6b56ebdc9205609e66843d7e3ef","342e5e7801261f1ab39bcd0df34b4a0293636c7384b615cf47b1083e8f3f411c","d31df2b0d85cdf6cc03440619f44def96499ca8b643e35e0161b1b1c36ad52b5","17b1e1fc5d431f6380ab9ae528d4c3fa648bcfbe5cd49e9061c7779fc3095f7f","c7c2584fe3aafb58a82d2aea41b5fb7fbf1d74f2596571d3b022e9005a92cecf","ce0d82d3a839e026518bee8d357cce5ec6396010314ebd7176bf3486e6eb0730","c45faaa85a84f8157b8979c25c24bc63b6d4547cfe208ac7b0133a10d240fbc8","f2620cf6b79e8ad245c013cad6997cc17d7c22455d7bcfaad4b58d6d3e1980e7","fa0a6954ba6a7a5b19b7b8411be9223a015ed7c3f3e4926af21ddfed0a7a3b20","430211923c22f30c5ace0d980fbd0ce716db92ed25d994ab7d75f3f25c58bef8","1733a20db28117f2acee4708a14dfbae2034065807d0b72fe6b0645c2db957e9","c5e72f19388612399370cb2538d4eed69b0ccaf66b8fe9ea68d5ee3909b961e1","4ad8b3ac72ab7865ac8939e82c655c3d0003a25dcd6915da6035f3dfcd8dbe99","e96e7a8636ba887b5f373311802a935e99f8a2d4c5866c324ded10829b92c9f7","ea641a4cdfac5e9a0dfec96b8311cdbe36c9df144972519b9be46a0ccc6c0174","eb4662278e9d1db14be616bd7c615a14625192fc823d556837832cfd96d798a1","899420e4388be14c6f7534b7d1704011ffd8e7a93ac51e130c465c65651f9aa1","45ff8c5b954f9e2ece04e77d4e2a4a9c1de9158173a836d4dad2dcf71b9a9f65","bd503a1092b773ad9df35218ae7640826ed20bff6e6aa53935940a37f8532387","bfba9d0a81ccfcdcb4a198cae2320b4aefeac17c7b36d4c78420b641f29df070","78f55430f6416c48a547522a56dc085b23955c7a2dfbb79865367ebfa3ac8f0a","73afa0e8c4cd6f429142f10f387de9e623a00c510d5015f6c8f41c99b7fa6da8","ea2fb7a8707c319ce552c243c7d59a05ecfa3cfced517d717aa032e63b59a34c","68ed4b2cda120ef802fed7fe5e692b5b475ce4957f2ee854819a6946957105f3","199b5970cd16a78d6935d48fdf594cf2065af65fbe9065603657752afb900abf","71eebcab1b0fc2fbeb0ea7b105d6fb69cc673d87ce7942a3e6419ff06c2e73a9","66f1792d34c0ac8758d7b71fe7e5c66e92ef5de3b1b2523d086ac98d4918c355","3c94850686707d1d046e05ea6178e3fc7cd115ba1eb159d1c59e93594e54131f","33675779fc4ba590a46f746d4aa2f23086e4c09e765b0aa52748888f0a857429","ac05441a6341f150946465f50a2033b9bf5834178454b8a8ffd13eacdd0ab905","b2144df19b5c5b0370e62e3d6a5283ea5e3e30627e2c044ca89e9c0da6f8b3e5","98057af36d83e58a93386e7634ddc4606310678b14183f4db25caf45bfff9000","8138545165a4c5f3799a3da85a55ff8a22e46a31ba88ad898fc6a712e3c1c28a","2de032564f8b3fdd875f1d513dfa3038e6db320d485afbb95154098578d63ccd","45350a770492b9c77c705625ad50a3b5b8bb5a52bc4b2348609f066c04017f7d","4cfd3696237926d0600c15b57b958ca69e974255e26d33bc421282da8be8e45f","459d25c67977a8d04aa81a249e96e2d1c97b3b1377977e06a63019efdee24e2a","190e68d3a6c2c8764f1858ace8a65d07a6696315403e34734c18496582ddd33b","cb839d5c179b3ea11a16094fba103961574e8cb4dcba88b3ef7f924abc4f57d5","eba098dc529e8b0eea918adcc396cec1df587ca494a89fbe947c7f19e7c981c3","6a3080b05490394eedae9719085abd16c6b3fab4127075307deb9688e7c2a5d2","6a8c9fd22839ed5552ed4f4605b1ef12c65c7e50b9589673ee24dc5481be0752","9e0a30627bf558e29496ed50b7bc999ce8d1710feb8bb6dc63bfa6b2942530be","bd7a8371181936add94a83364bb1ce970beb913460f31d3a0c502463cff3dfd2","155f251f0e843abae2fcacfd6c68ff7ae5b555646a2317bc010ee643bb49e656","d6807d5e7e57a0d910235d9988b71afec25dfbabe03a836391d5d2dc7cb3369f","eddcdef95096470429cefa06d5e69b0a9afed9a982e4be39906b714b53e776e5","58a603f544a8db57ddcbaa91e64f7f51411e6b13d7b3f9104231cd2be56d198e","010877b689dac0faf7d7891c4550771ccc62c7a110901b1966b59e82ffa08a27","c2e2f97a746e849dc07cdf89eb555edc86704df6f328f10bedc7a90ebe1e3d64","23862593e8e1a3e2dedb7004ae35e5ae344254efe8010a456ce804ae629fe84b","5f6b059a4e584c8b2a9580a647866e8487da8e3636a3ad041c835d352557f1c4","bf93b251c5b86fa817813a946e134eca918aaec0d95a75803ff801a73d295d9f","25fdcfcf217efc4a1ce16b1b87ba4b9de850706512f038a286cd00da9aee0c9b","e087fcd41297b51f643ec14daed135350edd42517292c172837d3bb0f445a001","4ed051e63cb4e713c8629ddb425b61b4acaac453183994a78187346f86f5c635","c9d84858849dd20229a2c60ec2950ee89cc448277638c041a15d9f6b42147f0d","fffaff248da1c60204b25e91033bf75e7f0852a1dcbedf46c66a0ce36c831ace","3878eacacf7345bac706e02b26f0a8e073217a7558da6f57af1658261a2660c8","329a0e68a499a91c554f0d54909811bb1956620ecd5fb4e4d221a520c9325ad0","47dd0e7f6d3e07c8a1119ac52601c24007de3392a729acff79d39f3ae8a352e2","4e10618655994786a4abc133f3ff36f1454edb62132c68ffbe83a191056b3a7a","e1a8c82f010c4e5f1a4554fb3859c19e7c6e913b6ea0f55ed5662c503129f35f","eb0e4f7ae340f599fc03a45d88ad5626518802c908e28a41396b307552b4c504","f2fe4aec34778ade0f9d7fdbcff6e36b31ce08eb557f14139e02680ca775bc54","66c0b62ed8d80b35a68c32d57506812c527d7a20b2dd7d76eb0875a86de60891","88c40f3f5df483a21e7b04b01b1faf611c3bd2082260279c78fcd8abf24fcb30","661265899ac8825932a0848ce5a2172d075655d54e857a49470671bfba2fa14b","91dc2259c0655c22c254170f3ae910436481003ab133c3b6a34bf0503ffd05f4","fe9dd679e568dc2a0e5e6959f77b53f8bc1f126d46b0d17631347ba57470b808","2bef45f9817809ed02d78e7d25fdb49383033d27204f4357eb7c8357d54251b0","90cfe1c9c92f079e5b57bce233b4121ff92f40b9c2f6bcba11121636fbbf2ef4","7d470d5054929cb61ab1f1bd67cb6fab6561e6b16f33fd608138889f90d7a5ab","e848ce7c5a99fcf2f4425eb8175eded771b7783aee1432b6e270d0f33202bd81","06e5acf248f56cd9900fd2f79a0da5020f2e224fdc20c4345600847b36939cd6","532e453bd5e63764062e09ab25858250e756a6759030791729bdc9d2d04a44a6","77c50279e176281773c4ac906dcc0140449978462ec127e301229b6088728f21","ea3800023acf0530197625328ef4f1b963acca4235dfaed489169f81c0fe0d41","64ca86eb4d658d7f4e506bc52a622cde97db6fa0c98a6ab3d37601e8758553fc","d8cdab10298dcedf7f0d3ecf75ec87e53828d047489301f89c879299f6d6953c","e6b09eac683eef04c9c5a55ce29a24904741458003366bc35ea92a8edbf4566c","f81bf869cfcd787e6b3b8364e3cffbdd12642b73bb3d5edb2b4e1b7758625948","3e72279e417f657a945334f4654ab4894b1d31bbcef51f8908d267727f6f4256","70430e063ccd13b453723256bd5ef2c0273dac40e60bc6d674344a99ba1660e5","a326f352261e34622c214b3463dfaf887fd2f308c6fbe6ae930f81dbfd457159","8c7f05d02a64fa0ba55ca090b722602c001dcf85056eae59cc0b9363e496c3a3","32a4dba4b588b5e878f8efe04816a43fb550d09fec38f2c26a4c9508469b4621","a55956ee06536605aeb3f3f315097f0459e1655e90210f4d6dc62b6d6fabf62e","3fb2c4015d2a6bbcdca0cfa589cf2c14a2d7cd7ce140e4472455a340ed149d51","d7e9ca70ee185fbaec9f3ad801b4fc8d051f0c876f25e6ce32fa56a29a9d5845","83b7c27c52c154a6f14376e818389574452c9dfa2bb6f55856654357ba906e25","1289b42141ad642a668059ce470572f252ce3f878b9154670289ef15ca03c2b2","8f4063518aa8b597c706546a4dd75273acd7b7543130e5eca3846b640615e68d","d035cda278e633210398746a572e8eee9a8f74c236a29b15c0b817b52dec20f7","8becbb823152533bfb77b6e8fc3ba146a7afa2809b4d15cf2bf909944e06dd87","1c493e6e97fdc5d7e1c3bf5a5de7fd70a27d5e8b08d9102fd8fe21643b882436","015405c5da3ff5811d5e9a1c37c2cd5c113b85eab44bce928b7eab1cdd2981e4","d2a878b0708bbae92c3c90fc39a2e49782f991da92d445d8db54f7e31da6dc0b","076186b30ac13cb3f2cd0382e1faea80396334bba4ff94b8596ce72a29e72a3c","b538926f5baae1835436ec7aef2818225e8d989126c0469b6aecd2c39913b756","abebb28af9ccdb834d5be3d7be99389a507f45691d719c9802915bc966172862","93ca38f6a61a627f50dd7cd25466c9296d2db8b8968a18cdc4b749a8d10fa6a9","55c1448546ab682133b8de17a707be907b7bfa7c881cd5954fb34f07f3fe6d6b","3ba36d3c2b7ac9603e1e9c4bab9db8aa91603814d6a466022bca5329b4484959","27a7c494f4397f9d52307ccd5bac2cee9fadbb4b4605ce5c7b7b34b792fb30b5","7dec857c6f402f5b603ce197814ea7677acf4dabf028a833229f7ca7f2283abf","feb561259f5da5434f93c2f91c1fb6901e25b6b8d7973c616664e2209b2df74e","d44f3be4d2bdaa27d06c08c4c0116a0488abe4c3805b29d014baacd155a8086b","6765428de6376da4903aaf704a640889d833b08e59a01180ccfad92bd0604219","68e97dce047a16a959140cab0b2dded8c7b8ecf9381d891e0fe5d1bed1581615","1d24d23d670fbc3763013f9341a7a376499e8a4f2a35f24b008535d133101cd6","15301c8c565b8581e9fd2b5524f4562ac204ad3e939125a850a8ba98aa151be0","dc63de5eb376f0d81b06149ccb2da01a3a5a21cc3eca641ff5319ca6c048672e","ccf4e42509cbf6cc7bbeb6303d2dddc95e0d846be11af16fb016baeea4aa5cb8","8940dbf6603471f41da3a1f8fbd3a5f9500b36381f0017c7c1451b832f5c2214","becacea3cab552df3332adb8101a4af30f8383b733a025af5b7818d8481bad75","dbd2f0a5e0086f3269ab1e5b43ef5aab7c71ff003137ef4d769b3a3bc23f2e21","3baf3beefae3a414a9709aa318033aa07870f8d8e0a7101849cd65a49f92f94e","357b827e610b016d547f83797a9373060b4e7af39fe8cab9623479a948105d1d","4a2f879de35811dbdee668a91e2a2a54ce3913a1f2aff6596342a74dd2b7dfe0","30174a26114ac5ed8e950f6c4f67e8b30776b91fdbeacd656569cb9c3633cae0","6c11804026b5fc4d8ace591c3cc0bb35504ea2a1b97bdee5f0c4e9cca4812e9b","728ff2dd2c6ed3e42784c7d89f904410677780c3c5df5e346793db09288a4ee3","92cd09993918e72788cd172537a18413c54e8168f77a907c402b41b89053f82c","a847c0416350e2396d411a9f88e825ba53c210a4c3929d44f7ce62ea02443cb4","773637800a1472ed1dc205e85677b3c4e0b179fee6626ef32323bc41ab83db19","2e900e22ef301dafb3a35df7aaab4f139bf1602c8e5dc0bb0ca8b24305af388e",{"version":"65b9243c80068ec9696b1fbdd23c9acf80d51df02f97b2d7a0514312b0a9fe7d","affectsGlobalScope":true},"b716daa9737308e83fc9d3826cac21b3a6c12ff420b5e89415d1ca396616f1b6","cab0ba78dc961d90d639ccaf3d56c484e584056da39dc0d9bdaf1957be965f72","f0745ab78e18a2befaf1d9951481973318722c4e2f33e859239f55fa999ff2b1","886e183dd0199e7de45d6308ac3e2185dac6f83283d1b8200ea62cf5c43966a1","392dd7b1117b588cba36c04909efd24b0458980506e8e8c1966114f8989058e2","e445daedeac3005da51d0a3e3258be16096e1c0116701e8979272aaf7aba5fb4","2d79ae695899e28c4dba32ba39268a1eafc556f3f183175a355424fae553585a","3ca7b2e8012b9a6be09fafd62f8f3937388b9e1600a59c98887d2b11f6d01b43","b138b3f30708386023a7dc9981bb867808e5ff3383429ac7f69b7bfd0dcc5bd5","2ff2789ae43f9c056917e7516a02ad07c4cc1cafff3c68ff6b7ff8df623fd259","13ec544ab0a3a7ff96afac1016f55b264c812428e37d595dc33b688296435469","4962729121c2cb97a4481cdb06dfc720a79a3bc2fc9330ff2bcf604cfc541177","d576ef1b6aa804d0f0e8dfb3f6149b576788b598054aa2e15d5a7f7f52faf371","5bf947093bfad8e98456c28106a9db37d9276261a7b82fa04f4dc8119bab7f8e","bac171d09621591ee5fcddc28e031b348b0e038d12cc1ca2cf99cbaa27479999","eec5fe9863d12133a6b4803b62741054a3481fc0fcbf2be6bf26c681935cdfdc","05f6b2b3bef27dfc0e2464197510d08f275f2464363b441def7f309cbf42f51d","00f191fd642e8130d5b77fb11f76f4762eb86ac1cbe9b89b4ff63ab95be58baa","33e11cee43184a95afe9a450f7dde6bd2b6a03fc9643f898268e8594c266554a","45f441bf74e920f6909ca6874037fdd10f06644c341b99fd7cfd041ea565ce1f","f8d1db1f521b60c8d9fd9b49d230ce6981ff7468c63e6ac27f82ed7b67500e67","b5d49f459d2efc77cff4ab27d929aa67d0c9121bc20763d84942c7fca2cc7b8f","96c0c4b30165eaedb3ade3b4e9f491113a1816c448d67fff542b2793bf565b04","29a456c61c3d93e36f5eba4c0ed567d7896a9c08a38b537c3fc192a99d03b348","9381d5bdf7197cc4f732243e22762d27508daf7fcab0fff7339fe4660c11f382","0a61f7b50171225629903175e062d3f43225e6eba24eb2e50f88ca05fb441aa6","818d9a0841c884447fbd61b934c6743aea1fa6f1c0159ef44ef55b8f02b9120f","77afb3c5f47b721ab94b2b2faace898f0b4e1e4f7cec679baeaa2f9a6f530079","80ca6e12029d689b45326d13816c8374a1b3804a57e67940da2a2e9ed0689917","daad4c291d7d4ab0ca94693295f33533c6fc44c9ab31806a949367207c4b27fe","6ae49bf0bdc093ec209b0d2ae86a903be5813093dc25f612b9f84d85c3d43ba4","656106ddbe4e00bd32af2c46abb1a8c9abbb8679fbf29adc637c053620286034","ddf3f680de453b300dd1c47e136b8ade3857d2c357635efeb0f9977d81d1e96d","dfc345d92b6d08863b239b8d025ea513df322af74e221d62f4bdbe217d08f69d","7d40ae7bd3141e4fbad1572e9461e44eb631f3c3db8429d78a26ac7359d6e4e5","2f3aa6fb84e6955886902a6a8818e4bff9c79b97356773bd6ac2ff3993c097a2","c0c205fec8b10f3ad0e65af65dd20ea7cf633df0964c84305e375ccdc4f5557e","08724e39439dbc02bdba9768f84736ed132bb02a04fbce0a2cdfc91f42e90505","803c64c58aec45beefe4cc54d5b355e53365df67c3b8f4986e668d7ae853fc82","12bb80ce4bee990f20db86c31bb7b4b08a7632f370840dbce0145f4c22621df2","9b0c662deca25437f6d2dba874bb80b185a168fb0994f384c142d88d706c91c3","7436b0705436763ddc3e7ee039bd163b7f88ee64a5869d5ab89adecaabc1ec84","a6ab63690716a6bb473f08d8873dbd26e4ea5afa1b8df903767737ae87323dae","19cc109dbb5013e2827cf7953efd5417bcc5fcd59c37302e49d88b071574f7f3","708b85be5932cedc6bfe503ebcd952f10f120d4d2580c778e58fe8a68978fb25","3603984b31a20e73e91581b913e2bb04e811a99493490f98ed053a3758a9ef6c",{"version":"65b9243c80068ec9696b1fbdd23c9acf80d51df02f97b2d7a0514312b0a9fe7d","affectsGlobalScope":true},"58bdd5fd93f39bae19f34924ad304608ee37b6c6b357a57823ddfd2585a56d0f","f0745ab78e18a2befaf1d9951481973318722c4e2f33e859239f55fa999ff2b1","b61ebe734dabd3ca10247807bfa4585ed51c889282e5decd152eea86daea7383","41a35a21d3c9c0450229cf41be783285f3c01edd84039a41ffd162d42a93a576","ec9d55888e353f9b5cdda761308dffc7eeb6aa0b7b25d328c64d3776a1cf2a7e","9686c9ade71de53d81ee3e41ff7450d08bd08fff4f545af39e37eeda228745d6","78fbf5d1265bdca3b2e54323d63678e3f73fecf70c05d988966a683da4cdf2f8","37c0fd48eb043fdc395435716585587815f63afc66159588db8ed6c25a5f0636","7cd0faa5800c730d5e9387a5ad312732d95d0a3bd5a67e266721f36ae1068a91","03a931e4fb1e8b851a171b246a8aeba575fcdecde60c914b23f472af5beb29b0","44dd903584f55aadbe8f4d3a05a3d1be0065572bdeab56a28ed66f3472e8ed9a","54ad8686737c418486de7791adb82ef9ae2988d06dd31a1ec591742cb3c1cdff","1ea4bcbe64e2f7bc751051b690def87022221b65a251bdcdf13cf7a66962188e","418ed304f60e84fb03f3738c45f5142e1cf2047d640821b8ff846f5b2b424c7a","72e402392056ab1dd69d8ce096d4c9a76979934ac9433b962d08e03d9d9bcc3e",{"version":"65b9243c80068ec9696b1fbdd23c9acf80d51df02f97b2d7a0514312b0a9fe7d","affectsGlobalScope":true},"b716daa9737308e83fc9d3826cac21b3a6c12ff420b5e89415d1ca396616f1b6","cab0ba78dc961d90d639ccaf3d56c484e584056da39dc0d9bdaf1957be965f72","f0745ab78e18a2befaf1d9951481973318722c4e2f33e859239f55fa999ff2b1","886e183dd0199e7de45d6308ac3e2185dac6f83283d1b8200ea62cf5c43966a1","392dd7b1117b588cba36c04909efd24b0458980506e8e8c1966114f8989058e2","e445daedeac3005da51d0a3e3258be16096e1c0116701e8979272aaf7aba5fb4","2d79ae695899e28c4dba32ba39268a1eafc556f3f183175a355424fae553585a","3ca7b2e8012b9a6be09fafd62f8f3937388b9e1600a59c98887d2b11f6d01b43","b138b3f30708386023a7dc9981bb867808e5ff3383429ac7f69b7bfd0dcc5bd5","2ff2789ae43f9c056917e7516a02ad07c4cc1cafff3c68ff6b7ff8df623fd259","13ec544ab0a3a7ff96afac1016f55b264c812428e37d595dc33b688296435469","4962729121c2cb97a4481cdb06dfc720a79a3bc2fc9330ff2bcf604cfc541177","d576ef1b6aa804d0f0e8dfb3f6149b576788b598054aa2e15d5a7f7f52faf371","cd3497c7f7bc06af9d4664e23d5a31fc4a828af4c29da4d0496307e5fb6c4e25","b5b9d6aef227b94c89a697914db5b5366b218180c543819f61cebaf5dd975caa","e3273bbbe89e084681e3a8f58b39fdeb3e5d9b571ac96514f6909954a62a9cf4","69690ff90f4a2ac25a73cecb517ffc475754327a46d451a7163e1d6dc9fb4bc6","27ec2d04e89543c7758c2173c0d151794f89a9a6885fb9b759c9dd77c0d25f1a","a2c55d411ce1923f7ba32fced581cb8b027ffb2b7867eb174993ebab9c254a8e","4bcf42ab7c404cada37ea473768c2bb20a94adcb89e95da80c9bbafd2e5d2a86","e7104a6abe7031853138336eb6b2f67736e6ef0fdb55dc89597fab10062c65ca","9afb5578c0198c50515832f64d3be90dee540986a8de2800f71dff23d8af8419","d5d8b643bfcbaa2d91235f3baf3fefdcbe537b7c494bdee040c819c542076ffc","abffd62a92d7f913d6b0b8122b92a352ccaada186d96aec78500228c9c955c1c","08a9fd4119f3360b45a8d53854c7e20050cd87ead466b9af65aeda3ab4b39b69","86b5ed4b326d6d64694445aba6c4fe21d57b080785de7deaa13db16dccc41186","d41db465e18ffc081f06b98b66a74568cbc64ecee343008ee2cc280c27ba4202","7be13e5c3ccc14d5b2706cd7daf5655eb2670fecd152a65d4e096554897f810c","03d708fdf1a6c246b4c20d8be331893564cc63450c298967c33dcbbe107cfe48","2bdc771f4a603770beed0b45578c89701ea32a9f36a30d89a2c23ccf40ce273e","42e3e5989af5135930e26cf0cac451aa85d28a433c1c5e686b8b410505833468","bbb47ce7ac86334929cd936f0c21dc48eeb237c72f37a7b726cbb2b51863346a","c056a85c67e3e10e0c3c4c016fe6698e5f8b653bb38e9778f3a312451640a3c3","13f1cf1db206d0e7076b60dc55b584a02602146b917d377f4ba3a9ef1081e7e1","742e8e47b288005f28686043b95fb78baddb8c50a6d2773ba20b98d22edc6551","c13a1e9e2aa21148e096e3006d6858b2601bac2f6cc9811b86ef80878dce669c","9ec47f67fb880f4d34288c90f8625e8b4f9a271f78312ee2b1acae3bb53e254f","c00635723d5babf1aa91b33b825212d3eb8294d7cbed1fd1c592eee2f5efcc4d","531c8a3c17d1af9e6bcf371c79f2dce9f54e1468194acb5c5677097a74a85d8e","4f8badd8111d168d4e6eecc8901d9511b47cbdea304de9782b793f2da4e1923c","7ad93fb60fcd44a80b14a557a9b0d903f690a9554ce30e7caa34fc68842990e2","4656061366a8586a332baeadcab70f0a90c641971549d0b08b4c2cacb5d68e02","8ea4e1a7f4ad015fe98b68e02df469fb284470063849c2041a8fba6d9f8e2166","15e5492108f265dca22437ec2615bdb2b22e0149f0decf7da2b84dec479facf8","9e5e232fbae580db0a2306e5b1ac91fa49e275a77e2cb2eb550a7b2289f15d64","d3308d3a7a14d5943ea1e58350999c3de2e835fd678a6843141cde52f96c7dba","b40a766131d03fac2ffadd55f9e1ccd34297d75dbfc4d081702687e360b68f58","34bf83f734c0d4dbfe3c719f1612d6ce31186617491c8626ecf44b4b59dbfbf4","7db78794f7cf94112b3e5f7b6998f37cb4bec61c70aa1bed81f3bfe09c468127","d98f35f5f9a99db4577a0c2e70796b77cf580a6e4237b645b43234dc1418f953","0aeb7a2e405318d1083bb1832f34eadbe7a9ce74dcef7bbc313d91c74fac0802","a8a99199eb0a778f62f9cd8029afda48560e8bbdfac0227a2a1972697f88f68c","01ba761ce6d75a4142858a053f45d64d255e057049ab1cc4d9a93e76b8b5c444","c483317423ea516c9a38c4885b97790798712ac181f41d23bb4815ff239d1174",{"version":"7b355f35ed09e85007fbbbfe9b0bc6a7b156fc1a8986b40ede86d905d3862185","signature":"ec6486db5fd3986801f90bab36ce42375d64b37f0dc57fec08bf985a850a43aa"},"b8e065d3136ef809ddd3effa9110e7fe2fd9089679db996a09e2b48f4adec1c3","d321cc766f5924d584d44bdb1d6cf4806b2b4aef6c6c903ac53a6d830e442961",{"version":"ed540f655ccc04d46ad57e72ecc2c374627197322d7e78b07c41de0f77af9eaf","signature":"a33f237fc79258a800dd6ca52f6b4ab15023429cad08e360f3dceccdf1e6ffe7"},"90a14afe9b72e4ce1230bfd5c8c4567f647ffd567478f24bc3b2654630a51fde","d78c698fa755ef94e3af591883bfee3a330ffec36392e00aaacdff3541cf5382","7394959e5a741b185456e1ef5d64599c36c60a323207450991e7a42e08911419","5929864ce17fba74232584d90cb721a89b7ad277220627cc97054ba15a98ea8f","7180c03fd3cb6e22f911ce9ba0f8a7008b1a6ddbe88ccf16a9c8140ef9ac1686","25c8056edf4314820382a5fdb4bb7816999acdcb929c8f75e3f39473b87e85bc","54cb85a47d760da1c13c00add10d26b5118280d44d58e6908d8e89abbd9d7725","3e4825171442666d31c845aeb47fcd34b62e14041bb353ae2b874285d78482aa","c6fd2c5a395f2432786c9cb8deb870b9b0e8ff7e22c029954fabdd692bff6195","a967bfe3ad4e62243eb604bf956101e4c740f5921277c60debaf325c1320bf88","e9775e97ac4877aebf963a0289c81abe76d1ec9a2a7778dbe637e5151f25c5f3","471e1da5a78350bc55ef8cef24eb3aca6174143c281b8b214ca2beda51f5e04a","cadc8aced301244057c4e7e73fbcae534b0f5b12a37b150d80e5a45aa4bebcbd","385aab901643aa54e1c36f5ef3107913b10d1b5bb8cbcd933d4263b80a0d7f20","9670d44354bab9d9982eca21945686b5c24a3f893db73c0dae0fd74217a4c219","db3435f3525cd785bf21ec6769bf8da7e8a776be1a99e2e7efb5f244a2ef5fee","c3b170c45fc031db31f782e612adf7314b167e60439d304b49e704010e7bafe5","40383ebef22b943d503c6ce2cb2e060282936b952a01bea5f9f493d5fb487cc7","4893a895ea92c85345017a04ed427cbd6a1710453338df26881a6019432febdd","3a84b7cb891141824bd00ef8a50b6a44596aded4075da937f180c90e362fe5f6","13f6f39e12b1518c6650bbb220c8985999020fe0f21d818e28f512b7771d00f9","9b5369969f6e7175740bf51223112ff209f94ba43ecd3bb09eefff9fd675624a","4fe9e626e7164748e8769bbf74b538e09607f07ed17c2f20af8d680ee49fc1da","24515859bc0b836719105bb6cc3d68255042a9f02a6022b3187948b204946bd2","33203609eba548914dc83ddf6cadbc0bcb6e8ef89f6d648ca0908ae887f9fcc5","0db18c6e78ea846316c012478888f33c11ffadab9efd1cc8bcc12daded7a60b6","89167d696a849fce5ca508032aabfe901c0868f833a8625d5a9c6e861ef935d2","e53a3c2a9f624d90f24bf4588aacd223e7bec1b9d0d479b68d2f4a9e6011147f","339dc5265ee5ed92e536a93a04c4ebbc2128f45eeec6ed29f379e0085283542c","9f0a92164925aa37d4a5d9dd3e0134cff8177208dba55fd2310cd74beea40ee2","8bfdb79bf1a9d435ec48d9372dc93291161f152c0865b81fc0b2694aedb4578d","2e85db9e6fd73cfa3d7f28e0ab6b55417ea18931423bd47b409a96e4a169e8e6","c46e079fe54c76f95c67fb89081b3e399da2c7d109e7dca8e4b58d83e332e605","d32275be3546f252e3ad33976caf8c5e842c09cb87d468cb40d5f4cf092d1acc","4a0c3504813a3289f7fb1115db13967c8e004aa8e4f8a9021b95285502221bd1",{"version":"a14ed46fa3f5ffc7a8336b497cd07b45c2084213aaca933a22443fcb2eef0d07","affectsGlobalScope":true},"6968359c8dbc693224fd1ea0b1f96b135f14d8eee3d6e23296d68c3a9da3ea00",{"version":"79d75a353f29d9f7fc63e879ccebe213baaaea26676fb3e47cc96cf221b27b4f","affectsGlobalScope":true},"dfdc7699360a0d512d7e31c69f75cb6a419cf415c98673e24499793170db5d6b","dcf46daa1e04481b1c2f360c7a77bf019885bd70353a92aa698b9c22b7fe3d6b",{"version":"033350619c2cfcbeab2a483f4b221e0866e17cc4ac514240d285d35c35eecf7c","affectsGlobalScope":true},"a40826e8476694e90da94aa008283a7de50d1dafd37beada623863f1901cb7fb",{"version":"b197fb2d5fa71cebc66e5d10e15c7d02f15fcd3194fbdaafeb964262582f2a82","affectsGlobalScope":true},"1a7f593d587f49ca97710c021c453ab1b95db5e39e58567f4af644f97a5fb0e0","dd4705d1d78af32c407e93e5df009962bed324599d6a5b2a9d661ba44dd99e43","3a02975d4a7034567425e529a0770f7f895ed605d2b576f7831668b7beea9fea","7525257b4aa35efc7a1bbc00f205a9a96c4e4ab791da90db41b77938c4e0c18e","cf87b355c4f531e98a9bba2b0e62d413b49b58b26bf8a9865e60a22d3af1fcd3",{"version":"ee1ee365d88c4c6c0c0a5a5701d66ebc27ccd0bcfcfaa482c6e2e7fe7b98edf7","affectsGlobalScope":true},{"version":"1a08fe5930473dcae34b831b3440cd51ff2c682cf03bd70e28812751dd1644dd","affectsGlobalScope":true},"6f3e00b838cf23f7837ffca5da88ae25f0a81742af9ccadce5cb85ac72050929","304f66274aa8119e8d65a49b1cff84cbf803def6afe1b2cc987386e9a9890e22","cbcb993f1fa22b7769074eb09c1307756e6380659a2990d6f50cfd8943bd8333","55a93997681797056da069cfac92878bff4d2a35e61c1c16280ee0cba38702f2","ea25afcaf96904668f7eebc1b834f89b5b5e5acafd430c29990028a1aaa0bcbe","df981b2ce32930887db27eeae29e48b9b841e4ba0bbba1162ebed04c778cd7e1",{"version":"ea455cc68871b049bcecd9f56d4cf27b852d6dafd5e3b54468ca87cc11604e4d","affectsGlobalScope":true},"3be96458790a77cb357856dab45d1cc8383ac63ba4e085f620b202fb62a6e1db","02d85d03fd4a4f63cba0b133f0e0192368dfeb4338bd33f87788a4f6302de873","bb3a0ce56babb71d7c208ed848b4aafe545e7a7e06304fc0c8cfe3ad328cab7a",{"version":"43bb766c0dc5f1150021f161aa6831eb2cc75dab278172408515cb6e47f697a9","affectsGlobalScope":true},{"version":"8bcf09ba67bd0ec12a9f1efc1e58e1ba2cb1ff78920ce6cf67ebfe6003c54b82","affectsGlobalScope":true},"13ce7518e39051544dd1e3124c185665adda05a5021676f2606c2c74ad2c964f","4ac5899be65d5e2cabe3aaf3dfc2cf7641e54dde23db198d9f683dfabe228145","124dacf89c97915479ed6ad81b09ba42fd40962d069c0642fed42e2d9719f2ba","139ad1dc93a503da85b7a0d5f615bddbae61ad796bc68fedd049150db67a1e26","ad06959073c066bb9543ef9c1dee37fc3140d2ecaae42b97bf4e27f2f03d6511","9eece5e586312581ccd106d4853e861aaaa1a39f8e3ea672b8c3847eedd12f6e","782abaae13e868dee4ea9c16d44499af251d112fba535c558d10ff5279b34678","269929a24b2816343a178008ac9ae9248304d92a8ba8e233055e0ed6dbe6ef71","93452d394fdd1dc551ec62f5042366f011a00d342d36d50793b3529bfc9bd633","3c1f19c7abcda6b3a4cf9438a15c7307a080bd3b51dfd56b198d9f86baf19447","98e7b7220dad76c509d584c9b7b1ec4dcbd7df5e3a2d37d28c54f74461ec0975",{"version":"c61b5fad633f25bb0de0f95612191c1df9a6671cd66f451507b5223bff41b50d","affectsGlobalScope":true},{"version":"d21966ba3284ade60cb94eb2c533ab5b2af7fd0b4b28462043f6ebcb8400bd21","affectsGlobalScope":true},"98e00f3613402504bc2a2c9a621800ab48e0a463d1eed062208a4ae98ad8f84c","b8e9e44ce8eba70af569523ff31d669cc239a93f548899a259f3224392a75e6c","005d1caa2a5d9bc096f75b598d0fd184bc848dd2665b050a17a17d5dc1ef652d","619735e4e221e1bf137ae3efa5330beee4a06039dccb876c822f9d8913a392da",{"version":"3560d0809b0677d77e39d0459ae6129c0e045cb3d43d1f345df06cf7ab7d6029","affectsGlobalScope":true},{"version":"5ab086d9457abbc69cca270e5475073f2e8eb35b2fb810c516400de7b7c7d575","affectsGlobalScope":true},"2a2fd53f2d963624b596fb720b390cbfe8d744e92cb55b48a8090a8fd42a302d","1f01c8fde66abc4ff6aed1db050a928b3bcb6f29bc89630a0d748a0649e14074","60223439b7ee9b26a08d527cacc8b34ea6c6741589ef4949f4669c9aeb97978e",{"version":"48fffe7824c2e8cf8c812f528c33d4c4f502767582083df35920a7f56fe794b3","affectsGlobalScope":true},"561bf7d1d3163db272980f9167b4b98f6a9ee8698c5955e9d9584e84088aad51",{"version":"ab9b9a36e5284fd8d3bf2f7d5fcbc60052f25f27e4d20954782099282c60d23e","affectsGlobalScope":true},"a42be67ed1ddaec743582f41fc219db96a1b69719fccac6d1464321178d610fc"],"root":[728,731,732],"options":{"allowSyntheticDefaultImports":true,"composite":true,"declaration":true,"esModuleInterop":true,"jsx":2,"module":99,"noEmitOnError":true,"noImplicitAny":true,"noUnusedLocals":true,"outDir":"./lib","rootDir":"./src","sourceMap":true,"strict":true,"strictNullChecks":true,"target":5},"fileIdsList":[[360,552,553,554,555,556],[360,552],[49,50,60,78,124,126],[125],[126,127,128,129,130,131,132,133],[124,127],[49,60,78,124,125,127,129,133],[49,60,124,125,127],[124,127,129,130],[49,60,78,124,127,130,132],[124,125,127],[388],[49,60,253,281,335,359,385,386],[387,388,389,390,391,392,393,394,395,396,397],[60,282,387,391,392],[60,155,161,281,359,391],[60,282,359,385,398],[49,50,60,155,388],[49,60,254,281,288,385,387,390],[49,50,387,388],[49,50,60,155,253,288,387],[60],[155,288,359,387],[50,60,154,155],[254,281],[165,254,281,288,345],[281,335,336,337,341,342,343,344,345,346,347,348,349,350,351,352,353,354,355,356,357,358],[346],[165,288,335,336],[254,281,288,335,350],[244,281],[49,50,60],[281],[165,253,288,335],[282],[49,50,149,244,253,288],[49,50,149,244,281,288,337],[49,50,60,149,244,281,282,336],[244,281,288,328,335,337],[338,339,340],[49,155,281,337],[281,288,336],[49,50,161,281],[337],[49,50,60,134,149,288,328,360],[361],[361,362,363,364,365,366,367,368],[254,281,288,328,361],[288,335,361],[61],[60,281,361,362,365],[281,361],[254,281,369],[49,50],[139,140,141,142,143,144,145,146,147,148],[49],[281,288,385],[49,50,253,281,282,288,359,370],[49,60,134,149,253,281,282,288,359,369,385],[370,371,372,383,384],[254,281,288,359,370,372,382],[49,50,60,134,149,253,281,282,288,328,335,359,369],[322,323,324,325,326,327],[49,50,60,322,323,324,326],[60,254,322],[49,50,327],[60,325],[60,281],[49,60,61,282],[282,373,374,375,376,377,378,379,380,381],[60,282],[49,60,61,282,328],[60,253,282,288,376,378],[282,288],[60,282,288,376],[254,281,282,288],[49,50,75],[75],[60,253],[49,50,134,253],[49,50,60,75],[69,74,75,76,77,135,136,137,138,153,245,249,250,251,252],[49,60,62,69,71,253],[62,70,71,72,73],[49,50,60,62,69,70,76,253],[49,67,70,71,76,253],[60,61],[63,64,68],[49,63,76],[49,63,64,67,75,76],[60,75],[49,50,67,69,74,75,135,136,137,138,153,245,249,250,251],[74],[150,151,152],[49,67,74,75,76,150],[75,153],[49,50,74,149,253],[75,161,244],[246,247,248],[49,67,76,247,253],[49,50,60,76,246,253],[49,60,67,75,76],[60,75,161],[242,243],[49,50,60,161,242],[49,50,60,61,161,241,243],[156],[156,157,158,159,160],[49,50,60,155],[49,50,156],[49,60,156,159],[60,156],[283],[283,284,285,286,287],[253,283],[253],[60,161,253,282],[165],[49,254,281],[60,165,241,288,295],[165,307,308],[289,290,296,308,309,310,311,312,313,314,315,316,317,318,319,320,321,329],[165,307],[50,281],[281,314],[165,313],[281,288,314],[49,149,281],[60,155,254,281,288,307,313],[49,50,165,254,281],[49,50,149,254,281,328],[332],[301],[301,302,306],[49,154,165,282,300],[154,281],[303,304,305],[49,50,154,281],[154,281,288],[307,330,331,332,333,334],[298],[299],[60,241],[165,254,281,457,505],[281,495,496,497,501,502,503,504,505,506,507,508,509,510,511,512,513,514,515,516,517,518],[506],[165,457,495,496],[254,281,457,495,510],[281,442],[165,451,457,495],[401],[49,50,429,442,451,457],[49,50,281,429,442,457,497],[49,50,60,281,401,429,442,496],[281,442,457,488,495,497],[498,499,500],[49,155,281,497],[281,457,496],[49,50,281,439],[497],[543],[49,50,78,401,488,538],[78,547],[165,495],[542,545,546,547,548,549,550,585],[281,528,545],[49,78,134,429,488,528,541,544],[254,281,457],[528,545,547,580,584],[49,60,134,254,281,360,429,451,457,519,528,538,541,542,545,546],[49,50,60,134,360,429,457,488],[520],[520,521,522,523,524,525,526,527],[254,281,457,488,520],[457,495,520],[78],[60,281,520,521,524],[281,520],[254,281,528],[360],[49,360,528,553,558],[49,50,60,360,457,553,558],[561,566,567,568],[554,565],[124,360,553],[457,528,558,559],[551,558,559,560,569,570,571,572,581,582,583],[457,557,558],[78,528,558],[553,554,557],[49,134,528,559,580],[360,457,557,558],[49,50,60,360,457,528,553,557],[419,420,421,422,423,424,425,426,427,428],[281,457,595],[49,50,281,401,451,457,519,590],[49,60,134,281,401,429,451,457,519,528,595],[590,591,592,593,594],[254,281,457,519,538,590,592],[49,50,60,134,281,401,429,451,457,488,495,519,528],[573,574,575,576,577,578,579],[281,457,573,574],[573],[49,50,495,573],[49,281,573],[49,50,281,457,573],[49,155,254,457,495,577],[49,50,60,281,457],[49,50,457,595,649,650,656,668],[50,584,668,669],[669,670,671],[49,668,669],[49,648,668,697],[49,652,656,668,672,698],[651,700,701],[651,668],[649,651],[528,649],[49,649,668,670],[650,652,655,656,668,672,699,702,703,704],[648],[49,451,653,668],[528,648],[49,50,60,281,451,528,595,648,649,651,652,653,654,656,667,672],[49,50,528,649,650,654,655,668],[49,648,654,696],[49,78,451,457,519,586,598,602],[602],[49,134,488,586],[165,457,495,519,595,598,599],[281,442,457,495,519,598,599],[50,451,457,519,528,586],[588,589,596,597,598,599,600,601,602,603,604,605,606,607,608,706,707,721,722,723],[49,78,134,429,457,588,595],[134,451,595,596],[457,495,724],[78,451,488,519,586,588,598,599,705],[60,254,281,457,488,528,586,599,602],[60,254,457,519,595,596,598],[281,457,580,584,599],[538,586,598,599,602,603,720],[49,60,281,457,519,586,596,598,599,600,601,603],[49,519,586,599,602],[49,78,134,254,281,429,457,488,495,528,538,586,587,588,589,596,597],[457,528,538,595,596,598,599],[254,281,495,586],[482,483,484,485,486,487],[49,50,60,482,483,484,486],[60,254,482],[49,50,487],[60,485],[539,540],[49,50,78,488,538],[49,60,78,254,281,451,457,519,538,539],[49,60,78,401],[401,529,530,531,532,533,534,535,536,537],[60,401],[49,60,78,401,488],[60,401,451,457,532,534],[401,457],[60,401,457,532],[254,281,401,457],[49,50,412],[412],[60,451],[49,50,134,451],[49,50,60,412],[406,411,412,413,414,415,416,417,418,433,443,447,448,449,450],[49,60,402,406,408,451],[402,407,408,409,410],[49,50,60,402,406,407,413,451],[49,67,407,408,413,451],[60,78],[403,404,405],[49,403,413],[49,67,403,404,412,413],[60,412],[49,50,67,406,411,412,415,416,417,418,433,443,447,448,449],[411],[430,431,432],[49,67,411,412,413,430],[412,433],[49,50,411,429,451],[412,439,442],[444,445,446],[49,67,413,445,451],[49,50,60,413,444,451],[49,60,67,412,413],[60,412,439],[440,441],[49,50,60,439,440],[49,50,60,78,241,439,441],[434],[434,435,436,437,438],[49,50,434],[49,60,434,437],[60,434],[281,519,595,708,709],[708,709,710,711,712,713,714,715,716,719],[49,281,495,708],[254,457,495,708],[50,281,708],[165,708],[49,50,60,281,488,495,519],[281,708],[495,708],[708],[717,718],[401,538,708],[452],[452,453,454,455,456],[451,452],[451],[60,401,439,451],[60,165,241,295,457],[165,467,468],[399,400,458,468,469,470,471,472,473,474,475,476,477,478,479,480,481,489],[165,467],[281,474],[165,473],[281,457,474],[49,281,429],[60,155,254,281,457,467,473],[49,50,254,281,429,488],[492],[461],[461,462,466],[49,154,165,401,460],[463,464,465],[154,281,457],[467,490,491,492,493,494],[459],[554],[562],[562,563,564],[554,556],[554,562],[60,155,281],[49,50,60,154],[51,52,53,54,55],[56,58,59],[53],[57],[49,50,65,66],[49,50,67],[60,65,67],[255,256,259],[49,254,255,256,259,260,262],[254,256,258],[256,261,265],[60,154,155,254,256],[50,155,268],[254,256,257,270],[49,254,256,270,271],[49,50,256],[254,256,257],[255,256,257,258,259,260,261,262,263,264,265,266,267,268,269,270,271,272,273,274,275,276,277,278,279,280],[50,254,256],[49,60,154,155,254,256],[154,254,255,256,268],[256,258],[256,257],[49,254,256],[49,254,256,259,261],[254,256,257,258],[49,256,261,278],[49,154,254,255,256],[49,256,270,279],[49,50,154],[49,50,254,255,257],[165,241,291],[241],[292,293,294],[165,241,292],[168],[167],[167,168,169,170,171,172,173,174,175,176,177,178,179,180,181,182,183,184,185,186,187,188,189,190,191,192,193,194,195,196,197,198,199,200,201,202,203,204,205,206,207,208,209,210,211,212,213,214,215,216,217,218,219,220,221,222,223,226,240],[224,225],[168,224],[227,228,229,230,231,232,233,234,235,236,237,238,239],[166,168],[165,166,167],[733],[768],[769,774,803],[770,781,782,789,800,811],[770,771,781,789],[772,812],[773,774,782,790],[774,800,808],[775,777,781,789],[768,776],[777,778],[781],[779,781],[768,781],[781,782,783,800,811],[781,782,783,796,800,803],[766,769,816],[777,781,784,789,800,811],[781,782,784,785,789,800,808,811],[784,786,800,808,811],[733,734,767,768,769,770,771,772,773,774,775,776,777,778,779,780,781,782,783,784,785,786,787,788,789,790,791,792,793,794,795,796,797,798,799,800,801,802,803,804,805,806,807,808,809,810,811,812,813,814,815,816,817,818],[781,787],[788,811,816],[777,781,789,800],[790],[791],[768,792],[789,790,793,810,816],[794],[795],[781,796,797],[796,798,812,814],[769,781,800,801,802,803],[769,800,802],[800,801],[803],[804],[768,800],[781,806,807],[806,807],[774,789,800,808],[809],[789,810],[769,784,795,811],[774,812],[800,813],[788,814],[815],[769,774,781,783,792,800,811,814,816],[800,817],[162,163,164],[729],[297],[743,747,811],[743,800,811],[738],[740,743,808,811],[789,808],[819],[738,819],[740,743,789,811],[735,736,739,742,769,781,800,811],[735,741],[739,743,769,803,811,819],[769,819],[759,769,819],[737,738,819],[743],[737,738,739,740,741,742,743,744,745,747,748,749,750,751,752,753,754,755,756,757,758,760,761,762,763,764,765],[743,750,751],[741,743,751,752],[742],[735,738,743],[743,747,751,752],[747],[741,743,746,811],[735,740,741,743,747,750],[769,800],[738,743,759,769,816,819],[657,658,659,660,661,663,664,665,666],[659,660],[658,659,660,661,664,665],[658,663],[659],[658,660,662,663,667],[658,660,662,663],[659,662],[609,623,624,646,647],[623,624],[623],[609,623,624,646],[609,623,624],[609,623,624,625,626,627,628,629,630,631,632,633,634,635,636,637,638,639,640,641,642,643,644,645],[624,646],[609,624,646],[610,611,612,613,614,615,616,617,618,619,620,621,622],[613,614],[611,613,614,615,618,619],[611,617],[613],[617],[611,614,616,617,623],[611,614,616,617],[613,616],[611,615,620],[686,693],[686],[674,686,687,693,694,695],[686,689],[689,690,691,692],[681,686,689],[687,688],[674,682,689],[673,674,675,676,677,678,679,680,681,682,683,684,685],[676,677],[674,676,677,678,681,682],[674,680],[676],[680],[674,677,679,680,686],[674,677,679,680],[676,679],[674,678,683],[79,124],[123],[83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122],[83,87,91],[83,84,87,94,96],[83,84,87,94,96,105],[83,84,87,90,94,96],[83,87,92,94],[83,84,85,87,90,91,92,94,95],[83,86,87,88,89,96,105],[84,86,87,90,96,105],[84,86,87,89,90,91,96,105],[84,89,90,100,103],[86,87,100,103,104],[84,90,96,100,101,102,104,105],[84,99],[84,98,104],[79,105],[83,84,87,91,93,94,96],[79,80,86,87,90,94,96,97,98,99,103,104],[82,83,84,87,93,94,96,105],[81,82,90],[90,96],[90],[85,87,91,99,105],[81,82,90,91,105],[83,84,85,87,96,105],[87,91,93,96],[83,85,86,90,91,92,94,96,105],[79,85,86,87,90,96,105],[82,91],[81,91],[83,84,85,93,96,112],[87,90,92,96],[730],[50,281,398,429,451,495,519,586,724,725,726,727],[60,155,281,391,439,519],[60,398,401,519,595],[49,50,60,155,387,451,457],[398]],"referencedMap":[[557,1],[553,2],[127,3],[126,4],[134,5],[128,6],[132,7],[130,8],[131,9],[133,10],[129,11],[389,12],[387,13],[398,14],[393,15],[390,16],[394,17],[395,18],[391,19],[392,20],[388,21],[396,22],[397,23],[342,22],[343,24],[344,25],[346,26],[359,27],[348,28],[349,29],[351,30],[352,31],[353,32],[350,33],[354,34],[355,35],[356,33],[336,36],[357,37],[337,38],[338,39],[341,40],[339,41],[340,42],[345,43],[358,44],[361,45],[362,46],[369,47],[363,48],[364,49],[365,50],[366,51],[367,52],[368,53],[139,54],[149,55],[145,56],[148,22],[384,57],[371,58],[372,59],[385,60],[383,61],[370,62],[61,22],[328,63],[327,64],[323,65],[325,54],[322,66],[324,66],[326,67],[282,68],[373,69],[374,35],[382,70],[376,71],[377,72],[379,73],[380,74],[378,75],[381,76],[76,77],[137,78],[77,79],[135,80],[136,81],[253,82],[72,83],[74,84],[71,85],[73,86],[62,87],[70,78],[69,88],[64,89],[68,90],[63,91],[252,92],[138,91],[75,93],[153,94],[152,95],[151,96],[150,97],[245,98],[249,99],[248,100],[246,78],[247,101],[250,102],[251,103],[244,104],[243,105],[242,106],[157,107],[161,108],[156,109],[158,110],[160,111],[159,112],[284,113],[288,114],[286,115],[287,116],[283,117],[289,118],[290,119],[296,120],[309,121],[310,33],[330,122],[311,123],[312,124],[315,125],[316,126],[317,127],[318,25],[320,128],[321,118],[314,129],[313,130],[329,131],[334,132],[302,133],[307,134],[301,135],[303,136],[306,137],[304,138],[305,139],[335,140],[299,141],[300,142],[332,143],[502,22],[503,24],[504,25],[506,144],[519,145],[508,146],[509,147],[511,148],[512,149],[513,32],[510,33],[514,150],[515,151],[516,33],[496,152],[517,153],[497,154],[498,155],[501,156],[499,157],[500,158],[505,159],[518,160],[544,161],[543,162],[548,163],[549,164],[542,33],[586,165],[546,166],[545,167],[550,168],[585,169],[547,170],[520,171],[521,172],[528,173],[522,174],[523,175],[524,176],[525,177],[526,178],[527,179],[551,180],[559,181],[560,182],[561,180],[569,183],[566,184],[567,180],[568,185],[570,186],[584,187],[571,188],[572,189],[583,190],[581,191],[582,192],[558,193],[419,54],[429,194],[425,56],[428,22],[594,195],[591,196],[592,197],[595,198],[593,199],[590,200],[580,201],[575,202],[576,203],[577,204],[574,205],[579,206],[578,207],[573,208],[669,209],[670,210],[672,211],[671,212],[698,213],[699,214],[702,215],[700,216],[701,217],[651,218],[703,219],[705,220],[649,221],[704,222],[650,223],[668,224],[655,22],[656,225],[654,221],[697,226],[78,22],[603,227],[604,228],[588,229],[605,230],[606,231],[589,232],[724,233],[596,234],[607,235],[608,236],[706,237],[600,238],[599,239],[707,240],[721,241],[602,242],[722,243],[723,236],[598,244],[601,245],[597,246],[488,247],[487,248],[483,249],[485,54],[482,250],[484,250],[486,251],[541,252],[539,253],[540,254],[401,68],[529,255],[530,151],[538,256],[532,257],[533,258],[535,259],[536,260],[534,261],[537,262],[413,263],[417,264],[414,265],[415,266],[416,267],[451,268],[409,269],[411,270],[408,271],[410,272],[402,273],[407,264],[406,274],[404,275],[405,276],[403,277],[450,278],[418,277],[412,279],[433,280],[432,281],[431,282],[430,283],[443,284],[447,285],[446,286],[444,264],[445,287],[448,288],[449,289],[442,290],[441,291],[440,292],[435,293],[439,294],[434,109],[436,295],[438,296],[437,297],[710,298],[720,299],[709,300],[711,301],[712,302],[714,303],[715,303],[708,304],[716,305],[713,306],[717,307],[719,308],[718,309],[453,310],[457,311],[455,312],[456,313],[452,314],[399,118],[400,119],[458,315],[469,316],[470,33],[490,317],[471,318],[472,124],[475,319],[476,320],[477,321],[478,25],[480,322],[481,118],[474,323],[473,130],[489,324],[494,325],[462,326],[467,327],[461,328],[463,136],[466,329],[464,138],[465,330],[495,331],[459,141],[460,332],[492,143],[556,333],[555,333],[564,334],[565,335],[562,336],[563,337],[386,338],[155,339],[56,340],[60,341],[54,342],[58,343],[50,56],[67,344],[65,345],[66,346],[260,347],[263,348],[265,349],[266,350],[267,351],[269,352],[271,353],[272,354],[273,355],[274,356],[281,357],[257,358],[268,359],[275,360],[261,361],[258,362],[276,363],[277,362],[259,349],[262,364],[278,365],[279,366],[270,367],[280,368],[255,369],[256,370],[292,371],[294,372],[295,373],[293,374],[169,375],[171,375],[172,375],[173,375],[175,375],[177,376],[178,375],[179,375],[180,375],[181,375],[182,375],[183,375],[184,375],[185,375],[186,375],[187,375],[222,375],[188,375],[189,375],[190,375],[191,375],[192,375],[194,375],[195,375],[196,375],[241,377],[197,375],[198,375],[199,375],[201,118],[204,375],[205,375],[206,375],[209,375],[226,378],[224,375],[225,379],[210,375],[229,375],[227,375],[228,375],[230,375],[231,375],[240,380],[232,375],[233,375],[234,375],[235,375],[236,375],[237,375],[238,375],[239,375],[212,375],[213,118],[214,381],[215,375],[216,375],[217,375],[168,382],[218,375],[220,375],[221,375],[733,383],[734,383],[768,384],[769,385],[770,386],[771,387],[772,388],[773,389],[774,390],[775,391],[776,392],[777,393],[778,393],[780,394],[779,395],[781,396],[782,397],[783,398],[767,399],[784,400],[785,401],[786,402],[819,403],[787,404],[788,405],[789,406],[790,407],[791,408],[792,409],[793,410],[794,411],[795,412],[796,413],[797,413],[798,414],[800,415],[802,416],[801,417],[803,418],[804,419],[805,420],[806,421],[807,422],[808,423],[809,424],[810,425],[811,426],[812,427],[813,428],[814,429],[815,430],[816,431],[817,432],[165,433],[291,118],[730,434],[298,435],[750,436],[757,437],[749,436],[764,438],[741,439],[740,440],[763,441],[758,442],[761,443],[743,444],[742,445],[738,446],[737,447],[760,448],[739,449],[744,450],[748,450],[766,451],[765,450],[752,452],[753,453],[755,454],[751,455],[754,456],[759,441],[746,457],[747,458],[756,459],[736,460],[762,461],[667,462],[661,463],[666,464],[662,465],[660,466],[664,467],[665,468],[663,469],[648,470],[647,471],[624,472],[634,473],[629,473],[628,474],[646,475],[631,473],[643,473],[638,474],[630,473],[625,473],[642,473],[645,473],[641,473],[637,473],[639,476],[644,477],[633,474],[632,473],[635,473],[636,474],[626,473],[640,473],[627,474],[623,478],[615,479],[620,480],[616,481],[614,482],[622,483],[618,484],[619,485],[617,486],[621,487],[695,488],[687,489],[696,490],[694,489],[688,489],[692,491],[693,492],[690,493],[689,494],[691,495],[686,496],[678,497],[683,498],[679,499],[677,500],[685,501],[681,502],[682,503],[680,504],[684,505],[125,506],[124,507],[123,508],[92,509],[120,510],[114,510],[115,510],[116,511],[117,510],[118,510],[119,510],[121,510],[122,512],[93,513],[96,514],[112,513],[90,515],[97,516],[99,516],[98,517],[104,518],[102,519],[103,520],[101,521],[100,522],[106,523],[85,524],[105,525],[107,526],[91,527],[108,528],[109,529],[110,530],[111,531],[89,532],[94,533],[87,534],[95,535],[84,536],[83,537],[113,538],[86,539],[731,540],[728,541]],"exportedModulesMap":[[557,1],[553,2],[127,3],[126,4],[134,5],[128,6],[132,7],[130,8],[131,9],[133,10],[129,11],[389,12],[387,13],[398,14],[393,15],[390,542],[394,543],[395,18],[391,19],[392,20],[388,544],[396,22],[397,23],[342,22],[343,24],[344,25],[346,26],[359,27],[348,28],[349,29],[351,30],[352,31],[353,32],[350,33],[354,34],[355,35],[356,33],[336,36],[357,37],[337,38],[338,39],[341,40],[339,41],[340,42],[345,43],[358,44],[361,45],[362,46],[369,47],[363,48],[364,49],[365,50],[366,51],[367,52],[368,53],[139,54],[149,55],[145,56],[148,22],[384,57],[371,58],[372,59],[385,60],[383,61],[370,62],[61,22],[328,63],[327,64],[323,65],[325,54],[322,66],[324,66],[326,67],[282,68],[373,69],[374,35],[382,70],[376,71],[377,72],[379,73],[380,74],[378,75],[381,76],[76,77],[137,78],[77,79],[135,80],[136,81],[253,82],[72,83],[74,84],[71,85],[73,86],[62,87],[70,78],[69,88],[64,89],[68,90],[63,91],[252,92],[138,91],[75,93],[153,94],[152,95],[151,96],[150,97],[245,98],[249,99],[248,100],[246,78],[247,101],[250,102],[251,103],[244,104],[243,105],[242,106],[157,107],[161,108],[156,109],[158,110],[160,111],[159,112],[284,113],[288,114],[286,115],[287,116],[283,117],[289,118],[290,119],[296,120],[309,121],[310,33],[330,122],[311,123],[312,124],[315,125],[316,126],[317,127],[318,25],[320,128],[321,118],[314,129],[313,130],[329,131],[334,132],[302,133],[307,134],[301,135],[303,136],[306,137],[304,138],[305,139],[335,140],[299,141],[300,142],[332,143],[502,22],[503,24],[504,25],[506,144],[519,145],[508,146],[509,147],[511,148],[512,149],[513,32],[510,33],[514,150],[515,151],[516,33],[496,152],[517,153],[497,154],[498,155],[501,156],[499,157],[500,158],[505,159],[518,160],[544,161],[543,162],[548,163],[549,164],[542,33],[586,165],[546,166],[545,167],[550,168],[585,169],[547,170],[520,171],[521,172],[528,173],[522,174],[523,175],[524,176],[525,177],[526,178],[527,179],[551,180],[559,181],[560,182],[561,180],[569,183],[566,184],[567,180],[568,185],[570,186],[584,187],[571,188],[572,189],[583,190],[581,191],[582,192],[558,193],[419,54],[429,194],[425,56],[428,22],[594,195],[591,196],[592,197],[595,198],[593,199],[590,200],[580,201],[575,202],[576,203],[577,204],[574,205],[579,206],[578,207],[573,208],[669,209],[670,210],[672,211],[671,212],[698,213],[699,214],[702,215],[700,216],[701,217],[651,218],[703,219],[705,220],[649,221],[704,222],[650,223],[668,224],[655,22],[656,225],[654,221],[697,226],[78,22],[603,227],[604,228],[588,229],[605,230],[606,231],[589,232],[724,233],[596,234],[607,235],[608,236],[706,237],[600,238],[599,239],[707,240],[721,241],[602,242],[722,243],[723,236],[598,244],[601,245],[597,246],[488,247],[487,248],[483,249],[485,54],[482,250],[484,250],[486,251],[541,252],[539,253],[540,254],[401,68],[529,255],[530,151],[538,256],[532,257],[533,258],[535,259],[536,260],[534,261],[537,262],[413,263],[417,264],[414,265],[415,266],[416,267],[451,268],[409,269],[411,270],[408,271],[410,272],[402,273],[407,264],[406,274],[404,275],[405,276],[403,277],[450,278],[418,277],[412,279],[433,280],[432,281],[431,282],[430,283],[443,284],[447,285],[446,286],[444,264],[445,287],[448,288],[449,289],[442,290],[441,291],[440,292],[435,293],[439,294],[434,109],[436,295],[438,296],[437,297],[710,298],[720,299],[709,300],[711,301],[712,302],[714,303],[715,303],[708,304],[716,305],[713,306],[717,307],[719,308],[718,309],[453,310],[457,311],[455,312],[456,313],[452,314],[399,118],[400,119],[458,315],[469,316],[470,33],[490,317],[471,318],[472,124],[475,319],[476,320],[477,321],[478,25],[480,322],[481,118],[474,323],[473,130],[489,324],[494,325],[462,326],[467,327],[461,328],[463,136],[466,329],[464,138],[465,330],[495,331],[459,141],[460,332],[492,143],[556,333],[555,333],[564,334],[565,335],[562,336],[563,337],[386,338],[155,339],[56,340],[60,341],[54,342],[58,343],[50,56],[67,344],[65,345],[66,346],[260,347],[263,348],[265,349],[266,350],[267,351],[269,352],[271,353],[272,354],[273,355],[274,356],[281,357],[257,358],[268,359],[275,360],[261,361],[258,362],[276,363],[277,362],[259,349],[262,364],[278,365],[279,366],[270,367],[280,368],[255,369],[256,370],[292,371],[294,372],[295,373],[293,374],[169,375],[171,375],[172,375],[173,375],[175,375],[177,376],[178,375],[179,375],[180,375],[181,375],[182,375],[183,375],[184,375],[185,375],[186,375],[187,375],[222,375],[188,375],[189,375],[190,375],[191,375],[192,375],[194,375],[195,375],[196,375],[241,377],[197,375],[198,375],[199,375],[201,118],[204,375],[205,375],[206,375],[209,375],[226,378],[224,375],[225,379],[210,375],[229,375],[227,375],[228,375],[230,375],[231,375],[240,380],[232,375],[233,375],[234,375],[235,375],[236,375],[237,375],[238,375],[239,375],[212,375],[213,118],[214,381],[215,375],[216,375],[217,375],[168,382],[218,375],[220,375],[221,375],[733,383],[734,383],[768,384],[769,385],[770,386],[771,387],[772,388],[773,389],[774,390],[775,391],[776,392],[777,393],[778,393],[780,394],[779,395],[781,396],[782,397],[783,398],[767,399],[784,400],[785,401],[786,402],[819,403],[787,404],[788,405],[789,406],[790,407],[791,408],[792,409],[793,410],[794,411],[795,412],[796,413],[797,413],[798,414],[800,415],[802,416],[801,417],[803,418],[804,419],[805,420],[806,421],[807,422],[808,423],[809,424],[810,425],[811,426],[812,427],[813,428],[814,429],[815,430],[816,431],[817,432],[165,433],[291,118],[730,434],[298,435],[750,436],[757,437],[749,436],[764,438],[741,439],[740,440],[763,441],[758,442],[761,443],[743,444],[742,445],[738,446],[737,447],[760,448],[739,449],[744,450],[748,450],[766,451],[765,450],[752,452],[753,453],[755,454],[751,455],[754,456],[759,441],[746,457],[747,458],[756,459],[736,460],[762,461],[667,462],[661,463],[666,464],[662,465],[660,466],[664,467],[665,468],[663,469],[648,470],[647,471],[624,472],[634,473],[629,473],[628,474],[646,475],[631,473],[643,473],[638,474],[630,473],[625,473],[642,473],[645,473],[641,473],[637,473],[639,476],[644,477],[633,474],[632,473],[635,473],[636,474],[626,473],[640,473],[627,474],[623,478],[615,479],[620,480],[616,481],[614,482],[622,483],[618,484],[619,485],[617,486],[621,487],[695,488],[687,489],[696,490],[694,489],[688,489],[692,491],[693,492],[690,493],[689,494],[691,495],[686,496],[678,497],[683,498],[679,499],[677,500],[685,501],[681,502],[682,503],[680,504],[684,505],[125,506],[124,507],[123,508],[92,509],[120,510],[114,510],[115,510],[116,511],[117,510],[118,510],[119,510],[121,510],[122,512],[93,513],[96,514],[112,513],[90,515],[97,516],[99,516],[98,517],[104,518],[102,519],[103,520],[101,521],[100,522],[106,523],[85,524],[105,525],[107,526],[91,527],[108,528],[109,529],[110,530],[111,531],[89,532],[94,533],[87,534],[95,535],[84,536],[83,537],[113,538],[86,539],[731,540],[728,545]],"semanticDiagnosticsPerFile":[732,557,360,553,127,126,134,128,132,130,131,133,129,389,387,398,393,390,394,395,391,392,388,396,397,342,343,344,346,347,359,348,349,351,352,353,350,354,355,356,336,357,337,338,341,339,340,345,358,361,362,369,363,364,365,366,367,368,139,149,140,141,142,143,144,145,146,147,148,384,371,372,385,383,370,61,328,327,323,325,322,324,326,282,373,374,382,375,376,377,379,380,378,381,76,137,77,135,136,253,72,74,71,73,62,70,69,64,68,63,252,138,75,153,152,151,150,245,249,248,246,247,250,251,244,243,242,157,161,156,158,160,159,284,285,288,286,287,283,289,290,296,309,310,330,311,308,312,315,316,317,318,319,320,321,314,313,329,334,331,302,307,301,303,306,304,305,335,299,300,332,333,502,503,504,506,507,519,508,509,511,512,513,510,514,515,516,496,517,497,498,501,499,500,505,518,544,543,548,549,542,586,546,545,550,585,547,520,521,528,522,523,524,525,526,527,551,559,560,561,569,566,567,568,570,584,571,572,583,581,582,558,419,429,420,421,422,423,424,425,426,427,428,594,591,592,595,593,590,580,575,576,577,574,579,578,573,669,670,672,671,698,699,702,700,701,651,703,705,649,704,652,650,653,668,655,656,654,697,78,603,604,588,605,606,589,724,596,607,608,706,600,599,707,721,602,722,723,598,601,597,488,487,483,485,482,484,486,541,539,540,401,529,530,538,531,532,533,535,536,534,537,413,417,414,415,416,451,409,411,408,410,402,407,406,404,405,403,450,418,412,433,432,431,430,443,447,446,444,445,448,449,442,441,440,435,439,434,436,438,437,710,720,709,711,712,714,715,708,716,713,717,719,718,453,454,457,455,456,452,399,400,458,469,470,490,471,468,472,475,476,477,478,479,480,481,474,473,489,494,491,462,467,461,463,466,464,465,495,459,460,492,493,554,556,555,564,565,562,563,386,155,56,60,51,52,54,55,58,57,53,59,50,254,67,65,66,587,49,154,260,263,264,265,266,267,269,271,272,273,274,281,257,268,275,261,258,276,277,259,262,278,279,270,280,255,256,292,294,295,293,169,170,171,223,172,173,174,175,176,177,178,179,180,181,182,167,183,184,185,186,187,222,188,189,190,191,192,193,194,195,196,241,197,198,199,200,201,202,203,204,205,206,207,208,209,226,224,225,210,211,229,227,228,230,231,240,232,233,234,235,236,237,238,239,212,213,214,215,216,217,168,218,219,220,221,166,733,734,768,769,770,771,772,773,774,775,776,777,778,780,779,781,782,783,767,818,784,785,786,819,787,788,789,790,791,792,793,794,795,796,797,798,799,800,802,801,803,804,805,806,807,808,809,810,811,812,813,814,815,816,817,727,164,163,162,165,291,726,297,82,81,79,80,730,729,552,725,46,47,8,9,13,12,2,14,15,16,17,18,19,20,21,3,4,25,22,23,24,26,27,28,5,48,29,30,31,32,6,36,33,34,35,37,7,38,43,44,39,40,41,42,1,45,11,10,298,750,757,749,764,741,740,763,758,761,743,742,738,737,760,739,744,745,748,735,766,765,752,753,755,751,754,759,746,747,756,736,762,667,661,666,659,662,660,664,658,665,663,657,648,647,624,634,629,628,646,631,643,638,630,625,642,645,641,637,639,644,633,632,635,636,626,640,627,623,615,620,613,616,614,612,622,618,611,619,617,621,610,609,695,687,696,694,688,692,693,690,689,691,686,678,683,676,679,677,675,685,681,674,682,680,684,673,125,124,123,92,120,114,115,116,117,118,119,121,122,93,96,112,90,97,99,98,104,102,103,101,100,106,85,105,107,88,91,108,109,110,111,89,94,87,95,84,83,113,86,731,728],"latestChangedDtsFile":"./lib/index.d.ts"},"version":"5.0.4"} \ No newline at end of file diff --git a/yarn.lock b/yarn.lock index ded8259fd..cedfba887 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2,64 +2,53 @@ # Manual changes might be lost - proceed with caution! __metadata: - version: 8 - cacheKey: 10c0 + version: 6 + cacheKey: 8 "@babel/code-frame@npm:^7.0.0": - version: 7.24.7 - resolution: "@babel/code-frame@npm:7.24.7" + version: 7.26.2 + resolution: "@babel/code-frame@npm:7.26.2" dependencies: - "@babel/highlight": "npm:^7.24.7" - picocolors: "npm:^1.0.0" - checksum: 8/830e62cd38775fdf84d612544251ce773d544a8e63df667728cc9e0126eeef14c6ebda79be0f0bc307e8318316b7f58c27ce86702e0a1f5c321d842eb38ffda4 + "@babel/helper-validator-identifier": ^7.25.9 + js-tokens: ^4.0.0 + picocolors: ^1.0.0 + checksum: db13f5c42d54b76c1480916485e6900748bbcb0014a8aca87f50a091f70ff4e0d0a6db63cade75eb41fcc3d2b6ba0a7f89e343def4f96f00269b41b8ab8dd7b8 languageName: node linkType: hard -"@babel/helper-validator-identifier@npm:^7.24.7": - version: 7.24.7 - resolution: "@babel/helper-validator-identifier@npm:7.24.7" - checksum: 8/6799ab117cefc0ecd35cd0b40ead320c621a298ecac88686a14cffceaac89d80cdb3c178f969861bf5fa5e4f766648f9161ea0752ecfe080d8e89e3147270257 +"@babel/helper-validator-identifier@npm:^7.25.9": + version: 7.25.9 + resolution: "@babel/helper-validator-identifier@npm:7.25.9" + checksum: 5b85918cb1a92a7f3f508ea02699e8d2422fe17ea8e82acd445006c0ef7520fbf48e3dbcdaf7b0a1d571fc3a2715a29719e5226636cb6042e15fe6ed2a590944 languageName: node linkType: hard -"@babel/highlight@npm:^7.24.7": - version: 7.24.7 - resolution: "@babel/highlight@npm:7.24.7" +"@codemirror/autocomplete@npm:^6.0.0, @codemirror/autocomplete@npm:^6.16.0, @codemirror/autocomplete@npm:^6.3.2, @codemirror/autocomplete@npm:^6.7.1": + version: 6.18.2 + resolution: "@codemirror/autocomplete@npm:6.18.2" dependencies: - "@babel/helper-validator-identifier": "npm:^7.24.7" - chalk: "npm:^2.4.2" - js-tokens: "npm:^4.0.0" - picocolors: "npm:^1.0.0" - checksum: 8/5cd3a89f143671c4ac129960024ba678b669e6fc673ce078030f5175002d1d3d52bc10b22c5b916a6faf644b5028e9a4bd2bb264d053d9b05b6a98690f1d46f1 - languageName: node - linkType: hard - -"@codemirror/autocomplete@npm:^6.0.0, @codemirror/autocomplete@npm:^6.15.0, @codemirror/autocomplete@npm:^6.3.2, @codemirror/autocomplete@npm:^6.7.1": - version: 6.16.2 - resolution: "@codemirror/autocomplete@npm:6.16.2" - dependencies: - "@codemirror/language": "npm:^6.0.0" - "@codemirror/state": "npm:^6.0.0" - "@codemirror/view": "npm:^6.17.0" - "@lezer/common": "npm:^1.0.0" + "@codemirror/language": ^6.0.0 + "@codemirror/state": ^6.0.0 + "@codemirror/view": ^6.17.0 + "@lezer/common": ^1.0.0 peerDependencies: "@codemirror/language": ^6.0.0 "@codemirror/state": ^6.0.0 "@codemirror/view": ^6.0.0 "@lezer/common": ^1.0.0 - checksum: 8/ece600c23503879c490665de01631d6c03097b77c244b091f01ba39fde9d0429059bdcb97c280806366b33be4a7eb6eb60358245b9ab6c12ae23331dfb27217c + checksum: 96df3ad16ad187784175cfcc6a08272794c920ac6ae3f35ff4e68790e84bbf556a3b25af5f35458172db21f49d77b90496b5ee180f8612f7a83c2656c68ed571 languageName: node linkType: hard -"@codemirror/commands@npm:^6.3.3": - version: 6.6.0 - resolution: "@codemirror/commands@npm:6.6.0" +"@codemirror/commands@npm:^6.5.0": + version: 6.7.1 + resolution: "@codemirror/commands@npm:6.7.1" dependencies: - "@codemirror/language": "npm:^6.0.0" - "@codemirror/state": "npm:^6.4.0" - "@codemirror/view": "npm:^6.27.0" - "@lezer/common": "npm:^1.1.0" - checksum: 8/53bb29f11f4453b7409836c41a9c13c0a8cb300e05ecc4928217330cf6e6735b1e5fb7fb831a2b1b8636593d6f3da42d016196ee1c8bb424f9cb73d55b8cb884 + "@codemirror/language": ^6.0.0 + "@codemirror/state": ^6.4.0 + "@codemirror/view": ^6.27.0 + "@lezer/common": ^1.1.0 + checksum: 507ae0cc7f3a7bd869bca0de7e942ecb2bc0bd95a42484e5b06835ebf8caf7626c39d2bea26cefab99d07ab83ba5934afd2d07ce00dac4190aca014523f3c97e languageName: node linkType: hard @@ -67,39 +56,39 @@ __metadata: version: 6.0.2 resolution: "@codemirror/lang-cpp@npm:6.0.2" dependencies: - "@codemirror/language": "npm:^6.0.0" - "@lezer/cpp": "npm:^1.0.0" - checksum: 8/bb9eba482cca80037ce30c7b193cf45eff19ccbb773764fddf2071756468ecc25aa53c777c943635054f89095b0247b9b50c339e107e41e68d34d12a7295f9a9 + "@codemirror/language": ^6.0.0 + "@lezer/cpp": ^1.0.0 + checksum: bb9eba482cca80037ce30c7b193cf45eff19ccbb773764fddf2071756468ecc25aa53c777c943635054f89095b0247b9b50c339e107e41e68d34d12a7295f9a9 languageName: node linkType: hard "@codemirror/lang-css@npm:^6.0.0, @codemirror/lang-css@npm:^6.2.1": - version: 6.2.1 - resolution: "@codemirror/lang-css@npm:6.2.1" + version: 6.3.0 + resolution: "@codemirror/lang-css@npm:6.3.0" dependencies: - "@codemirror/autocomplete": "npm:^6.0.0" - "@codemirror/language": "npm:^6.0.0" - "@codemirror/state": "npm:^6.0.0" - "@lezer/common": "npm:^1.0.2" - "@lezer/css": "npm:^1.0.0" - checksum: 8/5a8457ee8a4310030a969f2d3128429f549c4dc9b7907ee8888b42119c80b65af99093801432efdf659b8ec36a147d2a947bc1ecbbf69a759395214e3f4834a8 + "@codemirror/autocomplete": ^6.0.0 + "@codemirror/language": ^6.0.0 + "@codemirror/state": ^6.0.0 + "@lezer/common": ^1.0.2 + "@lezer/css": ^1.1.7 + checksum: e98e89fa436f0a27c95323efbb6a1c43a52ca0b9253ab3c12af16f38cb93670d42f8a63cc566e2f6b0348af2cdfa1a6c03cf045af2d6cb253b27b2efdce9b2b2 languageName: node linkType: hard -"@codemirror/lang-html@npm:^6.0.0, @codemirror/lang-html@npm:^6.4.8": +"@codemirror/lang-html@npm:^6.0.0, @codemirror/lang-html@npm:^6.4.9": version: 6.4.9 resolution: "@codemirror/lang-html@npm:6.4.9" dependencies: - "@codemirror/autocomplete": "npm:^6.0.0" - "@codemirror/lang-css": "npm:^6.0.0" - "@codemirror/lang-javascript": "npm:^6.0.0" - "@codemirror/language": "npm:^6.4.0" - "@codemirror/state": "npm:^6.0.0" - "@codemirror/view": "npm:^6.17.0" - "@lezer/common": "npm:^1.0.0" - "@lezer/css": "npm:^1.1.0" - "@lezer/html": "npm:^1.3.0" - checksum: 8/ac8c3ceb0396f2e032752c5079bd950124dca708bc64e96fc147dc5fe7133e5cee0814fe951abdb953ec1d11fa540e4b30a712b5149d9a36016a197a28de45d7 + "@codemirror/autocomplete": ^6.0.0 + "@codemirror/lang-css": ^6.0.0 + "@codemirror/lang-javascript": ^6.0.0 + "@codemirror/language": ^6.4.0 + "@codemirror/state": ^6.0.0 + "@codemirror/view": ^6.17.0 + "@lezer/common": ^1.0.0 + "@lezer/css": ^1.1.0 + "@lezer/html": ^1.3.0 + checksum: ac8c3ceb0396f2e032752c5079bd950124dca708bc64e96fc147dc5fe7133e5cee0814fe951abdb953ec1d11fa540e4b30a712b5149d9a36016a197a28de45d7 languageName: node linkType: hard @@ -107,9 +96,9 @@ __metadata: version: 6.0.1 resolution: "@codemirror/lang-java@npm:6.0.1" dependencies: - "@codemirror/language": "npm:^6.0.0" - "@lezer/java": "npm:^1.0.0" - checksum: 8/4679104683cbffcd224ac04c7e5d144b787494697b26470b07017259035b7bb3fa62609d9a61bfbc566f1756d9f972f9f26d96a3c1362dd48881c1172f9a914d + "@codemirror/language": ^6.0.0 + "@lezer/java": ^1.0.0 + checksum: 4679104683cbffcd224ac04c7e5d144b787494697b26470b07017259035b7bb3fa62609d9a61bfbc566f1756d9f972f9f26d96a3c1362dd48881c1172f9a914d languageName: node linkType: hard @@ -117,14 +106,14 @@ __metadata: version: 6.2.2 resolution: "@codemirror/lang-javascript@npm:6.2.2" dependencies: - "@codemirror/autocomplete": "npm:^6.0.0" - "@codemirror/language": "npm:^6.6.0" - "@codemirror/lint": "npm:^6.0.0" - "@codemirror/state": "npm:^6.0.0" - "@codemirror/view": "npm:^6.17.0" - "@lezer/common": "npm:^1.0.0" - "@lezer/javascript": "npm:^1.0.0" - checksum: 8/66379942a8347dff2bd76d10ed7cf313bca83872f8336fdd3e14accfef23e7b690cd913c9d11a3854fba2b32299da07fc3275995327642c9ee43c2a8e538c19d + "@codemirror/autocomplete": ^6.0.0 + "@codemirror/language": ^6.6.0 + "@codemirror/lint": ^6.0.0 + "@codemirror/state": ^6.0.0 + "@codemirror/view": ^6.17.0 + "@lezer/common": ^1.0.0 + "@lezer/javascript": ^1.0.0 + checksum: 66379942a8347dff2bd76d10ed7cf313bca83872f8336fdd3e14accfef23e7b690cd913c9d11a3854fba2b32299da07fc3275995327642c9ee43c2a8e538c19d languageName: node linkType: hard @@ -132,24 +121,24 @@ __metadata: version: 6.0.1 resolution: "@codemirror/lang-json@npm:6.0.1" dependencies: - "@codemirror/language": "npm:^6.0.0" - "@lezer/json": "npm:^1.0.0" - checksum: 8/e9e87d50ff7b81bd56a6ab50740b1dd54e9a93f1be585e1d59d0642e2148842ea1528ac7b7221eb4ddc7fe84bbc28065144cc3ab86f6e06c6aeb2d4b4e62acf1 + "@codemirror/language": ^6.0.0 + "@lezer/json": ^1.0.0 + checksum: e9e87d50ff7b81bd56a6ab50740b1dd54e9a93f1be585e1d59d0642e2148842ea1528ac7b7221eb4ddc7fe84bbc28065144cc3ab86f6e06c6aeb2d4b4e62acf1 languageName: node linkType: hard -"@codemirror/lang-markdown@npm:^6.2.4": - version: 6.2.5 - resolution: "@codemirror/lang-markdown@npm:6.2.5" +"@codemirror/lang-markdown@npm:^6.2.5": + version: 6.3.0 + resolution: "@codemirror/lang-markdown@npm:6.3.0" dependencies: - "@codemirror/autocomplete": "npm:^6.7.1" - "@codemirror/lang-html": "npm:^6.0.0" - "@codemirror/language": "npm:^6.3.0" - "@codemirror/state": "npm:^6.0.0" - "@codemirror/view": "npm:^6.0.0" - "@lezer/common": "npm:^1.2.1" - "@lezer/markdown": "npm:^1.0.0" - checksum: 8/3d9e0817f888eddcb6d05ec8f0d8dacbde7b9ef7650303bc4ab8b08a550a986c60c65b1565212e06af389c31590330f1f5ed65e619a9446dc2979ff3dac0e874 + "@codemirror/autocomplete": ^6.7.1 + "@codemirror/lang-html": ^6.0.0 + "@codemirror/language": ^6.3.0 + "@codemirror/state": ^6.0.0 + "@codemirror/view": ^6.0.0 + "@lezer/common": ^1.2.1 + "@lezer/markdown": ^1.0.0 + checksum: 8f3a231a0008d6b6834e58d44eac3c383cf472083ef2a68de66f9b4209bb4de1fb14f167e6e04236dbf58444299bce74715df372b1e97c9b4f207cc65daf6285 languageName: node linkType: hard @@ -157,25 +146,25 @@ __metadata: version: 6.0.1 resolution: "@codemirror/lang-php@npm:6.0.1" dependencies: - "@codemirror/lang-html": "npm:^6.0.0" - "@codemirror/language": "npm:^6.0.0" - "@codemirror/state": "npm:^6.0.0" - "@lezer/common": "npm:^1.0.0" - "@lezer/php": "npm:^1.0.0" - checksum: 8/c003a29a426486453fdfddbf7302982fa2aa7f059bf6f1ce4cbf08341b0162eee5e2f50e0d71c418dcd358491631780156d846fe352754d042576172c5d86721 + "@codemirror/lang-html": ^6.0.0 + "@codemirror/language": ^6.0.0 + "@codemirror/state": ^6.0.0 + "@lezer/common": ^1.0.0 + "@lezer/php": ^1.0.0 + checksum: c003a29a426486453fdfddbf7302982fa2aa7f059bf6f1ce4cbf08341b0162eee5e2f50e0d71c418dcd358491631780156d846fe352754d042576172c5d86721 languageName: node linkType: hard -"@codemirror/lang-python@npm:^6.1.4": +"@codemirror/lang-python@npm:^6.1.6": version: 6.1.6 resolution: "@codemirror/lang-python@npm:6.1.6" dependencies: - "@codemirror/autocomplete": "npm:^6.3.2" - "@codemirror/language": "npm:^6.8.0" - "@codemirror/state": "npm:^6.0.0" - "@lezer/common": "npm:^1.2.1" - "@lezer/python": "npm:^1.1.4" - checksum: 8/eb1faabd332bb95d0f3e227eb19ac5a31140cf238905bbe73e061040999f5680a012f9145fb3688bc2fcbb1908c957511edc8eeb8a9aa88d27d4fa55ad451e95 + "@codemirror/autocomplete": ^6.3.2 + "@codemirror/language": ^6.8.0 + "@codemirror/state": ^6.0.0 + "@lezer/common": ^1.2.1 + "@lezer/python": ^1.1.4 + checksum: eb1faabd332bb95d0f3e227eb19ac5a31140cf238905bbe73e061040999f5680a012f9145fb3688bc2fcbb1908c957511edc8eeb8a9aa88d27d4fa55ad451e95 languageName: node linkType: hard @@ -183,23 +172,23 @@ __metadata: version: 6.0.1 resolution: "@codemirror/lang-rust@npm:6.0.1" dependencies: - "@codemirror/language": "npm:^6.0.0" - "@lezer/rust": "npm:^1.0.0" - checksum: 8/8a439944cb22159b0b3465ca4fa4294c69843219d5d30e278ae6df8e48f30a7a9256129723c025ec9b5e694d31a3560fb004300b125ffcd81c22d13825845170 + "@codemirror/language": ^6.0.0 + "@lezer/rust": ^1.0.0 + checksum: 8a439944cb22159b0b3465ca4fa4294c69843219d5d30e278ae6df8e48f30a7a9256129723c025ec9b5e694d31a3560fb004300b125ffcd81c22d13825845170 languageName: node linkType: hard -"@codemirror/lang-sql@npm:^6.6.1": - version: 6.6.4 - resolution: "@codemirror/lang-sql@npm:6.6.4" +"@codemirror/lang-sql@npm:^6.6.4": + version: 6.8.0 + resolution: "@codemirror/lang-sql@npm:6.8.0" dependencies: - "@codemirror/autocomplete": "npm:^6.0.0" - "@codemirror/language": "npm:^6.0.0" - "@codemirror/state": "npm:^6.0.0" - "@lezer/common": "npm:^1.2.0" - "@lezer/highlight": "npm:^1.0.0" - "@lezer/lr": "npm:^1.0.0" - checksum: 8/ae7c498d08c118d8f1751c28d12c54f45cacd589f6adb56216d44eb14abc0e436dcefe675d50bd02a242426327384cbcafa8c35098aa63384570a33c4cf27038 + "@codemirror/autocomplete": ^6.0.0 + "@codemirror/language": ^6.0.0 + "@codemirror/state": ^6.0.0 + "@lezer/common": ^1.2.0 + "@lezer/highlight": ^1.0.0 + "@lezer/lr": ^1.0.0 + checksum: 1b5a3c8129b09f24039d8c0906fc4cb8d0f706a424a1d56721057bd1e647797c2b1240bb53eed9bf2bac5806a4e0363e555a3963f04c478efa05829890c537f7 languageName: node linkType: hard @@ -207,11 +196,11 @@ __metadata: version: 6.0.2 resolution: "@codemirror/lang-wast@npm:6.0.2" dependencies: - "@codemirror/language": "npm:^6.0.0" - "@lezer/common": "npm:^1.2.0" - "@lezer/highlight": "npm:^1.0.0" - "@lezer/lr": "npm:^1.0.0" - checksum: 8/72119d4a7d726c54167aa227c982ae9fa785c8ad97a158d8350ae95eecfbd8028a803eef939f7e6c5c6e626fcecda1dc37e9dffc6d5d6ec105f686aeda6b2c24 + "@codemirror/language": ^6.0.0 + "@lezer/common": ^1.2.0 + "@lezer/highlight": ^1.0.0 + "@lezer/lr": ^1.0.0 + checksum: 72119d4a7d726c54167aa227c982ae9fa785c8ad97a158d8350ae95eecfbd8028a803eef939f7e6c5c6e626fcecda1dc37e9dffc6d5d6ec105f686aeda6b2c24 languageName: node linkType: hard @@ -219,76 +208,78 @@ __metadata: version: 6.1.0 resolution: "@codemirror/lang-xml@npm:6.1.0" dependencies: - "@codemirror/autocomplete": "npm:^6.0.0" - "@codemirror/language": "npm:^6.4.0" - "@codemirror/state": "npm:^6.0.0" - "@codemirror/view": "npm:^6.0.0" - "@lezer/common": "npm:^1.0.0" - "@lezer/xml": "npm:^1.0.0" - checksum: 8/3a1b7af07b29ad7e53b77bf584245580b613bc92256059f175f2b1d7c28c4e39b75654fe169b9a8a330a60164b53ff5254bdb5b8ee8c6e6766427ee115c4e229 + "@codemirror/autocomplete": ^6.0.0 + "@codemirror/language": ^6.4.0 + "@codemirror/state": ^6.0.0 + "@codemirror/view": ^6.0.0 + "@lezer/common": ^1.0.0 + "@lezer/xml": ^1.0.0 + checksum: 3a1b7af07b29ad7e53b77bf584245580b613bc92256059f175f2b1d7c28c4e39b75654fe169b9a8a330a60164b53ff5254bdb5b8ee8c6e6766427ee115c4e229 languageName: node linkType: hard "@codemirror/language@npm:^6.0.0, @codemirror/language@npm:^6.10.1, @codemirror/language@npm:^6.3.0, @codemirror/language@npm:^6.4.0, @codemirror/language@npm:^6.6.0, @codemirror/language@npm:^6.8.0": - version: 6.10.2 - resolution: "@codemirror/language@npm:6.10.2" + version: 6.10.3 + resolution: "@codemirror/language@npm:6.10.3" dependencies: - "@codemirror/state": "npm:^6.0.0" - "@codemirror/view": "npm:^6.23.0" - "@lezer/common": "npm:^1.1.0" - "@lezer/highlight": "npm:^1.0.0" - "@lezer/lr": "npm:^1.0.0" - style-mod: "npm:^4.0.0" - checksum: 8/4e60afb75fb56519f59d9d85e0aa03f0c8d017e0da0f3f8f321baf35a776801fcec9787f3d0c029eba12aa766fba98b0fe86fc3111b43e0812b554184c0e8d67 + "@codemirror/state": ^6.0.0 + "@codemirror/view": ^6.23.0 + "@lezer/common": ^1.1.0 + "@lezer/highlight": ^1.0.0 + "@lezer/lr": ^1.0.0 + style-mod: ^4.0.0 + checksum: 53fb72299500f63706f78c888d6b5fd81043ea11ea2fa4c72c13c6d4794bb6f4ec29450208c56b4f40e839984b3dc73505262803fa61416baf588da389a7c577 languageName: node linkType: hard -"@codemirror/legacy-modes@npm:^6.3.3": - version: 6.4.0 - resolution: "@codemirror/legacy-modes@npm:6.4.0" +"@codemirror/legacy-modes@npm:^6.4.0": + version: 6.4.1 + resolution: "@codemirror/legacy-modes@npm:6.4.1" dependencies: - "@codemirror/language": "npm:^6.0.0" - checksum: 8/d382aa6f640a67418bd209e1e4b395340f96aac1b0cf185927fc2c7f98b62cfd0c59ef0f7048148ce8771622003ca844c78c2d18548235ecc57d0bcbfbbfe091 + "@codemirror/language": ^6.0.0 + checksum: 3947842c5f06db49a152bf7dd03a626806c5f2e80abfa9840927396fef08ff8bc2dfb228e7231bd8d0b7bb1a84b7ef582df8361b2bef77419e0e04bf43cc6b7d languageName: node linkType: hard "@codemirror/lint@npm:^6.0.0": - version: 6.8.0 - resolution: "@codemirror/lint@npm:6.8.0" + version: 6.8.2 + resolution: "@codemirror/lint@npm:6.8.2" dependencies: - "@codemirror/state": "npm:^6.0.0" - "@codemirror/view": "npm:^6.0.0" - crelt: "npm:^1.0.5" - checksum: 8/233adfc8a72906ec504ad35ebaff32dc2458b9f435219febbfc8504eee842032895fcdcb33ad6dd45cc36509456d5db06618602f14dfe1052aaa2b0e08765ee5 + "@codemirror/state": ^6.0.0 + "@codemirror/view": ^6.0.0 + crelt: ^1.0.5 + checksum: 714fe911c2d600350ea8ca0f65ceb2de25ace511e71bf174a550ba0aefc9884ec4e099f0f500b55bfd0fccbd7fe3a342a0048ff5a49c8c20020ea16cc8bff3c3 languageName: node linkType: hard "@codemirror/search@npm:^6.5.6": - version: 6.5.6 - resolution: "@codemirror/search@npm:6.5.6" + version: 6.5.7 + resolution: "@codemirror/search@npm:6.5.7" dependencies: - "@codemirror/state": "npm:^6.0.0" - "@codemirror/view": "npm:^6.0.0" - crelt: "npm:^1.0.5" - checksum: 8/19dc88d09fc750563347001e83c6194bbb2a25c874bd919d2d81809e1f98d6330222ddbd284aa9758a09eeb41fd153ec7c2cf810b2ee51452c25963d7f5833d5 + "@codemirror/state": ^6.0.0 + "@codemirror/view": ^6.0.0 + crelt: ^1.0.5 + checksum: 32d98eab5b096c20e923cc2b88f1510369ec9f6c89fa3ecd79e1a965b35dfdc323624da82739ce80e675333d8e9a1564756a1ae87464e6a918a98bd12f93cbfd languageName: node linkType: hard "@codemirror/state@npm:^6.0.0, @codemirror/state@npm:^6.4.0, @codemirror/state@npm:^6.4.1": - version: 6.4.1 - resolution: "@codemirror/state@npm:6.4.1" - checksum: 8/b81b55574091349eed4d32fc0eadb0c9688f1f7c98b681318f59138ee0f527cb4c4a97831b70547c0640f02f3127647838ae6730782de4a3dd2cc58836125d01 + version: 6.5.0 + resolution: "@codemirror/state@npm:6.5.0" + dependencies: + "@marijn/find-cluster-break": ^1.0.0 + checksum: f7fbed072cc67bf250f7d231668a00b988748cacaaa2ce3ea74ff13c7c392db76000e7d517933521cc6ad9dc3651c7b6d33accab3e3d4b9816cd3c5714661a84 languageName: node linkType: hard -"@codemirror/view@npm:^6.0.0, @codemirror/view@npm:^6.17.0, @codemirror/view@npm:^6.23.0, @codemirror/view@npm:^6.26.0, @codemirror/view@npm:^6.27.0": - version: 6.28.1 - resolution: "@codemirror/view@npm:6.28.1" +"@codemirror/view@npm:^6.0.0, @codemirror/view@npm:^6.17.0, @codemirror/view@npm:^6.23.0, @codemirror/view@npm:^6.26.3, @codemirror/view@npm:^6.27.0": + version: 6.34.1 + resolution: "@codemirror/view@npm:6.34.1" dependencies: - "@codemirror/state": "npm:^6.4.0" - style-mod: "npm:^4.1.0" - w3c-keyname: "npm:^2.2.4" - checksum: 8/8899717af925f9e23beca20e4e095cc974b122a7a41049c6f9cf0027aeb700faa71d012fc78db838747f8a525f3f34aa4e489a7c7042504d45a0097287d89a76 + "@codemirror/state": ^6.4.0 + style-mod: ^4.1.0 + w3c-keyname: ^2.2.4 + checksum: 5c7bf199f0b45a3cc192f08c2ac89e5ab972f313cb4f2c979edf6e05b27bccd60c6cb42d5dacb6813ef3a928d75476eb0a00ffdeffd7431c8e9f44bab4f6e12e languageName: node linkType: hard @@ -297,32 +288,41 @@ __metadata: resolution: "@csstools/selector-specificity@npm:2.2.0" peerDependencies: postcss-selector-parser: ^6.0.10 - checksum: 8/97c89f23b3b527d7bd51ed299969ed2b9fbb219a367948b44aefec228b8eda6ae0ad74fe8a82f9aac8ff32cfd00bb6d0c98d1daeab2e8fc6d5c4af25e5be5673 + checksum: 97c89f23b3b527d7bd51ed299969ed2b9fbb219a367948b44aefec228b8eda6ae0ad74fe8a82f9aac8ff32cfd00bb6d0c98d1daeab2e8fc6d5c4af25e5be5673 languageName: node linkType: hard "@discoveryjs/json-ext@npm:^0.5.0": version: 0.5.7 resolution: "@discoveryjs/json-ext@npm:0.5.7" - checksum: 8/2176d301cc258ea5c2324402997cf8134ebb212469c0d397591636cea8d3c02f2b3cf9fd58dcb748c7a0dade77ebdc1b10284fa63e608c033a1db52fddc69918 + checksum: 2176d301cc258ea5c2324402997cf8134ebb212469c0d397591636cea8d3c02f2b3cf9fd58dcb748c7a0dade77ebdc1b10284fa63e608c033a1db52fddc69918 + languageName: node + linkType: hard + +"@emnapi/runtime@npm:^1.2.0": + version: 1.3.1 + resolution: "@emnapi/runtime@npm:1.3.1" + dependencies: + tslib: ^2.4.0 + checksum: 9a16ae7905a9c0e8956cf1854ef74e5087fbf36739abdba7aa6b308485aafdc993da07c19d7af104cd5f8e425121120852851bb3a0f78e2160e420a36d47f42f languageName: node linkType: hard "@eslint-community/eslint-utils@npm:^4.2.0": - version: 4.4.0 - resolution: "@eslint-community/eslint-utils@npm:4.4.0" + version: 4.4.1 + resolution: "@eslint-community/eslint-utils@npm:4.4.1" dependencies: - eslint-visitor-keys: "npm:^3.3.0" + eslint-visitor-keys: ^3.4.3 peerDependencies: eslint: ^6.0.0 || ^7.0.0 || >=8.0.0 - checksum: 8/cdfe3ae42b4f572cbfb46d20edafe6f36fc5fb52bf2d90875c58aefe226892b9677fef60820e2832caf864a326fe4fc225714c46e8389ccca04d5f9288aabd22 + checksum: a7ffc838eb6a9ef594cda348458ccf38f34439ac77dc090fa1c120024bcd4eb911dfd74d5ef44d42063e7949fa7c5123ce714a015c4abb917d4124be1bd32bfe languageName: node linkType: hard "@eslint-community/regexpp@npm:^4.4.0, @eslint-community/regexpp@npm:^4.6.1": - version: 4.10.1 - resolution: "@eslint-community/regexpp@npm:4.10.1" - checksum: 8/1e04bc366fb8152c9266258cd25e3fded102f1d212a9476928e3cb98c48be645df6d676728d1c596053992fb9134879fe0de23c9460035b342cceb22d3af1776 + version: 4.12.1 + resolution: "@eslint-community/regexpp@npm:4.12.1" + checksum: 0d628680e204bc316d545b4993d3658427ca404ae646ce541fcc65306b8c712c340e5e573e30fb9f85f4855c0c5f6dca9868931f2fcced06417fbe1a0c6cd2d6 languageName: node linkType: hard @@ -330,80 +330,255 @@ __metadata: version: 2.1.4 resolution: "@eslint/eslintrc@npm:2.1.4" dependencies: - ajv: "npm:^6.12.4" - debug: "npm:^4.3.2" - espree: "npm:^9.6.0" - globals: "npm:^13.19.0" - ignore: "npm:^5.2.0" - import-fresh: "npm:^3.2.1" - js-yaml: "npm:^4.1.0" - minimatch: "npm:^3.1.2" - strip-json-comments: "npm:^3.1.1" - checksum: 8/10957c7592b20ca0089262d8c2a8accbad14b4f6507e35416c32ee6b4dbf9cad67dfb77096bbd405405e9ada2b107f3797fe94362e1c55e0b09d6e90dd149127 + ajv: ^6.12.4 + debug: ^4.3.2 + espree: ^9.6.0 + globals: ^13.19.0 + ignore: ^5.2.0 + import-fresh: ^3.2.1 + js-yaml: ^4.1.0 + minimatch: ^3.1.2 + strip-json-comments: ^3.1.1 + checksum: 10957c7592b20ca0089262d8c2a8accbad14b4f6507e35416c32ee6b4dbf9cad67dfb77096bbd405405e9ada2b107f3797fe94362e1c55e0b09d6e90dd149127 languageName: node linkType: hard -"@eslint/js@npm:8.57.0": - version: 8.57.0 - resolution: "@eslint/js@npm:8.57.0" - checksum: 8/315dc65b0e9893e2bff139bddace7ea601ad77ed47b4550e73da8c9c2d2766c7a575c3cddf17ef85b8fd6a36ff34f91729d0dcca56e73ca887c10df91a41b0bb +"@eslint/js@npm:8.57.1": + version: 8.57.1 + resolution: "@eslint/js@npm:8.57.1" + checksum: 2afb77454c06e8316793d2e8e79a0154854d35e6782a1217da274ca60b5044d2c69d6091155234ed0551a1e408f86f09dd4ece02752c59568fa403e60611e880 languageName: node linkType: hard "@fortawesome/fontawesome-free@npm:^5.12.0": version: 5.15.4 resolution: "@fortawesome/fontawesome-free@npm:5.15.4" - checksum: 8/32281c3df4075290d9a96dfc22f72fadb3da7055d4117e48d34046b8c98032a55fa260ae351b0af5d6f6fb57a2f5d79a4abe52af456da35195f7cb7dda27b4a2 + checksum: 32281c3df4075290d9a96dfc22f72fadb3da7055d4117e48d34046b8c98032a55fa260ae351b0af5d6f6fb57a2f5d79a4abe52af456da35195f7cb7dda27b4a2 languageName: node linkType: hard -"@humanwhocodes/config-array@npm:^0.11.14": - version: 0.11.14 - resolution: "@humanwhocodes/config-array@npm:0.11.14" +"@humanwhocodes/config-array@npm:^0.13.0": + version: 0.13.0 + resolution: "@humanwhocodes/config-array@npm:0.13.0" dependencies: - "@humanwhocodes/object-schema": "npm:^2.0.2" - debug: "npm:^4.3.1" - minimatch: "npm:^3.0.5" - checksum: 8/861ccce9eaea5de19546653bccf75bf09fe878bc39c3aab00aeee2d2a0e654516adad38dd1098aab5e3af0145bbcbf3f309bdf4d964f8dab9dcd5834ae4c02f2 + "@humanwhocodes/object-schema": ^2.0.3 + debug: ^4.3.1 + minimatch: ^3.0.5 + checksum: eae69ff9134025dd2924f0b430eb324981494be26f0fddd267a33c28711c4db643242cf9fddf7dadb9d16c96b54b2d2c073e60a56477df86e0173149313bd5d6 languageName: node linkType: hard "@humanwhocodes/module-importer@npm:^1.0.1": version: 1.0.1 resolution: "@humanwhocodes/module-importer@npm:1.0.1" - checksum: 8/0fd22007db8034a2cdf2c764b140d37d9020bbfce8a49d3ec5c05290e77d4b0263b1b972b752df8c89e5eaa94073408f2b7d977aed131faf6cf396ebb5d7fb61 + checksum: 0fd22007db8034a2cdf2c764b140d37d9020bbfce8a49d3ec5c05290e77d4b0263b1b972b752df8c89e5eaa94073408f2b7d977aed131faf6cf396ebb5d7fb61 languageName: node linkType: hard -"@humanwhocodes/object-schema@npm:^2.0.2": +"@humanwhocodes/object-schema@npm:^2.0.3": version: 2.0.3 resolution: "@humanwhocodes/object-schema@npm:2.0.3" - checksum: 8/d3b78f6c5831888c6ecc899df0d03bcc25d46f3ad26a11d7ea52944dc36a35ef543fad965322174238d677a43d5c694434f6607532cff7077062513ad7022631 + checksum: d3b78f6c5831888c6ecc899df0d03bcc25d46f3ad26a11d7ea52944dc36a35ef543fad965322174238d677a43d5c694434f6607532cff7077062513ad7022631 + languageName: node + linkType: hard + +"@img/sharp-darwin-arm64@npm:0.33.5": + version: 0.33.5 + resolution: "@img/sharp-darwin-arm64@npm:0.33.5" + dependencies: + "@img/sharp-libvips-darwin-arm64": 1.0.4 + dependenciesMeta: + "@img/sharp-libvips-darwin-arm64": + optional: true + conditions: os=darwin & cpu=arm64 + languageName: node + linkType: hard + +"@img/sharp-darwin-x64@npm:0.33.5": + version: 0.33.5 + resolution: "@img/sharp-darwin-x64@npm:0.33.5" + dependencies: + "@img/sharp-libvips-darwin-x64": 1.0.4 + dependenciesMeta: + "@img/sharp-libvips-darwin-x64": + optional: true + conditions: os=darwin & cpu=x64 + languageName: node + linkType: hard + +"@img/sharp-libvips-darwin-arm64@npm:1.0.4": + version: 1.0.4 + resolution: "@img/sharp-libvips-darwin-arm64@npm:1.0.4" + conditions: os=darwin & cpu=arm64 + languageName: node + linkType: hard + +"@img/sharp-libvips-darwin-x64@npm:1.0.4": + version: 1.0.4 + resolution: "@img/sharp-libvips-darwin-x64@npm:1.0.4" + conditions: os=darwin & cpu=x64 + languageName: node + linkType: hard + +"@img/sharp-libvips-linux-arm64@npm:1.0.4": + version: 1.0.4 + resolution: "@img/sharp-libvips-linux-arm64@npm:1.0.4" + conditions: os=linux & cpu=arm64 & libc=glibc + languageName: node + linkType: hard + +"@img/sharp-libvips-linux-arm@npm:1.0.5": + version: 1.0.5 + resolution: "@img/sharp-libvips-linux-arm@npm:1.0.5" + conditions: os=linux & cpu=arm & libc=glibc + languageName: node + linkType: hard + +"@img/sharp-libvips-linux-s390x@npm:1.0.4": + version: 1.0.4 + resolution: "@img/sharp-libvips-linux-s390x@npm:1.0.4" + conditions: os=linux & cpu=s390x & libc=glibc + languageName: node + linkType: hard + +"@img/sharp-libvips-linux-x64@npm:1.0.4": + version: 1.0.4 + resolution: "@img/sharp-libvips-linux-x64@npm:1.0.4" + conditions: os=linux & cpu=x64 & libc=glibc + languageName: node + linkType: hard + +"@img/sharp-libvips-linuxmusl-arm64@npm:1.0.4": + version: 1.0.4 + resolution: "@img/sharp-libvips-linuxmusl-arm64@npm:1.0.4" + conditions: os=linux & cpu=arm64 & libc=musl + languageName: node + linkType: hard + +"@img/sharp-libvips-linuxmusl-x64@npm:1.0.4": + version: 1.0.4 + resolution: "@img/sharp-libvips-linuxmusl-x64@npm:1.0.4" + conditions: os=linux & cpu=x64 & libc=musl + languageName: node + linkType: hard + +"@img/sharp-linux-arm64@npm:0.33.5": + version: 0.33.5 + resolution: "@img/sharp-linux-arm64@npm:0.33.5" + dependencies: + "@img/sharp-libvips-linux-arm64": 1.0.4 + dependenciesMeta: + "@img/sharp-libvips-linux-arm64": + optional: true + conditions: os=linux & cpu=arm64 & libc=glibc + languageName: node + linkType: hard + +"@img/sharp-linux-arm@npm:0.33.5": + version: 0.33.5 + resolution: "@img/sharp-linux-arm@npm:0.33.5" + dependencies: + "@img/sharp-libvips-linux-arm": 1.0.5 + dependenciesMeta: + "@img/sharp-libvips-linux-arm": + optional: true + conditions: os=linux & cpu=arm & libc=glibc + languageName: node + linkType: hard + +"@img/sharp-linux-s390x@npm:0.33.5": + version: 0.33.5 + resolution: "@img/sharp-linux-s390x@npm:0.33.5" + dependencies: + "@img/sharp-libvips-linux-s390x": 1.0.4 + dependenciesMeta: + "@img/sharp-libvips-linux-s390x": + optional: true + conditions: os=linux & cpu=s390x & libc=glibc + languageName: node + linkType: hard + +"@img/sharp-linux-x64@npm:0.33.5": + version: 0.33.5 + resolution: "@img/sharp-linux-x64@npm:0.33.5" + dependencies: + "@img/sharp-libvips-linux-x64": 1.0.4 + dependenciesMeta: + "@img/sharp-libvips-linux-x64": + optional: true + conditions: os=linux & cpu=x64 & libc=glibc + languageName: node + linkType: hard + +"@img/sharp-linuxmusl-arm64@npm:0.33.5": + version: 0.33.5 + resolution: "@img/sharp-linuxmusl-arm64@npm:0.33.5" + dependencies: + "@img/sharp-libvips-linuxmusl-arm64": 1.0.4 + dependenciesMeta: + "@img/sharp-libvips-linuxmusl-arm64": + optional: true + conditions: os=linux & cpu=arm64 & libc=musl + languageName: node + linkType: hard + +"@img/sharp-linuxmusl-x64@npm:0.33.5": + version: 0.33.5 + resolution: "@img/sharp-linuxmusl-x64@npm:0.33.5" + dependencies: + "@img/sharp-libvips-linuxmusl-x64": 1.0.4 + dependenciesMeta: + "@img/sharp-libvips-linuxmusl-x64": + optional: true + conditions: os=linux & cpu=x64 & libc=musl + languageName: node + linkType: hard + +"@img/sharp-wasm32@npm:0.33.5": + version: 0.33.5 + resolution: "@img/sharp-wasm32@npm:0.33.5" + dependencies: + "@emnapi/runtime": ^1.2.0 + conditions: cpu=wasm32 + languageName: node + linkType: hard + +"@img/sharp-win32-ia32@npm:0.33.5": + version: 0.33.5 + resolution: "@img/sharp-win32-ia32@npm:0.33.5" + conditions: os=win32 & cpu=ia32 + languageName: node + linkType: hard + +"@img/sharp-win32-x64@npm:0.33.5": + version: 0.33.5 + resolution: "@img/sharp-win32-x64@npm:0.33.5" + conditions: os=win32 & cpu=x64 languageName: node linkType: hard "@jridgewell/gen-mapping@npm:^0.3.5": - version: 0.3.5 - resolution: "@jridgewell/gen-mapping@npm:0.3.5" + version: 0.3.8 + resolution: "@jridgewell/gen-mapping@npm:0.3.8" dependencies: - "@jridgewell/set-array": "npm:^1.2.1" - "@jridgewell/sourcemap-codec": "npm:^1.4.10" - "@jridgewell/trace-mapping": "npm:^0.3.24" - checksum: 8/ff7a1764ebd76a5e129c8890aa3e2f46045109dabde62b0b6c6a250152227647178ff2069ea234753a690d8f3c4ac8b5e7b267bbee272bffb7f3b0a370ab6e52 + "@jridgewell/set-array": ^1.2.1 + "@jridgewell/sourcemap-codec": ^1.4.10 + "@jridgewell/trace-mapping": ^0.3.24 + checksum: c0687b5227461717aa537fe71a42e356bcd1c43293b3353796a148bf3b0d6f59109def46c22f05b60e29a46f19b2e4676d027959a7c53a6c92b9d5b0d87d0420 languageName: node linkType: hard "@jridgewell/resolve-uri@npm:^3.1.0": version: 3.1.2 resolution: "@jridgewell/resolve-uri@npm:3.1.2" - checksum: 8/83b85f72c59d1c080b4cbec0fef84528963a1b5db34e4370fa4bd1e3ff64a0d80e0cee7369d11d73c704e0286fb2865b530acac7a871088fbe92b5edf1000870 + checksum: 83b85f72c59d1c080b4cbec0fef84528963a1b5db34e4370fa4bd1e3ff64a0d80e0cee7369d11d73c704e0286fb2865b530acac7a871088fbe92b5edf1000870 languageName: node linkType: hard "@jridgewell/set-array@npm:^1.2.1": version: 1.2.1 resolution: "@jridgewell/set-array@npm:1.2.1" - checksum: 8/832e513a85a588f8ed4f27d1279420d8547743cc37fcad5a5a76fc74bb895b013dfe614d0eed9cb860048e6546b798f8f2652020b4b2ba0561b05caa8c654b10 + checksum: 832e513a85a588f8ed4f27d1279420d8547743cc37fcad5a5a76fc74bb895b013dfe614d0eed9cb860048e6546b798f8f2652020b4b2ba0561b05caa8c654b10 languageName: node linkType: hard @@ -411,679 +586,935 @@ __metadata: version: 0.3.6 resolution: "@jridgewell/source-map@npm:0.3.6" dependencies: - "@jridgewell/gen-mapping": "npm:^0.3.5" - "@jridgewell/trace-mapping": "npm:^0.3.25" - checksum: 8/c9dc7d899397df95e3c9ec287b93c0b56f8e4453cd20743e2b9c8e779b1949bc3cccf6c01bb302779e46560eb45f62ea38d19fedd25370d814734268450a9f30 + "@jridgewell/gen-mapping": ^0.3.5 + "@jridgewell/trace-mapping": ^0.3.25 + checksum: c9dc7d899397df95e3c9ec287b93c0b56f8e4453cd20743e2b9c8e779b1949bc3cccf6c01bb302779e46560eb45f62ea38d19fedd25370d814734268450a9f30 languageName: node linkType: hard "@jridgewell/sourcemap-codec@npm:^1.4.10, @jridgewell/sourcemap-codec@npm:^1.4.14": - version: 1.4.15 - resolution: "@jridgewell/sourcemap-codec@npm:1.4.15" - checksum: 8/b881c7e503db3fc7f3c1f35a1dd2655a188cc51a3612d76efc8a6eb74728bef5606e6758ee77423e564092b4a518aba569bbb21c9bac5ab7a35b0c6ae7e344c8 + version: 1.5.0 + resolution: "@jridgewell/sourcemap-codec@npm:1.5.0" + checksum: 05df4f2538b3b0f998ea4c1cd34574d0feba216fa5d4ccaef0187d12abf82eafe6021cec8b49f9bb4d90f2ba4582ccc581e72986a5fcf4176ae0cfeb04cf52ec languageName: node linkType: hard -"@jridgewell/trace-mapping@npm:^0.3.20, @jridgewell/trace-mapping@npm:^0.3.24, @jridgewell/trace-mapping@npm:^0.3.25": +"@jridgewell/trace-mapping@npm:^0.3.24, @jridgewell/trace-mapping@npm:^0.3.25": version: 0.3.25 resolution: "@jridgewell/trace-mapping@npm:0.3.25" dependencies: - "@jridgewell/resolve-uri": "npm:^3.1.0" - "@jridgewell/sourcemap-codec": "npm:^1.4.14" - checksum: 8/9d3c40d225e139987b50c48988f8717a54a8c994d8a948ee42e1412e08988761d0754d7d10b803061cc3aebf35f92a5dbbab493bd0e1a9ef9e89a2130e83ba34 + "@jridgewell/resolve-uri": ^3.1.0 + "@jridgewell/sourcemap-codec": ^1.4.14 + checksum: 9d3c40d225e139987b50c48988f8717a54a8c994d8a948ee42e1412e08988761d0754d7d10b803061cc3aebf35f92a5dbbab493bd0e1a9ef9e89a2130e83ba34 languageName: node linkType: hard -"@jupyter/react-components@npm:^0.15.3": - version: 0.15.3 - resolution: "@jupyter/react-components@npm:0.15.3" +"@jupyter/react-components@npm:^0.16.6": + version: 0.16.7 + resolution: "@jupyter/react-components@npm:0.16.7" dependencies: - "@jupyter/web-components": "npm:^0.15.3" - "@microsoft/fast-react-wrapper": "npm:^0.3.22" - react: "npm:>=17.0.0 <19.0.0" - checksum: 8/1a6b256314259c6465c4b6d958575710536b82234a7bf0fba3e889a07e1f19ff8ab321450be354359876f92c45dbcc9d21a840237ff4a619806d9de696f55496 + "@jupyter/web-components": ^0.16.7 + react: ">=17.0.0 <19.0.0" + checksum: 37894347e63ebb528725e8b8b4038d138019823f5c9e28e3f6abb93b46d771b2ee3cc004d5ff7d9a06a93f2d90e41000bd2abae14364be34ba99c5e05864810e languageName: node linkType: hard -"@jupyter/web-components@npm:^0.15.3": - version: 0.15.3 - resolution: "@jupyter/web-components@npm:0.15.3" +"@jupyter/web-components@npm:^0.16.6, @jupyter/web-components@npm:^0.16.7": + version: 0.16.7 + resolution: "@jupyter/web-components@npm:0.16.7" dependencies: - "@microsoft/fast-colors": "npm:^5.3.1" - "@microsoft/fast-element": "npm:^1.12.0" - "@microsoft/fast-foundation": "npm:^2.49.4" - "@microsoft/fast-web-utilities": "npm:^5.4.1" - checksum: 8/a0980af934157bfdbdb6cc169c0816c1b2e57602d524c56bdcef746a4c25dfeb8f505150d83207c8695ed89b5486cf53d35a3382584d25ef64db666e4e16e45b + "@microsoft/fast-colors": ^5.3.1 + "@microsoft/fast-element": ^1.12.0 + "@microsoft/fast-foundation": ^2.49.4 + "@microsoft/fast-web-utilities": ^5.4.1 + checksum: ec3336247bbabb2e2587c2cf8b9d0e80786b454916dd600b3d6791bf08c3d1e45a7ec1becf366a5491ab56b0be020baa8c50a5b6067961faf5ec904de31243aa languageName: node linkType: hard -"@jupyter/ydoc@npm:^2.0.1": - version: 2.0.1 - resolution: "@jupyter/ydoc@npm:2.0.1" +"@jupyter/ydoc@npm:^3.0.0": + version: 3.0.0 + resolution: "@jupyter/ydoc@npm:3.0.0" dependencies: - "@jupyterlab/nbformat": "npm:^3.0.0 || ^4.0.0-alpha.21 || ^4.0.0" - "@lumino/coreutils": "npm:^1.11.0 || ^2.0.0" - "@lumino/disposable": "npm:^1.10.0 || ^2.0.0" - "@lumino/signaling": "npm:^1.10.0 || ^2.0.0" - y-protocols: "npm:^1.0.5" - yjs: "npm:^13.5.40" - checksum: 8/f5f29e1ff3327ebc1cf326f53634e03c4c7bf7733d235087fe26975c16eebd404f23c2f3ba88b6e04b1927846be7162b09b8b8719a4b29e51d0299c745018cbb + "@jupyterlab/nbformat": ^3.0.0 || ^4.0.0-alpha.21 || ^4.0.0 + "@lumino/coreutils": ^1.11.0 || ^2.0.0 + "@lumino/disposable": ^1.10.0 || ^2.0.0 + "@lumino/signaling": ^1.10.0 || ^2.0.0 + y-protocols: ^1.0.5 + yjs: ^13.5.40 + checksum: e9419a461f33d2685db346b19806865fe37f61b2ca33eb39c4ea905d765794a928442adf1bbffda67b665bdeba3be9a082189a57eaab5367aeaf6b57caeda822 languageName: node linkType: hard "@jupyterlab/application@npm:^4.0.0": - version: 4.2.2 - resolution: "@jupyterlab/application@npm:4.2.2" - dependencies: - "@fortawesome/fontawesome-free": "npm:^5.12.0" - "@jupyterlab/apputils": "npm:^4.3.2" - "@jupyterlab/coreutils": "npm:^6.2.2" - "@jupyterlab/docregistry": "npm:^4.2.2" - "@jupyterlab/rendermime": "npm:^4.2.2" - "@jupyterlab/rendermime-interfaces": "npm:^3.10.2" - "@jupyterlab/services": "npm:^7.2.2" - "@jupyterlab/statedb": "npm:^4.2.2" - "@jupyterlab/translation": "npm:^4.2.2" - "@jupyterlab/ui-components": "npm:^4.2.2" - "@lumino/algorithm": "npm:^2.0.1" - "@lumino/application": "npm:^2.3.1" - "@lumino/commands": "npm:^2.3.0" - "@lumino/coreutils": "npm:^2.1.2" - "@lumino/disposable": "npm:^2.1.2" - "@lumino/messaging": "npm:^2.0.1" - "@lumino/polling": "npm:^2.1.2" - "@lumino/properties": "npm:^2.0.1" - "@lumino/signaling": "npm:^2.1.2" - "@lumino/widgets": "npm:^2.3.2" - checksum: 8/86dbf944df8dbeecce88d5588054bb097f6817ba23c7366002e4a7dcb34bb229371be6d803008a2a8413bf7285db977426a806d9686f135d004f74bf5338b28a - languageName: node - linkType: hard - -"@jupyterlab/apputils@npm:^4.3.1, @jupyterlab/apputils@npm:^4.3.2": - version: 4.3.2 - resolution: "@jupyterlab/apputils@npm:4.3.2" - dependencies: - "@jupyterlab/coreutils": "npm:^6.2.2" - "@jupyterlab/observables": "npm:^5.2.2" - "@jupyterlab/rendermime-interfaces": "npm:^3.10.2" - "@jupyterlab/services": "npm:^7.2.2" - "@jupyterlab/settingregistry": "npm:^4.2.2" - "@jupyterlab/statedb": "npm:^4.2.2" - "@jupyterlab/statusbar": "npm:^4.2.2" - "@jupyterlab/translation": "npm:^4.2.2" - "@jupyterlab/ui-components": "npm:^4.2.2" - "@lumino/algorithm": "npm:^2.0.1" - "@lumino/commands": "npm:^2.3.0" - "@lumino/coreutils": "npm:^2.1.2" - "@lumino/disposable": "npm:^2.1.2" - "@lumino/domutils": "npm:^2.0.1" - "@lumino/messaging": "npm:^2.0.1" - "@lumino/signaling": "npm:^2.1.2" - "@lumino/virtualdom": "npm:^2.0.1" - "@lumino/widgets": "npm:^2.3.2" - "@types/react": "npm:^18.0.26" - react: "npm:^18.2.0" - sanitize-html: "npm:~2.12.1" - checksum: 8/4a49f2b56abc80ab1ca144d39901da5250e7394ace3ceb2e14cba9cc638c6ea720a3f8a3a90cd1f878c34d91b1ce8fe63206d2c314d048b3d83ade0e2e787c89 - languageName: node - linkType: hard - -"@jupyterlab/attachments@npm:^4.2.2": - version: 4.2.2 - resolution: "@jupyterlab/attachments@npm:4.2.2" + version: 4.3.4 + resolution: "@jupyterlab/application@npm:4.3.4" + dependencies: + "@fortawesome/fontawesome-free": ^5.12.0 + "@jupyterlab/apputils": ^4.4.4 + "@jupyterlab/coreutils": ^6.3.4 + "@jupyterlab/docregistry": ^4.3.4 + "@jupyterlab/rendermime": ^4.3.4 + "@jupyterlab/rendermime-interfaces": ^3.11.4 + "@jupyterlab/services": ^7.3.4 + "@jupyterlab/statedb": ^4.3.4 + "@jupyterlab/translation": ^4.3.4 + "@jupyterlab/ui-components": ^4.3.4 + "@lumino/algorithm": ^2.0.2 + "@lumino/application": ^2.4.1 + "@lumino/commands": ^2.3.1 + "@lumino/coreutils": ^2.2.0 + "@lumino/disposable": ^2.1.3 + "@lumino/messaging": ^2.0.2 + "@lumino/polling": ^2.1.3 + "@lumino/properties": ^2.0.2 + "@lumino/signaling": ^2.1.3 + "@lumino/widgets": ^2.5.0 + checksum: 7afd40976775799062cfc1f86c240642f7b5dc8d60558f5f7982337323a3afadb8df5bbb687d9fc0aed1618c80b62827c74946966e72b2760d22c4aa0825e6d1 + languageName: node + linkType: hard + +"@jupyterlab/apputils@npm:^4.3.1, @jupyterlab/apputils@npm:^4.4.0": + version: 4.4.0 + resolution: "@jupyterlab/apputils@npm:4.4.0" + dependencies: + "@jupyterlab/coreutils": ^6.3.0 + "@jupyterlab/observables": ^5.3.0 + "@jupyterlab/rendermime-interfaces": ^3.11.0 + "@jupyterlab/services": ^7.3.0 + "@jupyterlab/settingregistry": ^4.3.0 + "@jupyterlab/statedb": ^4.3.0 + "@jupyterlab/statusbar": ^4.3.0 + "@jupyterlab/translation": ^4.3.0 + "@jupyterlab/ui-components": ^4.3.0 + "@lumino/algorithm": ^2.0.2 + "@lumino/commands": ^2.3.1 + "@lumino/coreutils": ^2.2.0 + "@lumino/disposable": ^2.1.3 + "@lumino/domutils": ^2.0.2 + "@lumino/messaging": ^2.0.2 + "@lumino/signaling": ^2.1.3 + "@lumino/virtualdom": ^2.0.2 + "@lumino/widgets": ^2.5.0 + "@types/react": ^18.0.26 + react: ^18.2.0 + sanitize-html: ~2.12.1 + checksum: d4064ab3eb7583dd176c77b15f0619aeb4249ebf4a6d7088f473658ea876414625232955885cfe98668a75228c151ce112a7474b4e87e52732ebae93713f5d4f + languageName: node + linkType: hard + +"@jupyterlab/apputils@npm:^4.4.4": + version: 4.4.4 + resolution: "@jupyterlab/apputils@npm:4.4.4" + dependencies: + "@jupyterlab/coreutils": ^6.3.4 + "@jupyterlab/observables": ^5.3.4 + "@jupyterlab/rendermime-interfaces": ^3.11.4 + "@jupyterlab/services": ^7.3.4 + "@jupyterlab/settingregistry": ^4.3.4 + "@jupyterlab/statedb": ^4.3.4 + "@jupyterlab/statusbar": ^4.3.4 + "@jupyterlab/translation": ^4.3.4 + "@jupyterlab/ui-components": ^4.3.4 + "@lumino/algorithm": ^2.0.2 + "@lumino/commands": ^2.3.1 + "@lumino/coreutils": ^2.2.0 + "@lumino/disposable": ^2.1.3 + "@lumino/domutils": ^2.0.2 + "@lumino/messaging": ^2.0.2 + "@lumino/signaling": ^2.1.3 + "@lumino/virtualdom": ^2.0.2 + "@lumino/widgets": ^2.5.0 + "@types/react": ^18.0.26 + react: ^18.2.0 + sanitize-html: ~2.12.1 + checksum: cac57d28905578799cda60c53af22a5ea14232aa6e2498d38398fc5d3ab8fbd69ddbeb4b04a70c60a89bd94cfef8bdd5a9c07613eb9a51bcfce15a5251b34366 + languageName: node + linkType: hard + +"@jupyterlab/attachments@npm:^4.3.0": + version: 4.3.0 + resolution: "@jupyterlab/attachments@npm:4.3.0" dependencies: - "@jupyterlab/nbformat": "npm:^4.2.2" - "@jupyterlab/observables": "npm:^5.2.2" - "@jupyterlab/rendermime": "npm:^4.2.2" - "@jupyterlab/rendermime-interfaces": "npm:^3.10.2" - "@lumino/disposable": "npm:^2.1.2" - "@lumino/signaling": "npm:^2.1.2" - checksum: 8/36e6b833fd1debe35d19bcd105eb71f1346c7e4d6ea0d710eb9cdef9818e1e9b04fd5763660776aa19332f196a89baaceff17236990afc835d9f5b2971105eda + "@jupyterlab/nbformat": ^4.3.0 + "@jupyterlab/observables": ^5.3.0 + "@jupyterlab/rendermime": ^4.3.0 + "@jupyterlab/rendermime-interfaces": ^3.11.0 + "@lumino/disposable": ^2.1.3 + "@lumino/signaling": ^2.1.3 + checksum: 0bb8cbe4a746938d24d526ca072f77fa740b2263114dcfe7e71ac0638922398f3a60341da405f160dc56aff72d3b339428a13b1664913ef2352bb86d2eb6971d languageName: node linkType: hard -"@jupyterlab/builder@npm:^4.0.0": - version: 4.2.2 - resolution: "@jupyterlab/builder@npm:4.2.2" - dependencies: - "@lumino/algorithm": "npm:^2.0.1" - "@lumino/application": "npm:^2.3.1" - "@lumino/commands": "npm:^2.3.0" - "@lumino/coreutils": "npm:^2.1.2" - "@lumino/disposable": "npm:^2.1.2" - "@lumino/domutils": "npm:^2.0.1" - "@lumino/dragdrop": "npm:^2.1.4" - "@lumino/messaging": "npm:^2.0.1" - "@lumino/properties": "npm:^2.0.1" - "@lumino/signaling": "npm:^2.1.2" - "@lumino/virtualdom": "npm:^2.0.1" - "@lumino/widgets": "npm:^2.3.2" - ajv: "npm:^8.12.0" - commander: "npm:^9.4.1" - css-loader: "npm:^6.7.1" - duplicate-package-checker-webpack-plugin: "npm:^3.0.0" - fs-extra: "npm:^10.1.0" - glob: "npm:~7.1.6" - license-webpack-plugin: "npm:^2.3.14" - mini-css-extract-plugin: "npm:^2.7.0" - mini-svg-data-uri: "npm:^1.4.4" - path-browserify: "npm:^1.0.0" - process: "npm:^0.11.10" - source-map-loader: "npm:~1.0.2" - style-loader: "npm:~3.3.1" - supports-color: "npm:^7.2.0" - terser-webpack-plugin: "npm:^5.3.7" - webpack: "npm:^5.76.1" - webpack-cli: "npm:^5.0.1" - webpack-merge: "npm:^5.8.0" - worker-loader: "npm:^3.0.2" +"@jupyterlab/builder@npm:^4.3.0": + version: 4.3.0 + resolution: "@jupyterlab/builder@npm:4.3.0" + dependencies: + "@lumino/algorithm": ^2.0.2 + "@lumino/application": ^2.4.1 + "@lumino/commands": ^2.3.1 + "@lumino/coreutils": ^2.2.0 + "@lumino/disposable": ^2.1.3 + "@lumino/domutils": ^2.0.2 + "@lumino/dragdrop": ^2.1.5 + "@lumino/messaging": ^2.0.2 + "@lumino/properties": ^2.0.2 + "@lumino/signaling": ^2.1.3 + "@lumino/virtualdom": ^2.0.2 + "@lumino/widgets": ^2.5.0 + ajv: ^8.12.0 + commander: ^9.4.1 + css-loader: ^6.7.1 + duplicate-package-checker-webpack-plugin: ^3.0.0 + fs-extra: ^10.1.0 + glob: ~7.1.6 + license-webpack-plugin: ^2.3.14 + mini-css-extract-plugin: ^2.7.0 + mini-svg-data-uri: ^1.4.4 + path-browserify: ^1.0.0 + process: ^0.11.10 + source-map-loader: ~1.0.2 + style-loader: ~3.3.1 + supports-color: ^7.2.0 + terser-webpack-plugin: ^5.3.7 + webpack: ^5.76.1 + webpack-cli: ^5.0.1 + webpack-merge: ^5.8.0 + worker-loader: ^3.0.2 bin: build-labextension: lib/build-labextension.js - checksum: 8/040f8c7f96ac99ddce350a165b1a9426593bed93a006d9e8919458ea191b5b0f918372059d65a3677c8a92e22be3b450249fa5a4007a958699c4fceb69e39d5a + checksum: d9d7f6ca21f465f632361b1afdff11ea5ce32f17a118df6904dd7cacdc8523e5055c34a45cec6888e07a5a57fec53702e7e84a96668126c1cb7fa2e2390ca3d4 languageName: node linkType: hard -"@jupyterlab/cells@npm:^4.2.2": - version: 4.2.2 - resolution: "@jupyterlab/cells@npm:4.2.2" - dependencies: - "@codemirror/state": "npm:^6.4.1" - "@codemirror/view": "npm:^6.26.0" - "@jupyter/ydoc": "npm:^2.0.1" - "@jupyterlab/apputils": "npm:^4.3.2" - "@jupyterlab/attachments": "npm:^4.2.2" - "@jupyterlab/codeeditor": "npm:^4.2.2" - "@jupyterlab/codemirror": "npm:^4.2.2" - "@jupyterlab/coreutils": "npm:^6.2.2" - "@jupyterlab/documentsearch": "npm:^4.2.2" - "@jupyterlab/filebrowser": "npm:^4.2.2" - "@jupyterlab/nbformat": "npm:^4.2.2" - "@jupyterlab/observables": "npm:^5.2.2" - "@jupyterlab/outputarea": "npm:^4.2.2" - "@jupyterlab/rendermime": "npm:^4.2.2" - "@jupyterlab/services": "npm:^7.2.2" - "@jupyterlab/toc": "npm:^6.2.2" - "@jupyterlab/translation": "npm:^4.2.2" - "@jupyterlab/ui-components": "npm:^4.2.2" - "@lumino/algorithm": "npm:^2.0.1" - "@lumino/coreutils": "npm:^2.1.2" - "@lumino/domutils": "npm:^2.0.1" - "@lumino/dragdrop": "npm:^2.1.4" - "@lumino/messaging": "npm:^2.0.1" - "@lumino/polling": "npm:^2.1.2" - "@lumino/signaling": "npm:^2.1.2" - "@lumino/virtualdom": "npm:^2.0.1" - "@lumino/widgets": "npm:^2.3.2" - react: "npm:^18.2.0" - checksum: 8/974d81f3917c8c39e9fc603a7f83a06733c21523fa17e4781f8b7d846c9e2b9731fa362c0469dcfbf1370846a34ec652a379408e5e57f78d7aaa271f8180c90e - languageName: node - linkType: hard - -"@jupyterlab/codeeditor@npm:^4.2.2": - version: 4.2.2 - resolution: "@jupyterlab/codeeditor@npm:4.2.2" - dependencies: - "@codemirror/state": "npm:^6.4.1" - "@jupyter/ydoc": "npm:^2.0.1" - "@jupyterlab/apputils": "npm:^4.3.2" - "@jupyterlab/coreutils": "npm:^6.2.2" - "@jupyterlab/nbformat": "npm:^4.2.2" - "@jupyterlab/observables": "npm:^5.2.2" - "@jupyterlab/statusbar": "npm:^4.2.2" - "@jupyterlab/translation": "npm:^4.2.2" - "@jupyterlab/ui-components": "npm:^4.2.2" - "@lumino/coreutils": "npm:^2.1.2" - "@lumino/disposable": "npm:^2.1.2" - "@lumino/dragdrop": "npm:^2.1.4" - "@lumino/messaging": "npm:^2.0.1" - "@lumino/signaling": "npm:^2.1.2" - "@lumino/widgets": "npm:^2.3.2" - react: "npm:^18.2.0" - checksum: 8/22a1b7846f4d6c8bd7b472b311d21383031dd98d232f7e83add2acfaa8f277a7a9a48919b8e14bedeb786f53f45adc64387a724337ee91ab52620ea5a9d0a692 - languageName: node - linkType: hard - -"@jupyterlab/codemirror@npm:^4.2.2": - version: 4.2.2 - resolution: "@jupyterlab/codemirror@npm:4.2.2" - dependencies: - "@codemirror/autocomplete": "npm:^6.15.0" - "@codemirror/commands": "npm:^6.3.3" - "@codemirror/lang-cpp": "npm:^6.0.2" - "@codemirror/lang-css": "npm:^6.2.1" - "@codemirror/lang-html": "npm:^6.4.8" - "@codemirror/lang-java": "npm:^6.0.1" - "@codemirror/lang-javascript": "npm:^6.2.2" - "@codemirror/lang-json": "npm:^6.0.1" - "@codemirror/lang-markdown": "npm:^6.2.4" - "@codemirror/lang-php": "npm:^6.0.1" - "@codemirror/lang-python": "npm:^6.1.4" - "@codemirror/lang-rust": "npm:^6.0.1" - "@codemirror/lang-sql": "npm:^6.6.1" - "@codemirror/lang-wast": "npm:^6.0.2" - "@codemirror/lang-xml": "npm:^6.1.0" - "@codemirror/language": "npm:^6.10.1" - "@codemirror/legacy-modes": "npm:^6.3.3" - "@codemirror/search": "npm:^6.5.6" - "@codemirror/state": "npm:^6.4.1" - "@codemirror/view": "npm:^6.26.0" - "@jupyter/ydoc": "npm:^2.0.1" - "@jupyterlab/codeeditor": "npm:^4.2.2" - "@jupyterlab/coreutils": "npm:^6.2.2" - "@jupyterlab/documentsearch": "npm:^4.2.2" - "@jupyterlab/nbformat": "npm:^4.2.2" - "@jupyterlab/translation": "npm:^4.2.2" - "@lezer/common": "npm:^1.2.1" - "@lezer/generator": "npm:^1.7.0" - "@lezer/highlight": "npm:^1.2.0" - "@lezer/markdown": "npm:^1.2.0" - "@lumino/coreutils": "npm:^2.1.2" - "@lumino/disposable": "npm:^2.1.2" - "@lumino/signaling": "npm:^2.1.2" - yjs: "npm:^13.5.40" - checksum: 8/60641e41c424407d5584fdde5630b2ada1663b988fd299c628c58d840d3e8b87d7bcdc4bf0da261ad2eaf0b071e868a31e8c458eb0ce989a0b33f3901411d79c - languageName: node - linkType: hard - -"@jupyterlab/coreutils@npm:^6.2.2": - version: 6.2.2 - resolution: "@jupyterlab/coreutils@npm:6.2.2" - dependencies: - "@lumino/coreutils": "npm:^2.1.2" - "@lumino/disposable": "npm:^2.1.2" - "@lumino/signaling": "npm:^2.1.2" - minimist: "npm:~1.2.0" - path-browserify: "npm:^1.0.0" - url-parse: "npm:~1.5.4" - checksum: 8/cea1ec210ce60b32ccd213a75e10d85aed149437817e81ea89230552b33cec4be61472880669035228a156b89dcf99dccac3fe2e19191f8690d8870a732fa30b +"@jupyterlab/cells@npm:^4.2.2, @jupyterlab/cells@npm:^4.3.0": + version: 4.3.0 + resolution: "@jupyterlab/cells@npm:4.3.0" + dependencies: + "@codemirror/state": ^6.4.1 + "@codemirror/view": ^6.26.3 + "@jupyter/ydoc": ^3.0.0 + "@jupyterlab/apputils": ^4.4.0 + "@jupyterlab/attachments": ^4.3.0 + "@jupyterlab/codeeditor": ^4.3.0 + "@jupyterlab/codemirror": ^4.3.0 + "@jupyterlab/coreutils": ^6.3.0 + "@jupyterlab/documentsearch": ^4.3.0 + "@jupyterlab/filebrowser": ^4.3.0 + "@jupyterlab/nbformat": ^4.3.0 + "@jupyterlab/observables": ^5.3.0 + "@jupyterlab/outputarea": ^4.3.0 + "@jupyterlab/rendermime": ^4.3.0 + "@jupyterlab/services": ^7.3.0 + "@jupyterlab/toc": ^6.3.0 + "@jupyterlab/translation": ^4.3.0 + "@jupyterlab/ui-components": ^4.3.0 + "@lumino/algorithm": ^2.0.2 + "@lumino/coreutils": ^2.2.0 + "@lumino/domutils": ^2.0.2 + "@lumino/dragdrop": ^2.1.5 + "@lumino/messaging": ^2.0.2 + "@lumino/polling": ^2.1.3 + "@lumino/signaling": ^2.1.3 + "@lumino/virtualdom": ^2.0.2 + "@lumino/widgets": ^2.5.0 + react: ^18.2.0 + checksum: 8550b24d3d9f8866218f18143e92fd7b6c0a5dfdd69e6bd887582b438b6d2c0596f3fe5020117de4721842434dd416336f3eb3d34aea4821d5d253093092b378 languageName: node linkType: hard -"@jupyterlab/docmanager@npm:^4.2.2": - version: 4.2.2 - resolution: "@jupyterlab/docmanager@npm:4.2.2" - dependencies: - "@jupyterlab/apputils": "npm:^4.3.2" - "@jupyterlab/coreutils": "npm:^6.2.2" - "@jupyterlab/docregistry": "npm:^4.2.2" - "@jupyterlab/services": "npm:^7.2.2" - "@jupyterlab/statedb": "npm:^4.2.2" - "@jupyterlab/statusbar": "npm:^4.2.2" - "@jupyterlab/translation": "npm:^4.2.2" - "@jupyterlab/ui-components": "npm:^4.2.2" - "@lumino/algorithm": "npm:^2.0.1" - "@lumino/coreutils": "npm:^2.1.2" - "@lumino/disposable": "npm:^2.1.2" - "@lumino/messaging": "npm:^2.0.1" - "@lumino/polling": "npm:^2.1.2" - "@lumino/properties": "npm:^2.0.1" - "@lumino/signaling": "npm:^2.1.2" - "@lumino/widgets": "npm:^2.3.2" - react: "npm:^18.2.0" - checksum: 8/e45a8cbdf82cac4d949ef7177e5ac22530ab03502dea73d21ead1061686ef4c703e1eee749ddd4c33672269922045b4bf2dba6ccfc2b44dc8d696b36f1652fe3 - languageName: node - linkType: hard - -"@jupyterlab/docregistry@npm:^4.2.2": - version: 4.2.2 - resolution: "@jupyterlab/docregistry@npm:4.2.2" - dependencies: - "@jupyter/ydoc": "npm:^2.0.1" - "@jupyterlab/apputils": "npm:^4.3.2" - "@jupyterlab/codeeditor": "npm:^4.2.2" - "@jupyterlab/coreutils": "npm:^6.2.2" - "@jupyterlab/observables": "npm:^5.2.2" - "@jupyterlab/rendermime": "npm:^4.2.2" - "@jupyterlab/rendermime-interfaces": "npm:^3.10.2" - "@jupyterlab/services": "npm:^7.2.2" - "@jupyterlab/translation": "npm:^4.2.2" - "@jupyterlab/ui-components": "npm:^4.2.2" - "@lumino/algorithm": "npm:^2.0.1" - "@lumino/coreutils": "npm:^2.1.2" - "@lumino/disposable": "npm:^2.1.2" - "@lumino/messaging": "npm:^2.0.1" - "@lumino/properties": "npm:^2.0.1" - "@lumino/signaling": "npm:^2.1.2" - "@lumino/widgets": "npm:^2.3.2" - react: "npm:^18.2.0" - checksum: 8/8cad65f88d827beee8e804683e021da260084243b9e74495093df9bd7e7aff25431c07debc8cfe86c90fa395ab5ebd77ce998ea096a17c5543b5a035f50cd813 - languageName: node - linkType: hard - -"@jupyterlab/documentsearch@npm:^4.2.2": - version: 4.2.2 - resolution: "@jupyterlab/documentsearch@npm:4.2.2" - dependencies: - "@jupyterlab/apputils": "npm:^4.3.2" - "@jupyterlab/translation": "npm:^4.2.2" - "@jupyterlab/ui-components": "npm:^4.2.2" - "@lumino/commands": "npm:^2.3.0" - "@lumino/coreutils": "npm:^2.1.2" - "@lumino/disposable": "npm:^2.1.2" - "@lumino/messaging": "npm:^2.0.1" - "@lumino/polling": "npm:^2.1.2" - "@lumino/signaling": "npm:^2.1.2" - "@lumino/widgets": "npm:^2.3.2" - react: "npm:^18.2.0" - checksum: 8/2d6806fdf0f85873eb35c7730717a9eb69775760d6fd081cbb274104e04fdf3dcf1e72002271739021552721732fa77bd2d6601c27abca8bf1e6b88a9836a2c8 +"@jupyterlab/codeeditor@npm:^4.3.0": + version: 4.3.0 + resolution: "@jupyterlab/codeeditor@npm:4.3.0" + dependencies: + "@codemirror/state": ^6.4.1 + "@jupyter/ydoc": ^3.0.0 + "@jupyterlab/apputils": ^4.4.0 + "@jupyterlab/coreutils": ^6.3.0 + "@jupyterlab/nbformat": ^4.3.0 + "@jupyterlab/observables": ^5.3.0 + "@jupyterlab/statusbar": ^4.3.0 + "@jupyterlab/translation": ^4.3.0 + "@jupyterlab/ui-components": ^4.3.0 + "@lumino/coreutils": ^2.2.0 + "@lumino/disposable": ^2.1.3 + "@lumino/dragdrop": ^2.1.5 + "@lumino/messaging": ^2.0.2 + "@lumino/signaling": ^2.1.3 + "@lumino/widgets": ^2.5.0 + react: ^18.2.0 + checksum: 86e1f252ce4d810935a9c3d1e22a74af62547331aa8bf0d973002382517409a1370d2f313f3f59648d816e23f46731ee05bda9e4895e6a4057496a9c70be8de4 + languageName: node + linkType: hard + +"@jupyterlab/codeeditor@npm:^4.3.4": + version: 4.3.4 + resolution: "@jupyterlab/codeeditor@npm:4.3.4" + dependencies: + "@codemirror/state": ^6.4.1 + "@jupyter/ydoc": ^3.0.0 + "@jupyterlab/apputils": ^4.4.4 + "@jupyterlab/coreutils": ^6.3.4 + "@jupyterlab/nbformat": ^4.3.4 + "@jupyterlab/observables": ^5.3.4 + "@jupyterlab/statusbar": ^4.3.4 + "@jupyterlab/translation": ^4.3.4 + "@jupyterlab/ui-components": ^4.3.4 + "@lumino/coreutils": ^2.2.0 + "@lumino/disposable": ^2.1.3 + "@lumino/dragdrop": ^2.1.5 + "@lumino/messaging": ^2.0.2 + "@lumino/signaling": ^2.1.3 + "@lumino/widgets": ^2.5.0 + react: ^18.2.0 + checksum: bbd3d13a01450de40cd9d5bee5b347c7828b9c43a08433856540b0a73ac0c9703f669352f26c579ba8bd5ba7da35ab5de79db2a5afcc8a9f7b516d7d28f0b162 languageName: node linkType: hard -"@jupyterlab/filebrowser@npm:^4.2.2": - version: 4.2.2 - resolution: "@jupyterlab/filebrowser@npm:4.2.2" - dependencies: - "@jupyterlab/apputils": "npm:^4.3.2" - "@jupyterlab/coreutils": "npm:^6.2.2" - "@jupyterlab/docmanager": "npm:^4.2.2" - "@jupyterlab/docregistry": "npm:^4.2.2" - "@jupyterlab/services": "npm:^7.2.2" - "@jupyterlab/statedb": "npm:^4.2.2" - "@jupyterlab/statusbar": "npm:^4.2.2" - "@jupyterlab/translation": "npm:^4.2.2" - "@jupyterlab/ui-components": "npm:^4.2.2" - "@lumino/algorithm": "npm:^2.0.1" - "@lumino/coreutils": "npm:^2.1.2" - "@lumino/disposable": "npm:^2.1.2" - "@lumino/domutils": "npm:^2.0.1" - "@lumino/dragdrop": "npm:^2.1.4" - "@lumino/messaging": "npm:^2.0.1" - "@lumino/polling": "npm:^2.1.2" - "@lumino/signaling": "npm:^2.1.2" - "@lumino/virtualdom": "npm:^2.0.1" - "@lumino/widgets": "npm:^2.3.2" - react: "npm:^18.2.0" - checksum: 8/f4354f84060bd100b4530d4816b25b819ce028f92ceb130d79ca90dacf32bb46bcd8e134244b6172bca3bb1cae3402079ffbb8173cc94c5ce75e5b55e77cd67c - languageName: node - linkType: hard - -"@jupyterlab/lsp@npm:^4.2.2": - version: 4.2.2 - resolution: "@jupyterlab/lsp@npm:4.2.2" - dependencies: - "@jupyterlab/apputils": "npm:^4.3.2" - "@jupyterlab/codeeditor": "npm:^4.2.2" - "@jupyterlab/codemirror": "npm:^4.2.2" - "@jupyterlab/coreutils": "npm:^6.2.2" - "@jupyterlab/docregistry": "npm:^4.2.2" - "@jupyterlab/services": "npm:^7.2.2" - "@jupyterlab/translation": "npm:^4.2.2" - "@lumino/coreutils": "npm:^2.1.2" - "@lumino/disposable": "npm:^2.1.2" - "@lumino/signaling": "npm:^2.1.2" - "@lumino/widgets": "npm:^2.3.2" - lodash.mergewith: "npm:^4.6.1" - vscode-jsonrpc: "npm:^6.0.0" - vscode-languageserver-protocol: "npm:^3.17.0" - vscode-ws-jsonrpc: "npm:~1.0.2" - checksum: 8/57853e7cf4010dab80fd1f135bddefb62710c6d379c942306a6913ebf4683853a3d519aee8f1b4f72725a87f9cff4387d1fb3125813b0aa4fae25131ab2bff95 +"@jupyterlab/codemirror@npm:^4.3.0": + version: 4.3.0 + resolution: "@jupyterlab/codemirror@npm:4.3.0" + dependencies: + "@codemirror/autocomplete": ^6.16.0 + "@codemirror/commands": ^6.5.0 + "@codemirror/lang-cpp": ^6.0.2 + "@codemirror/lang-css": ^6.2.1 + "@codemirror/lang-html": ^6.4.9 + "@codemirror/lang-java": ^6.0.1 + "@codemirror/lang-javascript": ^6.2.2 + "@codemirror/lang-json": ^6.0.1 + "@codemirror/lang-markdown": ^6.2.5 + "@codemirror/lang-php": ^6.0.1 + "@codemirror/lang-python": ^6.1.6 + "@codemirror/lang-rust": ^6.0.1 + "@codemirror/lang-sql": ^6.6.4 + "@codemirror/lang-wast": ^6.0.2 + "@codemirror/lang-xml": ^6.1.0 + "@codemirror/language": ^6.10.1 + "@codemirror/legacy-modes": ^6.4.0 + "@codemirror/search": ^6.5.6 + "@codemirror/state": ^6.4.1 + "@codemirror/view": ^6.26.3 + "@jupyter/ydoc": ^3.0.0 + "@jupyterlab/codeeditor": ^4.3.0 + "@jupyterlab/coreutils": ^6.3.0 + "@jupyterlab/documentsearch": ^4.3.0 + "@jupyterlab/nbformat": ^4.3.0 + "@jupyterlab/translation": ^4.3.0 + "@lezer/common": ^1.2.1 + "@lezer/generator": ^1.7.0 + "@lezer/highlight": ^1.2.0 + "@lezer/markdown": ^1.3.0 + "@lumino/coreutils": ^2.2.0 + "@lumino/disposable": ^2.1.3 + "@lumino/signaling": ^2.1.3 + yjs: ^13.5.40 + checksum: da0e0aa9d2b9479950705f9df926afcd833a8baeb4e3da32153ec09ede9f9d7f7b9222263251fb63ca93a29aa985205e91f109453f67ad876cdeec1e1f600051 + languageName: node + linkType: hard + +"@jupyterlab/coreutils@npm:^6.3.0": + version: 6.3.0 + resolution: "@jupyterlab/coreutils@npm:6.3.0" + dependencies: + "@lumino/coreutils": ^2.2.0 + "@lumino/disposable": ^2.1.3 + "@lumino/signaling": ^2.1.3 + minimist: ~1.2.0 + path-browserify: ^1.0.0 + url-parse: ~1.5.4 + checksum: 9e235685a1a5839a26a4fe44547be6bd1f0788809bd423c6d0d1a2ee09e24885246f5f7085d48db47245f52d138a7352f796c10813efebd70e38e6af11186122 + languageName: node + linkType: hard + +"@jupyterlab/coreutils@npm:^6.3.4": + version: 6.3.4 + resolution: "@jupyterlab/coreutils@npm:6.3.4" + dependencies: + "@lumino/coreutils": ^2.2.0 + "@lumino/disposable": ^2.1.3 + "@lumino/signaling": ^2.1.3 + minimist: ~1.2.0 + path-browserify: ^1.0.0 + url-parse: ~1.5.4 + checksum: 3db39307315acb29dd606d02d5fcc6c09a57556aa0d41ba439a0577cf69c7338a90ae99e1106ebd20d842861ebda39266a910644e5a41301f62a03bb33cc4555 + languageName: node + linkType: hard + +"@jupyterlab/docmanager@npm:^4.3.0": + version: 4.3.0 + resolution: "@jupyterlab/docmanager@npm:4.3.0" + dependencies: + "@jupyterlab/apputils": ^4.4.0 + "@jupyterlab/coreutils": ^6.3.0 + "@jupyterlab/docregistry": ^4.3.0 + "@jupyterlab/services": ^7.3.0 + "@jupyterlab/statedb": ^4.3.0 + "@jupyterlab/statusbar": ^4.3.0 + "@jupyterlab/translation": ^4.3.0 + "@jupyterlab/ui-components": ^4.3.0 + "@lumino/algorithm": ^2.0.2 + "@lumino/coreutils": ^2.2.0 + "@lumino/disposable": ^2.1.3 + "@lumino/messaging": ^2.0.2 + "@lumino/polling": ^2.1.3 + "@lumino/properties": ^2.0.2 + "@lumino/signaling": ^2.1.3 + "@lumino/widgets": ^2.5.0 + react: ^18.2.0 + checksum: 64a4196be2b84049b2b1b1d1d92fafd6cbb3da5e03ae8e85b65ac2c8cf7326d6a230b745287893adabad69bc1bc4f93278f9b1301d9575f2ef4e5ad2947c2068 + languageName: node + linkType: hard + +"@jupyterlab/docregistry@npm:^4.3.0": + version: 4.3.0 + resolution: "@jupyterlab/docregistry@npm:4.3.0" + dependencies: + "@jupyter/ydoc": ^3.0.0 + "@jupyterlab/apputils": ^4.4.0 + "@jupyterlab/codeeditor": ^4.3.0 + "@jupyterlab/coreutils": ^6.3.0 + "@jupyterlab/observables": ^5.3.0 + "@jupyterlab/rendermime": ^4.3.0 + "@jupyterlab/rendermime-interfaces": ^3.11.0 + "@jupyterlab/services": ^7.3.0 + "@jupyterlab/translation": ^4.3.0 + "@jupyterlab/ui-components": ^4.3.0 + "@lumino/algorithm": ^2.0.2 + "@lumino/coreutils": ^2.2.0 + "@lumino/disposable": ^2.1.3 + "@lumino/messaging": ^2.0.2 + "@lumino/properties": ^2.0.2 + "@lumino/signaling": ^2.1.3 + "@lumino/widgets": ^2.5.0 + react: ^18.2.0 + checksum: 37a0c05025a484049fa15013ffd17fe801768cbb80bac5f2152613511da0d7e7980876e7d677caef392d016967c2f119757e0b9362d178e18a9440a4210586fd + languageName: node + linkType: hard + +"@jupyterlab/docregistry@npm:^4.3.4": + version: 4.3.4 + resolution: "@jupyterlab/docregistry@npm:4.3.4" + dependencies: + "@jupyter/ydoc": ^3.0.0 + "@jupyterlab/apputils": ^4.4.4 + "@jupyterlab/codeeditor": ^4.3.4 + "@jupyterlab/coreutils": ^6.3.4 + "@jupyterlab/observables": ^5.3.4 + "@jupyterlab/rendermime": ^4.3.4 + "@jupyterlab/rendermime-interfaces": ^3.11.4 + "@jupyterlab/services": ^7.3.4 + "@jupyterlab/translation": ^4.3.4 + "@jupyterlab/ui-components": ^4.3.4 + "@lumino/algorithm": ^2.0.2 + "@lumino/coreutils": ^2.2.0 + "@lumino/disposable": ^2.1.3 + "@lumino/messaging": ^2.0.2 + "@lumino/properties": ^2.0.2 + "@lumino/signaling": ^2.1.3 + "@lumino/widgets": ^2.5.0 + react: ^18.2.0 + checksum: da1103a659dfdf90cf040efeccdba6ccd3e33cb898b46b6dc32fc9423280c1c609a45f558cd12646958d9ee0af5f5c0e562880d2c8778df6a4756a1c688765da + languageName: node + linkType: hard + +"@jupyterlab/documentsearch@npm:^4.3.0": + version: 4.3.0 + resolution: "@jupyterlab/documentsearch@npm:4.3.0" + dependencies: + "@jupyterlab/apputils": ^4.4.0 + "@jupyterlab/translation": ^4.3.0 + "@jupyterlab/ui-components": ^4.3.0 + "@lumino/commands": ^2.3.1 + "@lumino/coreutils": ^2.2.0 + "@lumino/disposable": ^2.1.3 + "@lumino/messaging": ^2.0.2 + "@lumino/polling": ^2.1.3 + "@lumino/signaling": ^2.1.3 + "@lumino/widgets": ^2.5.0 + react: ^18.2.0 + checksum: 4ad3a4171f06356be2ec8e67cfbb475da7aa6b46f56cc2f3ccab164ef1986be6194046612504f66c5d91552123db34569241f34977c2f4495b847d03fa0e2485 + languageName: node + linkType: hard + +"@jupyterlab/filebrowser@npm:^4.3.0": + version: 4.3.0 + resolution: "@jupyterlab/filebrowser@npm:4.3.0" + dependencies: + "@jupyterlab/apputils": ^4.4.0 + "@jupyterlab/coreutils": ^6.3.0 + "@jupyterlab/docmanager": ^4.3.0 + "@jupyterlab/docregistry": ^4.3.0 + "@jupyterlab/services": ^7.3.0 + "@jupyterlab/statedb": ^4.3.0 + "@jupyterlab/statusbar": ^4.3.0 + "@jupyterlab/translation": ^4.3.0 + "@jupyterlab/ui-components": ^4.3.0 + "@lumino/algorithm": ^2.0.2 + "@lumino/coreutils": ^2.2.0 + "@lumino/disposable": ^2.1.3 + "@lumino/domutils": ^2.0.2 + "@lumino/dragdrop": ^2.1.5 + "@lumino/messaging": ^2.0.2 + "@lumino/polling": ^2.1.3 + "@lumino/signaling": ^2.1.3 + "@lumino/virtualdom": ^2.0.2 + "@lumino/widgets": ^2.5.0 + react: ^18.2.0 + checksum: 1f46cd15c6248df348542db1675ec8011d5ee3a0372a2e3ac2a942fc432d9b15cd7222c49386131fbdbbab79af47bd72ca855fd07f8ce1eba30f2e899c1dbc32 + languageName: node + linkType: hard + +"@jupyterlab/lsp@npm:^4.3.0": + version: 4.3.0 + resolution: "@jupyterlab/lsp@npm:4.3.0" + dependencies: + "@jupyterlab/apputils": ^4.4.0 + "@jupyterlab/codeeditor": ^4.3.0 + "@jupyterlab/codemirror": ^4.3.0 + "@jupyterlab/coreutils": ^6.3.0 + "@jupyterlab/docregistry": ^4.3.0 + "@jupyterlab/services": ^7.3.0 + "@jupyterlab/translation": ^4.3.0 + "@lumino/coreutils": ^2.2.0 + "@lumino/disposable": ^2.1.3 + "@lumino/signaling": ^2.1.3 + "@lumino/widgets": ^2.5.0 + lodash.mergewith: ^4.6.1 + vscode-jsonrpc: ^6.0.0 + vscode-languageserver-protocol: ^3.17.0 + vscode-ws-jsonrpc: ~1.0.2 + checksum: ea29de972097d296a05b5cf347822f3d9c295fa8be2c3b89147288ca1f9fca12c15df955d1374dc66184fdad3af1acd8cb115187be4eb6024f1e25d5f2b1c8c0 languageName: node linkType: hard "@jupyterlab/mainmenu@npm:^4.2.1": - version: 4.2.2 - resolution: "@jupyterlab/mainmenu@npm:4.2.2" + version: 4.3.0 + resolution: "@jupyterlab/mainmenu@npm:4.3.0" dependencies: - "@jupyterlab/apputils": "npm:^4.3.2" - "@jupyterlab/translation": "npm:^4.2.2" - "@jupyterlab/ui-components": "npm:^4.2.2" - "@lumino/algorithm": "npm:^2.0.1" - "@lumino/commands": "npm:^2.3.0" - "@lumino/coreutils": "npm:^2.1.2" - "@lumino/widgets": "npm:^2.3.2" - checksum: 8/b67ff8124dccbfee2e0e608a87d3bb463602ef4084df473a22dea8dede94099ecad862daa242e94ef8dab3d044b6302e6bdb2b820c5f50234d1c08e696f212d0 + "@jupyterlab/apputils": ^4.4.0 + "@jupyterlab/translation": ^4.3.0 + "@jupyterlab/ui-components": ^4.3.0 + "@lumino/algorithm": ^2.0.2 + "@lumino/commands": ^2.3.1 + "@lumino/coreutils": ^2.2.0 + "@lumino/widgets": ^2.5.0 + checksum: 8a0a9e4724b64e55405059aee02121f124068bbad7c92d9b3325fe1fb048c164b5d3a00cbc63b05a4df6bd162e3732baead38b076c96ba17d3408e599169900f languageName: node linkType: hard -"@jupyterlab/nbformat@npm:^3.0.0 || ^4.0.0-alpha.21 || ^4.0.0, @jupyterlab/nbformat@npm:^4.1.2, @jupyterlab/nbformat@npm:^4.2.2": - version: 4.2.2 - resolution: "@jupyterlab/nbformat@npm:4.2.2" +"@jupyterlab/nbformat@npm:^3.0.0 || ^4.0.0-alpha.21 || ^4.0.0, @jupyterlab/nbformat@npm:^4.1.2, @jupyterlab/nbformat@npm:^4.3.0": + version: 4.3.0 + resolution: "@jupyterlab/nbformat@npm:4.3.0" + dependencies: + "@lumino/coreutils": ^2.2.0 + checksum: 52e23a2568bf01741196321a5960c13b86ab55318a2e3a3ebde71fc1b89347279acd342a4cddf6ab8b47a4cc3cdd8fe03f206f68115a9d6ac433b0b0582c13ed + languageName: node + linkType: hard + +"@jupyterlab/nbformat@npm:^4.3.4": + version: 4.3.4 + resolution: "@jupyterlab/nbformat@npm:4.3.4" dependencies: - "@lumino/coreutils": "npm:^2.1.2" - checksum: 8/a60774bcf3e9735bc80dc411b4b79ad2da0dd4df596fef0a74537bfbfb8b168b70b34619638d0abaca6243ac337520275002a27dc13d6951efd681527643d25b + "@lumino/coreutils": ^2.2.0 + checksum: 7c2b2bf9ce1632b8d4b0aa415e19c5b25e0fb155457cdd9fed9d7a162e477e728fefdef07d18ac25aa8ac1223534615abbc0e1f7d58c0607dc66326d694a8823 languageName: node linkType: hard "@jupyterlab/notebook@npm:^4.2.2": - version: 4.2.2 - resolution: "@jupyterlab/notebook@npm:4.2.2" - dependencies: - "@jupyter/ydoc": "npm:^2.0.1" - "@jupyterlab/apputils": "npm:^4.3.2" - "@jupyterlab/cells": "npm:^4.2.2" - "@jupyterlab/codeeditor": "npm:^4.2.2" - "@jupyterlab/codemirror": "npm:^4.2.2" - "@jupyterlab/coreutils": "npm:^6.2.2" - "@jupyterlab/docregistry": "npm:^4.2.2" - "@jupyterlab/documentsearch": "npm:^4.2.2" - "@jupyterlab/lsp": "npm:^4.2.2" - "@jupyterlab/nbformat": "npm:^4.2.2" - "@jupyterlab/observables": "npm:^5.2.2" - "@jupyterlab/rendermime": "npm:^4.2.2" - "@jupyterlab/services": "npm:^7.2.2" - "@jupyterlab/settingregistry": "npm:^4.2.2" - "@jupyterlab/statusbar": "npm:^4.2.2" - "@jupyterlab/toc": "npm:^6.2.2" - "@jupyterlab/translation": "npm:^4.2.2" - "@jupyterlab/ui-components": "npm:^4.2.2" - "@lumino/algorithm": "npm:^2.0.1" - "@lumino/coreutils": "npm:^2.1.2" - "@lumino/disposable": "npm:^2.1.2" - "@lumino/domutils": "npm:^2.0.1" - "@lumino/dragdrop": "npm:^2.1.4" - "@lumino/messaging": "npm:^2.0.1" - "@lumino/polling": "npm:^2.1.2" - "@lumino/properties": "npm:^2.0.1" - "@lumino/signaling": "npm:^2.1.2" - "@lumino/virtualdom": "npm:^2.0.1" - "@lumino/widgets": "npm:^2.3.2" - react: "npm:^18.2.0" - checksum: 8/0544a44162ca9de8e1341035037fd3fda263b72769ef49f1bbd241196336d5f71f9f4d3b7f442c8c955ed76f3fa8d6c0177f75db8b66d5e68a76d6aff8e7b037 - languageName: node - linkType: hard - -"@jupyterlab/observables@npm:^5.2.2": - version: 5.2.2 - resolution: "@jupyterlab/observables@npm:5.2.2" + version: 4.3.0 + resolution: "@jupyterlab/notebook@npm:4.3.0" + dependencies: + "@jupyter/ydoc": ^3.0.0 + "@jupyterlab/apputils": ^4.4.0 + "@jupyterlab/cells": ^4.3.0 + "@jupyterlab/codeeditor": ^4.3.0 + "@jupyterlab/codemirror": ^4.3.0 + "@jupyterlab/coreutils": ^6.3.0 + "@jupyterlab/docregistry": ^4.3.0 + "@jupyterlab/documentsearch": ^4.3.0 + "@jupyterlab/lsp": ^4.3.0 + "@jupyterlab/nbformat": ^4.3.0 + "@jupyterlab/observables": ^5.3.0 + "@jupyterlab/rendermime": ^4.3.0 + "@jupyterlab/services": ^7.3.0 + "@jupyterlab/settingregistry": ^4.3.0 + "@jupyterlab/statusbar": ^4.3.0 + "@jupyterlab/toc": ^6.3.0 + "@jupyterlab/translation": ^4.3.0 + "@jupyterlab/ui-components": ^4.3.0 + "@lumino/algorithm": ^2.0.2 + "@lumino/coreutils": ^2.2.0 + "@lumino/disposable": ^2.1.3 + "@lumino/domutils": ^2.0.2 + "@lumino/dragdrop": ^2.1.5 + "@lumino/messaging": ^2.0.2 + "@lumino/polling": ^2.1.3 + "@lumino/properties": ^2.0.2 + "@lumino/signaling": ^2.1.3 + "@lumino/virtualdom": ^2.0.2 + "@lumino/widgets": ^2.5.0 + react: ^18.2.0 + checksum: 58086e9d3e96fb71955023613d3caa8f0ed1fd7f12f73029e4a5ddc2616dc2e0085216bca99f0914ca504db7d3a85f6da6b818631c9bccaa46259db00d4814f4 + languageName: node + linkType: hard + +"@jupyterlab/observables@npm:^5.3.0": + version: 5.3.0 + resolution: "@jupyterlab/observables@npm:5.3.0" dependencies: - "@lumino/algorithm": "npm:^2.0.1" - "@lumino/coreutils": "npm:^2.1.2" - "@lumino/disposable": "npm:^2.1.2" - "@lumino/messaging": "npm:^2.0.1" - "@lumino/signaling": "npm:^2.1.2" - checksum: 8/916363cb75bd58f109d81ba84649379a848c23b8ced30f9283108fb4133bd5d4f62ebdf9648f053df744701193d4fadbae4491561dd02d14157bf23a0b813dda + "@lumino/algorithm": ^2.0.2 + "@lumino/coreutils": ^2.2.0 + "@lumino/disposable": ^2.1.3 + "@lumino/messaging": ^2.0.2 + "@lumino/signaling": ^2.1.3 + checksum: 8d1c5e6eebeebe8fe45098531c9be9b3f0f0f3ec153203746fba233fe74db028f93261f11e0897a020ac0ae6872e7c3e03c4365678663bbbe4f0125b89174f37 languageName: node linkType: hard -"@jupyterlab/outputarea@npm:^4.2.2": - version: 4.2.2 - resolution: "@jupyterlab/outputarea@npm:4.2.2" +"@jupyterlab/observables@npm:^5.3.4": + version: 5.3.4 + resolution: "@jupyterlab/observables@npm:5.3.4" dependencies: - "@jupyterlab/apputils": "npm:^4.3.2" - "@jupyterlab/nbformat": "npm:^4.2.2" - "@jupyterlab/observables": "npm:^5.2.2" - "@jupyterlab/rendermime": "npm:^4.2.2" - "@jupyterlab/rendermime-interfaces": "npm:^3.10.2" - "@jupyterlab/services": "npm:^7.2.2" - "@jupyterlab/translation": "npm:^4.2.2" - "@lumino/algorithm": "npm:^2.0.1" - "@lumino/coreutils": "npm:^2.1.2" - "@lumino/disposable": "npm:^2.1.2" - "@lumino/messaging": "npm:^2.0.1" - "@lumino/properties": "npm:^2.0.1" - "@lumino/signaling": "npm:^2.1.2" - "@lumino/widgets": "npm:^2.3.2" - checksum: 8/b7d085edca968dc280677df0853080b00a3df3f05b67887933375bd28eaf12e056f7c3396b9a1a28075e617f979400a19742312c6964233f8135c5054fa98e20 + "@lumino/algorithm": ^2.0.2 + "@lumino/coreutils": ^2.2.0 + "@lumino/disposable": ^2.1.3 + "@lumino/messaging": ^2.0.2 + "@lumino/signaling": ^2.1.3 + checksum: ff8129e0801da786546091d534ff38a76b786efe59f1a20a928c638e7b0354dde5d871c59cece1df598731bff3fac9fe527b228a7da44430d22c9b1a7683569b languageName: node linkType: hard -"@jupyterlab/rendermime-interfaces@npm:^3.10.2": - version: 3.10.2 - resolution: "@jupyterlab/rendermime-interfaces@npm:3.10.2" +"@jupyterlab/outputarea@npm:^4.3.0": + version: 4.3.0 + resolution: "@jupyterlab/outputarea@npm:4.3.0" dependencies: - "@lumino/coreutils": "npm:^1.11.0 || ^2.1.2" - "@lumino/widgets": "npm:^1.37.2 || ^2.3.2" - checksum: 8/4ace6cda40bc3cdd59e36afb8dce6f4448f974a8214086d2541860b0e5c0de95fe22969fa4f5537e6e7fa06c00543655feaf77825dbb57da0147c38c51686707 + "@jupyterlab/apputils": ^4.4.0 + "@jupyterlab/nbformat": ^4.3.0 + "@jupyterlab/observables": ^5.3.0 + "@jupyterlab/rendermime": ^4.3.0 + "@jupyterlab/rendermime-interfaces": ^3.11.0 + "@jupyterlab/services": ^7.3.0 + "@jupyterlab/translation": ^4.3.0 + "@lumino/algorithm": ^2.0.2 + "@lumino/coreutils": ^2.2.0 + "@lumino/disposable": ^2.1.3 + "@lumino/messaging": ^2.0.2 + "@lumino/properties": ^2.0.2 + "@lumino/signaling": ^2.1.3 + "@lumino/widgets": ^2.5.0 + checksum: 313f964056a63cd04227c4bc6d71f16b71ddf475f5ac63c8b15147327f2fc1c7023c631d687a8eae8b81b647e6c305d34be1a4aaf7dc2cd1fb44b947da6c239b languageName: node linkType: hard -"@jupyterlab/rendermime@npm:^4.2.2": - version: 4.2.2 - resolution: "@jupyterlab/rendermime@npm:4.2.2" +"@jupyterlab/rendermime-interfaces@npm:^3.11.0": + version: 3.11.0 + resolution: "@jupyterlab/rendermime-interfaces@npm:3.11.0" dependencies: - "@jupyterlab/apputils": "npm:^4.3.2" - "@jupyterlab/coreutils": "npm:^6.2.2" - "@jupyterlab/nbformat": "npm:^4.2.2" - "@jupyterlab/observables": "npm:^5.2.2" - "@jupyterlab/rendermime-interfaces": "npm:^3.10.2" - "@jupyterlab/services": "npm:^7.2.2" - "@jupyterlab/translation": "npm:^4.2.2" - "@lumino/coreutils": "npm:^2.1.2" - "@lumino/messaging": "npm:^2.0.1" - "@lumino/signaling": "npm:^2.1.2" - "@lumino/widgets": "npm:^2.3.2" - lodash.escape: "npm:^4.0.1" - checksum: 8/cadf8a1d7c001d3863389b7e9561a54c633a85c89713b7d204f9ba86b960b23b592bfb6c68340dac1c02d86d51e4ea1af295672120597c9d8f7c654c8f020182 + "@lumino/coreutils": ^1.11.0 || ^2.2.0 + "@lumino/widgets": ^1.37.2 || ^2.5.0 + checksum: ef31fb5b621a83c5080e68cbd12c086bc7f9dc21c84e04f38808e9f5da079367d3c75ab7af09d2a3afc9e588511f905c77ac50b8e2cbd98d0c3b3e748716d7f7 languageName: node linkType: hard -"@jupyterlab/services@npm:^7.2.2": - version: 7.2.2 - resolution: "@jupyterlab/services@npm:7.2.2" +"@jupyterlab/rendermime-interfaces@npm:^3.11.4": + version: 3.11.4 + resolution: "@jupyterlab/rendermime-interfaces@npm:3.11.4" dependencies: - "@jupyter/ydoc": "npm:^2.0.1" - "@jupyterlab/coreutils": "npm:^6.2.2" - "@jupyterlab/nbformat": "npm:^4.2.2" - "@jupyterlab/settingregistry": "npm:^4.2.2" - "@jupyterlab/statedb": "npm:^4.2.2" - "@lumino/coreutils": "npm:^2.1.2" - "@lumino/disposable": "npm:^2.1.2" - "@lumino/polling": "npm:^2.1.2" - "@lumino/properties": "npm:^2.0.1" - "@lumino/signaling": "npm:^2.1.2" - ws: "npm:^8.11.0" - checksum: 8/dace4f2838cefb129c63cc2b20b35ce2b593e9da4db51dea2963c1109c7f9867faf0a7f428bfd53889f8560953924bf51b355f555ce4fd756b358cfaf8f145c7 + "@lumino/coreutils": ^1.11.0 || ^2.2.0 + "@lumino/widgets": ^1.37.2 || ^2.5.0 + checksum: c7d534b97bebeb7122418148469f66322e821bac7baba6952fe4f26fdf2b6965b090dbfd61f2a5fe2174f83e4eaaa3854c7e49d417430a91273da1d93d2a2bdb languageName: node linkType: hard -"@jupyterlab/settingregistry@npm:^4.2.2": - version: 4.2.2 - resolution: "@jupyterlab/settingregistry@npm:4.2.2" - dependencies: - "@jupyterlab/nbformat": "npm:^4.2.2" - "@jupyterlab/statedb": "npm:^4.2.2" - "@lumino/commands": "npm:^2.3.0" - "@lumino/coreutils": "npm:^2.1.2" - "@lumino/disposable": "npm:^2.1.2" - "@lumino/signaling": "npm:^2.1.2" - "@rjsf/utils": "npm:^5.13.4" - ajv: "npm:^8.12.0" - json5: "npm:^2.2.3" +"@jupyterlab/rendermime@npm:^4.3.0": + version: 4.3.0 + resolution: "@jupyterlab/rendermime@npm:4.3.0" + dependencies: + "@jupyterlab/apputils": ^4.4.0 + "@jupyterlab/coreutils": ^6.3.0 + "@jupyterlab/nbformat": ^4.3.0 + "@jupyterlab/observables": ^5.3.0 + "@jupyterlab/rendermime-interfaces": ^3.11.0 + "@jupyterlab/services": ^7.3.0 + "@jupyterlab/translation": ^4.3.0 + "@lumino/coreutils": ^2.2.0 + "@lumino/messaging": ^2.0.2 + "@lumino/signaling": ^2.1.3 + "@lumino/widgets": ^2.5.0 + lodash.escape: ^4.0.1 + checksum: 84237267b19fbc18e3a6f3797d291de5b16b44583e3cbda282dbd6990612b5d64150a3b1ac6ad77092c9294b866d47a4f1972fe54617c8adeaadb7e0662d691f + languageName: node + linkType: hard + +"@jupyterlab/rendermime@npm:^4.3.4": + version: 4.3.4 + resolution: "@jupyterlab/rendermime@npm:4.3.4" + dependencies: + "@jupyterlab/apputils": ^4.4.4 + "@jupyterlab/coreutils": ^6.3.4 + "@jupyterlab/nbformat": ^4.3.4 + "@jupyterlab/observables": ^5.3.4 + "@jupyterlab/rendermime-interfaces": ^3.11.4 + "@jupyterlab/services": ^7.3.4 + "@jupyterlab/translation": ^4.3.4 + "@lumino/coreutils": ^2.2.0 + "@lumino/messaging": ^2.0.2 + "@lumino/signaling": ^2.1.3 + "@lumino/widgets": ^2.5.0 + lodash.escape: ^4.0.1 + checksum: 3097e6eb133403b6cf52a8021612949ebdedde21559a23570e2241109840a98531886ff5c6dca217a8afe62e9e3229fa049bb4711bba524e2aa9e7ea3e96eaeb + languageName: node + linkType: hard + +"@jupyterlab/services@npm:^7.3.0": + version: 7.3.0 + resolution: "@jupyterlab/services@npm:7.3.0" + dependencies: + "@jupyter/ydoc": ^3.0.0 + "@jupyterlab/coreutils": ^6.3.0 + "@jupyterlab/nbformat": ^4.3.0 + "@jupyterlab/settingregistry": ^4.3.0 + "@jupyterlab/statedb": ^4.3.0 + "@lumino/coreutils": ^2.2.0 + "@lumino/disposable": ^2.1.3 + "@lumino/polling": ^2.1.3 + "@lumino/properties": ^2.0.2 + "@lumino/signaling": ^2.1.3 + ws: ^8.11.0 + checksum: 949a7452f7fdbc97efc63452db26b5f906595e40b1f6b7164e4e8f5fb8136f47fee703c7c9ef75313b6863552e68ce67d51bddd57b8ff6e9712a1a1e62724fe1 + languageName: node + linkType: hard + +"@jupyterlab/services@npm:^7.3.4": + version: 7.3.4 + resolution: "@jupyterlab/services@npm:7.3.4" + dependencies: + "@jupyter/ydoc": ^3.0.0 + "@jupyterlab/coreutils": ^6.3.4 + "@jupyterlab/nbformat": ^4.3.4 + "@jupyterlab/settingregistry": ^4.3.4 + "@jupyterlab/statedb": ^4.3.4 + "@lumino/coreutils": ^2.2.0 + "@lumino/disposable": ^2.1.3 + "@lumino/polling": ^2.1.3 + "@lumino/properties": ^2.0.2 + "@lumino/signaling": ^2.1.3 + ws: ^8.11.0 + checksum: e962b30171ce94c6d9e60d8d06169fd6e7aa9178804b8e14e539dabac6bc04ac29a257be7b8a82c3b479291659738a55da73e2080c6dea3d986bbcc6f4e00850 + languageName: node + linkType: hard + +"@jupyterlab/settingregistry@npm:^4.3.0": + version: 4.3.0 + resolution: "@jupyterlab/settingregistry@npm:4.3.0" + dependencies: + "@jupyterlab/nbformat": ^4.3.0 + "@jupyterlab/statedb": ^4.3.0 + "@lumino/commands": ^2.3.1 + "@lumino/coreutils": ^2.2.0 + "@lumino/disposable": ^2.1.3 + "@lumino/signaling": ^2.1.3 + "@rjsf/utils": ^5.13.4 + ajv: ^8.12.0 + json5: ^2.2.3 peerDependencies: react: ">=16" - checksum: 8/610a43c2308ea7b35c58bc4fdffa0613cd04bbd56bae3f64ee7d7869ae8e484e26102726f5a31f6ae2ffc6f3e77527473fb1a8a9869fdbdac93d5a12984bd56d + checksum: 6a0c47b3be2188e487ec74c3ccd9e199c99a72533367b727a913d45d7096dbbb2757a63e55e5d4a9be51fbd274fe6f5f42ee1a6f021fd6a782885d6d58a3f957 languageName: node linkType: hard -"@jupyterlab/statedb@npm:^4.2.2": - version: 4.2.2 - resolution: "@jupyterlab/statedb@npm:4.2.2" +"@jupyterlab/settingregistry@npm:^4.3.4": + version: 4.3.4 + resolution: "@jupyterlab/settingregistry@npm:4.3.4" dependencies: - "@lumino/commands": "npm:^2.3.0" - "@lumino/coreutils": "npm:^2.1.2" - "@lumino/disposable": "npm:^2.1.2" - "@lumino/properties": "npm:^2.0.1" - "@lumino/signaling": "npm:^2.1.2" - checksum: 8/6fbeed16a659b3f0d9b7a86cca91a0fd082c35b500264d58206f8a79640ea34ac00192c749a96c10f8762c6153ef26d3face6e6ce30b0e84479a0a5896254c38 + "@jupyterlab/nbformat": ^4.3.4 + "@jupyterlab/statedb": ^4.3.4 + "@lumino/commands": ^2.3.1 + "@lumino/coreutils": ^2.2.0 + "@lumino/disposable": ^2.1.3 + "@lumino/signaling": ^2.1.3 + "@rjsf/utils": ^5.13.4 + ajv: ^8.12.0 + json5: ^2.2.3 + peerDependencies: + react: ">=16" + checksum: e6e89174535d10268d70f9c5731bbb1ee6614d8cf87a73d5c4c3b40e6d051ecebb03ec23c508132fe3714473a0667b337674db07759d487b2fb679ca99fd8f35 languageName: node linkType: hard -"@jupyterlab/statusbar@npm:^4.2.2": - version: 4.2.2 - resolution: "@jupyterlab/statusbar@npm:4.2.2" +"@jupyterlab/statedb@npm:^4.3.0": + version: 4.3.0 + resolution: "@jupyterlab/statedb@npm:4.3.0" dependencies: - "@jupyterlab/ui-components": "npm:^4.2.2" - "@lumino/algorithm": "npm:^2.0.1" - "@lumino/coreutils": "npm:^2.1.2" - "@lumino/disposable": "npm:^2.1.2" - "@lumino/messaging": "npm:^2.0.1" - "@lumino/signaling": "npm:^2.1.2" - "@lumino/widgets": "npm:^2.3.2" - react: "npm:^18.2.0" - checksum: 8/f687fe87f693036edabaf7273aa3b1da89dac4636daf6632bb8d76bf79693ca713f83105247a90b1b378bfc42f61313d3ebc6177a01d2647b957c3c1b01e25f3 + "@lumino/commands": ^2.3.1 + "@lumino/coreutils": ^2.2.0 + "@lumino/disposable": ^2.1.3 + "@lumino/properties": ^2.0.2 + "@lumino/signaling": ^2.1.3 + checksum: 68e1a8bffe41a236d34cb8135e0ebf906e1d087ff71d2f1e135c7cd369c7b5e2e675765d5a0627a2487a831141cb06a9ce880609ec9988b0f7e5a0156f4212f3 languageName: node linkType: hard -"@jupyterlab/toc@npm:^6.2.2": - version: 6.2.2 - resolution: "@jupyterlab/toc@npm:6.2.2" - dependencies: - "@jupyterlab/apputils": "npm:^4.3.2" - "@jupyterlab/coreutils": "npm:^6.2.2" - "@jupyterlab/docregistry": "npm:^4.2.2" - "@jupyterlab/observables": "npm:^5.2.2" - "@jupyterlab/rendermime": "npm:^4.2.2" - "@jupyterlab/rendermime-interfaces": "npm:^3.10.2" - "@jupyterlab/translation": "npm:^4.2.2" - "@jupyterlab/ui-components": "npm:^4.2.2" - "@lumino/coreutils": "npm:^2.1.2" - "@lumino/disposable": "npm:^2.1.2" - "@lumino/messaging": "npm:^2.0.1" - "@lumino/signaling": "npm:^2.1.2" - "@lumino/widgets": "npm:^2.3.2" - react: "npm:^18.2.0" - checksum: 8/8b8692da9d0b85e35fe59cc21b026ce25e5f8cb5c21607d304512cab2ef280dd9e2468dedbf6819aedb8f5e17ae7ee757504008dc792886531d09beed98e2f9e - languageName: node - linkType: hard - -"@jupyterlab/translation@npm:^4.2.2": - version: 4.2.2 - resolution: "@jupyterlab/translation@npm:4.2.2" +"@jupyterlab/statedb@npm:^4.3.4": + version: 4.3.4 + resolution: "@jupyterlab/statedb@npm:4.3.4" dependencies: - "@jupyterlab/coreutils": "npm:^6.2.2" - "@jupyterlab/rendermime-interfaces": "npm:^3.10.2" - "@jupyterlab/services": "npm:^7.2.2" - "@jupyterlab/statedb": "npm:^4.2.2" - "@lumino/coreutils": "npm:^2.1.2" - checksum: 8/faeda0940384b5d204e5f7ca0e50cdf0122d6be8618a10c9c77ba57b675fc7045c65da8c1fc51fb4803361b7d0bbbbd1d6d224d5905677f3782231bdad2f8164 + "@lumino/commands": ^2.3.1 + "@lumino/coreutils": ^2.2.0 + "@lumino/disposable": ^2.1.3 + "@lumino/properties": ^2.0.2 + "@lumino/signaling": ^2.1.3 + checksum: dfb6e3904ca8898bf69d188448559b7356fdac8e579f8214779be7ba709db82372dc2836f245ff3f9c3ff8e382fa82abd354613e5cd89c60348b3d4f7597bf1c languageName: node linkType: hard -"@jupyterlab/ui-components@npm:^4.2.1, @jupyterlab/ui-components@npm:^4.2.2": - version: 4.2.2 - resolution: "@jupyterlab/ui-components@npm:4.2.2" - dependencies: - "@jupyter/react-components": "npm:^0.15.3" - "@jupyter/web-components": "npm:^0.15.3" - "@jupyterlab/coreutils": "npm:^6.2.2" - "@jupyterlab/observables": "npm:^5.2.2" - "@jupyterlab/rendermime-interfaces": "npm:^3.10.2" - "@jupyterlab/translation": "npm:^4.2.2" - "@lumino/algorithm": "npm:^2.0.1" - "@lumino/commands": "npm:^2.3.0" - "@lumino/coreutils": "npm:^2.1.2" - "@lumino/disposable": "npm:^2.1.2" - "@lumino/messaging": "npm:^2.0.1" - "@lumino/polling": "npm:^2.1.2" - "@lumino/properties": "npm:^2.0.1" - "@lumino/signaling": "npm:^2.1.2" - "@lumino/virtualdom": "npm:^2.0.1" - "@lumino/widgets": "npm:^2.3.2" - "@rjsf/core": "npm:^5.13.4" - "@rjsf/utils": "npm:^5.13.4" - react: "npm:^18.2.0" - react-dom: "npm:^18.2.0" - typestyle: "npm:^2.0.4" +"@jupyterlab/statusbar@npm:^4.3.0": + version: 4.3.0 + resolution: "@jupyterlab/statusbar@npm:4.3.0" + dependencies: + "@jupyterlab/ui-components": ^4.3.0 + "@lumino/algorithm": ^2.0.2 + "@lumino/coreutils": ^2.2.0 + "@lumino/disposable": ^2.1.3 + "@lumino/messaging": ^2.0.2 + "@lumino/signaling": ^2.1.3 + "@lumino/widgets": ^2.5.0 + react: ^18.2.0 + checksum: f849b903043056a4eda3f9c6900e598c0bd9b8b30cc7632996ede6104421d49bf10d3421a654c1afe008388b3c58a5dda33e7120ed0483c4fef7d0523153ffff + languageName: node + linkType: hard + +"@jupyterlab/statusbar@npm:^4.3.4": + version: 4.3.4 + resolution: "@jupyterlab/statusbar@npm:4.3.4" + dependencies: + "@jupyterlab/ui-components": ^4.3.4 + "@lumino/algorithm": ^2.0.2 + "@lumino/coreutils": ^2.2.0 + "@lumino/disposable": ^2.1.3 + "@lumino/messaging": ^2.0.2 + "@lumino/signaling": ^2.1.3 + "@lumino/widgets": ^2.5.0 + react: ^18.2.0 + checksum: d923c9d5ac724197151a6b127c609f9711dfacf3e1ea4a0c73df166238d9b561d5dfaa6762fc24b0e2ae02500d9062e729716edc17ebb02f4d5fc4f4ceab3d8f + languageName: node + linkType: hard + +"@jupyterlab/toc@npm:^6.3.0": + version: 6.3.0 + resolution: "@jupyterlab/toc@npm:6.3.0" + dependencies: + "@jupyter/react-components": ^0.16.6 + "@jupyterlab/apputils": ^4.4.0 + "@jupyterlab/coreutils": ^6.3.0 + "@jupyterlab/docregistry": ^4.3.0 + "@jupyterlab/observables": ^5.3.0 + "@jupyterlab/rendermime": ^4.3.0 + "@jupyterlab/rendermime-interfaces": ^3.11.0 + "@jupyterlab/translation": ^4.3.0 + "@jupyterlab/ui-components": ^4.3.0 + "@lumino/coreutils": ^2.2.0 + "@lumino/disposable": ^2.1.3 + "@lumino/messaging": ^2.0.2 + "@lumino/signaling": ^2.1.3 + "@lumino/widgets": ^2.5.0 + react: ^18.2.0 + checksum: fde80d1193e245cf31877081f989ba99d7cdcf0f7df0d112d086a495a56567612be37568da4d849128e04e0074b13de5479b3bb71781105b994a5a826f0008cb + languageName: node + linkType: hard + +"@jupyterlab/translation@npm:^4.3.0": + version: 4.3.0 + resolution: "@jupyterlab/translation@npm:4.3.0" + dependencies: + "@jupyterlab/coreutils": ^6.3.0 + "@jupyterlab/rendermime-interfaces": ^3.11.0 + "@jupyterlab/services": ^7.3.0 + "@jupyterlab/statedb": ^4.3.0 + "@lumino/coreutils": ^2.2.0 + checksum: bcd466cdb5a52e0a57f5274bb440098f6fc49c784212654e2bf2e09acd1119538b5e5737fb841496056fa85ca8c49d73a769d598f1f67a1b1235852dbb31766c + languageName: node + linkType: hard + +"@jupyterlab/translation@npm:^4.3.4": + version: 4.3.4 + resolution: "@jupyterlab/translation@npm:4.3.4" + dependencies: + "@jupyterlab/coreutils": ^6.3.4 + "@jupyterlab/rendermime-interfaces": ^3.11.4 + "@jupyterlab/services": ^7.3.4 + "@jupyterlab/statedb": ^4.3.4 + "@lumino/coreutils": ^2.2.0 + checksum: c2b386c55aa92ff5a463accf7a79ffd3781ba99ab8c9077c76276922ba6c9b55a8d85881d48f5a309970eec89f7ef1c04536b05caacc6b92aa061466a509759d + languageName: node + linkType: hard + +"@jupyterlab/ui-components@npm:^4.2.1, @jupyterlab/ui-components@npm:^4.3.0": + version: 4.3.0 + resolution: "@jupyterlab/ui-components@npm:4.3.0" + dependencies: + "@jupyter/react-components": ^0.16.6 + "@jupyter/web-components": ^0.16.6 + "@jupyterlab/coreutils": ^6.3.0 + "@jupyterlab/observables": ^5.3.0 + "@jupyterlab/rendermime-interfaces": ^3.11.0 + "@jupyterlab/translation": ^4.3.0 + "@lumino/algorithm": ^2.0.2 + "@lumino/commands": ^2.3.1 + "@lumino/coreutils": ^2.2.0 + "@lumino/disposable": ^2.1.3 + "@lumino/messaging": ^2.0.2 + "@lumino/polling": ^2.1.3 + "@lumino/properties": ^2.0.2 + "@lumino/signaling": ^2.1.3 + "@lumino/virtualdom": ^2.0.2 + "@lumino/widgets": ^2.5.0 + "@rjsf/core": ^5.13.4 + "@rjsf/utils": ^5.13.4 + react: ^18.2.0 + react-dom: ^18.2.0 + typestyle: ^2.0.4 + peerDependencies: + react: ^18.2.0 + checksum: e1efefd65fb19aa103897d25d5b898972df52c81857136ecb3dd5b5d49a671076161079fe293ae0d55ed7cfef11c670f549beaf54d88877ff0cf806d0d568041 + languageName: node + linkType: hard + +"@jupyterlab/ui-components@npm:^4.3.4": + version: 4.3.4 + resolution: "@jupyterlab/ui-components@npm:4.3.4" + dependencies: + "@jupyter/react-components": ^0.16.6 + "@jupyter/web-components": ^0.16.6 + "@jupyterlab/coreutils": ^6.3.4 + "@jupyterlab/observables": ^5.3.4 + "@jupyterlab/rendermime-interfaces": ^3.11.4 + "@jupyterlab/translation": ^4.3.4 + "@lumino/algorithm": ^2.0.2 + "@lumino/commands": ^2.3.1 + "@lumino/coreutils": ^2.2.0 + "@lumino/disposable": ^2.1.3 + "@lumino/messaging": ^2.0.2 + "@lumino/polling": ^2.1.3 + "@lumino/properties": ^2.0.2 + "@lumino/signaling": ^2.1.3 + "@lumino/virtualdom": ^2.0.2 + "@lumino/widgets": ^2.5.0 + "@rjsf/core": ^5.13.4 + "@rjsf/utils": ^5.13.4 + react: ^18.2.0 + react-dom: ^18.2.0 + typestyle: ^2.0.4 peerDependencies: react: ^18.2.0 - checksum: 8/5e0f7c835dd64db51332966cb56b5b5f12a22b4b42b229ade772b853dc31aab92ec323125a2e7781e3c7acd41949cd5600b1f1421e64ebafe1c05957e1176501 + checksum: 32184159fcf043d9c640135e0057031d4f9c9b189cc552c0c8345a7fc8b1c34b4beef87603651bd2043cc3616c4834c2092f47657d2a7bc0bdd0168d3bf0029b languageName: node linkType: hard "@lezer/common@npm:^1.0.0, @lezer/common@npm:^1.0.2, @lezer/common@npm:^1.1.0, @lezer/common@npm:^1.2.0, @lezer/common@npm:^1.2.1": - version: 1.2.1 - resolution: "@lezer/common@npm:1.2.1" - checksum: 8/0bd092e293a509ce334f4aaf9a4d4a25528f743cd9d7e7948c697e34ac703b805b288b62ad01563488fb206fc34ff05084f7fc5d864be775924b3d0d53ea5dd2 + version: 1.2.3 + resolution: "@lezer/common@npm:1.2.3" + checksum: 9b5f52d949adae69d077f56c0b1c2295923108c3dfb241dd9f17654ff708f3eab81ff9fa7f0d0e4a668eabdcb9d961c73e75caca87c966ca1436e30e49130fcb languageName: node linkType: hard @@ -1091,42 +1522,42 @@ __metadata: version: 1.1.2 resolution: "@lezer/cpp@npm:1.1.2" dependencies: - "@lezer/common": "npm:^1.2.0" - "@lezer/highlight": "npm:^1.0.0" - "@lezer/lr": "npm:^1.0.0" - checksum: 8/a319cd46fd32affc07c9432e9b2b9954becf7766be0361176c525d03474bb794cc051aad9932f48c9df33833eee1d6bfdccab12e571f2b137b4ca765c60c75de + "@lezer/common": ^1.2.0 + "@lezer/highlight": ^1.0.0 + "@lezer/lr": ^1.0.0 + checksum: a319cd46fd32affc07c9432e9b2b9954becf7766be0361176c525d03474bb794cc051aad9932f48c9df33833eee1d6bfdccab12e571f2b137b4ca765c60c75de languageName: node linkType: hard -"@lezer/css@npm:^1.0.0, @lezer/css@npm:^1.1.0": - version: 1.1.8 - resolution: "@lezer/css@npm:1.1.8" +"@lezer/css@npm:^1.1.0, @lezer/css@npm:^1.1.7": + version: 1.1.9 + resolution: "@lezer/css@npm:1.1.9" dependencies: - "@lezer/common": "npm:^1.2.0" - "@lezer/highlight": "npm:^1.0.0" - "@lezer/lr": "npm:^1.0.0" - checksum: 8/1f5968360dbac7ba27f0c2a194143769f7b01824715274dd8507dacf13cc790bb8c48ce95de355e9c58be93bb3e271bf98b9fc51213f79e4ce918e7c7ebbef04 + "@lezer/common": ^1.2.0 + "@lezer/highlight": ^1.0.0 + "@lezer/lr": ^1.0.0 + checksum: 25c63475061a3c9f87961a7f85c5f547f14fb7e81b0864675d2206999a874a0559d676145c74c6ccde39519dbc8aa33e216265f5366d08060507b6c9e875fe0f languageName: node linkType: hard "@lezer/generator@npm:^1.7.0": - version: 1.7.0 - resolution: "@lezer/generator@npm:1.7.0" + version: 1.7.1 + resolution: "@lezer/generator@npm:1.7.1" dependencies: - "@lezer/common": "npm:^1.1.0" - "@lezer/lr": "npm:^1.3.0" + "@lezer/common": ^1.1.0 + "@lezer/lr": ^1.3.0 bin: lezer-generator: src/lezer-generator.cjs - checksum: 8/69f4c6625446cb65adaa509480ec67502f27651707a8e45e99373e682d7f66f8842205669f174bcb138eade72c64ded0b54d6de6aa5af995ac1f1e805ef021fd + checksum: e46df5a31252fb036ea17fce820acdf47672bb5405b2a38e26a430182b9a50b8513fde37d9a43d8334cde3bb2f2106ce7a5ab1a01e244876ce3217c4db59e627 languageName: node linkType: hard "@lezer/highlight@npm:^1.0.0, @lezer/highlight@npm:^1.1.3, @lezer/highlight@npm:^1.2.0": - version: 1.2.0 - resolution: "@lezer/highlight@npm:1.2.0" + version: 1.2.1 + resolution: "@lezer/highlight@npm:1.2.1" dependencies: - "@lezer/common": "npm:^1.0.0" - checksum: 8/5b9dfe741f95db13f6124cb9556a43011cb8041ecf490be98d44a86b04d926a66e912bcd3a766f6a3d79e064410f1a2f60ab240b50b645a12c56987bf4870086 + "@lezer/common": ^1.0.0 + checksum: a8822d7e37f79ff64669eb2df4a9f9d16580e88f2b276a646092e19a9bdccac304e92510e200e35869a8b1f6c27eba5972c508d347a277e9b722d582ab7a23d5 languageName: node linkType: hard @@ -1134,32 +1565,32 @@ __metadata: version: 1.3.10 resolution: "@lezer/html@npm:1.3.10" dependencies: - "@lezer/common": "npm:^1.2.0" - "@lezer/highlight": "npm:^1.0.0" - "@lezer/lr": "npm:^1.0.0" - checksum: 8/cce391aab9259704ae3079b3209f74b2f248594dd8b851c28aaff26765e00ebb890a5ff1fe600f2d03aaf4ade0e36de8048d9632b12bfbccd47b3e649c3b0ecd + "@lezer/common": ^1.2.0 + "@lezer/highlight": ^1.0.0 + "@lezer/lr": ^1.0.0 + checksum: cce391aab9259704ae3079b3209f74b2f248594dd8b851c28aaff26765e00ebb890a5ff1fe600f2d03aaf4ade0e36de8048d9632b12bfbccd47b3e649c3b0ecd languageName: node linkType: hard "@lezer/java@npm:^1.0.0": - version: 1.1.2 - resolution: "@lezer/java@npm:1.1.2" + version: 1.1.3 + resolution: "@lezer/java@npm:1.1.3" dependencies: - "@lezer/common": "npm:^1.2.0" - "@lezer/highlight": "npm:^1.0.0" - "@lezer/lr": "npm:^1.0.0" - checksum: 8/752e8c9b99cccf022669a702016e0c3a793d8326e043b1d053159f5de4d222cd188e8e31e1427cbe6a8ed8e53de3977ab551c64cbd5a76a12eb3a1da5e18b6a5 + "@lezer/common": ^1.2.0 + "@lezer/highlight": ^1.0.0 + "@lezer/lr": ^1.0.0 + checksum: a4b8a348ab08465cff6e54ec80e397d2629e0911decb4c6a47fd56cd74f6978fae478879b15a2e239203b9e53aef41ecaeba675f8013e290165249abdab7da74 languageName: node linkType: hard "@lezer/javascript@npm:^1.0.0": - version: 1.4.17 - resolution: "@lezer/javascript@npm:1.4.17" + version: 1.4.19 + resolution: "@lezer/javascript@npm:1.4.19" dependencies: - "@lezer/common": "npm:^1.2.0" - "@lezer/highlight": "npm:^1.1.3" - "@lezer/lr": "npm:^1.3.0" - checksum: 8/dfcc4130af0bc681cd1ff6ec655a58e747fd877d8aadad2deba5f84512fa539177ece602c5389f4354c93555d3064737dedbe3384ca48b03c4968126bfd1b9a9 + "@lezer/common": ^1.2.0 + "@lezer/highlight": ^1.1.3 + "@lezer/lr": ^1.3.0 + checksum: e305680dea6659570b88eded0d03eba3d33bb8860f8646b457798da955742916dd9cbe17fe6dd867bdb7767ef6c00717aadd45e520ee0b416bdc5e39046e6459 languageName: node linkType: hard @@ -1167,29 +1598,29 @@ __metadata: version: 1.0.2 resolution: "@lezer/json@npm:1.0.2" dependencies: - "@lezer/common": "npm:^1.2.0" - "@lezer/highlight": "npm:^1.0.0" - "@lezer/lr": "npm:^1.0.0" - checksum: 8/f899d13765d95599c9199fc3404cb57969031dc40ce07de30f4e648979153966581f0bee02e2f8f70463b0a5322206a97c2fe8d5d14f218888c72a6dcedf90ef + "@lezer/common": ^1.2.0 + "@lezer/highlight": ^1.0.0 + "@lezer/lr": ^1.0.0 + checksum: f899d13765d95599c9199fc3404cb57969031dc40ce07de30f4e648979153966581f0bee02e2f8f70463b0a5322206a97c2fe8d5d14f218888c72a6dcedf90ef languageName: node linkType: hard "@lezer/lr@npm:^1.0.0, @lezer/lr@npm:^1.1.0, @lezer/lr@npm:^1.3.0": - version: 1.4.1 - resolution: "@lezer/lr@npm:1.4.1" + version: 1.4.2 + resolution: "@lezer/lr@npm:1.4.2" dependencies: - "@lezer/common": "npm:^1.0.0" - checksum: 8/65ae107a14619b1c514040eec2c48470e921895bb10a80d0b90e7735e121138c50e8207e2e0d9339e7cc42a716cdb367ae08f282c452934c89860093b26c40c2 + "@lezer/common": ^1.0.0 + checksum: 94318ad046c7dfcc8d37e26cb85b99623c39aef60aa51ec2abb30928e7a649f38fa5520f34bd5b356f1db11b6991999589f039e87c8949b0f163be3764f029d8 languageName: node linkType: hard -"@lezer/markdown@npm:^1.0.0, @lezer/markdown@npm:^1.2.0": - version: 1.3.0 - resolution: "@lezer/markdown@npm:1.3.0" +"@lezer/markdown@npm:^1.0.0, @lezer/markdown@npm:^1.3.0": + version: 1.3.2 + resolution: "@lezer/markdown@npm:1.3.2" dependencies: - "@lezer/common": "npm:^1.0.0" - "@lezer/highlight": "npm:^1.0.0" - checksum: 8/13eb2720e4cb84278349bad8af116f748813094f99fad02680010c3a8c5985e0358c344487990f87a31ef0d6c1a2be582301f914c0e4a6e9cfa22647b6cd6545 + "@lezer/common": ^1.0.0 + "@lezer/highlight": ^1.0.0 + checksum: 080c5e6e13ff227d5a1883dd895ef08d6fc8eb9620eb00f93fe1292dd9a740ec50ccf340f2aab2f522843d26ad2ad991ef029fd93cf09f88e00ef470f1142d15 languageName: node linkType: hard @@ -1197,10 +1628,10 @@ __metadata: version: 1.0.2 resolution: "@lezer/php@npm:1.0.2" dependencies: - "@lezer/common": "npm:^1.2.0" - "@lezer/highlight": "npm:^1.0.0" - "@lezer/lr": "npm:^1.1.0" - checksum: 8/c85ef18571d37826b687dd141a0fe110f5814adaf9d1a391e7e482020d7f81df189ca89ec0dd141c1433d48eff4c6e53648b46f008dea8ad2dc574f35f1d4d79 + "@lezer/common": ^1.2.0 + "@lezer/highlight": ^1.0.0 + "@lezer/lr": ^1.1.0 + checksum: c85ef18571d37826b687dd141a0fe110f5814adaf9d1a391e7e482020d7f81df189ca89ec0dd141c1433d48eff4c6e53648b46f008dea8ad2dc574f35f1d4d79 languageName: node linkType: hard @@ -1208,10 +1639,10 @@ __metadata: version: 1.1.14 resolution: "@lezer/python@npm:1.1.14" dependencies: - "@lezer/common": "npm:^1.2.0" - "@lezer/highlight": "npm:^1.0.0" - "@lezer/lr": "npm:^1.0.0" - checksum: 8/1608187f698e972d11b340dfdfd79e15b1359641e386e386befd37d5e5839620b45a5a39c5616792a24da29ef1d99d11ea0dad52b9617f1767e7ea6a11c2fed3 + "@lezer/common": ^1.2.0 + "@lezer/highlight": ^1.0.0 + "@lezer/lr": ^1.0.0 + checksum: 1608187f698e972d11b340dfdfd79e15b1359641e386e386befd37d5e5839620b45a5a39c5616792a24da29ef1d99d11ea0dad52b9617f1767e7ea6a11c2fed3 languageName: node linkType: hard @@ -1219,10 +1650,10 @@ __metadata: version: 1.0.2 resolution: "@lezer/rust@npm:1.0.2" dependencies: - "@lezer/common": "npm:^1.2.0" - "@lezer/highlight": "npm:^1.0.0" - "@lezer/lr": "npm:^1.0.0" - checksum: 8/fc5e97852b42beeb44a0ebe316dc64e3cc49ff481c22e3e67d6003fc4a5c257fcd94959cfcc76cd154fa172db9b3b4b28de5c09f10550d6e5f14869ddc274e5b + "@lezer/common": ^1.2.0 + "@lezer/highlight": ^1.0.0 + "@lezer/lr": ^1.0.0 + checksum: fc5e97852b42beeb44a0ebe316dc64e3cc49ff481c22e3e67d6003fc4a5c257fcd94959cfcc76cd154fa172db9b3b4b28de5c09f10550d6e5f14869ddc274e5b languageName: node linkType: hard @@ -1230,203 +1661,200 @@ __metadata: version: 1.0.5 resolution: "@lezer/xml@npm:1.0.5" dependencies: - "@lezer/common": "npm:^1.2.0" - "@lezer/highlight": "npm:^1.0.0" - "@lezer/lr": "npm:^1.0.0" - checksum: 8/a0a077b9e455b03593b93a7fdff2a4eab2cb7b230c8e1b878a8bebe80184632b9cc75ca018f1f9e2acb3a26e1386f4777385ab6e87aea70ccf479cde5ca268ee + "@lezer/common": ^1.2.0 + "@lezer/highlight": ^1.0.0 + "@lezer/lr": ^1.0.0 + checksum: a0a077b9e455b03593b93a7fdff2a4eab2cb7b230c8e1b878a8bebe80184632b9cc75ca018f1f9e2acb3a26e1386f4777385ab6e87aea70ccf479cde5ca268ee languageName: node linkType: hard -"@lokesh.dhakar/quantize@npm:^1.3.0": - version: 1.3.0 - resolution: "@lokesh.dhakar/quantize@npm:1.3.0" - checksum: 8/042620e753e369676b8cc8277664e9ec5bf408679bc5cbddedcd0076f15b286579200a3c63c8f691cfd5ecf5ba0afddd6a5651c273f39a395734f0f11ae964fc +"@lokesh.dhakar/quantize@npm:^1.4.0": + version: 1.4.0 + resolution: "@lokesh.dhakar/quantize@npm:1.4.0" + checksum: 74201385974a87198003f4a702300bc13934744c02294add66396e1482383a43dcdf7c318533b058299859444524c066009b9dcb3f745b0766f33881f3537b75 languageName: node linkType: hard -"@lumino/algorithm@npm:^2.0.1": - version: 2.0.1 - resolution: "@lumino/algorithm@npm:2.0.1" - checksum: 8/cbf7fcf6ee6b785ea502cdfddc53d61f9d353dcb9659343511d5cd4b4030be2ff2ca4c08daec42f84417ab0318a3d9972a17319fa5231693e109ab112dcf8000 +"@lumino/algorithm@npm:^2.0.2": + version: 2.0.2 + resolution: "@lumino/algorithm@npm:2.0.2" + checksum: 34b25684b845f1bdbf78ca45ebd99a97b67b2992440c9643aafe5fc5a99fae1ddafa9e5890b246b233dc3a12d9f66aa84afe4a2aac44cf31071348ed217740db languageName: node linkType: hard -"@lumino/application@npm:^2.3.1": - version: 2.3.1 - resolution: "@lumino/application@npm:2.3.1" +"@lumino/application@npm:^2.4.1": + version: 2.4.1 + resolution: "@lumino/application@npm:2.4.1" dependencies: - "@lumino/commands": "npm:^2.3.0" - "@lumino/coreutils": "npm:^2.1.2" - "@lumino/widgets": "npm:^2.3.2" - checksum: 8/c112789d99baf62e5c2cee98834bc3efb5027bbca1aac81f10ea8855c0cd2538ec0a7c56c3f5dd42dce244e6892ef5bf8ef356f97e1cd4c161b99eb2068c195c + "@lumino/commands": ^2.3.1 + "@lumino/coreutils": ^2.2.0 + "@lumino/widgets": ^2.5.0 + checksum: b7166d1bf4f0e3cc945d984b4057a4cd106d38df6cb4c6f1259c75484e2b976018aca55f169fa4af7dd174ce7117be1920966bef0fb7cba756f503f0df1d211e languageName: node linkType: hard -"@lumino/collections@npm:^2.0.1": - version: 2.0.1 - resolution: "@lumino/collections@npm:2.0.1" +"@lumino/collections@npm:^2.0.2": + version: 2.0.2 + resolution: "@lumino/collections@npm:2.0.2" dependencies: - "@lumino/algorithm": "npm:^2.0.1" - checksum: 8/8a29b7973a388a33c5beda0819dcd2dc2aad51a8406dcfd4581b055a9f77a39dc5800f7a8b4ae3c0bb97ae7b56a7a869e2560ffb7a920a28e93b477ba05907d6 + "@lumino/algorithm": ^2.0.2 + checksum: e8bb2068a3741940e0dd396fa729c3c9d12458b41b7c2a9d171c5c034e69fb5834116a824094a8aa4182397e13abace06025ed5032a755ea85b976eae74ee9a9 languageName: node linkType: hard -"@lumino/commands@npm:^2.3.0": - version: 2.3.0 - resolution: "@lumino/commands@npm:2.3.0" +"@lumino/commands@npm:^2.3.1": + version: 2.3.1 + resolution: "@lumino/commands@npm:2.3.1" dependencies: - "@lumino/algorithm": "npm:^2.0.1" - "@lumino/coreutils": "npm:^2.1.2" - "@lumino/disposable": "npm:^2.1.2" - "@lumino/domutils": "npm:^2.0.1" - "@lumino/keyboard": "npm:^2.0.1" - "@lumino/signaling": "npm:^2.1.2" - "@lumino/virtualdom": "npm:^2.0.1" - checksum: 8/a9b83bbfcc0421ff501e818dd234c65db438a8abb450628db0dea9ee05e8077d10b2275e7e2289f6df9c20dc26d2af458b1db88ccf43ec69f185eb207dbad419 + "@lumino/algorithm": ^2.0.2 + "@lumino/coreutils": ^2.2.0 + "@lumino/disposable": ^2.1.3 + "@lumino/domutils": ^2.0.2 + "@lumino/keyboard": ^2.0.2 + "@lumino/signaling": ^2.1.3 + "@lumino/virtualdom": ^2.0.2 + checksum: 83bc6d66de37e58582b00f70ce66e797c9fcf84e36041c6881631ed0d281305e2a49927f5b2fe6c5c965733f3cd6fb4a233c7b7967fc050497024a941659bd65 languageName: node linkType: hard -"@lumino/coreutils@npm:^1.11.0 || ^2.0.0, @lumino/coreutils@npm:^1.11.0 || ^2.1.2, @lumino/coreutils@npm:^2.1.2": - version: 2.1.2 - resolution: "@lumino/coreutils@npm:2.1.2" - checksum: 8/7865317ac0676b448d108eb57ab5d8b2a17c101995c0f7a7106662d9fe6c859570104525f83ee3cda12ae2e326803372206d6f4c1f415a5b59e4158a7b81066f +"@lumino/coreutils@npm:^1.11.0 || ^2.0.0, @lumino/coreutils@npm:^1.11.0 || ^2.2.0, @lumino/coreutils@npm:^2.2.0": + version: 2.2.0 + resolution: "@lumino/coreutils@npm:2.2.0" + dependencies: + "@lumino/algorithm": ^2.0.2 + checksum: 345fcd5d7493d745831dd944edfbd8eda06cc59a117e71023fc97ce53badd697be2bd51671f071f5ff0064f75f104575d9695f116a07517bafbedd38e5c7a785 languageName: node linkType: hard -"@lumino/disposable@npm:^1.10.0 || ^2.0.0, @lumino/disposable@npm:^2.1.2": - version: 2.1.2 - resolution: "@lumino/disposable@npm:2.1.2" +"@lumino/disposable@npm:^1.10.0 || ^2.0.0, @lumino/disposable@npm:^2.1.2, @lumino/disposable@npm:^2.1.3": + version: 2.1.3 + resolution: "@lumino/disposable@npm:2.1.3" dependencies: - "@lumino/signaling": "npm:^2.1.2" - checksum: 8/ac2fb2bf18d0b2939fda454f3db248a0ff6e8a77b401e586d1caa9293b3318f808b93a117c9c3ac27cd17aab545aea83b49108d099b9b2f5503ae2a012fbc6e2 + "@lumino/signaling": ^2.1.3 + checksum: b9a346fa2752b3cd1b053cb637ee173501d33082a73423429070e8acc508b034ea0babdae0549b923cbdd287ee1fc7f6159f0539c9fff7574393a214eef07c57 languageName: node linkType: hard -"@lumino/domutils@npm:^2.0.1": - version: 2.0.1 - resolution: "@lumino/domutils@npm:2.0.1" - checksum: 8/61fa0ab226869dfbb763fc426790cf5a43b7d6f4cea1364c6dd56d61c44bff05eea188d33ff847449608ef58ed343161bee15c19b96f35410e4ee35815dc611a +"@lumino/domutils@npm:^2.0.2": + version: 2.0.2 + resolution: "@lumino/domutils@npm:2.0.2" + checksum: 037b8d0b62af43887fd7edd506fa551e2af104a4b46d62e6fef256e16754dba40d351513beb5083834d468b2c7806aae0fe205fd6aac8ef24759451ee998bbd9 languageName: node linkType: hard -"@lumino/dragdrop@npm:^2.1.4": - version: 2.1.4 - resolution: "@lumino/dragdrop@npm:2.1.4" +"@lumino/dragdrop@npm:^2.1.5": + version: 2.1.5 + resolution: "@lumino/dragdrop@npm:2.1.5" dependencies: - "@lumino/coreutils": "npm:^2.1.2" - "@lumino/disposable": "npm:^2.1.2" - checksum: 8/43d82484b13b38b612e7dfb424a840ed6a38d0db778af10655c4ba235c67b5b12db1683929b35a36ab2845f77466066dfd1ee25c1c273e8e175677eba9dc560d + "@lumino/coreutils": ^2.2.0 + "@lumino/disposable": ^2.1.3 + checksum: 48e34bea73186dcde4565fa68cd25067b7f5fe910813d28da9ab3c5392bfaa0b26aab1290635dc953d85bbb139da7ac1ffc040a5d5777d58fd087975dd4b5ef7 languageName: node linkType: hard -"@lumino/keyboard@npm:^2.0.1": - version: 2.0.1 - resolution: "@lumino/keyboard@npm:2.0.1" - checksum: 8/cf33f13427a418efd7cc91061233321e860d5404f3d86397781028309bef86c8ad2d88276ffe335c1db0fe619bd9d1e60641c81f881696957a58703ee4652c3e +"@lumino/keyboard@npm:^2.0.2": + version: 2.0.2 + resolution: "@lumino/keyboard@npm:2.0.2" + checksum: 198e8c17825c9a831fa0770f58a71574b936acb0f0bbbe7f8feb73d89686dda7ff41fcb02d12b401f5d462b45fe0bba24f7f38befb7cefe0826576559f0bee6d languageName: node linkType: hard -"@lumino/messaging@npm:^2.0.1": - version: 2.0.1 - resolution: "@lumino/messaging@npm:2.0.1" +"@lumino/messaging@npm:^2.0.2": + version: 2.0.2 + resolution: "@lumino/messaging@npm:2.0.2" dependencies: - "@lumino/algorithm": "npm:^2.0.1" - "@lumino/collections": "npm:^2.0.1" - checksum: 8/964c4651c374b17452b4252b7d71500b32d2ecd87c192fc5bcf5d3bd1070661d78d07edcac8eca7d1d6fd50aa25992505485e1296d6dd995691b8e349b652045 + "@lumino/algorithm": ^2.0.2 + "@lumino/collections": ^2.0.2 + checksum: 66abd8c473026123589dc22f2ce8f85da10e0b1a05c05ed9b2011035721da5f751cc7ef63b628877f446a78a4287e26ad1450efbeaf0c2e03b1d08be9abaca4d languageName: node linkType: hard -"@lumino/polling@npm:^2.1.2": - version: 2.1.2 - resolution: "@lumino/polling@npm:2.1.2" +"@lumino/polling@npm:^2.1.3": + version: 2.1.3 + resolution: "@lumino/polling@npm:2.1.3" dependencies: - "@lumino/coreutils": "npm:^2.1.2" - "@lumino/disposable": "npm:^2.1.2" - "@lumino/signaling": "npm:^2.1.2" - checksum: 8/fa9b401e6dbeb8f31d7e3ba485e8ef1e0c92b3f2da086239c0ed49931026f5d3528709193c93e031e35ac624fb4bbbfcdcbaa0e25eb797f36e2952e5cd91e9e3 + "@lumino/coreutils": ^2.2.0 + "@lumino/disposable": ^2.1.3 + "@lumino/signaling": ^2.1.3 + checksum: 2c94dbc2339dd06b3b89a3a690d23576ce095f92bf1f614557dcaeb1c1a8a707b2a18d78c03e5fd7376a43e3f393cc4fec42a65580ae4b67c6630ea86cecbac6 languageName: node linkType: hard -"@lumino/properties@npm:^2.0.1": - version: 2.0.1 - resolution: "@lumino/properties@npm:2.0.1" - checksum: 8/c50173a935148cc4148fdaea119df1d323ee004ae16ab666800388d27e9730345629662d85f25591683329b39f0cdae60ee8c94e8943b4d0ef7d7370a38128d6 +"@lumino/properties@npm:^2.0.2": + version: 2.0.2 + resolution: "@lumino/properties@npm:2.0.2" + checksum: cbe802bd49ced7e13e50b1d89b82e0f03fb44a590c704e6b9343226498b21d8abfe119b024209e79876b4fc0938dbf85e964c6c4cd5bbdd4d7ba41ce0fb69f3f languageName: node linkType: hard -"@lumino/signaling@npm:^1.10.0 || ^2.0.0, @lumino/signaling@npm:^2.1.2": - version: 2.1.2 - resolution: "@lumino/signaling@npm:2.1.2" +"@lumino/signaling@npm:^1.10.0 || ^2.0.0, @lumino/signaling@npm:^2.1.3": + version: 2.1.3 + resolution: "@lumino/signaling@npm:2.1.3" dependencies: - "@lumino/algorithm": "npm:^2.0.1" - "@lumino/coreutils": "npm:^2.1.2" - checksum: 8/ad7d7153db57980da899c43e412e6130316ef30b231a70250e7af49058db16cadb018c1417a2ea8083d83c48623cfe6b705fa82bf10216b1a8949aed9f4aca4e + "@lumino/algorithm": ^2.0.2 + "@lumino/coreutils": ^2.2.0 + checksum: ce59383bd75fe30df5800e0442dbc4193cc6778e2530b9be0f484d159f1d8668be5c6ee92cee9df36d5a0c3dbd9126d0479a82581dee1df889d5c9f922d3328d languageName: node linkType: hard -"@lumino/virtualdom@npm:^2.0.1": - version: 2.0.1 - resolution: "@lumino/virtualdom@npm:2.0.1" +"@lumino/virtualdom@npm:^2.0.2": + version: 2.0.2 + resolution: "@lumino/virtualdom@npm:2.0.2" dependencies: - "@lumino/algorithm": "npm:^2.0.1" - checksum: 8/cf59b6f15b430e13e9e657b7a0619b9056cd9ea7b2a87f407391d071c501b77403c302b6a66dca510382045e75b2e3fe551630bb391f1c6b33678057d4bec164 + "@lumino/algorithm": ^2.0.2 + checksum: 0e1220d5b3b2441e7668f3542a6341e015bdbea0c8bd6d4be962009386c034336540732596d5dedcd54ca57fbde61c2942549129a3e1b0fccb1aa143685fcd15 languageName: node linkType: hard -"@lumino/widgets@npm:^1.37.2 || ^2.3.2, @lumino/widgets@npm:^2.3.1, @lumino/widgets@npm:^2.3.2": - version: 2.3.2 - resolution: "@lumino/widgets@npm:2.3.2" +"@lumino/widgets@npm:^1.37.2 || ^2.5.0, @lumino/widgets@npm:^2.3.1, @lumino/widgets@npm:^2.5.0": + version: 2.5.0 + resolution: "@lumino/widgets@npm:2.5.0" dependencies: - "@lumino/algorithm": "npm:^2.0.1" - "@lumino/commands": "npm:^2.3.0" - "@lumino/coreutils": "npm:^2.1.2" - "@lumino/disposable": "npm:^2.1.2" - "@lumino/domutils": "npm:^2.0.1" - "@lumino/dragdrop": "npm:^2.1.4" - "@lumino/keyboard": "npm:^2.0.1" - "@lumino/messaging": "npm:^2.0.1" - "@lumino/properties": "npm:^2.0.1" - "@lumino/signaling": "npm:^2.1.2" - "@lumino/virtualdom": "npm:^2.0.1" - checksum: 8/954fe066b0826cf00c019731bb3f70e635c63be4a0ce27f7573dbe6bd59e2154f511594b50e8f58f44877cf514084128c1e894ecbbbfd6e20d937e5cfb69ca8b + "@lumino/algorithm": ^2.0.2 + "@lumino/commands": ^2.3.1 + "@lumino/coreutils": ^2.2.0 + "@lumino/disposable": ^2.1.3 + "@lumino/domutils": ^2.0.2 + "@lumino/dragdrop": ^2.1.5 + "@lumino/keyboard": ^2.0.2 + "@lumino/messaging": ^2.0.2 + "@lumino/properties": ^2.0.2 + "@lumino/signaling": ^2.1.3 + "@lumino/virtualdom": ^2.0.2 + checksum: c5055e42b0b7d5d9a0c29d14c7053478cbdef057525e262ccd59c987971364d5462ed1a59d5008b889cf5ecc6810e90c681364239500b9c8ee0ae4624d60df84 languageName: node linkType: hard -"@microsoft/fast-colors@npm:^5.3.1": - version: 5.3.1 - resolution: "@microsoft/fast-colors@npm:5.3.1" - checksum: 8/ff87f402faadb4b5aeee3d27762566c11807f927cd4012b8bbc7f073ca68de0e2197f95330ff5dfd7038f4b4f0e2f51b11feb64c5d570f5c598d37850a5daf60 +"@marijn/find-cluster-break@npm:^1.0.0": + version: 1.0.2 + resolution: "@marijn/find-cluster-break@npm:1.0.2" + checksum: 0d836de25e04d58325813401ef3c2d34caf040da985a5935fcbc9d84e7b47a21bdb15f57d70c2bf0960bd29ed3dbbb1afd00cdd0fc4fafbee7fd0ffe7d508ae1 languageName: node linkType: hard -"@microsoft/fast-element@npm:^1.12.0, @microsoft/fast-element@npm:^1.13.0": - version: 1.13.0 - resolution: "@microsoft/fast-element@npm:1.13.0" - checksum: 8/1cb7b4cfb7531116a3542d3f59bf1dd35106194f5764205403590250aaff744de79e35a5a1f36b4941c4eda9edc088148d4d629fb80be15fdf25f6be01770f3a +"@microsoft/fast-colors@npm:^5.3.1": + version: 5.3.1 + resolution: "@microsoft/fast-colors@npm:5.3.1" + checksum: ff87f402faadb4b5aeee3d27762566c11807f927cd4012b8bbc7f073ca68de0e2197f95330ff5dfd7038f4b4f0e2f51b11feb64c5d570f5c598d37850a5daf60 languageName: node linkType: hard -"@microsoft/fast-foundation@npm:^2.49.4, @microsoft/fast-foundation@npm:^2.49.6": - version: 2.49.6 - resolution: "@microsoft/fast-foundation@npm:2.49.6" - dependencies: - "@microsoft/fast-element": "npm:^1.13.0" - "@microsoft/fast-web-utilities": "npm:^5.4.1" - tabbable: "npm:^5.2.0" - tslib: "npm:^1.13.0" - checksum: 8/15fdf9dd0b910a72a9cff140f765d522304df11f8a78d5a97a815e2bbae25027c2b336e94f89ca31e650d6aabe17b590b7453acc0d2cb7340c219eb76350a942 +"@microsoft/fast-element@npm:^1.12.0, @microsoft/fast-element@npm:^1.14.0": + version: 1.14.0 + resolution: "@microsoft/fast-element@npm:1.14.0" + checksum: 58765739492997a5c51f7841cf6f334e2d2c4ad2365db4a228c07df1c89d139b026abf6afc6691ac48066070d3c94d09afdea2929bdca25842f778293e19892d languageName: node linkType: hard -"@microsoft/fast-react-wrapper@npm:^0.3.22": - version: 0.3.24 - resolution: "@microsoft/fast-react-wrapper@npm:0.3.24" +"@microsoft/fast-foundation@npm:^2.49.4": + version: 2.50.0 + resolution: "@microsoft/fast-foundation@npm:2.50.0" dependencies: - "@microsoft/fast-element": "npm:^1.13.0" - "@microsoft/fast-foundation": "npm:^2.49.6" - peerDependencies: - react: ">=16.9.0" - checksum: 8/1d7a87509c22872bafc9b5c64f66659e52ba0cfdff484d7204125e503dafdea143f5e1bd2a643e2f3fbba6cc7567d916393369433f19dab9f0adcbe7a88b7d98 + "@microsoft/fast-element": ^1.14.0 + "@microsoft/fast-web-utilities": ^5.4.1 + tabbable: ^5.2.0 + tslib: ^1.13.0 + checksum: 651501eb8cd5a3e583638f70a4e7c0ad30952fe12adedd5c4c24861515d0aaeec0e83d1f1cd25dece899d2fa1614b415001c461f76bb84b20e1a8e18a3fcf219 languageName: node linkType: hard @@ -1434,8 +1862,8 @@ __metadata: version: 5.4.1 resolution: "@microsoft/fast-web-utilities@npm:5.4.1" dependencies: - exenv-es6: "npm:^1.1.1" - checksum: 8/303e87847f962944f474e3716c3eb305668243916ca9e0719e26bb9a32346144bc958d915c103776b3e552cea0f0f6233f839fad66adfdf96a8436b947288ca7 + exenv-es6: ^1.1.1 + checksum: 303e87847f962944f474e3716c3eb305668243916ca9e0719e26bb9a32346144bc958d915c103776b3e552cea0f0f6233f839fad66adfdf96a8436b947288ca7 languageName: node linkType: hard @@ -1443,16 +1871,16 @@ __metadata: version: 2.1.5 resolution: "@nodelib/fs.scandir@npm:2.1.5" dependencies: - "@nodelib/fs.stat": "npm:2.0.5" - run-parallel: "npm:^1.1.9" - checksum: 8/a970d595bd23c66c880e0ef1817791432dbb7acbb8d44b7e7d0e7a22f4521260d4a83f7f9fd61d44fda4610105577f8f58a60718105fb38352baed612fd79e59 + "@nodelib/fs.stat": 2.0.5 + run-parallel: ^1.1.9 + checksum: a970d595bd23c66c880e0ef1817791432dbb7acbb8d44b7e7d0e7a22f4521260d4a83f7f9fd61d44fda4610105577f8f58a60718105fb38352baed612fd79e59 languageName: node linkType: hard "@nodelib/fs.stat@npm:2.0.5, @nodelib/fs.stat@npm:^2.0.2": version: 2.0.5 resolution: "@nodelib/fs.stat@npm:2.0.5" - checksum: 8/012480b5ca9d97bff9261571dbbec7bbc6033f69cc92908bc1ecfad0792361a5a1994bc48674b9ef76419d056a03efadfce5a6cf6dbc0a36559571a7a483f6f0 + checksum: 012480b5ca9d97bff9261571dbbec7bbc6033f69cc92908bc1ecfad0792361a5a1994bc48674b9ef76419d056a03efadfce5a6cf6dbc0a36559571a7a483f6f0 languageName: node linkType: hard @@ -1460,135 +1888,156 @@ __metadata: version: 1.2.8 resolution: "@nodelib/fs.walk@npm:1.2.8" dependencies: - "@nodelib/fs.scandir": "npm:2.1.5" - fastq: "npm:^1.6.0" - checksum: 8/190c643f156d8f8f277bf2a6078af1ffde1fd43f498f187c2db24d35b4b4b5785c02c7dc52e356497b9a1b65b13edc996de08de0b961c32844364da02986dc53 + "@nodelib/fs.scandir": 2.1.5 + fastq: ^1.6.0 + checksum: 190c643f156d8f8f277bf2a6078af1ffde1fd43f498f187c2db24d35b4b4b5785c02c7dc52e356497b9a1b65b13edc996de08de0b961c32844364da02986dc53 languageName: node linkType: hard "@rjsf/core@npm:^5.13.4": - version: 5.18.4 - resolution: "@rjsf/core@npm:5.18.4" - dependencies: - lodash: "npm:^4.17.21" - lodash-es: "npm:^4.17.21" - markdown-to-jsx: "npm:^7.4.1" - nanoid: "npm:^3.3.7" - prop-types: "npm:^15.8.1" + version: 5.23.2 + resolution: "@rjsf/core@npm:5.23.2" + dependencies: + lodash: ^4.17.21 + lodash-es: ^4.17.21 + markdown-to-jsx: ^7.4.1 + nanoid: ^3.3.7 + prop-types: ^15.8.1 peerDependencies: - "@rjsf/utils": ^5.18.x + "@rjsf/utils": ^5.23.x react: ^16.14.0 || >=17 - checksum: 8/8c3f49914be396595ce67dc4c36ac25c5cb6673917ec82c47f79321f5bb78d02741e8dca39287d0435270e7c9ccb06f7d40e396bdf71a3e9eb1371ef16954817 + checksum: 36b2505afd5402368a31a06a4b9d2264f63cab9766f2060cd3c3ecf8b4c08fc7fc8b1b82dd00788f357a2ca649d76c5b6e324152572dbf333bd2b93a0bcc99fd languageName: node linkType: hard "@rjsf/utils@npm:^5.13.4": - version: 5.18.4 - resolution: "@rjsf/utils@npm:5.18.4" - dependencies: - json-schema-merge-allof: "npm:^0.8.1" - jsonpointer: "npm:^5.0.1" - lodash: "npm:^4.17.21" - lodash-es: "npm:^4.17.21" - react-is: "npm:^18.2.0" + version: 5.23.2 + resolution: "@rjsf/utils@npm:5.23.2" + dependencies: + json-schema-merge-allof: ^0.8.1 + jsonpointer: ^5.0.1 + lodash: ^4.17.21 + lodash-es: ^4.17.21 + react-is: ^18.2.0 peerDependencies: react: ^16.14.0 || >=17 - checksum: 8/d7cf514527ec50a94751c5ec1f9e5eafd89d0c56441a22ae28a4e667aaa7c60447e1e1ccf8355c5be5b97e9a1163853c116816b13307e3463433d50f6b89bb3e + checksum: 16980013258bab7accaff961c533e4bb8e3326c37a84670a7667b2a10c1ca395451eb51a6cf819ccbafb1aa8838df325ff1f314b410bb186fef98856135e1a06 + languageName: node + linkType: hard + +"@tokenizer/token@npm:^0.3.0": + version: 0.3.0 + resolution: "@tokenizer/token@npm:0.3.0" + checksum: 1d575d02d2a9f0c5a4ca5180635ebd2ad59e0f18b42a65f3d04844148b49b3db35cf00b6012a1af2d59c2ab3caca59451c5689f747ba8667ee586ad717ee58e1 languageName: node linkType: hard -"@types/eslint-scope@npm:^3.7.3": +"@types/eslint-scope@npm:^3.7.7": version: 3.7.7 resolution: "@types/eslint-scope@npm:3.7.7" dependencies: - "@types/eslint": "npm:*" - "@types/estree": "npm:*" - checksum: 8/e2889a124aaab0b89af1bab5959847c5bec09809209255de0e63b9f54c629a94781daa04adb66bffcdd742f5e25a17614fb933965093c0eea64aacda4309380e + "@types/eslint": "*" + "@types/estree": "*" + checksum: e2889a124aaab0b89af1bab5959847c5bec09809209255de0e63b9f54c629a94781daa04adb66bffcdd742f5e25a17614fb933965093c0eea64aacda4309380e languageName: node linkType: hard "@types/eslint@npm:*": - version: 8.56.10 - resolution: "@types/eslint@npm:8.56.10" + version: 9.6.1 + resolution: "@types/eslint@npm:9.6.1" dependencies: - "@types/estree": "npm:*" - "@types/json-schema": "npm:*" - checksum: 8/fb7137dd263ce1130b42d14452bdd0266ef81f52cb55ba1a5e9750e65da1f0596dc598c88bffc7e415458b6cb611a876dcc132bcf40ea48701c6d05b40c57be5 + "@types/estree": "*" + "@types/json-schema": "*" + checksum: c286e79707ab604b577cf8ce51d9bbb9780e3d6a68b38a83febe13fa05b8012c92de17c28532fac2b03d3c460123f5055d603a579685325246ca1c86828223e0 languageName: node linkType: hard -"@types/estree@npm:*, @types/estree@npm:^1.0.5": - version: 1.0.5 - resolution: "@types/estree@npm:1.0.5" - checksum: 8/dd8b5bed28e6213b7acd0fb665a84e693554d850b0df423ac8076cc3ad5823a6bc26b0251d080bdc545af83179ede51dd3f6fa78cad2c46ed1f29624ddf3e41a +"@types/estree@npm:*, @types/estree@npm:^1.0.6": + version: 1.0.6 + resolution: "@types/estree@npm:1.0.6" + checksum: 8825d6e729e16445d9a1dd2fb1db2edc5ed400799064cd4d028150701031af012ba30d6d03fe9df40f4d7a437d0de6d2b256020152b7b09bde9f2e420afdffd9 languageName: node linkType: hard "@types/json-schema@npm:*, @types/json-schema@npm:^7.0.11, @types/json-schema@npm:^7.0.5, @types/json-schema@npm:^7.0.8, @types/json-schema@npm:^7.0.9": version: 7.0.15 resolution: "@types/json-schema@npm:7.0.15" - checksum: 8/97ed0cb44d4070aecea772b7b2e2ed971e10c81ec87dd4ecc160322ffa55ff330dace1793489540e3e318d90942064bb697cc0f8989391797792d919737b3b98 + checksum: 97ed0cb44d4070aecea772b7b2e2ed971e10c81ec87dd4ecc160322ffa55ff330dace1793489540e3e318d90942064bb697cc0f8989391797792d919737b3b98 languageName: node linkType: hard "@types/minimist@npm:^1.2.0": version: 1.2.5 resolution: "@types/minimist@npm:1.2.5" - checksum: 8/477047b606005058ab0263c4f58097136268007f320003c348794f74adedc3166ffc47c80ec3e94687787f2ab7f4e72c468223946e79892cf0fd9e25e9970a90 + checksum: 477047b606005058ab0263c4f58097136268007f320003c348794f74adedc3166ffc47c80ec3e94687787f2ab7f4e72c468223946e79892cf0fd9e25e9970a90 + languageName: node + linkType: hard + +"@types/ndarray@npm:^1.0.14": + version: 1.0.14 + resolution: "@types/ndarray@npm:1.0.14" + checksum: acd10d98a718b5cfccb1617ebed569b2cde1aa5b01afe1baa96941004c7c8c56236746a2766e821514dcba9ff4e9e99f78d7b632fa748d3f38bce5521f4eae1a languageName: node linkType: hard "@types/node@npm:*, @types/node@npm:^20.12.12": - version: 20.14.2 - resolution: "@types/node@npm:20.14.2" + version: 20.12.12 + resolution: "@types/node@npm:20.12.12" dependencies: - undici-types: "npm:~5.26.4" - checksum: 8/265362479b8f3b50fcd1e3f9e9af6121feb01a478dff0335ae67cccc3babfe45d0f12209d3d350595eebd7e67471762697b877c380513f8e5d27a238fa50c805 + undici-types: ~5.26.4 + checksum: 5373983874b9af7c216e7ca5d26b32a8d9829c703a69f1e66f2113598b5be8582c0e009ca97369f1ec9a6282b3f92812208d06eb1e9fc3bd9b939b022303d042 languageName: node linkType: hard "@types/normalize-package-data@npm:^2.4.0": version: 2.4.4 resolution: "@types/normalize-package-data@npm:2.4.4" - checksum: 8/65dff72b543997b7be8b0265eca7ace0e34b75c3e5fee31de11179d08fa7124a7a5587265d53d0409532ecb7f7fba662c2012807963e1f9b059653ec2c83ee05 + checksum: 65dff72b543997b7be8b0265eca7ace0e34b75c3e5fee31de11179d08fa7124a7a5587265d53d0409532ecb7f7fba662c2012807963e1f9b059653ec2c83ee05 + languageName: node + linkType: hard + +"@types/nprogress@npm:^0.2.3": + version: 0.2.3 + resolution: "@types/nprogress@npm:0.2.3" + checksum: 2bd96ba1167f548e8f898ae8a790b6501a5422217621c9b8ea75962f3e8473f0e371058b79d83e04e80a6bfee2d66fc6612cdb28296648007b35d3c2a6d64e5c languageName: node linkType: hard "@types/parse-json@npm:^4.0.0": version: 4.0.2 resolution: "@types/parse-json@npm:4.0.2" - checksum: 8/5bf62eec37c332ad10059252fc0dab7e7da730764869c980b0714777ad3d065e490627be9f40fc52f238ffa3ac4199b19de4127196910576c2fe34dd47c7a470 + checksum: 5bf62eec37c332ad10059252fc0dab7e7da730764869c980b0714777ad3d065e490627be9f40fc52f238ffa3ac4199b19de4127196910576c2fe34dd47c7a470 languageName: node linkType: hard "@types/prop-types@npm:*": - version: 15.7.12 - resolution: "@types/prop-types@npm:15.7.12" - checksum: 8/ac16cc3d0a84431ffa5cfdf89579ad1e2269549f32ce0c769321fdd078f84db4fbe1b461ed5a1a496caf09e637c0e367d600c541435716a55b1d9713f5035dfe + version: 15.7.14 + resolution: "@types/prop-types@npm:15.7.14" + checksum: d0c5407b9ccc3dd5fae0ccf9b1007e7622ba5e6f1c18399b4f24dff33619d469da4b9fa918a374f19dc0d9fe6a013362aab0b844b606cfc10676efba3f5f736d languageName: node linkType: hard "@types/react@npm:^18.0.26": - version: 18.3.3 - resolution: "@types/react@npm:18.3.3" + version: 18.3.17 + resolution: "@types/react@npm:18.3.17" dependencies: - "@types/prop-types": "npm:*" - csstype: "npm:^3.0.2" - checksum: 8/c63d6a78163244e2022b01ef79b0baec4fe4da3475dc4a90bb8accefad35ef0c43560fd0312e5974f92a0f1108aa4d669ac72d73d66396aa060ea03b5d2e3873 + "@types/prop-types": "*" + csstype: ^3.0.2 + checksum: 8107f6f5cc8706a3814e6c927e135ce0c7b40a6d9ae2b8dfb071fee03c6f714456041ecdf92dece599da0db8be7f56f6dc6353d4701f47a04772c7ec0cbb0b59 languageName: node linkType: hard "@types/semver@npm:^7.3.12": version: 7.5.8 resolution: "@types/semver@npm:7.5.8" - checksum: 8/ea6f5276f5b84c55921785a3a27a3cd37afee0111dfe2bcb3e03c31819c197c782598f17f0b150a69d453c9584cd14c4c4d7b9a55d2c5e6cacd4d66fdb3b3663 + checksum: ea6f5276f5b84c55921785a3a27a3cd37afee0111dfe2bcb3e03c31819c197c782598f17f0b150a69d453c9584cd14c4c4d7b9a55d2c5e6cacd4d66fdb3b3663 languageName: node linkType: hard "@types/source-list-map@npm:*": version: 0.1.6 resolution: "@types/source-list-map@npm:0.1.6" - checksum: 8/9cd294c121f1562062de5d241fe4d10780b1131b01c57434845fe50968e9dcf67ede444591c2b1ad6d3f9b6bc646ac02cc8f51a3577c795f9c64cf4573dcc6b1 + checksum: 9cd294c121f1562062de5d241fe4d10780b1131b01c57434845fe50968e9dcf67ede444591c2b1ad6d3f9b6bc646ac02cc8f51a3577c795f9c64cf4573dcc6b1 languageName: node linkType: hard @@ -1596,10 +2045,10 @@ __metadata: version: 0.1.12 resolution: "@types/webpack-sources@npm:0.1.12" dependencies: - "@types/node": "npm:*" - "@types/source-list-map": "npm:*" - source-map: "npm:^0.6.1" - checksum: 8/75342659a9889478969f7bb7360b998aa084ba11ab523c172ded6a807dac43ab2a9e1212078ef8bbf0f33e4fadd2c8a91b75d38184d8030d96a32fe819c9bb57 + "@types/node": "*" + "@types/source-list-map": "*" + source-map: ^0.6.1 + checksum: 75342659a9889478969f7bb7360b998aa084ba11ab523c172ded6a807dac43ab2a9e1212078ef8bbf0f33e4fadd2c8a91b75d38184d8030d96a32fe819c9bb57 languageName: node linkType: hard @@ -1607,23 +2056,23 @@ __metadata: version: 5.62.0 resolution: "@typescript-eslint/eslint-plugin@npm:5.62.0" dependencies: - "@eslint-community/regexpp": "npm:^4.4.0" - "@typescript-eslint/scope-manager": "npm:5.62.0" - "@typescript-eslint/type-utils": "npm:5.62.0" - "@typescript-eslint/utils": "npm:5.62.0" - debug: "npm:^4.3.4" - graphemer: "npm:^1.4.0" - ignore: "npm:^5.2.0" - natural-compare-lite: "npm:^1.4.0" - semver: "npm:^7.3.7" - tsutils: "npm:^3.21.0" + "@eslint-community/regexpp": ^4.4.0 + "@typescript-eslint/scope-manager": 5.62.0 + "@typescript-eslint/type-utils": 5.62.0 + "@typescript-eslint/utils": 5.62.0 + debug: ^4.3.4 + graphemer: ^1.4.0 + ignore: ^5.2.0 + natural-compare-lite: ^1.4.0 + semver: ^7.3.7 + tsutils: ^3.21.0 peerDependencies: "@typescript-eslint/parser": ^5.0.0 eslint: ^6.0.0 || ^7.0.0 || ^8.0.0 peerDependenciesMeta: typescript: optional: true - checksum: 8/fc104b389c768f9fa7d45a48c86d5c1ad522c1d0512943e782a56b1e3096b2cbcc1eea3fcc590647bf0658eef61aac35120a9c6daf979bf629ad2956deb516a1 + checksum: fc104b389c768f9fa7d45a48c86d5c1ad522c1d0512943e782a56b1e3096b2cbcc1eea3fcc590647bf0658eef61aac35120a9c6daf979bf629ad2956deb516a1 languageName: node linkType: hard @@ -1631,16 +2080,16 @@ __metadata: version: 5.62.0 resolution: "@typescript-eslint/parser@npm:5.62.0" dependencies: - "@typescript-eslint/scope-manager": "npm:5.62.0" - "@typescript-eslint/types": "npm:5.62.0" - "@typescript-eslint/typescript-estree": "npm:5.62.0" - debug: "npm:^4.3.4" + "@typescript-eslint/scope-manager": 5.62.0 + "@typescript-eslint/types": 5.62.0 + "@typescript-eslint/typescript-estree": 5.62.0 + debug: ^4.3.4 peerDependencies: eslint: ^6.0.0 || ^7.0.0 || ^8.0.0 peerDependenciesMeta: typescript: optional: true - checksum: 8/d168f4c7f21a7a63f47002e2d319bcbb6173597af5c60c1cf2de046b46c76b4930a093619e69faf2d30214c29ab27b54dcf1efc7046a6a6bd6f37f59a990e752 + checksum: d168f4c7f21a7a63f47002e2d319bcbb6173597af5c60c1cf2de046b46c76b4930a093619e69faf2d30214c29ab27b54dcf1efc7046a6a6bd6f37f59a990e752 languageName: node linkType: hard @@ -1648,9 +2097,9 @@ __metadata: version: 5.62.0 resolution: "@typescript-eslint/scope-manager@npm:5.62.0" dependencies: - "@typescript-eslint/types": "npm:5.62.0" - "@typescript-eslint/visitor-keys": "npm:5.62.0" - checksum: 8/6062d6b797fe1ce4d275bb0d17204c827494af59b5eaf09d8a78cdd39dadddb31074dded4297aaf5d0f839016d601032857698b0e4516c86a41207de606e9573 + "@typescript-eslint/types": 5.62.0 + "@typescript-eslint/visitor-keys": 5.62.0 + checksum: 6062d6b797fe1ce4d275bb0d17204c827494af59b5eaf09d8a78cdd39dadddb31074dded4297aaf5d0f839016d601032857698b0e4516c86a41207de606e9573 languageName: node linkType: hard @@ -1658,23 +2107,23 @@ __metadata: version: 5.62.0 resolution: "@typescript-eslint/type-utils@npm:5.62.0" dependencies: - "@typescript-eslint/typescript-estree": "npm:5.62.0" - "@typescript-eslint/utils": "npm:5.62.0" - debug: "npm:^4.3.4" - tsutils: "npm:^3.21.0" + "@typescript-eslint/typescript-estree": 5.62.0 + "@typescript-eslint/utils": 5.62.0 + debug: ^4.3.4 + tsutils: ^3.21.0 peerDependencies: eslint: "*" peerDependenciesMeta: typescript: optional: true - checksum: 8/fc41eece5f315dfda14320be0da78d3a971d650ea41300be7196934b9715f3fe1120a80207551eb71d39568275dbbcf359bde540d1ca1439d8be15e9885d2739 + checksum: fc41eece5f315dfda14320be0da78d3a971d650ea41300be7196934b9715f3fe1120a80207551eb71d39568275dbbcf359bde540d1ca1439d8be15e9885d2739 languageName: node linkType: hard "@typescript-eslint/types@npm:5.62.0": version: 5.62.0 resolution: "@typescript-eslint/types@npm:5.62.0" - checksum: 8/48c87117383d1864766486f24de34086155532b070f6264e09d0e6139449270f8a9559cfef3c56d16e3bcfb52d83d42105d61b36743626399c7c2b5e0ac3b670 + checksum: 48c87117383d1864766486f24de34086155532b070f6264e09d0e6139449270f8a9559cfef3c56d16e3bcfb52d83d42105d61b36743626399c7c2b5e0ac3b670 languageName: node linkType: hard @@ -1682,17 +2131,17 @@ __metadata: version: 5.62.0 resolution: "@typescript-eslint/typescript-estree@npm:5.62.0" dependencies: - "@typescript-eslint/types": "npm:5.62.0" - "@typescript-eslint/visitor-keys": "npm:5.62.0" - debug: "npm:^4.3.4" - globby: "npm:^11.1.0" - is-glob: "npm:^4.0.3" - semver: "npm:^7.3.7" - tsutils: "npm:^3.21.0" + "@typescript-eslint/types": 5.62.0 + "@typescript-eslint/visitor-keys": 5.62.0 + debug: ^4.3.4 + globby: ^11.1.0 + is-glob: ^4.0.3 + semver: ^7.3.7 + tsutils: ^3.21.0 peerDependenciesMeta: typescript: optional: true - checksum: 8/3624520abb5807ed8f57b1197e61c7b1ed770c56dfcaca66372d584ff50175225798bccb701f7ef129d62c5989070e1ee3a0aa2d84e56d9524dcf011a2bb1a52 + checksum: 3624520abb5807ed8f57b1197e61c7b1ed770c56dfcaca66372d584ff50175225798bccb701f7ef129d62c5989070e1ee3a0aa2d84e56d9524dcf011a2bb1a52 languageName: node linkType: hard @@ -1700,17 +2149,17 @@ __metadata: version: 5.62.0 resolution: "@typescript-eslint/utils@npm:5.62.0" dependencies: - "@eslint-community/eslint-utils": "npm:^4.2.0" - "@types/json-schema": "npm:^7.0.9" - "@types/semver": "npm:^7.3.12" - "@typescript-eslint/scope-manager": "npm:5.62.0" - "@typescript-eslint/types": "npm:5.62.0" - "@typescript-eslint/typescript-estree": "npm:5.62.0" - eslint-scope: "npm:^5.1.1" - semver: "npm:^7.3.7" + "@eslint-community/eslint-utils": ^4.2.0 + "@types/json-schema": ^7.0.9 + "@types/semver": ^7.3.12 + "@typescript-eslint/scope-manager": 5.62.0 + "@typescript-eslint/types": 5.62.0 + "@typescript-eslint/typescript-estree": 5.62.0 + eslint-scope: ^5.1.1 + semver: ^7.3.7 peerDependencies: eslint: ^6.0.0 || ^7.0.0 || ^8.0.0 - checksum: 8/ee9398c8c5db6d1da09463ca7bf36ed134361e20131ea354b2da16a5fdb6df9ba70c62a388d19f6eebb421af1786dbbd79ba95ddd6ab287324fc171c3e28d931 + checksum: ee9398c8c5db6d1da09463ca7bf36ed134361e20131ea354b2da16a5fdb6df9ba70c62a388d19f6eebb421af1786dbbd79ba95ddd6ab287324fc171c3e28d931 languageName: node linkType: hard @@ -1718,167 +2167,167 @@ __metadata: version: 5.62.0 resolution: "@typescript-eslint/visitor-keys@npm:5.62.0" dependencies: - "@typescript-eslint/types": "npm:5.62.0" - eslint-visitor-keys: "npm:^3.3.0" - checksum: 8/976b05d103fe8335bef5c93ad3f76d781e3ce50329c0243ee0f00c0fcfb186c81df50e64bfdd34970148113f8ade90887f53e3c4938183afba830b4ba8e30a35 + "@typescript-eslint/types": 5.62.0 + eslint-visitor-keys: ^3.3.0 + checksum: 976b05d103fe8335bef5c93ad3f76d781e3ce50329c0243ee0f00c0fcfb186c81df50e64bfdd34970148113f8ade90887f53e3c4938183afba830b4ba8e30a35 languageName: node linkType: hard "@ungap/structured-clone@npm:^1.2.0": - version: 1.2.0 - resolution: "@ungap/structured-clone@npm:1.2.0" - checksum: 8/4f656b7b4672f2ce6e272f2427d8b0824ed11546a601d8d5412b9d7704e83db38a8d9f402ecdf2b9063fc164af842ad0ec4a55819f621ed7e7ea4d1efcc74524 + version: 1.2.1 + resolution: "@ungap/structured-clone@npm:1.2.1" + checksum: 1e3b9fef293118861f0b2159b3695fc7f3793c0707095888ebb3ac7183f78c390e68f04cd4b4cf9ac979ae0da454505e08b3aae887cdd639609a3fe529e19e59 languageName: node linkType: hard -"@webassemblyjs/ast@npm:1.12.1, @webassemblyjs/ast@npm:^1.12.1": - version: 1.12.1 - resolution: "@webassemblyjs/ast@npm:1.12.1" +"@webassemblyjs/ast@npm:1.14.1, @webassemblyjs/ast@npm:^1.14.1": + version: 1.14.1 + resolution: "@webassemblyjs/ast@npm:1.14.1" dependencies: - "@webassemblyjs/helper-numbers": "npm:1.11.6" - "@webassemblyjs/helper-wasm-bytecode": "npm:1.11.6" - checksum: 8/31bcc64147236bd7b1b6d29d1f419c1f5845c785e1e42dc9e3f8ca2e05a029e9393a271b84f3a5bff2a32d35f51ff59e2181a6e5f953fe88576acd6750506202 + "@webassemblyjs/helper-numbers": 1.13.2 + "@webassemblyjs/helper-wasm-bytecode": 1.13.2 + checksum: f9154ad9ea14f6f2374ebe918c221fd69a4d4514126a1acc6fa4966e8d27ab28cb550a5e6880032cf620e19640578658a7e5a55bd2aad1e3db4e9d598b8f2099 languageName: node linkType: hard -"@webassemblyjs/floating-point-hex-parser@npm:1.11.6": - version: 1.11.6 - resolution: "@webassemblyjs/floating-point-hex-parser@npm:1.11.6" - checksum: 8/29b08758841fd8b299c7152eda36b9eb4921e9c584eb4594437b5cd90ed6b920523606eae7316175f89c20628da14326801090167cc7fbffc77af448ac84b7e2 +"@webassemblyjs/floating-point-hex-parser@npm:1.13.2": + version: 1.13.2 + resolution: "@webassemblyjs/floating-point-hex-parser@npm:1.13.2" + checksum: e866ec8433f4a70baa511df5e8f2ebcd6c24f4e2cc6274c7c5aabe2bcce3459ea4680e0f35d450e1f3602acf3913b6b8e4f15069c8cfd34ae8609fb9a7d01795 languageName: node linkType: hard -"@webassemblyjs/helper-api-error@npm:1.11.6": - version: 1.11.6 - resolution: "@webassemblyjs/helper-api-error@npm:1.11.6" - checksum: 8/e8563df85161096343008f9161adb138a6e8f3c2cc338d6a36011aa55eabb32f2fd138ffe63bc278d009ada001cc41d263dadd1c0be01be6c2ed99076103689f +"@webassemblyjs/helper-api-error@npm:1.13.2": + version: 1.13.2 + resolution: "@webassemblyjs/helper-api-error@npm:1.13.2" + checksum: 48b5df7fd3095bb252f59a139fe2cbd999a62ac9b488123e9a0da3906ad8a2f2da7b2eb21d328c01a90da987380928706395c2897d1f3ed9e2125b6d75a920d0 languageName: node linkType: hard -"@webassemblyjs/helper-buffer@npm:1.12.1": - version: 1.12.1 - resolution: "@webassemblyjs/helper-buffer@npm:1.12.1" - checksum: 8/c3ffb723024130308db608e86e2bdccd4868bbb62dffb0a9a1530606496f79c87f8565bd8e02805ce64912b71f1a70ee5fb00307258b0c082c3abf961d097eca +"@webassemblyjs/helper-buffer@npm:1.14.1": + version: 1.14.1 + resolution: "@webassemblyjs/helper-buffer@npm:1.14.1" + checksum: b611e981dfd6a797c3d8fc3a772de29a6e55033737c2c09c31bb66c613bdbb2d25f915df1dee62a602c6acc057ca71128432fa8c3e22a893e1219dc454f14ede languageName: node linkType: hard -"@webassemblyjs/helper-numbers@npm:1.11.6": - version: 1.11.6 - resolution: "@webassemblyjs/helper-numbers@npm:1.11.6" +"@webassemblyjs/helper-numbers@npm:1.13.2": + version: 1.13.2 + resolution: "@webassemblyjs/helper-numbers@npm:1.13.2" dependencies: - "@webassemblyjs/floating-point-hex-parser": "npm:1.11.6" - "@webassemblyjs/helper-api-error": "npm:1.11.6" - "@xtuc/long": "npm:4.2.2" - checksum: 8/f4b562fa219f84368528339e0f8d273ad44e047a07641ffcaaec6f93e5b76fd86490a009aa91a294584e1436d74b0a01fa9fde45e333a4c657b58168b04da424 + "@webassemblyjs/floating-point-hex-parser": 1.13.2 + "@webassemblyjs/helper-api-error": 1.13.2 + "@xtuc/long": 4.2.2 + checksum: 49e2c9bf9b66997e480f6b44d80f895b3cde4de52ac135921d28e144565edca6903a519f627f4089b5509de1d7f9e5023f0e1a94ff78a36c9e2eb30e7c18ffd2 languageName: node linkType: hard -"@webassemblyjs/helper-wasm-bytecode@npm:1.11.6": - version: 1.11.6 - resolution: "@webassemblyjs/helper-wasm-bytecode@npm:1.11.6" - checksum: 8/3535ef4f1fba38de3475e383b3980f4bbf3de72bbb631c2b6584c7df45be4eccd62c6ff48b5edd3f1bcff275cfd605a37679ec199fc91fd0a7705d7f1e3972dc +"@webassemblyjs/helper-wasm-bytecode@npm:1.13.2": + version: 1.13.2 + resolution: "@webassemblyjs/helper-wasm-bytecode@npm:1.13.2" + checksum: 8e059e1c1f0294f4fc3df8e4eaff3c5ef6e2e1358f34ebc118eaf5070ed59e56ed7fc92b28be734ebde17c8d662d5d27e06ade686c282445135da083ae11c128 languageName: node linkType: hard -"@webassemblyjs/helper-wasm-section@npm:1.12.1": - version: 1.12.1 - resolution: "@webassemblyjs/helper-wasm-section@npm:1.12.1" +"@webassemblyjs/helper-wasm-section@npm:1.14.1": + version: 1.14.1 + resolution: "@webassemblyjs/helper-wasm-section@npm:1.14.1" dependencies: - "@webassemblyjs/ast": "npm:1.12.1" - "@webassemblyjs/helper-buffer": "npm:1.12.1" - "@webassemblyjs/helper-wasm-bytecode": "npm:1.11.6" - "@webassemblyjs/wasm-gen": "npm:1.12.1" - checksum: 8/c19810cdd2c90ff574139b6d8c0dda254d42d168a9e5b3d353d1bc085f1d7164ccd1b3c05592a45a939c47f7e403dc8d03572bb686642f06a3d02932f6f0bc8f + "@webassemblyjs/ast": 1.14.1 + "@webassemblyjs/helper-buffer": 1.14.1 + "@webassemblyjs/helper-wasm-bytecode": 1.13.2 + "@webassemblyjs/wasm-gen": 1.14.1 + checksum: 0a08d454a63192cd66abf91b6f060ac4b466cef341262246e9dcc828dd4c8536195dea9b46a1244b1eac65b59b8b502164a771a190052a92ff0a0a2ded0f8f53 languageName: node linkType: hard -"@webassemblyjs/ieee754@npm:1.11.6": - version: 1.11.6 - resolution: "@webassemblyjs/ieee754@npm:1.11.6" +"@webassemblyjs/ieee754@npm:1.13.2": + version: 1.13.2 + resolution: "@webassemblyjs/ieee754@npm:1.13.2" dependencies: - "@xtuc/ieee754": "npm:^1.2.0" - checksum: 8/13574b8e41f6ca39b700e292d7edf102577db5650fe8add7066a320aa4b7a7c09a5056feccac7a74eb68c10dea9546d4461412af351f13f6b24b5f32379b49de + "@xtuc/ieee754": ^1.2.0 + checksum: d7e3520baa37a7309fa7db4d73d69fb869878853b1ebd4b168821bd03fcc4c0e1669c06231315b0039035d9a7a462e53de3ad982da4a426a4b0743b5888e8673 languageName: node linkType: hard -"@webassemblyjs/leb128@npm:1.11.6": - version: 1.11.6 - resolution: "@webassemblyjs/leb128@npm:1.11.6" +"@webassemblyjs/leb128@npm:1.13.2": + version: 1.13.2 + resolution: "@webassemblyjs/leb128@npm:1.13.2" dependencies: - "@xtuc/long": "npm:4.2.2" - checksum: 8/7ea942dc9777d4b18a5ebfa3a937b30ae9e1d2ce1fee637583ed7f376334dd1d4274f813d2e250056cca803e0952def4b954913f1a3c9068bcd4ab4ee5143bf0 + "@xtuc/long": 4.2.2 + checksum: 64083507f7cff477a6d71a9e325d95665cea78ec8df99ca7c050e1cfbe300fbcf0842ca3dcf3b4fa55028350135588a4f879398d3dd2b6a8de9913ce7faf5333 languageName: node linkType: hard -"@webassemblyjs/utf8@npm:1.11.6": - version: 1.11.6 - resolution: "@webassemblyjs/utf8@npm:1.11.6" - checksum: 8/807fe5b5ce10c390cfdd93e0fb92abda8aebabb5199980681e7c3743ee3306a75729bcd1e56a3903980e96c885ee53ef901fcbaac8efdfa480f9c0dae1d08713 +"@webassemblyjs/utf8@npm:1.13.2": + version: 1.13.2 + resolution: "@webassemblyjs/utf8@npm:1.13.2" + checksum: 95ec6052f30eefa8d50c9b2a3394d08b17d53a4aa52821451d41d774c126fa8f39b988fbf5bff56da86852a87c16d676e576775a4071e5e5ccf020cc85a4b281 languageName: node linkType: hard -"@webassemblyjs/wasm-edit@npm:^1.12.1": - version: 1.12.1 - resolution: "@webassemblyjs/wasm-edit@npm:1.12.1" +"@webassemblyjs/wasm-edit@npm:^1.14.1": + version: 1.14.1 + resolution: "@webassemblyjs/wasm-edit@npm:1.14.1" dependencies: - "@webassemblyjs/ast": "npm:1.12.1" - "@webassemblyjs/helper-buffer": "npm:1.12.1" - "@webassemblyjs/helper-wasm-bytecode": "npm:1.11.6" - "@webassemblyjs/helper-wasm-section": "npm:1.12.1" - "@webassemblyjs/wasm-gen": "npm:1.12.1" - "@webassemblyjs/wasm-opt": "npm:1.12.1" - "@webassemblyjs/wasm-parser": "npm:1.12.1" - "@webassemblyjs/wast-printer": "npm:1.12.1" - checksum: 8/ae23642303f030af888d30c4ef37b08dfec7eab6851a9575a616e65d1219f880d9223913a39056dd654e49049d76e97555b285d1f7e56935047abf578cce0692 + "@webassemblyjs/ast": 1.14.1 + "@webassemblyjs/helper-buffer": 1.14.1 + "@webassemblyjs/helper-wasm-bytecode": 1.13.2 + "@webassemblyjs/helper-wasm-section": 1.14.1 + "@webassemblyjs/wasm-gen": 1.14.1 + "@webassemblyjs/wasm-opt": 1.14.1 + "@webassemblyjs/wasm-parser": 1.14.1 + "@webassemblyjs/wast-printer": 1.14.1 + checksum: 9341c3146bb1b7863f03d6050c2a66990f20384ca137388047bbe1feffacb599e94fca7b7c18287d17e2449ffb4005fdc7f41f674a6975af9ad8522756f8ffff languageName: node linkType: hard -"@webassemblyjs/wasm-gen@npm:1.12.1": - version: 1.12.1 - resolution: "@webassemblyjs/wasm-gen@npm:1.12.1" +"@webassemblyjs/wasm-gen@npm:1.14.1": + version: 1.14.1 + resolution: "@webassemblyjs/wasm-gen@npm:1.14.1" dependencies: - "@webassemblyjs/ast": "npm:1.12.1" - "@webassemblyjs/helper-wasm-bytecode": "npm:1.11.6" - "@webassemblyjs/ieee754": "npm:1.11.6" - "@webassemblyjs/leb128": "npm:1.11.6" - "@webassemblyjs/utf8": "npm:1.11.6" - checksum: 8/5787626bb7f0b033044471ddd00ce0c9fe1ee4584e8b73e232051e3a4c99ba1a102700d75337151c8b6055bae77eefa4548960c610a5e4a504e356bd872138ff + "@webassemblyjs/ast": 1.14.1 + "@webassemblyjs/helper-wasm-bytecode": 1.13.2 + "@webassemblyjs/ieee754": 1.13.2 + "@webassemblyjs/leb128": 1.13.2 + "@webassemblyjs/utf8": 1.13.2 + checksum: 401b12bec7431c4fc29d9414bbe40d3c6dc5be04d25a116657c42329f5481f0129f3b5834c293f26f0e42681ceac9157bf078ce9bdb6a7f78037c650373f98b2 languageName: node linkType: hard -"@webassemblyjs/wasm-opt@npm:1.12.1": - version: 1.12.1 - resolution: "@webassemblyjs/wasm-opt@npm:1.12.1" +"@webassemblyjs/wasm-opt@npm:1.14.1": + version: 1.14.1 + resolution: "@webassemblyjs/wasm-opt@npm:1.14.1" dependencies: - "@webassemblyjs/ast": "npm:1.12.1" - "@webassemblyjs/helper-buffer": "npm:1.12.1" - "@webassemblyjs/wasm-gen": "npm:1.12.1" - "@webassemblyjs/wasm-parser": "npm:1.12.1" - checksum: 8/0e8fa8a0645304a1e18ff40d3db5a2e9233ebaa169b19fcc651d6fc9fe2cac0ce092ddee927318015ae735d9cd9c5d97c0cafb6a51dcd2932ac73587b62df991 + "@webassemblyjs/ast": 1.14.1 + "@webassemblyjs/helper-buffer": 1.14.1 + "@webassemblyjs/wasm-gen": 1.14.1 + "@webassemblyjs/wasm-parser": 1.14.1 + checksum: 60c697a9e9129d8d23573856df0791ba33cea4a3bc2339044cae73128c0983802e5e50a42157b990eeafe1237eb8e7653db6de5f02b54a0ae7b81b02dcdf2ae9 languageName: node linkType: hard -"@webassemblyjs/wasm-parser@npm:1.12.1, @webassemblyjs/wasm-parser@npm:^1.12.1": - version: 1.12.1 - resolution: "@webassemblyjs/wasm-parser@npm:1.12.1" +"@webassemblyjs/wasm-parser@npm:1.14.1, @webassemblyjs/wasm-parser@npm:^1.14.1": + version: 1.14.1 + resolution: "@webassemblyjs/wasm-parser@npm:1.14.1" dependencies: - "@webassemblyjs/ast": "npm:1.12.1" - "@webassemblyjs/helper-api-error": "npm:1.11.6" - "@webassemblyjs/helper-wasm-bytecode": "npm:1.11.6" - "@webassemblyjs/ieee754": "npm:1.11.6" - "@webassemblyjs/leb128": "npm:1.11.6" - "@webassemblyjs/utf8": "npm:1.11.6" - checksum: 8/176015de3551ac068cd4505d837414f258d9ade7442bd71efb1232fa26c9f6d7d4e11a5c816caeed389943f409af7ebff6899289a992d7a70343cb47009d21a8 + "@webassemblyjs/ast": 1.14.1 + "@webassemblyjs/helper-api-error": 1.13.2 + "@webassemblyjs/helper-wasm-bytecode": 1.13.2 + "@webassemblyjs/ieee754": 1.13.2 + "@webassemblyjs/leb128": 1.13.2 + "@webassemblyjs/utf8": 1.13.2 + checksum: 93f1fe2676da465b4e824419d9812a3d7218de4c3addd4e916c04bc86055fa134416c1b67e4b7cbde8d728c0dce2721d06cc0bfe7a7db7c093a0898009937405 languageName: node linkType: hard -"@webassemblyjs/wast-printer@npm:1.12.1": - version: 1.12.1 - resolution: "@webassemblyjs/wast-printer@npm:1.12.1" +"@webassemblyjs/wast-printer@npm:1.14.1": + version: 1.14.1 + resolution: "@webassemblyjs/wast-printer@npm:1.14.1" dependencies: - "@webassemblyjs/ast": "npm:1.12.1" - "@xtuc/long": "npm:4.2.2" - checksum: 8/2974b5dda8d769145ba0efd886ea94a601e61fb37114c14f9a9a7606afc23456799af652ac3052f284909bd42edc3665a76bc9b50f95f0794c053a8a1757b713 + "@webassemblyjs/ast": 1.14.1 + "@xtuc/long": 4.2.2 + checksum: 517881a0554debe6945de719d100b2d8883a2d24ddf47552cdeda866341e2bb153cd824a864bc7e2a61190a4b66b18f9899907e0074e9e820d2912ac0789ea60 languageName: node linkType: hard @@ -1888,7 +2337,7 @@ __metadata: peerDependencies: webpack: 5.x.x webpack-cli: 5.x.x - checksum: 8/9f9f9145c2d05471fc83d426db1df85cf49f329836b0c4b9f46b6948bed4b013464c00622b136d2a0a26993ce2306976682592245b08ee717500b1db45009a72 + checksum: 9f9f9145c2d05471fc83d426db1df85cf49f329836b0c4b9f46b6948bed4b013464c00622b136d2a0a26993ce2306976682592245b08ee717500b1db45009a72 languageName: node linkType: hard @@ -1898,7 +2347,7 @@ __metadata: peerDependencies: webpack: 5.x.x webpack-cli: 5.x.x - checksum: 8/8f9a178afca5c82e113aed1efa552d64ee5ae4fdff63fe747c096a981ec74f18a5d07bd6e89bbe6715c3e57d96eea024a410e58977169489fe1df044c10dd94e + checksum: 8f9a178afca5c82e113aed1efa552d64ee5ae4fdff63fe747c096a981ec74f18a5d07bd6e89bbe6715c3e57d96eea024a410e58977169489fe1df044c10dd94e languageName: node linkType: hard @@ -1911,37 +2360,28 @@ __metadata: peerDependenciesMeta: webpack-dev-server: optional: true - checksum: 8/75f0e54681796d567a71ac3e2781d2901a8d8cf1cdfc82f261034dddac59a8343e8c3bc5e32b4bb9d6766759ba49fb29a5cd86ef1701d79c506fe886bb63ac75 + checksum: 75f0e54681796d567a71ac3e2781d2901a8d8cf1cdfc82f261034dddac59a8343e8c3bc5e32b4bb9d6766759ba49fb29a5cd86ef1701d79c506fe886bb63ac75 languageName: node linkType: hard "@xtuc/ieee754@npm:^1.2.0": version: 1.2.0 resolution: "@xtuc/ieee754@npm:1.2.0" - checksum: 8/ac56d4ca6e17790f1b1677f978c0c6808b1900a5b138885d3da21732f62e30e8f0d9120fcf8f6edfff5100ca902b46f8dd7c1e3f903728634523981e80e2885a + checksum: ac56d4ca6e17790f1b1677f978c0c6808b1900a5b138885d3da21732f62e30e8f0d9120fcf8f6edfff5100ca902b46f8dd7c1e3f903728634523981e80e2885a languageName: node linkType: hard "@xtuc/long@npm:4.2.2": version: 4.2.2 resolution: "@xtuc/long@npm:4.2.2" - checksum: 8/8ed0d477ce3bc9c6fe2bf6a6a2cc316bb9c4127c5a7827bae947fa8ec34c7092395c5a283cc300c05b5fa01cbbfa1f938f410a7bf75db7c7846fea41949989ec + checksum: 8ed0d477ce3bc9c6fe2bf6a6a2cc316bb9c4127c5a7827bae947fa8ec34c7092395c5a283cc300c05b5fa01cbbfa1f938f410a7bf75db7c7846fea41949989ec languageName: node linkType: hard "abab@npm:^2.0.3, abab@npm:^2.0.5": version: 2.0.6 resolution: "abab@npm:2.0.6" - checksum: 8/6ffc1af4ff315066c62600123990d87551ceb0aafa01e6539da77b0f5987ac7019466780bf480f1787576d4385e3690c81ccc37cfda12819bf510b8ab47e5a3e - languageName: node - linkType: hard - -"acorn-import-attributes@npm:^1.9.5": - version: 1.9.5 - resolution: "acorn-import-attributes@npm:1.9.5" - peerDependencies: - acorn: ^8 - checksum: 8/1c0c49b6a244503964ae46ae850baccf306e84caf99bc2010ed6103c69a423987b07b520a6c619f075d215388bd4923eccac995886a54309eda049ab78a4be95 + checksum: 6ffc1af4ff315066c62600123990d87551ceb0aafa01e6539da77b0f5987ac7019466780bf480f1787576d4385e3690c81ccc37cfda12819bf510b8ab47e5a3e languageName: node linkType: hard @@ -1950,16 +2390,16 @@ __metadata: resolution: "acorn-jsx@npm:5.3.2" peerDependencies: acorn: ^6.0.0 || ^7.0.0 || ^8.0.0 - checksum: 8/c3d3b2a89c9a056b205b69530a37b972b404ee46ec8e5b341666f9513d3163e2a4f214a71f4dfc7370f5a9c07472d2fd1c11c91c3f03d093e37637d95da98950 + checksum: c3d3b2a89c9a056b205b69530a37b972b404ee46ec8e5b341666f9513d3163e2a4f214a71f4dfc7370f5a9c07472d2fd1c11c91c3f03d093e37637d95da98950 languageName: node linkType: hard -"acorn@npm:^8.7.1, acorn@npm:^8.8.2, acorn@npm:^8.9.0": - version: 8.11.3 - resolution: "acorn@npm:8.11.3" +"acorn@npm:^8.14.0, acorn@npm:^8.8.2, acorn@npm:^8.9.0": + version: 8.14.0 + resolution: "acorn@npm:8.14.0" bin: acorn: bin/acorn - checksum: 8/76d8e7d559512566b43ab4aadc374f11f563f0a9e21626dd59cb2888444e9445923ae9f3699972767f18af61df89cd89f5eaaf772d1327b055b45cb829b4a88c + checksum: 8755074ba55fff94e84e81c72f1013c2d9c78e973c31231c8ae505a5f966859baf654bddd75046bffd73ce816b149298977fff5077a3033dedba0ae2aad152d4 languageName: node linkType: hard @@ -1967,13 +2407,13 @@ __metadata: version: 2.1.1 resolution: "ajv-formats@npm:2.1.1" dependencies: - ajv: "npm:^8.0.0" + ajv: ^8.0.0 peerDependencies: ajv: ^8.0.0 peerDependenciesMeta: ajv: optional: true - checksum: 8/4a287d937f1ebaad4683249a4c40c0fa3beed30d9ddc0adba04859026a622da0d317851316ea64b3680dc60f5c3c708105ddd5d5db8fe595d9d0207fd19f90b7 + checksum: 4a287d937f1ebaad4683249a4c40c0fa3beed30d9ddc0adba04859026a622da0d317851316ea64b3680dc60f5c3c708105ddd5d5db8fe595d9d0207fd19f90b7 languageName: node linkType: hard @@ -1982,7 +2422,7 @@ __metadata: resolution: "ajv-keywords@npm:3.5.2" peerDependencies: ajv: ^6.9.1 - checksum: 8/7dc5e5931677a680589050f79dcbe1fefbb8fea38a955af03724229139175b433c63c68f7ae5f86cf8f65d55eb7c25f75a046723e2e58296707617ca690feae9 + checksum: 7dc5e5931677a680589050f79dcbe1fefbb8fea38a955af03724229139175b433c63c68f7ae5f86cf8f65d55eb7c25f75a046723e2e58296707617ca690feae9 languageName: node linkType: hard @@ -1990,41 +2430,41 @@ __metadata: version: 5.1.0 resolution: "ajv-keywords@npm:5.1.0" dependencies: - fast-deep-equal: "npm:^3.1.3" + fast-deep-equal: ^3.1.3 peerDependencies: ajv: ^8.8.2 - checksum: 8/c35193940b853119242c6757787f09ecf89a2c19bcd36d03ed1a615e710d19d450cb448bfda407b939aba54b002368c8bff30529cc50a0536a8e10bcce300421 + checksum: c35193940b853119242c6757787f09ecf89a2c19bcd36d03ed1a615e710d19d450cb448bfda407b939aba54b002368c8bff30529cc50a0536a8e10bcce300421 languageName: node linkType: hard -"ajv@npm:^6.12.3, ajv@npm:^6.12.4, ajv@npm:^6.12.5": +"ajv@npm:^6.12.4, ajv@npm:^6.12.5": version: 6.12.6 resolution: "ajv@npm:6.12.6" dependencies: - fast-deep-equal: "npm:^3.1.1" - fast-json-stable-stringify: "npm:^2.0.0" - json-schema-traverse: "npm:^0.4.1" - uri-js: "npm:^4.2.2" - checksum: 8/874972efe5c4202ab0a68379481fbd3d1b5d0a7bd6d3cc21d40d3536ebff3352a2a1fabb632d4fd2cc7fe4cbdcd5ed6782084c9bbf7f32a1536d18f9da5007d4 + fast-deep-equal: ^3.1.1 + fast-json-stable-stringify: ^2.0.0 + json-schema-traverse: ^0.4.1 + uri-js: ^4.2.2 + checksum: 874972efe5c4202ab0a68379481fbd3d1b5d0a7bd6d3cc21d40d3536ebff3352a2a1fabb632d4fd2cc7fe4cbdcd5ed6782084c9bbf7f32a1536d18f9da5007d4 languageName: node linkType: hard "ajv@npm:^8.0.0, ajv@npm:^8.0.1, ajv@npm:^8.12.0, ajv@npm:^8.9.0": - version: 8.16.0 - resolution: "ajv@npm:8.16.0" + version: 8.17.1 + resolution: "ajv@npm:8.17.1" dependencies: - fast-deep-equal: "npm:^3.1.3" - json-schema-traverse: "npm:^1.0.0" - require-from-string: "npm:^2.0.2" - uri-js: "npm:^4.4.1" - checksum: 8/bdf3d4c9f1d11e220850051ef4cd89346e951cfb933d6d41be36d45053c1092af1523ee6c62525cce567355caf0a4f4c19a08a93851649c1fa32b4a39b7c4858 + fast-deep-equal: ^3.1.3 + fast-uri: ^3.0.1 + json-schema-traverse: ^1.0.0 + require-from-string: ^2.0.2 + checksum: 1797bf242cfffbaf3b870d13565bd1716b73f214bb7ada9a497063aada210200da36e3ed40237285f3255acc4feeae91b1fb183625331bad27da95973f7253d9 languageName: node linkType: hard "ansi-regex@npm:^5.0.1": version: 5.0.1 resolution: "ansi-regex@npm:5.0.1" - checksum: 8/2aa4bb54caf2d622f1afdad09441695af2a83aa3fe8b8afa581d205e57ed4261c183c4d3877cee25794443fde5876417d859c108078ab788d6af7e4fe52eb66b + checksum: 2aa4bb54caf2d622f1afdad09441695af2a83aa3fe8b8afa581d205e57ed4261c183c4d3877cee25794443fde5876417d859c108078ab788d6af7e4fe52eb66b languageName: node linkType: hard @@ -2032,8 +2472,8 @@ __metadata: version: 3.2.1 resolution: "ansi-styles@npm:3.2.1" dependencies: - color-convert: "npm:^1.9.0" - checksum: 8/d85ade01c10e5dd77b6c89f34ed7531da5830d2cb5882c645f330079975b716438cd7ebb81d0d6e6b4f9c577f19ae41ab55f07f19786b02f9dfd9e0377395665 + color-convert: ^1.9.0 + checksum: d85ade01c10e5dd77b6c89f34ed7531da5830d2cb5882c645f330079975b716438cd7ebb81d0d6e6b4f9c577f19ae41ab55f07f19786b02f9dfd9e0377395665 languageName: node linkType: hard @@ -2041,15 +2481,15 @@ __metadata: version: 4.3.0 resolution: "ansi-styles@npm:4.3.0" dependencies: - color-convert: "npm:^2.0.1" - checksum: 8/513b44c3b2105dd14cc42a19271e80f386466c4be574bccf60b627432f9198571ebf4ab1e4c3ba17347658f4ee1711c163d574248c0c1cdc2d5917a0ad582ec4 + color-convert: ^2.0.1 + checksum: 513b44c3b2105dd14cc42a19271e80f386466c4be574bccf60b627432f9198571ebf4ab1e4c3ba17347658f4ee1711c163d574248c0c1cdc2d5917a0ad582ec4 languageName: node linkType: hard "argparse@npm:^2.0.1": version: 2.0.1 resolution: "argparse@npm:2.0.1" - checksum: 8/83644b56493e89a254bae05702abf3a1101b4fa4d0ca31df1c9985275a5a5bd47b3c27b7fa0b71098d41114d8ca000e6ed90cad764b306f8a503665e4d517ced + checksum: 83644b56493e89a254bae05702abf3a1101b4fa4d0ca31df1c9985275a5a5bd47b3c27b7fa0b71098d41114d8ca000e6ed90cad764b306f8a503665e4d517ced languageName: node linkType: hard @@ -2057,69 +2497,52 @@ __metadata: version: 1.0.1 resolution: "array-buffer-byte-length@npm:1.0.1" dependencies: - call-bind: "npm:^1.0.5" - is-array-buffer: "npm:^3.0.4" - checksum: 8/53524e08f40867f6a9f35318fafe467c32e45e9c682ba67b11943e167344d2febc0f6977a17e699b05699e805c3e8f073d876f8bbf1b559ed494ad2cd0fae09e + call-bind: ^1.0.5 + is-array-buffer: ^3.0.4 + checksum: 53524e08f40867f6a9f35318fafe467c32e45e9c682ba67b11943e167344d2febc0f6977a17e699b05699e805c3e8f073d876f8bbf1b559ed494ad2cd0fae09e languageName: node linkType: hard "array-union@npm:^2.1.0": version: 2.1.0 resolution: "array-union@npm:2.1.0" - checksum: 8/5bee12395cba82da674931df6d0fea23c4aa4660cb3b338ced9f828782a65caa232573e6bf3968f23e0c5eb301764a382cef2f128b170a9dc59de0e36c39f98d + checksum: 5bee12395cba82da674931df6d0fea23c4aa4660cb3b338ced9f828782a65caa232573e6bf3968f23e0c5eb301764a382cef2f128b170a9dc59de0e36c39f98d languageName: node linkType: hard -"arraybuffer.prototype.slice@npm:^1.0.3": - version: 1.0.3 - resolution: "arraybuffer.prototype.slice@npm:1.0.3" +"arraybuffer.prototype.slice@npm:^1.0.4": + version: 1.0.4 + resolution: "arraybuffer.prototype.slice@npm:1.0.4" dependencies: - array-buffer-byte-length: "npm:^1.0.1" - call-bind: "npm:^1.0.5" - define-properties: "npm:^1.2.1" - es-abstract: "npm:^1.22.3" - es-errors: "npm:^1.2.1" - get-intrinsic: "npm:^1.2.3" - is-array-buffer: "npm:^3.0.4" - is-shared-array-buffer: "npm:^1.0.2" - checksum: 8/352259cba534dcdd969c92ab002efd2ba5025b2e3b9bead3973150edbdf0696c629d7f4b3f061c5931511e8207bdc2306da614703c820b45dabce39e3daf7e3e + array-buffer-byte-length: ^1.0.1 + call-bind: ^1.0.8 + define-properties: ^1.2.1 + es-abstract: ^1.23.5 + es-errors: ^1.3.0 + get-intrinsic: ^1.2.6 + is-array-buffer: ^3.0.4 + checksum: b1d1fd20be4e972a3779b1569226f6740170dca10f07aa4421d42cefeec61391e79c557cda8e771f5baefe47d878178cd4438f60916ce831813c08132bced765 languageName: node linkType: hard "arrify@npm:^1.0.1": version: 1.0.1 resolution: "arrify@npm:1.0.1" - checksum: 8/745075dd4a4624ff0225c331dacb99be501a515d39bcb7c84d24660314a6ec28e68131b137e6f7e16318170842ce97538cd298fc4cd6b2cc798e0b957f2747e7 - languageName: node - linkType: hard - -"asn1@npm:~0.2.3": - version: 0.2.6 - resolution: "asn1@npm:0.2.6" - dependencies: - safer-buffer: "npm:~2.1.0" - checksum: 8/39f2ae343b03c15ad4f238ba561e626602a3de8d94ae536c46a4a93e69578826305366dc09fbb9b56aec39b4982a463682f259c38e59f6fa380cd72cd61e493d - languageName: node - linkType: hard - -"assert-plus@npm:1.0.0, assert-plus@npm:^1.0.0": - version: 1.0.0 - resolution: "assert-plus@npm:1.0.0" - checksum: 8/19b4340cb8f0e6a981c07225eacac0e9d52c2644c080198765d63398f0075f83bbc0c8e95474d54224e297555ad0d631c1dcd058adb1ddc2437b41a6b424ac64 + checksum: 745075dd4a4624ff0225c331dacb99be501a515d39bcb7c84d24660314a6ec28e68131b137e6f7e16318170842ce97538cd298fc4cd6b2cc798e0b957f2747e7 languageName: node linkType: hard "astral-regex@npm:^2.0.0": version: 2.0.0 resolution: "astral-regex@npm:2.0.0" - checksum: 8/876231688c66400473ba505731df37ea436e574dd524520294cc3bbc54ea40334865e01fa0d074d74d036ee874ee7e62f486ea38bc421ee8e6a871c06f011766 + checksum: 876231688c66400473ba505731df37ea436e574dd524520294cc3bbc54ea40334865e01fa0d074d74d036ee874ee7e62f486ea38bc421ee8e6a871c06f011766 languageName: node linkType: hard "asynckit@npm:^0.4.0": version: 0.4.0 resolution: "asynckit@npm:0.4.0" - checksum: 8/7b78c451df768adba04e2d02e63e2d0bf3b07adcd6e42b4cf665cb7ce899bedd344c69a1dcbce355b5f972d597b25aaa1c1742b52cffd9caccb22f348114f6be + checksum: 7b78c451df768adba04e2d02e63e2d0bf3b07adcd6e42b4cf665cb7ce899bedd344c69a1dcbce355b5f972d597b25aaa1c1742b52cffd9caccb22f348114f6be languageName: node linkType: hard @@ -2127,59 +2550,47 @@ __metadata: version: 1.0.7 resolution: "available-typed-arrays@npm:1.0.7" dependencies: - possible-typed-array-names: "npm:^1.0.0" - checksum: 8/1aa3ffbfe6578276996de660848b6e95669d9a95ad149e3dd0c0cda77db6ee1dbd9d1dd723b65b6d277b882dd0c4b91a654ae9d3cf9e1254b7e93e4908d78fd3 + possible-typed-array-names: ^1.0.0 + checksum: 1aa3ffbfe6578276996de660848b6e95669d9a95ad149e3dd0c0cda77db6ee1dbd9d1dd723b65b6d277b882dd0c4b91a654ae9d3cf9e1254b7e93e4908d78fd3 languageName: node linkType: hard -"aws-sign2@npm:~0.7.0": - version: 0.7.0 - resolution: "aws-sign2@npm:0.7.0" - checksum: 8/b148b0bb0778098ad8cf7e5fc619768bcb51236707ca1d3e5b49e41b171166d8be9fdc2ea2ae43d7decf02989d0aaa3a9c4caa6f320af95d684de9b548a71525 - languageName: node - linkType: hard - -"aws4@npm:^1.8.0": - version: 1.13.0 - resolution: "aws4@npm:1.13.0" - checksum: 8/71594a17a5f7b1a9151ef515500c18f1029caa51e2cb65c1b5b324d9bd8dac89896a9e296825d4e6befdcd612d7fc3b0d8042c667555a56df3ee1ab15d4d9b35 +"axios@npm:^1.7.7": + version: 1.7.7 + resolution: "axios@npm:1.7.7" + dependencies: + follow-redirects: ^1.15.6 + form-data: ^4.0.0 + proxy-from-env: ^1.1.0 + checksum: 882d4fe0ec694a07c7f5c1f68205eb6dc5a62aecdb632cc7a4a3d0985188ce3030e0b277e1a8260ac3f194d314ae342117660a151fabffdc5081ca0b5a8b47fe languageName: node linkType: hard "balanced-match@npm:^1.0.0": version: 1.0.2 resolution: "balanced-match@npm:1.0.2" - checksum: 8/9706c088a283058a8a99e0bf91b0a2f75497f185980d9ffa8b304de1d9e58ebda7c72c07ebf01dadedaac5b2907b2c6f566f660d62bd336c3468e960403b9d65 + checksum: 9706c088a283058a8a99e0bf91b0a2f75497f185980d9ffa8b304de1d9e58ebda7c72c07ebf01dadedaac5b2907b2c6f566f660d62bd336c3468e960403b9d65 languageName: node linkType: hard "balanced-match@npm:^2.0.0": version: 2.0.0 resolution: "balanced-match@npm:2.0.0" - checksum: 8/9a5caad6a292c5df164cc6d0c38e0eedf9a1413f42e5fece733640949d74d0052cfa9587c1a1681f772147fb79be495121325a649526957fd75b3a216d1fbc68 - languageName: node - linkType: hard - -"bcrypt-pbkdf@npm:^1.0.0": - version: 1.0.2 - resolution: "bcrypt-pbkdf@npm:1.0.2" - dependencies: - tweetnacl: "npm:^0.14.3" - checksum: 8/4edfc9fe7d07019609ccf797a2af28351736e9d012c8402a07120c4453a3b789a15f2ee1530dc49eee8f7eb9379331a8dd4b3766042b9e502f74a68e7f662291 + checksum: 9a5caad6a292c5df164cc6d0c38e0eedf9a1413f42e5fece733640949d74d0052cfa9587c1a1681f772147fb79be495121325a649526957fd75b3a216d1fbc68 languageName: node linkType: hard "big.js@npm:^5.2.2": version: 5.2.2 resolution: "big.js@npm:5.2.2" - checksum: 8/b89b6e8419b097a8fb4ed2399a1931a68c612bce3cfd5ca8c214b2d017531191070f990598de2fc6f3f993d91c0f08aa82697717f6b3b8732c9731866d233c9e + checksum: b89b6e8419b097a8fb4ed2399a1931a68c612bce3cfd5ca8c214b2d017531191070f990598de2fc6f3f993d91c0f08aa82697717f6b3b8732c9731866d233c9e languageName: node linkType: hard "bmp-js@npm:^0.1.0": version: 0.1.0 resolution: "bmp-js@npm:0.1.0" - checksum: 8/2f6cf7eeabae2aa50eb768122f59e9752caa97248028cb8b5cf0d9db7cf8fb3a60262aeb2c6889dd21357ab061b2fb318f21f20d2b24963ba36ead8e264c6654 + checksum: 2f6cf7eeabae2aa50eb768122f59e9752caa97248028cb8b5cf0d9db7cf8fb3a60262aeb2c6889dd21357ab061b2fb318f21f20d2b24963ba36ead8e264c6654 languageName: node linkType: hard @@ -2187,9 +2598,9 @@ __metadata: version: 1.1.11 resolution: "brace-expansion@npm:1.1.11" dependencies: - balanced-match: "npm:^1.0.0" - concat-map: "npm:0.0.1" - checksum: 8/faf34a7bb0c3fcf4b59c7808bc5d2a96a40988addf2e7e09dfbb67a2251800e0d14cd2bfc1aa79174f2f5095c54ff27f46fb1289fe2d77dac755b5eb3434cc07 + balanced-match: ^1.0.0 + concat-map: 0.0.1 + checksum: faf34a7bb0c3fcf4b59c7808bc5d2a96a40988addf2e7e09dfbb67a2251800e0d14cd2bfc1aa79174f2f5095c54ff27f46fb1289fe2d77dac755b5eb3434cc07 languageName: node linkType: hard @@ -2197,8 +2608,8 @@ __metadata: version: 2.0.1 resolution: "brace-expansion@npm:2.0.1" dependencies: - balanced-match: "npm:^1.0.0" - checksum: 8/a61e7cd2e8a8505e9f0036b3b6108ba5e926b4b55089eeb5550cd04a471fe216c96d4fe7e4c7f995c728c554ae20ddfc4244cad10aef255e72b62930afd233d1 + balanced-match: ^1.0.0 + checksum: a61e7cd2e8a8505e9f0036b3b6108ba5e926b4b55089eeb5550cd04a471fe216c96d4fe7e4c7f995c728c554ae20ddfc4244cad10aef255e72b62930afd233d1 languageName: node linkType: hard @@ -2206,49 +2617,68 @@ __metadata: version: 3.0.3 resolution: "braces@npm:3.0.3" dependencies: - fill-range: "npm:^7.1.1" - checksum: 8/b95aa0b3bd909f6cd1720ffcf031aeaf46154dd88b4da01f9a1d3f7ea866a79eba76a6d01cbc3c422b2ee5cdc39a4f02491058d5df0d7bf6e6a162a832df1f69 + fill-range: ^7.1.1 + checksum: b95aa0b3bd909f6cd1720ffcf031aeaf46154dd88b4da01f9a1d3f7ea866a79eba76a6d01cbc3c422b2ee5cdc39a4f02491058d5df0d7bf6e6a162a832df1f69 languageName: node linkType: hard -"browserslist@npm:^4.21.10": - version: 4.23.1 - resolution: "browserslist@npm:4.23.1" +"browserslist@npm:^4.24.0": + version: 4.24.3 + resolution: "browserslist@npm:4.24.3" dependencies: - caniuse-lite: "npm:^1.0.30001629" - electron-to-chromium: "npm:^1.4.796" - node-releases: "npm:^2.0.14" - update-browserslist-db: "npm:^1.0.16" + caniuse-lite: ^1.0.30001688 + electron-to-chromium: ^1.5.73 + node-releases: ^2.0.19 + update-browserslist-db: ^1.1.1 bin: browserslist: cli.js - checksum: 8/06189e2d6666a203ce097cc0e713a40477d08420927b79af139211e5712f3cf676fdc4dd6af3aa493d47c09206a344b3420a8315577dbe88c58903132de9b0f5 + checksum: 016efc9953350e3a7212edcfdd72210cb33b339c1a974a77c0715eb67d23d7e5cd0a073ce1c801ab09235d8c213425ca51b92d41bbb829b833872b45f885fe7c languageName: node linkType: hard "buffer-from@npm:^1.0.0": version: 1.1.2 resolution: "buffer-from@npm:1.1.2" - checksum: 8/0448524a562b37d4d7ed9efd91685a5b77a50672c556ea254ac9a6d30e3403a517d8981f10e565db24e8339413b43c97ca2951f10e399c6125a0d8911f5679bb + checksum: 0448524a562b37d4d7ed9efd91685a5b77a50672c556ea254ac9a6d30e3403a517d8981f10e565db24e8339413b43c97ca2951f10e399c6125a0d8911f5679bb languageName: node linkType: hard -"call-bind@npm:^1.0.2, call-bind@npm:^1.0.5, call-bind@npm:^1.0.6, call-bind@npm:^1.0.7": - version: 1.0.7 - resolution: "call-bind@npm:1.0.7" +"call-bind-apply-helpers@npm:^1.0.0, call-bind-apply-helpers@npm:^1.0.1": + version: 1.0.1 + resolution: "call-bind-apply-helpers@npm:1.0.1" + dependencies: + es-errors: ^1.3.0 + function-bind: ^1.1.2 + checksum: 3c55343261bb387c58a4762d15ad9d42053659a62681ec5eb50690c6b52a4a666302a01d557133ce6533e8bd04530ee3b209f23dd06c9577a1925556f8fcccdf + languageName: node + linkType: hard + +"call-bind@npm:^1.0.5, call-bind@npm:^1.0.6, call-bind@npm:^1.0.7, call-bind@npm:^1.0.8": + version: 1.0.8 + resolution: "call-bind@npm:1.0.8" dependencies: - es-define-property: "npm:^1.0.0" - es-errors: "npm:^1.3.0" - function-bind: "npm:^1.1.2" - get-intrinsic: "npm:^1.2.4" - set-function-length: "npm:^1.2.1" - checksum: 8/295c0c62b90dd6522e6db3b0ab1ce26bdf9e7404215bda13cfee25b626b5ff1a7761324d58d38b1ef1607fc65aca2d06e44d2e18d0dfc6c14b465b00d8660029 + call-bind-apply-helpers: ^1.0.0 + es-define-property: ^1.0.0 + get-intrinsic: ^1.2.4 + set-function-length: ^1.2.2 + checksum: aa2899bce917a5392fd73bd32e71799c37c0b7ab454e0ed13af7f6727549091182aade8bbb7b55f304a5bc436d543241c14090fb8a3137e9875e23f444f4f5a9 + languageName: node + linkType: hard + +"call-bound@npm:^1.0.2, call-bound@npm:^1.0.3": + version: 1.0.3 + resolution: "call-bound@npm:1.0.3" + dependencies: + call-bind-apply-helpers: ^1.0.1 + get-intrinsic: ^1.2.6 + checksum: a93bbe0f2d0a2d6c144a4349ccd0593d5d0d5d9309b69101710644af8964286420062f2cc3114dca120b9bc8cc07507952d4b1b3ea7672e0d7f6f1675efedb32 languageName: node linkType: hard "callsites@npm:^3.0.0": version: 3.1.0 resolution: "callsites@npm:3.1.0" - checksum: 8/072d17b6abb459c2ba96598918b55868af677154bec7e73d222ef95a8fdb9bbf7dae96a8421085cdad8cd190d86653b5b6dc55a4484f2e5b2e27d5e0c3fc15b3 + checksum: 072d17b6abb459c2ba96598918b55868af677154bec7e73d222ef95a8fdb9bbf7dae96a8421085cdad8cd190d86653b5b6dc55a4484f2e5b2e27d5e0c3fc15b3 languageName: node linkType: hard @@ -2256,42 +2686,35 @@ __metadata: version: 6.2.2 resolution: "camelcase-keys@npm:6.2.2" dependencies: - camelcase: "npm:^5.3.1" - map-obj: "npm:^4.0.0" - quick-lru: "npm:^4.0.1" - checksum: 8/43c9af1adf840471e54c68ab3e5fe8a62719a6b7dbf4e2e86886b7b0ff96112c945736342b837bd2529ec9d1c7d1934e5653318478d98e0cf22c475c04658e2a + camelcase: ^5.3.1 + map-obj: ^4.0.0 + quick-lru: ^4.0.1 + checksum: 43c9af1adf840471e54c68ab3e5fe8a62719a6b7dbf4e2e86886b7b0ff96112c945736342b837bd2529ec9d1c7d1934e5653318478d98e0cf22c475c04658e2a languageName: node linkType: hard "camelcase@npm:^5.3.1": version: 5.3.1 resolution: "camelcase@npm:5.3.1" - checksum: 8/e6effce26b9404e3c0f301498184f243811c30dfe6d0b9051863bd8e4034d09c8c2923794f280d6827e5aa055f6c434115ff97864a16a963366fb35fd673024b - languageName: node - linkType: hard - -"caniuse-lite@npm:^1.0.30001629": - version: 1.0.30001632 - resolution: "caniuse-lite@npm:1.0.30001632" - checksum: 8/95be155501650ac36a8c3bdf60886bc8f7c419e7715cdaf1c04941f8676c0bd75355aeda62563092585fbe6f9d50d2eb6dea6bd063d7f6a58004ec62d8f8fe49 + checksum: e6effce26b9404e3c0f301498184f243811c30dfe6d0b9051863bd8e4034d09c8c2923794f280d6827e5aa055f6c434115ff97864a16a963366fb35fd673024b languageName: node linkType: hard -"caseless@npm:~0.12.0": - version: 0.12.0 - resolution: "caseless@npm:0.12.0" - checksum: 8/b43bd4c440aa1e8ee6baefee8063b4850fd0d7b378f6aabc796c9ec8cb26d27fb30b46885350777d9bd079c5256c0e1329ad0dc7c2817e0bb466810ebb353751 +"caniuse-lite@npm:^1.0.30001688": + version: 1.0.30001690 + resolution: "caniuse-lite@npm:1.0.30001690" + checksum: f2c1b595f15d8de4d9ccd155d61ac9f00ac62f1515870505a0186266fd52aef169fcddc90d8a4814e52b77107244806466fadc2c216662f23f1022a430e735ee languageName: node linkType: hard -"chalk@npm:^2.3.0, chalk@npm:^2.4.1, chalk@npm:^2.4.2": +"chalk@npm:^2.3.0, chalk@npm:^2.4.1": version: 2.4.2 resolution: "chalk@npm:2.4.2" dependencies: - ansi-styles: "npm:^3.2.1" - escape-string-regexp: "npm:^1.0.5" - supports-color: "npm:^5.3.0" - checksum: 8/ec3661d38fe77f681200f878edbd9448821924e0f93a9cefc0e26a33b145f1027a2084bf19967160d11e1f03bfe4eaffcabf5493b89098b2782c3fe0b03d80c2 + ansi-styles: ^3.2.1 + escape-string-regexp: ^1.0.5 + supports-color: ^5.3.0 + checksum: ec3661d38fe77f681200f878edbd9448821924e0f93a9cefc0e26a33b145f1027a2084bf19967160d11e1f03bfe4eaffcabf5493b89098b2782c3fe0b03d80c2 languageName: node linkType: hard @@ -2299,16 +2722,16 @@ __metadata: version: 4.1.2 resolution: "chalk@npm:4.1.2" dependencies: - ansi-styles: "npm:^4.1.0" - supports-color: "npm:^7.1.0" - checksum: 8/fe75c9d5c76a7a98d45495b91b2172fa3b7a09e0cc9370e5c8feb1c567b85c4288e2b3fded7cfdd7359ac28d6b3844feb8b82b8686842e93d23c827c417e83fc + ansi-styles: ^4.1.0 + supports-color: ^7.1.0 + checksum: fe75c9d5c76a7a98d45495b91b2172fa3b7a09e0cc9370e5c8feb1c567b85c4288e2b3fded7cfdd7359ac28d6b3844feb8b82b8686842e93d23c827c417e83fc languageName: node linkType: hard "chrome-trace-event@npm:^1.0.2": version: 1.0.4 resolution: "chrome-trace-event@npm:1.0.4" - checksum: 8/fcbbd9dd0cd5b48444319007cc0c15870fd8612cc0df320908aa9d5e8a244084d48571eb28bf3c58c19327d2c5838f354c2d89fac3956d8e992273437401ac19 + checksum: fcbbd9dd0cd5b48444319007cc0c15870fd8612cc0df320908aa9d5e8a244084d48571eb28bf3c58c19327d2c5838f354c2d89fac3956d8e992273437401ac19 languageName: node linkType: hard @@ -2316,10 +2739,10 @@ __metadata: version: 4.0.1 resolution: "clone-deep@npm:4.0.1" dependencies: - is-plain-object: "npm:^2.0.4" - kind-of: "npm:^6.0.2" - shallow-clone: "npm:^3.0.0" - checksum: 8/770f912fe4e6f21873c8e8fbb1e99134db3b93da32df271d00589ea4a29dbe83a9808a322c93f3bcaf8584b8b4fa6fc269fc8032efbaa6728e0c9886c74467d2 + is-plain-object: ^2.0.4 + kind-of: ^6.0.2 + shallow-clone: ^3.0.0 + checksum: 770f912fe4e6f21873c8e8fbb1e99134db3b93da32df271d00589ea4a29dbe83a9808a322c93f3bcaf8584b8b4fa6fc269fc8032efbaa6728e0c9886c74467d2 languageName: node linkType: hard @@ -2327,8 +2750,8 @@ __metadata: version: 1.9.3 resolution: "color-convert@npm:1.9.3" dependencies: - color-name: "npm:1.1.3" - checksum: 8/fd7a64a17cde98fb923b1dd05c5f2e6f7aefda1b60d67e8d449f9328b4e53b228a428fd38bfeaeb2db2ff6b6503a776a996150b80cdf224062af08a5c8a3a203 + color-name: 1.1.3 + checksum: fd7a64a17cde98fb923b1dd05c5f2e6f7aefda1b60d67e8d449f9328b4e53b228a428fd38bfeaeb2db2ff6b6503a776a996150b80cdf224062af08a5c8a3a203 languageName: node linkType: hard @@ -2336,76 +2759,98 @@ __metadata: version: 2.0.1 resolution: "color-convert@npm:2.0.1" dependencies: - color-name: "npm:~1.1.4" - checksum: 8/79e6bdb9fd479a205c71d89574fccfb22bd9053bd98c6c4d870d65c132e5e904e6034978e55b43d69fcaa7433af2016ee203ce76eeba9cfa554b373e7f7db336 + color-name: ~1.1.4 + checksum: 79e6bdb9fd479a205c71d89574fccfb22bd9053bd98c6c4d870d65c132e5e904e6034978e55b43d69fcaa7433af2016ee203ce76eeba9cfa554b373e7f7db336 languageName: node linkType: hard "color-name@npm:1.1.3": version: 1.1.3 resolution: "color-name@npm:1.1.3" - checksum: 8/09c5d3e33d2105850153b14466501f2bfb30324a2f76568a408763a3b7433b0e50e5b4ab1947868e65cb101bb7cb75029553f2c333b6d4b8138a73fcc133d69d + checksum: 09c5d3e33d2105850153b14466501f2bfb30324a2f76568a408763a3b7433b0e50e5b4ab1947868e65cb101bb7cb75029553f2c333b6d4b8138a73fcc133d69d languageName: node linkType: hard -"color-name@npm:~1.1.4": +"color-name@npm:^1.0.0, color-name@npm:~1.1.4": version: 1.1.4 resolution: "color-name@npm:1.1.4" - checksum: 8/b0445859521eb4021cd0fb0cc1a75cecf67fceecae89b63f62b201cca8d345baf8b952c966862a9d9a2632987d4f6581f0ec8d957dfacece86f0a7919316f610 + checksum: b0445859521eb4021cd0fb0cc1a75cecf67fceecae89b63f62b201cca8d345baf8b952c966862a9d9a2632987d4f6581f0ec8d957dfacece86f0a7919316f610 + languageName: node + linkType: hard + +"color-string@npm:^1.9.0": + version: 1.9.1 + resolution: "color-string@npm:1.9.1" + dependencies: + color-name: ^1.0.0 + simple-swizzle: ^0.2.2 + checksum: c13fe7cff7885f603f49105827d621ce87f4571d78ba28ef4a3f1a104304748f620615e6bf065ecd2145d0d9dad83a3553f52bb25ede7239d18e9f81622f1cc5 + languageName: node + linkType: hard + +"color@npm:^4.2.3": + version: 4.2.3 + resolution: "color@npm:4.2.3" + dependencies: + color-convert: ^2.0.1 + color-string: ^1.9.0 + checksum: 0579629c02c631b426780038da929cca8e8d80a40158b09811a0112a107c62e10e4aad719843b791b1e658ab4e800558f2e87ca4522c8b32349d497ecb6adeb4 languageName: node linkType: hard "colord@npm:^2.9.3": version: 2.9.3 resolution: "colord@npm:2.9.3" - checksum: 8/95d909bfbcfd8d5605cbb5af56f2d1ce2b323990258fd7c0d2eb0e6d3bb177254d7fb8213758db56bb4ede708964f78c6b992b326615f81a18a6aaf11d64c650 + checksum: 95d909bfbcfd8d5605cbb5af56f2d1ce2b323990258fd7c0d2eb0e6d3bb177254d7fb8213758db56bb4ede708964f78c6b992b326615f81a18a6aaf11d64c650 languageName: node linkType: hard "colorette@npm:^2.0.14": version: 2.0.20 resolution: "colorette@npm:2.0.20" - checksum: 8/0c016fea2b91b733eb9f4bcdb580018f52c0bc0979443dad930e5037a968237ac53d9beb98e218d2e9235834f8eebce7f8e080422d6194e957454255bde71d3d + checksum: 0c016fea2b91b733eb9f4bcdb580018f52c0bc0979443dad930e5037a968237ac53d9beb98e218d2e9235834f8eebce7f8e080422d6194e957454255bde71d3d languageName: node linkType: hard "colorthief@npm:^2.4.0": - version: 2.4.0 - resolution: "colorthief@npm:2.4.0" + version: 2.6.0 + resolution: "colorthief@npm:2.6.0" dependencies: - "@lokesh.dhakar/quantize": "npm:^1.3.0" - get-pixels: "npm:^3.3.2" - checksum: 8/ffc465fdd26b1a474229b0f076920bdd9906a8d42b3afb3fa2d4a18d944ab9b017086d7cae1bf53a68a0bb66b91bc8a2aba696a483ad30f6a1a25d9c342da730 + "@lokesh.dhakar/quantize": ^1.4.0 + file-type: ^16.5.3 + ndarray-pixels: ^4.1.0 + sharp: ^0.33.5 + checksum: 495e4deec045ce2358a6638fa2bbe1d24fbbdbe288de424046d274b79e13a2d5a7a12cc034be17e7520dea4e59ee8f5afc6a95981ff931db0cbf85a2a1310194 languageName: node linkType: hard -"combined-stream@npm:^1.0.6, combined-stream@npm:~1.0.6": +"combined-stream@npm:^1.0.8": version: 1.0.8 resolution: "combined-stream@npm:1.0.8" dependencies: - delayed-stream: "npm:~1.0.0" - checksum: 8/49fa4aeb4916567e33ea81d088f6584749fc90c7abec76fd516bf1c5aa5c79f3584b5ba3de6b86d26ddd64bae5329c4c7479343250cfe71c75bb366eae53bb7c + delayed-stream: ~1.0.0 + checksum: 49fa4aeb4916567e33ea81d088f6584749fc90c7abec76fd516bf1c5aa5c79f3584b5ba3de6b86d26ddd64bae5329c4c7479343250cfe71c75bb366eae53bb7c languageName: node linkType: hard "commander@npm:^10.0.1": version: 10.0.1 resolution: "commander@npm:10.0.1" - checksum: 8/436901d64a818295803c1996cd856621a74f30b9f9e28a588e726b2b1670665bccd7c1a77007ebf328729f0139838a88a19265858a0fa7a8728c4656796db948 + checksum: 436901d64a818295803c1996cd856621a74f30b9f9e28a588e726b2b1670665bccd7c1a77007ebf328729f0139838a88a19265858a0fa7a8728c4656796db948 languageName: node linkType: hard "commander@npm:^2.20.0": version: 2.20.3 resolution: "commander@npm:2.20.3" - checksum: 8/ab8c07884e42c3a8dbc5dd9592c606176c7eb5c1ca5ff274bcf907039b2c41de3626f684ea75ccf4d361ba004bbaff1f577d5384c155f3871e456bdf27becf9e + checksum: ab8c07884e42c3a8dbc5dd9592c606176c7eb5c1ca5ff274bcf907039b2c41de3626f684ea75ccf4d361ba004bbaff1f577d5384c155f3871e456bdf27becf9e languageName: node linkType: hard "commander@npm:^9.4.1": version: 9.5.0 resolution: "commander@npm:9.5.0" - checksum: 8/c7a3e27aa59e913b54a1bafd366b88650bc41d6651f0cbe258d4ff09d43d6a7394232a4dadd0bf518b3e696fdf595db1028a0d82c785b88bd61f8a440cecfade + checksum: c7a3e27aa59e913b54a1bafd366b88650bc41d6651f0cbe258d4ff09d43d6a7394232a4dadd0bf518b3e696fdf595db1028a0d82c785b88bd61f8a440cecfade languageName: node linkType: hard @@ -2413,10 +2858,10 @@ __metadata: version: 1.2.1 resolution: "compute-gcd@npm:1.2.1" dependencies: - validate.io-array: "npm:^1.0.3" - validate.io-function: "npm:^1.0.2" - validate.io-integer-array: "npm:^1.0.0" - checksum: 8/51cf33b75f7c8db5142fcb99a9d84a40260993fed8e02a7ab443834186c3ab99b3fd20b30ad9075a6a9d959d69df6da74dd3be8a59c78d9f2fe780ebda8242e1 + validate.io-array: ^1.0.3 + validate.io-function: ^1.0.2 + validate.io-integer-array: ^1.0.0 + checksum: 51cf33b75f7c8db5142fcb99a9d84a40260993fed8e02a7ab443834186c3ab99b3fd20b30ad9075a6a9d959d69df6da74dd3be8a59c78d9f2fe780ebda8242e1 languageName: node linkType: hard @@ -2424,25 +2869,18 @@ __metadata: version: 1.1.2 resolution: "compute-lcm@npm:1.1.2" dependencies: - compute-gcd: "npm:^1.2.1" - validate.io-array: "npm:^1.0.3" - validate.io-function: "npm:^1.0.2" - validate.io-integer-array: "npm:^1.0.0" - checksum: 8/d499ab57dcb48e8d0fd233b99844a06d1cc56115602c920c586e998ebba60293731f5b6976e8a1e83ae6cbfe86716f62d9432e8d94913fed8bd8352f447dc917 + compute-gcd: ^1.2.1 + validate.io-array: ^1.0.3 + validate.io-function: ^1.0.2 + validate.io-integer-array: ^1.0.0 + checksum: d499ab57dcb48e8d0fd233b99844a06d1cc56115602c920c586e998ebba60293731f5b6976e8a1e83ae6cbfe86716f62d9432e8d94913fed8bd8352f447dc917 languageName: node linkType: hard "concat-map@npm:0.0.1": version: 0.0.1 resolution: "concat-map@npm:0.0.1" - checksum: 8/902a9f5d8967a3e2faf138d5cb784b9979bad2e6db5357c5b21c568df4ebe62bcb15108af1b2253744844eb964fc023fbd9afbbbb6ddd0bcc204c6fb5b7bf3af - languageName: node - linkType: hard - -"core-util-is@npm:1.0.2": - version: 1.0.2 - resolution: "core-util-is@npm:1.0.2" - checksum: 8/7a4c925b497a2c91421e25bf76d6d8190f0b2359a9200dbeed136e63b2931d6294d3b1893eda378883ed363cd950f44a12a401384c609839ea616befb7927dab + checksum: 902a9f5d8967a3e2faf138d5cb784b9979bad2e6db5357c5b21c568df4ebe62bcb15108af1b2253744844eb964fc023fbd9afbbbb6ddd0bcc204c6fb5b7bf3af languageName: node linkType: hard @@ -2450,50 +2888,50 @@ __metadata: version: 7.1.0 resolution: "cosmiconfig@npm:7.1.0" dependencies: - "@types/parse-json": "npm:^4.0.0" - import-fresh: "npm:^3.2.1" - parse-json: "npm:^5.0.0" - path-type: "npm:^4.0.0" - yaml: "npm:^1.10.0" - checksum: 8/c53bf7befc1591b2651a22414a5e786cd5f2eeaa87f3678a3d49d6069835a9d8d1aef223728e98aa8fec9a95bf831120d245096db12abe019fecb51f5696c96f + "@types/parse-json": ^4.0.0 + import-fresh: ^3.2.1 + parse-json: ^5.0.0 + path-type: ^4.0.0 + yaml: ^1.10.0 + checksum: c53bf7befc1591b2651a22414a5e786cd5f2eeaa87f3678a3d49d6069835a9d8d1aef223728e98aa8fec9a95bf831120d245096db12abe019fecb51f5696c96f languageName: node linkType: hard "crelt@npm:^1.0.5": version: 1.0.6 resolution: "crelt@npm:1.0.6" - checksum: 8/dad842093371ad702afbc0531bfca2b0a8dd920b23a42f26e66dabbed9aad9acd5b9030496359545ef3937c3aced0fd4ac39f7a2d280a23ddf9eb7fdcb94a69f + checksum: dad842093371ad702afbc0531bfca2b0a8dd920b23a42f26e66dabbed9aad9acd5b9030496359545ef3937c3aced0fd4ac39f7a2d280a23ddf9eb7fdcb94a69f languageName: node linkType: hard "cross-spawn@npm:^6.0.5": - version: 6.0.5 - resolution: "cross-spawn@npm:6.0.5" + version: 6.0.6 + resolution: "cross-spawn@npm:6.0.6" dependencies: - nice-try: "npm:^1.0.4" - path-key: "npm:^2.0.1" - semver: "npm:^5.5.0" - shebang-command: "npm:^1.2.0" - which: "npm:^1.2.9" - checksum: 8/f893bb0d96cd3d5751d04e67145bdddf25f99449531a72e82dcbbd42796bbc8268c1076c6b3ea51d4d455839902804b94bc45dfb37ecbb32ea8e54a6741c3ab9 + nice-try: ^1.0.4 + path-key: ^2.0.1 + semver: ^5.5.0 + shebang-command: ^1.2.0 + which: ^1.2.9 + checksum: a6e2e5b04a0e0f806c1df45f92cd079b65f95fbe5a7650ee1ab60318c33a6c156a8a2f8b6898f57764f7363ec599a0625e9855dfa78d52d2d73dbd32eb11c25e languageName: node linkType: hard "cross-spawn@npm:^7.0.2, cross-spawn@npm:^7.0.3": - version: 7.0.3 - resolution: "cross-spawn@npm:7.0.3" + version: 7.0.6 + resolution: "cross-spawn@npm:7.0.6" dependencies: - path-key: "npm:^3.1.0" - shebang-command: "npm:^2.0.0" - which: "npm:^2.0.1" - checksum: 8/671cc7c7288c3a8406f3c69a3ae2fc85555c04169e9d611def9a675635472614f1c0ed0ef80955d5b6d4e724f6ced67f0ad1bb006c2ea643488fcfef994d7f52 + path-key: ^3.1.0 + shebang-command: ^2.0.0 + which: ^2.0.1 + checksum: 8d306efacaf6f3f60e0224c287664093fa9185680b2d195852ba9a863f85d02dcc737094c6e512175f8ee0161f9b87c73c6826034c2422e39de7d6569cf4503b languageName: node linkType: hard "css-functions-list@npm:^3.1.0": - version: 3.2.2 - resolution: "css-functions-list@npm:3.2.2" - checksum: 8/b8a564118b93b87b63236a57132a3ef581416896a70c1d0df73360a9ec43dc582f7c2a586b578feb8476179518e557c6657570a8b6185b16300c7232a84d43e3 + version: 3.2.3 + resolution: "css-functions-list@npm:3.2.3" + checksum: 25f12fb0ef1384b1cf45a6e7e0afd596a19bee90b90316d9e50f7820888f4a8f265be7a6a96b10a5c81e403bd7a5ff8010fa936144f84959d9d91c9350cda0d4 languageName: node linkType: hard @@ -2501,14 +2939,14 @@ __metadata: version: 6.11.0 resolution: "css-loader@npm:6.11.0" dependencies: - icss-utils: "npm:^5.1.0" - postcss: "npm:^8.4.33" - postcss-modules-extract-imports: "npm:^3.1.0" - postcss-modules-local-by-default: "npm:^4.0.5" - postcss-modules-scope: "npm:^3.2.0" - postcss-modules-values: "npm:^4.0.0" - postcss-value-parser: "npm:^4.2.0" - semver: "npm:^7.5.4" + icss-utils: ^5.1.0 + postcss: ^8.4.33 + postcss-modules-extract-imports: ^3.1.0 + postcss-modules-local-by-default: ^4.0.5 + postcss-modules-scope: ^3.2.0 + postcss-modules-values: ^4.0.0 + postcss-value-parser: ^4.2.0 + semver: ^7.5.4 peerDependencies: "@rspack/core": 0.x || 1.x webpack: ^5.0.0 @@ -2517,7 +2955,7 @@ __metadata: optional: true webpack: optional: true - checksum: 8/5c8d35975a7121334905394e88e28f05df72f037dbed2fb8fec4be5f0b313ae73a13894ba791867d4a4190c35896da84a7fd0c54fb426db55d85ba5e714edbe3 + checksum: 5c8d35975a7121334905394e88e28f05df72f037dbed2fb8fec4be5f0b313ae73a13894ba791867d4a4190c35896da84a7fd0c54fb426db55d85ba5e714edbe3 languageName: node linkType: hard @@ -2526,46 +2964,30 @@ __metadata: resolution: "cssesc@npm:3.0.0" bin: cssesc: bin/cssesc - checksum: 8/f8c4ababffbc5e2ddf2fa9957dda1ee4af6048e22aeda1869d0d00843223c1b13ad3f5d88b51caa46c994225eacb636b764eb807a8883e2fb6f99b4f4e8c48b2 + checksum: f8c4ababffbc5e2ddf2fa9957dda1ee4af6048e22aeda1869d0d00843223c1b13ad3f5d88b51caa46c994225eacb636b764eb807a8883e2fb6f99b4f4e8c48b2 languageName: node linkType: hard "csstype@npm:3.0.10": version: 3.0.10 resolution: "csstype@npm:3.0.10" - checksum: 8/20a8fa324f2b33ddf94aa7507d1b6ab3daa6f3cc308888dc50126585d7952f2471de69b2dbe0635d1fdc31223fef8e070842691877e725caf456e2378685a631 + checksum: 20a8fa324f2b33ddf94aa7507d1b6ab3daa6f3cc308888dc50126585d7952f2471de69b2dbe0635d1fdc31223fef8e070842691877e725caf456e2378685a631 languageName: node linkType: hard "csstype@npm:^3.0.2": version: 3.1.3 resolution: "csstype@npm:3.1.3" - checksum: 8/8db785cc92d259102725b3c694ec0c823f5619a84741b5c7991b8ad135dfaa66093038a1cc63e03361a6cd28d122be48f2106ae72334e067dd619a51f49eddf7 + checksum: 8db785cc92d259102725b3c694ec0c823f5619a84741b5c7991b8ad135dfaa66093038a1cc63e03361a6cd28d122be48f2106ae72334e067dd619a51f49eddf7 languageName: node linkType: hard -"cwise-compiler@npm:^1.1.2": +"cwise-compiler@npm:^1.0.0": version: 1.1.3 resolution: "cwise-compiler@npm:1.1.3" dependencies: - uniq: "npm:^1.0.0" - checksum: 8/6c8ed75ad5472f738411e3388a0d8dbc8d5e25b8e6bb2a2c38d275e1dc94d53120f87523f703a21a265e11ee7839eb2bb98a48eee409f663866e84ea06cf992f - languageName: node - linkType: hard - -"dashdash@npm:^1.12.0": - version: 1.14.1 - resolution: "dashdash@npm:1.14.1" - dependencies: - assert-plus: "npm:^1.0.0" - checksum: 8/3634c249570f7f34e3d34f866c93f866c5b417f0dd616275decae08147dcdf8fccfaa5947380ccfb0473998ea3a8057c0b4cd90c875740ee685d0624b2983598 - languageName: node - linkType: hard - -"data-uri-to-buffer@npm:0.0.3": - version: 0.0.3 - resolution: "data-uri-to-buffer@npm:0.0.3" - checksum: 8/c85bc1e2783ee433c24714e7b7f09eb8c9e9e853a30724985ad8419ca3c519cb5758278cf224f42543f7bd9eadc7e2ec82ca26e6c3539854e74cbda30801cd7b + uniq: ^1.0.0 + checksum: 6c8ed75ad5472f738411e3388a0d8dbc8d5e25b8e6bb2a2c38d275e1dc94d53120f87523f703a21a265e11ee7839eb2bb98a48eee409f663866e84ea06cf992f languageName: node linkType: hard @@ -2573,10 +2995,10 @@ __metadata: version: 2.0.0 resolution: "data-urls@npm:2.0.0" dependencies: - abab: "npm:^2.0.3" - whatwg-mimetype: "npm:^2.3.0" - whatwg-url: "npm:^8.0.0" - checksum: 8/97caf828aac25e25e04ba6869db0f99c75e6859bb5b424ada28d3e7841941ebf08ddff3c1b1bb4585986bd507a5d54c2a716853ea6cb98af877400e637393e71 + abab: ^2.0.3 + whatwg-mimetype: ^2.3.0 + whatwg-url: ^8.0.0 + checksum: 97caf828aac25e25e04ba6869db0f99c75e6859bb5b424ada28d3e7841941ebf08ddff3c1b1bb4585986bd507a5d54c2a716853ea6cb98af877400e637393e71 languageName: node linkType: hard @@ -2584,10 +3006,10 @@ __metadata: version: 1.0.1 resolution: "data-view-buffer@npm:1.0.1" dependencies: - call-bind: "npm:^1.0.6" - es-errors: "npm:^1.3.0" - is-data-view: "npm:^1.0.1" - checksum: 8/ce24348f3c6231223b216da92e7e6a57a12b4af81a23f27eff8feabdf06acfb16c00639c8b705ca4d167f761cfc756e27e5f065d0a1f840c10b907fdaf8b988c + call-bind: ^1.0.6 + es-errors: ^1.3.0 + is-data-view: ^1.0.1 + checksum: ce24348f3c6231223b216da92e7e6a57a12b4af81a23f27eff8feabdf06acfb16c00639c8b705ca4d167f761cfc756e27e5f065d0a1f840c10b907fdaf8b988c languageName: node linkType: hard @@ -2595,10 +3017,10 @@ __metadata: version: 1.0.1 resolution: "data-view-byte-length@npm:1.0.1" dependencies: - call-bind: "npm:^1.0.7" - es-errors: "npm:^1.3.0" - is-data-view: "npm:^1.0.1" - checksum: 8/dbb3200edcb7c1ef0d68979834f81d64fd8cab2f7691b3a4c6b97e67f22182f3ec2c8602efd7b76997b55af6ff8bce485829c1feda4fa2165a6b71fb7baa4269 + call-bind: ^1.0.7 + es-errors: ^1.3.0 + is-data-view: ^1.0.1 + checksum: dbb3200edcb7c1ef0d68979834f81d64fd8cab2f7691b3a4c6b97e67f22182f3ec2c8602efd7b76997b55af6ff8bce485829c1feda4fa2165a6b71fb7baa4269 languageName: node linkType: hard @@ -2606,22 +3028,22 @@ __metadata: version: 1.0.0 resolution: "data-view-byte-offset@npm:1.0.0" dependencies: - call-bind: "npm:^1.0.6" - es-errors: "npm:^1.3.0" - is-data-view: "npm:^1.0.1" - checksum: 8/7f0bf8720b7414ca719eedf1846aeec392f2054d7af707c5dc9a753cc77eb8625f067fa901e0b5127e831f9da9056138d894b9c2be79c27a21f6db5824f009c2 + call-bind: ^1.0.6 + es-errors: ^1.3.0 + is-data-view: ^1.0.1 + checksum: 7f0bf8720b7414ca719eedf1846aeec392f2054d7af707c5dc9a753cc77eb8625f067fa901e0b5127e831f9da9056138d894b9c2be79c27a21f6db5824f009c2 languageName: node linkType: hard "debug@npm:^4.3.1, debug@npm:^4.3.2, debug@npm:^4.3.4": - version: 4.3.5 - resolution: "debug@npm:4.3.5" + version: 4.4.0 + resolution: "debug@npm:4.4.0" dependencies: - ms: "npm:2.1.2" + ms: ^2.1.3 peerDependenciesMeta: supports-color: optional: true - checksum: 8/7c002b51e256257f936dda09eb37167df952758c57badf6bf44bdc40b89a4bcb8e5a0a2e4c7b53f97c69e2970dd5272d33a757378a12c8f8e64ea7bf99e8e86e + checksum: fb42df878dd0e22816fc56e1fdca9da73caa85212fbe40c868b1295a6878f9101ae684f4eeef516c13acfc700f5ea07f1136954f43d4cd2d477a811144136479 languageName: node linkType: hard @@ -2629,30 +3051,30 @@ __metadata: version: 1.1.1 resolution: "decamelize-keys@npm:1.1.1" dependencies: - decamelize: "npm:^1.1.0" - map-obj: "npm:^1.0.0" - checksum: 8/fc645fe20b7bda2680bbf9481a3477257a7f9304b1691036092b97ab04c0ab53e3bf9fcc2d2ae382536568e402ec41fb11e1d4c3836a9abe2d813dd9ef4311e0 + decamelize: ^1.1.0 + map-obj: ^1.0.0 + checksum: fc645fe20b7bda2680bbf9481a3477257a7f9304b1691036092b97ab04c0ab53e3bf9fcc2d2ae382536568e402ec41fb11e1d4c3836a9abe2d813dd9ef4311e0 languageName: node linkType: hard "decamelize@npm:^1.1.0, decamelize@npm:^1.2.0": version: 1.2.0 resolution: "decamelize@npm:1.2.0" - checksum: 8/ad8c51a7e7e0720c70ec2eeb1163b66da03e7616d7b98c9ef43cce2416395e84c1e9548dd94f5f6ffecfee9f8b94251fc57121a8b021f2ff2469b2bae247b8aa + checksum: ad8c51a7e7e0720c70ec2eeb1163b66da03e7616d7b98c9ef43cce2416395e84c1e9548dd94f5f6ffecfee9f8b94251fc57121a8b021f2ff2469b2bae247b8aa languageName: node linkType: hard "deep-is@npm:^0.1.3": version: 0.1.4 resolution: "deep-is@npm:0.1.4" - checksum: 8/edb65dd0d7d1b9c40b2f50219aef30e116cedd6fc79290e740972c132c09106d2e80aa0bc8826673dd5a00222d4179c84b36a790eef63a4c4bca75a37ef90804 + checksum: edb65dd0d7d1b9c40b2f50219aef30e116cedd6fc79290e740972c132c09106d2e80aa0bc8826673dd5a00222d4179c84b36a790eef63a4c4bca75a37ef90804 languageName: node linkType: hard "deepmerge@npm:^4.2.2": version: 4.3.1 resolution: "deepmerge@npm:4.3.1" - checksum: 8/2024c6a980a1b7128084170c4cf56b0fd58a63f2da1660dcfe977415f27b17dbe5888668b59d0b063753f3220719d5e400b7f113609489c90160bb9a5518d052 + checksum: 2024c6a980a1b7128084170c4cf56b0fd58a63f2da1660dcfe977415f27b17dbe5888668b59d0b063753f3220719d5e400b7f113609489c90160bb9a5518d052 languageName: node linkType: hard @@ -2660,28 +3082,35 @@ __metadata: version: 1.1.4 resolution: "define-data-property@npm:1.1.4" dependencies: - es-define-property: "npm:^1.0.0" - es-errors: "npm:^1.3.0" - gopd: "npm:^1.0.1" - checksum: 8/8068ee6cab694d409ac25936eb861eea704b7763f7f342adbdfe337fc27c78d7ae0eff2364b2917b58c508d723c7a074326d068eef2e45c4edcd85cf94d0313b + es-define-property: ^1.0.0 + es-errors: ^1.3.0 + gopd: ^1.0.1 + checksum: 8068ee6cab694d409ac25936eb861eea704b7763f7f342adbdfe337fc27c78d7ae0eff2364b2917b58c508d723c7a074326d068eef2e45c4edcd85cf94d0313b languageName: node linkType: hard -"define-properties@npm:^1.2.0, define-properties@npm:^1.2.1": +"define-properties@npm:^1.2.1": version: 1.2.1 resolution: "define-properties@npm:1.2.1" dependencies: - define-data-property: "npm:^1.0.1" - has-property-descriptors: "npm:^1.0.0" - object-keys: "npm:^1.1.1" - checksum: 8/b4ccd00597dd46cb2d4a379398f5b19fca84a16f3374e2249201992f36b30f6835949a9429669ee6b41b6e837205a163eadd745e472069e70dfc10f03e5fcc12 + define-data-property: ^1.0.1 + has-property-descriptors: ^1.0.0 + object-keys: ^1.1.1 + checksum: b4ccd00597dd46cb2d4a379398f5b19fca84a16f3374e2249201992f36b30f6835949a9429669ee6b41b6e837205a163eadd745e472069e70dfc10f03e5fcc12 languageName: node linkType: hard "delayed-stream@npm:~1.0.0": version: 1.0.0 resolution: "delayed-stream@npm:1.0.0" - checksum: 8/46fe6e83e2cb1d85ba50bd52803c68be9bd953282fa7096f51fc29edd5d67ff84ff753c51966061e5ba7cb5e47ef6d36a91924eddb7f3f3483b1c560f77a0020 + checksum: 46fe6e83e2cb1d85ba50bd52803c68be9bd953282fa7096f51fc29edd5d67ff84ff753c51966061e5ba7cb5e47ef6d36a91924eddb7f3f3483b1c560f77a0020 + languageName: node + linkType: hard + +"detect-libc@npm:^2.0.3": + version: 2.0.3 + resolution: "detect-libc@npm:2.0.3" + checksum: 2ba6a939ae55f189aea996ac67afceb650413c7a34726ee92c40fb0deb2400d57ef94631a8a3f052055eea7efb0f99a9b5e6ce923415daa3e68221f963cfc27d languageName: node linkType: hard @@ -2689,8 +3118,8 @@ __metadata: version: 3.0.1 resolution: "dir-glob@npm:3.0.1" dependencies: - path-type: "npm:^4.0.0" - checksum: 8/fa05e18324510d7283f55862f3161c6759a3f2f8dbce491a2fc14c8324c498286c54282c1f0e933cb930da8419b30679389499b919122952a4f8592362ef4615 + path-type: ^4.0.0 + checksum: fa05e18324510d7283f55862f3161c6759a3f2f8dbce491a2fc14c8324c498286c54282c1f0e933cb930da8419b30679389499b919122952a4f8592362ef4615 languageName: node linkType: hard @@ -2698,8 +3127,8 @@ __metadata: version: 3.0.0 resolution: "doctrine@npm:3.0.0" dependencies: - esutils: "npm:^2.0.2" - checksum: 8/fd7673ca77fe26cd5cba38d816bc72d641f500f1f9b25b83e8ce28827fe2da7ad583a8da26ab6af85f834138cf8dae9f69b0cd6ab925f52ddab1754db44d99ce + esutils: ^2.0.2 + checksum: fd7673ca77fe26cd5cba38d816bc72d641f500f1f9b25b83e8ce28827fe2da7ad583a8da26ab6af85f834138cf8dae9f69b0cd6ab925f52ddab1754db44d99ce languageName: node linkType: hard @@ -2707,17 +3136,17 @@ __metadata: version: 2.0.0 resolution: "dom-serializer@npm:2.0.0" dependencies: - domelementtype: "npm:^2.3.0" - domhandler: "npm:^5.0.2" - entities: "npm:^4.2.0" - checksum: 8/cd1810544fd8cdfbd51fa2c0c1128ec3a13ba92f14e61b7650b5de421b88205fd2e3f0cc6ace82f13334114addb90ed1c2f23074a51770a8e9c1273acbc7f3e6 + domelementtype: ^2.3.0 + domhandler: ^5.0.2 + entities: ^4.2.0 + checksum: cd1810544fd8cdfbd51fa2c0c1128ec3a13ba92f14e61b7650b5de421b88205fd2e3f0cc6ace82f13334114addb90ed1c2f23074a51770a8e9c1273acbc7f3e6 languageName: node linkType: hard "domelementtype@npm:^2.3.0": version: 2.3.0 resolution: "domelementtype@npm:2.3.0" - checksum: 8/ee837a318ff702622f383409d1f5b25dd1024b692ef64d3096ff702e26339f8e345820f29a68bcdcea8cfee3531776b3382651232fbeae95612d6f0a75efb4f6 + checksum: ee837a318ff702622f383409d1f5b25dd1024b692ef64d3096ff702e26339f8e345820f29a68bcdcea8cfee3531776b3382651232fbeae95612d6f0a75efb4f6 languageName: node linkType: hard @@ -2725,8 +3154,8 @@ __metadata: version: 5.0.3 resolution: "domhandler@npm:5.0.3" dependencies: - domelementtype: "npm:^2.3.0" - checksum: 8/0f58f4a6af63e6f3a4320aa446d28b5790a009018707bce2859dcb1d21144c7876482b5188395a188dfa974238c019e0a1e610d2fc269a12b2c192ea2b0b131c + domelementtype: ^2.3.0 + checksum: 0f58f4a6af63e6f3a4320aa446d28b5790a009018707bce2859dcb1d21144c7876482b5188395a188dfa974238c019e0a1e610d2fc269a12b2c192ea2b0b131c languageName: node linkType: hard @@ -2734,79 +3163,80 @@ __metadata: version: 3.1.0 resolution: "domutils@npm:3.1.0" dependencies: - dom-serializer: "npm:^2.0.0" - domelementtype: "npm:^2.3.0" - domhandler: "npm:^5.0.3" - checksum: 8/e5757456ddd173caa411cfc02c2bb64133c65546d2c4081381a3bafc8a57411a41eed70494551aa58030be9e58574fcc489828bebd673863d39924fb4878f416 + dom-serializer: ^2.0.0 + domelementtype: ^2.3.0 + domhandler: ^5.0.3 + checksum: e5757456ddd173caa411cfc02c2bb64133c65546d2c4081381a3bafc8a57411a41eed70494551aa58030be9e58574fcc489828bebd673863d39924fb4878f416 languageName: node linkType: hard -"duplicate-package-checker-webpack-plugin@npm:^3.0.0": - version: 3.0.0 - resolution: "duplicate-package-checker-webpack-plugin@npm:3.0.0" +"dunder-proto@npm:^1.0.0, dunder-proto@npm:^1.0.1": + version: 1.0.1 + resolution: "dunder-proto@npm:1.0.1" dependencies: - chalk: "npm:^2.3.0" - find-root: "npm:^1.0.0" - lodash: "npm:^4.17.4" - semver: "npm:^5.4.1" - checksum: 8/d77be45cb72d79a429c64d8f8f7603fea681d182fb795459a3d4afa608faad9a923378a7e80c6855f465263e1983140b6fc3682bd0213228b8cd7906ab4b934d + call-bind-apply-helpers: ^1.0.1 + es-errors: ^1.3.0 + gopd: ^1.2.0 + checksum: 149207e36f07bd4941921b0ca929e3a28f1da7bd6b6ff8ff7f4e2f2e460675af4576eeba359c635723dc189b64cdd4787e0255897d5b135ccc5d15cb8685fc90 languageName: node linkType: hard -"ecc-jsbn@npm:~0.1.1": - version: 0.1.2 - resolution: "ecc-jsbn@npm:0.1.2" +"duplicate-package-checker-webpack-plugin@npm:^3.0.0": + version: 3.0.0 + resolution: "duplicate-package-checker-webpack-plugin@npm:3.0.0" dependencies: - jsbn: "npm:~0.1.0" - safer-buffer: "npm:^2.1.0" - checksum: 8/22fef4b6203e5f31d425f5b711eb389e4c6c2723402e389af394f8411b76a488fa414d309d866e2b577ce3e8462d344205545c88a8143cc21752a5172818888a + chalk: ^2.3.0 + find-root: ^1.0.0 + lodash: ^4.17.4 + semver: ^5.4.1 + checksum: d77be45cb72d79a429c64d8f8f7603fea681d182fb795459a3d4afa608faad9a923378a7e80c6855f465263e1983140b6fc3682bd0213228b8cd7906ab4b934d languageName: node linkType: hard -"electron-to-chromium@npm:^1.4.796": - version: 1.4.801 - resolution: "electron-to-chromium@npm:1.4.801" - checksum: 8/fe2a75afefc08a03b7f077782ef7ab0a755d5f10dfdac981a13910e9257ed149d8a81477c16a4b2e4396ec698f3ad98c339155772f69d2f8f7907b5ee4d57b07 +"electron-to-chromium@npm:^1.5.73": + version: 1.5.74 + resolution: "electron-to-chromium@npm:1.5.74" + checksum: e93db5fdfafe927dcefe2ffef5b8670ae0c340eb8a4fe176918ec8efa53c37aff0ba4c3649c234950af2809d16a186ffead64dd921c9021d629658bf6d17c21f languageName: node linkType: hard "emoji-regex@npm:^8.0.0": version: 8.0.0 resolution: "emoji-regex@npm:8.0.0" - checksum: 8/d4c5c39d5a9868b5fa152f00cada8a936868fd3367f33f71be515ecee4c803132d11b31a6222b2571b1e5f7e13890156a94880345594d0ce7e3c9895f560f192 + checksum: d4c5c39d5a9868b5fa152f00cada8a936868fd3367f33f71be515ecee4c803132d11b31a6222b2571b1e5f7e13890156a94880345594d0ce7e3c9895f560f192 languageName: node linkType: hard "emojis-list@npm:^3.0.0": version: 3.0.0 resolution: "emojis-list@npm:3.0.0" - checksum: 8/ddaaa02542e1e9436c03970eeed445f4ed29a5337dfba0fe0c38dfdd2af5da2429c2a0821304e8a8d1cadf27fdd5b22ff793571fa803ae16852a6975c65e8e70 + checksum: ddaaa02542e1e9436c03970eeed445f4ed29a5337dfba0fe0c38dfdd2af5da2429c2a0821304e8a8d1cadf27fdd5b22ff793571fa803ae16852a6975c65e8e70 languageName: node linkType: hard -"enhanced-resolve@npm:^5.17.0": - version: 5.17.0 - resolution: "enhanced-resolve@npm:5.17.0" +"enhanced-resolve@npm:^5.17.1": + version: 5.17.1 + resolution: "enhanced-resolve@npm:5.17.1" dependencies: - graceful-fs: "npm:^4.2.4" - tapable: "npm:^2.2.0" - checksum: 8/1066000454da6a7aeabdbe1f433d912d1e39e6892142a78a37b6577aab27e0436091fa1399d857ad87085b1c3b73a0f811c8874da3dbdc40fbd5ebe89a5568e6 + graceful-fs: ^4.2.4 + tapable: ^2.2.0 + checksum: 4bc38cf1cea96456f97503db7280394177d1bc46f8f87c267297d04f795ac5efa81e48115a2f5b6273c781027b5b6bfc5f62b54df629e4d25fa7001a86624f59 languageName: node linkType: hard "entities@npm:^4.2.0, entities@npm:^4.4.0": version: 4.5.0 resolution: "entities@npm:4.5.0" - checksum: 8/853f8ebd5b425d350bffa97dd6958143179a5938352ccae092c62d1267c4e392a039be1bae7d51b6e4ffad25f51f9617531fedf5237f15df302ccfb452cbf2d7 + checksum: 853f8ebd5b425d350bffa97dd6958143179a5938352ccae092c62d1267c4e392a039be1bae7d51b6e4ffad25f51f9617531fedf5237f15df302ccfb452cbf2d7 languageName: node linkType: hard "envinfo@npm:^7.7.3": - version: 7.13.0 - resolution: "envinfo@npm:7.13.0" + version: 7.14.0 + resolution: "envinfo@npm:7.14.0" bin: envinfo: dist/cli.js - checksum: 8/822fc30f53bd0be67f0e25be96eb6a2562b8062f3058846bbd7ec471bd4b7835fca6436ee72c4029c8ae4a3d8f8cddbe2ee725b22291f015232d20a682bee732 + checksum: 137c1dd9a4d5781c4a6cdc6b695454ba3c4ba1829f73927198aa4122f11b35b59d7b2cb7e1ceea1364925a30278897548511d22f860c14253a33797d0bebd551 languageName: node linkType: hard @@ -2814,85 +3244,85 @@ __metadata: version: 1.3.2 resolution: "error-ex@npm:1.3.2" dependencies: - is-arrayish: "npm:^0.2.1" - checksum: 8/c1c2b8b65f9c91b0f9d75f0debaa7ec5b35c266c2cac5de412c1a6de86d4cbae04ae44e510378cb14d032d0645a36925d0186f8bb7367bcc629db256b743a001 - languageName: node - linkType: hard - -"es-abstract@npm:^1.22.1, es-abstract@npm:^1.22.3, es-abstract@npm:^1.23.0, es-abstract@npm:^1.23.2": - version: 1.23.3 - resolution: "es-abstract@npm:1.23.3" - dependencies: - array-buffer-byte-length: "npm:^1.0.1" - arraybuffer.prototype.slice: "npm:^1.0.3" - available-typed-arrays: "npm:^1.0.7" - call-bind: "npm:^1.0.7" - data-view-buffer: "npm:^1.0.1" - data-view-byte-length: "npm:^1.0.1" - data-view-byte-offset: "npm:^1.0.0" - es-define-property: "npm:^1.0.0" - es-errors: "npm:^1.3.0" - es-object-atoms: "npm:^1.0.0" - es-set-tostringtag: "npm:^2.0.3" - es-to-primitive: "npm:^1.2.1" - function.prototype.name: "npm:^1.1.6" - get-intrinsic: "npm:^1.2.4" - get-symbol-description: "npm:^1.0.2" - globalthis: "npm:^1.0.3" - gopd: "npm:^1.0.1" - has-property-descriptors: "npm:^1.0.2" - has-proto: "npm:^1.0.3" - has-symbols: "npm:^1.0.3" - hasown: "npm:^2.0.2" - internal-slot: "npm:^1.0.7" - is-array-buffer: "npm:^3.0.4" - is-callable: "npm:^1.2.7" - is-data-view: "npm:^1.0.1" - is-negative-zero: "npm:^2.0.3" - is-regex: "npm:^1.1.4" - is-shared-array-buffer: "npm:^1.0.3" - is-string: "npm:^1.0.7" - is-typed-array: "npm:^1.1.13" - is-weakref: "npm:^1.0.2" - object-inspect: "npm:^1.13.1" - object-keys: "npm:^1.1.1" - object.assign: "npm:^4.1.5" - regexp.prototype.flags: "npm:^1.5.2" - safe-array-concat: "npm:^1.1.2" - safe-regex-test: "npm:^1.0.3" - string.prototype.trim: "npm:^1.2.9" - string.prototype.trimend: "npm:^1.0.8" - string.prototype.trimstart: "npm:^1.0.8" - typed-array-buffer: "npm:^1.0.2" - typed-array-byte-length: "npm:^1.0.1" - typed-array-byte-offset: "npm:^1.0.2" - typed-array-length: "npm:^1.0.6" - unbox-primitive: "npm:^1.0.2" - which-typed-array: "npm:^1.1.15" - checksum: 8/f840cf161224252512f9527306b57117192696571e07920f777cb893454e32999206198b4f075516112af6459daca282826d1735c450528470356d09eff3a9ae - languageName: node - linkType: hard - -"es-define-property@npm:^1.0.0": - version: 1.0.0 - resolution: "es-define-property@npm:1.0.0" - dependencies: - get-intrinsic: "npm:^1.2.4" - checksum: 8/f66ece0a887b6dca71848fa71f70461357c0e4e7249696f81bad0a1f347eed7b31262af4a29f5d726dc026426f085483b6b90301855e647aa8e21936f07293c6 + is-arrayish: ^0.2.1 + checksum: c1c2b8b65f9c91b0f9d75f0debaa7ec5b35c266c2cac5de412c1a6de86d4cbae04ae44e510378cb14d032d0645a36925d0186f8bb7367bcc629db256b743a001 + languageName: node + linkType: hard + +"es-abstract@npm:^1.23.2, es-abstract@npm:^1.23.5, es-abstract@npm:^1.23.6": + version: 1.23.6 + resolution: "es-abstract@npm:1.23.6" + dependencies: + array-buffer-byte-length: ^1.0.1 + arraybuffer.prototype.slice: ^1.0.4 + available-typed-arrays: ^1.0.7 + call-bind: ^1.0.8 + call-bound: ^1.0.3 + data-view-buffer: ^1.0.1 + data-view-byte-length: ^1.0.1 + data-view-byte-offset: ^1.0.0 + es-define-property: ^1.0.1 + es-errors: ^1.3.0 + es-object-atoms: ^1.0.0 + es-set-tostringtag: ^2.0.3 + es-to-primitive: ^1.3.0 + function.prototype.name: ^1.1.7 + get-intrinsic: ^1.2.6 + get-symbol-description: ^1.0.2 + globalthis: ^1.0.4 + gopd: ^1.2.0 + has-property-descriptors: ^1.0.2 + has-proto: ^1.2.0 + has-symbols: ^1.1.0 + hasown: ^2.0.2 + internal-slot: ^1.1.0 + is-array-buffer: ^3.0.4 + is-callable: ^1.2.7 + is-data-view: ^1.0.2 + is-negative-zero: ^2.0.3 + is-regex: ^1.2.1 + is-shared-array-buffer: ^1.0.3 + is-string: ^1.1.1 + is-typed-array: ^1.1.13 + is-weakref: ^1.1.0 + math-intrinsics: ^1.0.0 + object-inspect: ^1.13.3 + object-keys: ^1.1.1 + object.assign: ^4.1.5 + regexp.prototype.flags: ^1.5.3 + safe-array-concat: ^1.1.3 + safe-regex-test: ^1.1.0 + string.prototype.trim: ^1.2.10 + string.prototype.trimend: ^1.0.9 + string.prototype.trimstart: ^1.0.8 + typed-array-buffer: ^1.0.2 + typed-array-byte-length: ^1.0.1 + typed-array-byte-offset: ^1.0.3 + typed-array-length: ^1.0.7 + unbox-primitive: ^1.0.2 + which-typed-array: ^1.1.16 + checksum: bc1b5a78ca243a9abd00e30aa84d644957878980e8bad961c9362a58e7790b56f54e146fc1871b15eed406fcd495cf2296a8ffb261370878f36316b62a67bbb4 + languageName: node + linkType: hard + +"es-define-property@npm:^1.0.0, es-define-property@npm:^1.0.1": + version: 1.0.1 + resolution: "es-define-property@npm:1.0.1" + checksum: 0512f4e5d564021c9e3a644437b0155af2679d10d80f21adaf868e64d30efdfbd321631956f20f42d655fedb2e3a027da479fad3fa6048f768eb453a80a5f80a languageName: node linkType: hard -"es-errors@npm:^1.2.1, es-errors@npm:^1.3.0": +"es-errors@npm:^1.3.0": version: 1.3.0 resolution: "es-errors@npm:1.3.0" - checksum: 8/ec1414527a0ccacd7f15f4a3bc66e215f04f595ba23ca75cdae0927af099b5ec865f9f4d33e9d7e86f512f252876ac77d4281a7871531a50678132429b1271b5 + checksum: ec1414527a0ccacd7f15f4a3bc66e215f04f595ba23ca75cdae0927af099b5ec865f9f4d33e9d7e86f512f252876ac77d4281a7871531a50678132429b1271b5 languageName: node linkType: hard "es-module-lexer@npm:^1.2.1": - version: 1.5.3 - resolution: "es-module-lexer@npm:1.5.3" - checksum: 8/2e0a0936fb49ca072d438128f588d5b46974035f7a1362bdb26447868016243cfd1c5ec8f12e80d273749e8c603f5aba5a828d5c2d95c07f61fbe77ab4fce4af + version: 1.5.4 + resolution: "es-module-lexer@npm:1.5.4" + checksum: a0cf04fb92d052647ac7d818d1913b98d3d3d0f5b9d88f0eafb993436e4c3e2c958599db68839d57f2dfa281fdf0f60e18d448eb78fc292c33c0f25635b6854f languageName: node linkType: hard @@ -2900,8 +3330,8 @@ __metadata: version: 1.0.0 resolution: "es-object-atoms@npm:1.0.0" dependencies: - es-errors: "npm:^1.3.0" - checksum: 8/26f0ff78ab93b63394e8403c353842b2272836968de4eafe97656adfb8a7c84b9099bf0fe96ed58f4a4cddc860f6e34c77f91649a58a5daa4a9c40b902744e3c + es-errors: ^1.3.0 + checksum: 26f0ff78ab93b63394e8403c353842b2272836968de4eafe97656adfb8a7c84b9099bf0fe96ed58f4a4cddc860f6e34c77f91649a58a5daa4a9c40b902744e3c languageName: node linkType: hard @@ -2909,42 +3339,42 @@ __metadata: version: 2.0.3 resolution: "es-set-tostringtag@npm:2.0.3" dependencies: - get-intrinsic: "npm:^1.2.4" - has-tostringtag: "npm:^1.0.2" - hasown: "npm:^2.0.1" - checksum: 8/7227fa48a41c0ce83e0377b11130d324ac797390688135b8da5c28994c0165be8b252e15cd1de41e1325e5a5412511586960213e88f9ab4a5e7d028895db5129 + get-intrinsic: ^1.2.4 + has-tostringtag: ^1.0.2 + hasown: ^2.0.1 + checksum: 7227fa48a41c0ce83e0377b11130d324ac797390688135b8da5c28994c0165be8b252e15cd1de41e1325e5a5412511586960213e88f9ab4a5e7d028895db5129 languageName: node linkType: hard -"es-to-primitive@npm:^1.2.1": - version: 1.2.1 - resolution: "es-to-primitive@npm:1.2.1" +"es-to-primitive@npm:^1.3.0": + version: 1.3.0 + resolution: "es-to-primitive@npm:1.3.0" dependencies: - is-callable: "npm:^1.1.4" - is-date-object: "npm:^1.0.1" - is-symbol: "npm:^1.0.2" - checksum: 8/4ead6671a2c1402619bdd77f3503991232ca15e17e46222b0a41a5d81aebc8740a77822f5b3c965008e631153e9ef0580540007744521e72de8e33599fca2eed + is-callable: ^1.2.7 + is-date-object: ^1.0.5 + is-symbol: ^1.0.4 + checksum: 966965880356486cd4d1fe9a523deda2084c81b3702d951212c098f5f2ee93605d1b7c1840062efb48a07d892641c7ed1bc194db563645c0dd2b919cb6d65b93 languageName: node linkType: hard -"escalade@npm:^3.1.2": - version: 3.1.2 - resolution: "escalade@npm:3.1.2" - checksum: 8/1ec0977aa2772075493002bdbd549d595ff6e9393b1cb0d7d6fcaf78c750da0c158f180938365486f75cb69fba20294351caddfce1b46552a7b6c3cde52eaa02 +"escalade@npm:^3.2.0": + version: 3.2.0 + resolution: "escalade@npm:3.2.0" + checksum: 47b029c83de01b0d17ad99ed766347b974b0d628e848de404018f3abee728e987da0d2d370ad4574aa3d5b5bfc368754fd085d69a30f8e75903486ec4b5b709e languageName: node linkType: hard "escape-string-regexp@npm:^1.0.5": version: 1.0.5 resolution: "escape-string-regexp@npm:1.0.5" - checksum: 8/6092fda75c63b110c706b6a9bfde8a612ad595b628f0bd2147eea1d3406723020810e591effc7db1da91d80a71a737a313567c5abb3813e8d9c71f4aa595b410 + checksum: 6092fda75c63b110c706b6a9bfde8a612ad595b628f0bd2147eea1d3406723020810e591effc7db1da91d80a71a737a313567c5abb3813e8d9c71f4aa595b410 languageName: node linkType: hard "escape-string-regexp@npm:^4.0.0": version: 4.0.0 resolution: "escape-string-regexp@npm:4.0.0" - checksum: 8/98b48897d93060f2322108bf29db0feba7dd774be96cd069458d1453347b25ce8682ecc39859d4bca2203cc0ab19c237bcc71755eff49a0f8d90beadeeba5cc5 + checksum: 98b48897d93060f2322108bf29db0feba7dd774be96cd069458d1453347b25ce8682ecc39859d4bca2203cc0ab19c237bcc71755eff49a0f8d90beadeeba5cc5 languageName: node linkType: hard @@ -2955,7 +3385,7 @@ __metadata: eslint: ">=7.0.0" bin: eslint-config-prettier: bin/cli.js - checksum: 8/153266badd477e49b0759816246b2132f1dbdb6c7f313ca60a9af5822fd1071c2bc5684a3720d78b725452bbac04bb130878b2513aea5e72b1b792de5a69fec8 + checksum: 153266badd477e49b0759816246b2132f1dbdb6c7f313ca60a9af5822fd1071c2bc5684a3720d78b725452bbac04bb130878b2513aea5e72b1b792de5a69fec8 languageName: node linkType: hard @@ -2963,14 +3393,14 @@ __metadata: version: 4.2.1 resolution: "eslint-plugin-prettier@npm:4.2.1" dependencies: - prettier-linter-helpers: "npm:^1.0.0" + prettier-linter-helpers: ^1.0.0 peerDependencies: eslint: ">=7.28.0" prettier: ">=2.0.0" peerDependenciesMeta: eslint-config-prettier: optional: true - checksum: 8/b9e839d2334ad8ec7a5589c5cb0f219bded260839a857d7a486997f9870e95106aa59b8756ff3f37202085ebab658de382b0267cae44c3a7f0eb0bcc03a4f6d6 + checksum: b9e839d2334ad8ec7a5589c5cb0f219bded260839a857d7a486997f9870e95106aa59b8756ff3f37202085ebab658de382b0267cae44c3a7f0eb0bcc03a4f6d6 languageName: node linkType: hard @@ -2978,9 +3408,9 @@ __metadata: version: 5.1.1 resolution: "eslint-scope@npm:5.1.1" dependencies: - esrecurse: "npm:^4.3.0" - estraverse: "npm:^4.1.1" - checksum: 8/47e4b6a3f0cc29c7feedee6c67b225a2da7e155802c6ea13bbef4ac6b9e10c66cd2dcb987867ef176292bf4e64eccc680a49e35e9e9c669f4a02bac17e86abdb + esrecurse: ^4.3.0 + estraverse: ^4.1.1 + checksum: 47e4b6a3f0cc29c7feedee6c67b225a2da7e155802c6ea13bbef4ac6b9e10c66cd2dcb987867ef176292bf4e64eccc680a49e35e9e9c669f4a02bac17e86abdb languageName: node linkType: hard @@ -2988,64 +3418,64 @@ __metadata: version: 7.2.2 resolution: "eslint-scope@npm:7.2.2" dependencies: - esrecurse: "npm:^4.3.0" - estraverse: "npm:^5.2.0" - checksum: 8/ec97dbf5fb04b94e8f4c5a91a7f0a6dd3c55e46bfc7bbcd0e3138c3a76977570e02ed89a1810c778dcd72072ff0e9621ba1379b4babe53921d71e2e4486fda3e + esrecurse: ^4.3.0 + estraverse: ^5.2.0 + checksum: ec97dbf5fb04b94e8f4c5a91a7f0a6dd3c55e46bfc7bbcd0e3138c3a76977570e02ed89a1810c778dcd72072ff0e9621ba1379b4babe53921d71e2e4486fda3e languageName: node linkType: hard "eslint-visitor-keys@npm:^3.3.0, eslint-visitor-keys@npm:^3.4.1, eslint-visitor-keys@npm:^3.4.3": version: 3.4.3 resolution: "eslint-visitor-keys@npm:3.4.3" - checksum: 8/36e9ef87fca698b6fd7ca5ca35d7b2b6eeaaf106572e2f7fd31c12d3bfdaccdb587bba6d3621067e5aece31c8c3a348b93922ab8f7b2cbc6aaab5e1d89040c60 + checksum: 36e9ef87fca698b6fd7ca5ca35d7b2b6eeaaf106572e2f7fd31c12d3bfdaccdb587bba6d3621067e5aece31c8c3a348b93922ab8f7b2cbc6aaab5e1d89040c60 languageName: node linkType: hard "eslint@npm:^8.36.0": - version: 8.57.0 - resolution: "eslint@npm:8.57.0" - dependencies: - "@eslint-community/eslint-utils": "npm:^4.2.0" - "@eslint-community/regexpp": "npm:^4.6.1" - "@eslint/eslintrc": "npm:^2.1.4" - "@eslint/js": "npm:8.57.0" - "@humanwhocodes/config-array": "npm:^0.11.14" - "@humanwhocodes/module-importer": "npm:^1.0.1" - "@nodelib/fs.walk": "npm:^1.2.8" - "@ungap/structured-clone": "npm:^1.2.0" - ajv: "npm:^6.12.4" - chalk: "npm:^4.0.0" - cross-spawn: "npm:^7.0.2" - debug: "npm:^4.3.2" - doctrine: "npm:^3.0.0" - escape-string-regexp: "npm:^4.0.0" - eslint-scope: "npm:^7.2.2" - eslint-visitor-keys: "npm:^3.4.3" - espree: "npm:^9.6.1" - esquery: "npm:^1.4.2" - esutils: "npm:^2.0.2" - fast-deep-equal: "npm:^3.1.3" - file-entry-cache: "npm:^6.0.1" - find-up: "npm:^5.0.0" - glob-parent: "npm:^6.0.2" - globals: "npm:^13.19.0" - graphemer: "npm:^1.4.0" - ignore: "npm:^5.2.0" - imurmurhash: "npm:^0.1.4" - is-glob: "npm:^4.0.0" - is-path-inside: "npm:^3.0.3" - js-yaml: "npm:^4.1.0" - json-stable-stringify-without-jsonify: "npm:^1.0.1" - levn: "npm:^0.4.1" - lodash.merge: "npm:^4.6.2" - minimatch: "npm:^3.1.2" - natural-compare: "npm:^1.4.0" - optionator: "npm:^0.9.3" - strip-ansi: "npm:^6.0.1" - text-table: "npm:^0.2.0" + version: 8.57.1 + resolution: "eslint@npm:8.57.1" + dependencies: + "@eslint-community/eslint-utils": ^4.2.0 + "@eslint-community/regexpp": ^4.6.1 + "@eslint/eslintrc": ^2.1.4 + "@eslint/js": 8.57.1 + "@humanwhocodes/config-array": ^0.13.0 + "@humanwhocodes/module-importer": ^1.0.1 + "@nodelib/fs.walk": ^1.2.8 + "@ungap/structured-clone": ^1.2.0 + ajv: ^6.12.4 + chalk: ^4.0.0 + cross-spawn: ^7.0.2 + debug: ^4.3.2 + doctrine: ^3.0.0 + escape-string-regexp: ^4.0.0 + eslint-scope: ^7.2.2 + eslint-visitor-keys: ^3.4.3 + espree: ^9.6.1 + esquery: ^1.4.2 + esutils: ^2.0.2 + fast-deep-equal: ^3.1.3 + file-entry-cache: ^6.0.1 + find-up: ^5.0.0 + glob-parent: ^6.0.2 + globals: ^13.19.0 + graphemer: ^1.4.0 + ignore: ^5.2.0 + imurmurhash: ^0.1.4 + is-glob: ^4.0.0 + is-path-inside: ^3.0.3 + js-yaml: ^4.1.0 + json-stable-stringify-without-jsonify: ^1.0.1 + levn: ^0.4.1 + lodash.merge: ^4.6.2 + minimatch: ^3.1.2 + natural-compare: ^1.4.0 + optionator: ^0.9.3 + strip-ansi: ^6.0.1 + text-table: ^0.2.0 bin: eslint: bin/eslint.js - checksum: 8/3a48d7ff85ab420a8447e9810d8087aea5b1df9ef68c9151732b478de698389ee656fd895635b5f2871c89ee5a2652b3f343d11e9db6f8486880374ebc74a2d9 + checksum: e2489bb7f86dd2011967759a09164e65744ef7688c310bc990612fc26953f34cc391872807486b15c06833bdff737726a23e9b4cdba5de144c311377dc41d91b languageName: node linkType: hard @@ -3053,19 +3483,19 @@ __metadata: version: 9.6.1 resolution: "espree@npm:9.6.1" dependencies: - acorn: "npm:^8.9.0" - acorn-jsx: "npm:^5.3.2" - eslint-visitor-keys: "npm:^3.4.1" - checksum: 8/eb8c149c7a2a77b3f33a5af80c10875c3abd65450f60b8af6db1bfcfa8f101e21c1e56a561c6dc13b848e18148d43469e7cd208506238554fb5395a9ea5a1ab9 + acorn: ^8.9.0 + acorn-jsx: ^5.3.2 + eslint-visitor-keys: ^3.4.1 + checksum: eb8c149c7a2a77b3f33a5af80c10875c3abd65450f60b8af6db1bfcfa8f101e21c1e56a561c6dc13b848e18148d43469e7cd208506238554fb5395a9ea5a1ab9 languageName: node linkType: hard "esquery@npm:^1.4.2": - version: 1.5.0 - resolution: "esquery@npm:1.5.0" + version: 1.6.0 + resolution: "esquery@npm:1.6.0" dependencies: - estraverse: "npm:^5.1.0" - checksum: 8/aefb0d2596c230118656cd4ec7532d447333a410a48834d80ea648b1e7b5c9bc9ed8b5e33a89cb04e487b60d622f44cf5713bf4abed7c97343edefdc84a35900 + estraverse: ^5.1.0 + checksum: 08ec4fe446d9ab27186da274d979558557fbdbbd10968fa9758552482720c54152a5640e08b9009e5a30706b66aba510692054d4129d32d0e12e05bbc0b96fb2 languageName: node linkType: hard @@ -3073,78 +3503,57 @@ __metadata: version: 4.3.0 resolution: "esrecurse@npm:4.3.0" dependencies: - estraverse: "npm:^5.2.0" - checksum: 8/ebc17b1a33c51cef46fdc28b958994b1dc43cd2e86237515cbc3b4e5d2be6a811b2315d0a1a4d9d340b6d2308b15322f5c8291059521cc5f4802f65e7ec32837 + estraverse: ^5.2.0 + checksum: ebc17b1a33c51cef46fdc28b958994b1dc43cd2e86237515cbc3b4e5d2be6a811b2315d0a1a4d9d340b6d2308b15322f5c8291059521cc5f4802f65e7ec32837 languageName: node linkType: hard "estraverse@npm:^4.1.1": version: 4.3.0 resolution: "estraverse@npm:4.3.0" - checksum: 8/a6299491f9940bb246124a8d44b7b7a413a8336f5436f9837aaa9330209bd9ee8af7e91a654a3545aee9c54b3308e78ee360cef1d777d37cfef77d2fa33b5827 + checksum: a6299491f9940bb246124a8d44b7b7a413a8336f5436f9837aaa9330209bd9ee8af7e91a654a3545aee9c54b3308e78ee360cef1d777d37cfef77d2fa33b5827 languageName: node linkType: hard "estraverse@npm:^5.1.0, estraverse@npm:^5.2.0": version: 5.3.0 resolution: "estraverse@npm:5.3.0" - checksum: 8/072780882dc8416ad144f8fe199628d2b3e7bbc9989d9ed43795d2c90309a2047e6bc5979d7e2322a341163d22cfad9e21f4110597fe487519697389497e4e2b + checksum: 072780882dc8416ad144f8fe199628d2b3e7bbc9989d9ed43795d2c90309a2047e6bc5979d7e2322a341163d22cfad9e21f4110597fe487519697389497e4e2b languageName: node linkType: hard "esutils@npm:^2.0.2": version: 2.0.3 resolution: "esutils@npm:2.0.3" - checksum: 8/22b5b08f74737379a840b8ed2036a5fb35826c709ab000683b092d9054e5c2a82c27818f12604bfc2a9a76b90b6834ef081edbc1c7ae30d1627012e067c6ec87 + checksum: 22b5b08f74737379a840b8ed2036a5fb35826c709ab000683b092d9054e5c2a82c27818f12604bfc2a9a76b90b6834ef081edbc1c7ae30d1627012e067c6ec87 languageName: node linkType: hard "events@npm:^3.2.0": version: 3.3.0 resolution: "events@npm:3.3.0" - checksum: 8/f6f487ad2198aa41d878fa31452f1a3c00958f46e9019286ff4787c84aac329332ab45c9cdc8c445928fc6d7ded294b9e005a7fce9426488518017831b272780 + checksum: f6f487ad2198aa41d878fa31452f1a3c00958f46e9019286ff4787c84aac329332ab45c9cdc8c445928fc6d7ded294b9e005a7fce9426488518017831b272780 languageName: node linkType: hard "exenv-es6@npm:^1.1.1": version: 1.1.1 resolution: "exenv-es6@npm:1.1.1" - checksum: 8/7f2aa12025e6f06c48dc286f380cf3183bb19c6017b36d91695034a3e5124a7235c4f8ff24ca2eb88ae801322f0f99605cedfcfd996a5fcbba7669320e2a448e - languageName: node - linkType: hard - -"extend@npm:~3.0.2": - version: 3.0.2 - resolution: "extend@npm:3.0.2" - checksum: 8/a50a8309ca65ea5d426382ff09f33586527882cf532931cb08ca786ea3146c0553310bda688710ff61d7668eba9f96b923fe1420cdf56a2c3eaf30fcab87b515 - languageName: node - linkType: hard - -"extsprintf@npm:1.3.0": - version: 1.3.0 - resolution: "extsprintf@npm:1.3.0" - checksum: 8/cee7a4a1e34cffeeec18559109de92c27517e5641991ec6bab849aa64e3081022903dd53084f2080d0d2530803aa5ee84f1e9de642c365452f9e67be8f958ce2 - languageName: node - linkType: hard - -"extsprintf@npm:^1.2.0": - version: 1.4.1 - resolution: "extsprintf@npm:1.4.1" - checksum: 8/a2f29b241914a8d2bad64363de684821b6b1609d06ae68d5b539e4de6b28659715b5bea94a7265201603713b7027d35399d10b0548f09071c5513e65e8323d33 + checksum: 7f2aa12025e6f06c48dc286f380cf3183bb19c6017b36d91695034a3e5124a7235c4f8ff24ca2eb88ae801322f0f99605cedfcfd996a5fcbba7669320e2a448e languageName: node linkType: hard "fast-deep-equal@npm:^3.1.1, fast-deep-equal@npm:^3.1.3": version: 3.1.3 resolution: "fast-deep-equal@npm:3.1.3" - checksum: 8/e21a9d8d84f53493b6aa15efc9cfd53dd5b714a1f23f67fb5dc8f574af80df889b3bce25dc081887c6d25457cce704e636395333abad896ccdec03abaf1f3f9d + checksum: e21a9d8d84f53493b6aa15efc9cfd53dd5b714a1f23f67fb5dc8f574af80df889b3bce25dc081887c6d25457cce704e636395333abad896ccdec03abaf1f3f9d languageName: node linkType: hard "fast-diff@npm:^1.1.2": version: 1.3.0 resolution: "fast-diff@npm:1.3.0" - checksum: 8/d22d371b994fdc8cce9ff510d7b8dc4da70ac327bcba20df607dd5b9cae9f908f4d1028f5fe467650f058d1e7270235ae0b8230809a262b4df587a3b3aa216c3 + checksum: d22d371b994fdc8cce9ff510d7b8dc4da70ac327bcba20df607dd5b9cae9f908f4d1028f5fe467650f058d1e7270235ae0b8230809a262b4df587a3b3aa216c3 languageName: node linkType: hard @@ -3152,33 +3561,40 @@ __metadata: version: 3.3.2 resolution: "fast-glob@npm:3.3.2" dependencies: - "@nodelib/fs.stat": "npm:^2.0.2" - "@nodelib/fs.walk": "npm:^1.2.3" - glob-parent: "npm:^5.1.2" - merge2: "npm:^1.3.0" - micromatch: "npm:^4.0.4" - checksum: 8/900e4979f4dbc3313840078419245621259f349950411ca2fa445a2f9a1a6d98c3b5e7e0660c5ccd563aa61abe133a21765c6c0dec8e57da1ba71d8000b05ec1 + "@nodelib/fs.stat": ^2.0.2 + "@nodelib/fs.walk": ^1.2.3 + glob-parent: ^5.1.2 + merge2: ^1.3.0 + micromatch: ^4.0.4 + checksum: 900e4979f4dbc3313840078419245621259f349950411ca2fa445a2f9a1a6d98c3b5e7e0660c5ccd563aa61abe133a21765c6c0dec8e57da1ba71d8000b05ec1 languageName: node linkType: hard "fast-json-stable-stringify@npm:^2.0.0": version: 2.1.0 resolution: "fast-json-stable-stringify@npm:2.1.0" - checksum: 8/b191531e36c607977e5b1c47811158733c34ccb3bfde92c44798929e9b4154884378536d26ad90dfecd32e1ffc09c545d23535ad91b3161a27ddbb8ebe0cbecb + checksum: b191531e36c607977e5b1c47811158733c34ccb3bfde92c44798929e9b4154884378536d26ad90dfecd32e1ffc09c545d23535ad91b3161a27ddbb8ebe0cbecb languageName: node linkType: hard "fast-levenshtein@npm:^2.0.6": version: 2.0.6 resolution: "fast-levenshtein@npm:2.0.6" - checksum: 8/92cfec0a8dfafd9c7a15fba8f2cc29cd0b62b85f056d99ce448bbcd9f708e18ab2764bda4dd5158364f4145a7c72788538994f0d1787b956ef0d1062b0f7c24c + checksum: 92cfec0a8dfafd9c7a15fba8f2cc29cd0b62b85f056d99ce448bbcd9f708e18ab2764bda4dd5158364f4145a7c72788538994f0d1787b956ef0d1062b0f7c24c + languageName: node + linkType: hard + +"fast-uri@npm:^3.0.1": + version: 3.0.3 + resolution: "fast-uri@npm:3.0.3" + checksum: c52e6c86465f5c240e84a4485fb001088cc743d261a4b54b0050ce4758b1648bdbe53da1328ef9620149dca1435e3de64184f226d7c0a3656cb5837b3491e149 languageName: node linkType: hard "fastest-levenshtein@npm:^1.0.12, fastest-levenshtein@npm:^1.0.16": version: 1.0.16 resolution: "fastest-levenshtein@npm:1.0.16" - checksum: 8/a78d44285c9e2ae2c25f3ef0f8a73f332c1247b7ea7fb4a191e6bb51aa6ee1ef0dfb3ed113616dcdc7023e18e35a8db41f61c8d88988e877cf510df8edafbc71 + checksum: a78d44285c9e2ae2c25f3ef0f8a73f332c1247b7ea7fb4a191e6bb51aa6ee1ef0dfb3ed113616dcdc7023e18e35a8db41f61c8d88988e877cf510df8edafbc71 languageName: node linkType: hard @@ -3186,8 +3602,8 @@ __metadata: version: 1.17.1 resolution: "fastq@npm:1.17.1" dependencies: - reusify: "npm:^1.0.4" - checksum: 8/a8c5b26788d5a1763f88bae56a8ddeee579f935a831c5fe7a8268cea5b0a91fbfe705f612209e02d639b881d7b48e461a50da4a10cfaa40da5ca7cc9da098d88 + reusify: ^1.0.4 + checksum: a8c5b26788d5a1763f88bae56a8ddeee579f935a831c5fe7a8268cea5b0a91fbfe705f612209e02d639b881d7b48e461a50da4a10cfaa40da5ca7cc9da098d88 languageName: node linkType: hard @@ -3195,8 +3611,19 @@ __metadata: version: 6.0.1 resolution: "file-entry-cache@npm:6.0.1" dependencies: - flat-cache: "npm:^3.0.4" - checksum: 8/f49701feaa6314c8127c3c2f6173cfefff17612f5ed2daaafc6da13b5c91fd43e3b2a58fd0d63f9f94478a501b167615931e7200e31485e320f74a33885a9c74 + flat-cache: ^3.0.4 + checksum: f49701feaa6314c8127c3c2f6173cfefff17612f5ed2daaafc6da13b5c91fd43e3b2a58fd0d63f9f94478a501b167615931e7200e31485e320f74a33885a9c74 + languageName: node + linkType: hard + +"file-type@npm:^16.5.3": + version: 16.5.4 + resolution: "file-type@npm:16.5.4" + dependencies: + readable-web-to-node-stream: ^3.0.0 + strtok3: ^6.2.4 + token-types: ^4.1.1 + checksum: d983c0f36491c57fcb6cc70fcb02c36d6b53f312a15053263e1924e28ca8314adf0db32170801ad777f09432c32155f31715ceaee66310947731588120d7ec27 languageName: node linkType: hard @@ -3204,15 +3631,15 @@ __metadata: version: 7.1.1 resolution: "fill-range@npm:7.1.1" dependencies: - to-regex-range: "npm:^5.0.1" - checksum: 8/b4abfbca3839a3d55e4ae5ec62e131e2e356bf4859ce8480c64c4876100f4df292a63e5bb1618e1d7460282ca2b305653064f01654474aa35c68000980f17798 + to-regex-range: ^5.0.1 + checksum: b4abfbca3839a3d55e4ae5ec62e131e2e356bf4859ce8480c64c4876100f4df292a63e5bb1618e1d7460282ca2b305653064f01654474aa35c68000980f17798 languageName: node linkType: hard "find-root@npm:^1.0.0": version: 1.1.0 resolution: "find-root@npm:1.1.0" - checksum: 8/b2a59fe4b6c932eef36c45a048ae8f93c85640212ebe8363164814990ee20f154197505965f3f4f102efc33bfb1cbc26fd17c4a2fc739ebc51b886b137cbefaf + checksum: b2a59fe4b6c932eef36c45a048ae8f93c85640212ebe8363164814990ee20f154197505965f3f4f102efc33bfb1cbc26fd17c4a2fc739ebc51b886b137cbefaf languageName: node linkType: hard @@ -3220,9 +3647,9 @@ __metadata: version: 4.1.0 resolution: "find-up@npm:4.1.0" dependencies: - locate-path: "npm:^5.0.0" - path-exists: "npm:^4.0.0" - checksum: 8/4c172680e8f8c1f78839486e14a43ef82e9decd0e74145f40707cc42e7420506d5ec92d9a11c22bd2c48fb0c384ea05dd30e10dd152fefeec6f2f75282a8b844 + locate-path: ^5.0.0 + path-exists: ^4.0.0 + checksum: 4c172680e8f8c1f78839486e14a43ef82e9decd0e74145f40707cc42e7420506d5ec92d9a11c22bd2c48fb0c384ea05dd30e10dd152fefeec6f2f75282a8b844 languageName: node linkType: hard @@ -3230,9 +3657,9 @@ __metadata: version: 5.0.0 resolution: "find-up@npm:5.0.0" dependencies: - locate-path: "npm:^6.0.0" - path-exists: "npm:^4.0.0" - checksum: 8/07955e357348f34660bde7920783204ff5a26ac2cafcaa28bace494027158a97b9f56faaf2d89a6106211a8174db650dd9f503f9c0d526b1202d5554a00b9095 + locate-path: ^6.0.0 + path-exists: ^4.0.0 + checksum: 07955e357348f34660bde7920783204ff5a26ac2cafcaa28bace494027158a97b9f56faaf2d89a6106211a8174db650dd9f503f9c0d526b1202d5554a00b9095 languageName: node linkType: hard @@ -3240,10 +3667,10 @@ __metadata: version: 3.2.0 resolution: "flat-cache@npm:3.2.0" dependencies: - flatted: "npm:^3.2.9" - keyv: "npm:^4.5.3" - rimraf: "npm:^3.0.2" - checksum: 8/e7e0f59801e288b54bee5cb9681e9ee21ee28ef309f886b312c9d08415b79fc0f24ac842f84356ce80f47d6a53de62197ce0e6e148dc42d5db005992e2a756ec + flatted: ^3.2.9 + keyv: ^4.5.3 + rimraf: ^3.0.2 + checksum: e7e0f59801e288b54bee5cb9681e9ee21ee28ef309f886b312c9d08415b79fc0f24ac842f84356ce80f47d6a53de62197ce0e6e148dc42d5db005992e2a756ec languageName: node linkType: hard @@ -3252,14 +3679,24 @@ __metadata: resolution: "flat@npm:5.0.2" bin: flat: cli.js - checksum: 8/12a1536ac746db74881316a181499a78ef953632ddd28050b7a3a43c62ef5462e3357c8c29d76072bb635f147f7a9a1f0c02efef6b4be28f8db62ceb3d5c7f5d + checksum: 12a1536ac746db74881316a181499a78ef953632ddd28050b7a3a43c62ef5462e3357c8c29d76072bb635f147f7a9a1f0c02efef6b4be28f8db62ceb3d5c7f5d languageName: node linkType: hard "flatted@npm:^3.2.9": - version: 3.3.1 - resolution: "flatted@npm:3.3.1" - checksum: 8/85ae7181650bb728c221e7644cbc9f4bf28bc556f2fc89bb21266962bdf0ce1029cc7acc44bb646cd469d9baac7c317f64e841c4c4c00516afa97320cdac7f94 + version: 3.3.2 + resolution: "flatted@npm:3.3.2" + checksum: ac3c159742e01d0e860a861164bcfd35bb567ccbebb8a0dd041e61cf3c64a435b917dd1e7ed1c380c2ebca85735fb16644485ec33665bc6aafc3b316aa1eed44 + languageName: node + linkType: hard + +"follow-redirects@npm:^1.15.6": + version: 1.15.9 + resolution: "follow-redirects@npm:1.15.9" + peerDependenciesMeta: + debug: + optional: true + checksum: 859e2bacc7a54506f2bf9aacb10d165df78c8c1b0ceb8023f966621b233717dab56e8d08baadc3ad3b9db58af290413d585c999694b7c146aaf2616340c3d2a6 languageName: node linkType: hard @@ -3267,33 +3704,26 @@ __metadata: version: 0.3.3 resolution: "for-each@npm:0.3.3" dependencies: - is-callable: "npm:^1.1.3" - checksum: 8/6c48ff2bc63362319c65e2edca4a8e1e3483a2fabc72fbe7feaf8c73db94fc7861bd53bc02c8a66a0c1dd709da6b04eec42e0abdd6b40ce47305ae92a25e5d28 - languageName: node - linkType: hard - -"forever-agent@npm:~0.6.1": - version: 0.6.1 - resolution: "forever-agent@npm:0.6.1" - checksum: 8/766ae6e220f5fe23676bb4c6a99387cec5b7b62ceb99e10923376e27bfea72f3c3aeec2ba5f45f3f7ba65d6616965aa7c20b15002b6860833bb6e394dea546a8 + is-callable: ^1.1.3 + checksum: 6c48ff2bc63362319c65e2edca4a8e1e3483a2fabc72fbe7feaf8c73db94fc7861bd53bc02c8a66a0c1dd709da6b04eec42e0abdd6b40ce47305ae92a25e5d28 languageName: node linkType: hard -"form-data@npm:~2.3.2": - version: 2.3.3 - resolution: "form-data@npm:2.3.3" +"form-data@npm:^4.0.0": + version: 4.0.1 + resolution: "form-data@npm:4.0.1" dependencies: - asynckit: "npm:^0.4.0" - combined-stream: "npm:^1.0.6" - mime-types: "npm:^2.1.12" - checksum: 8/10c1780fa13dbe1ff3100114c2ce1f9307f8be10b14bf16e103815356ff567b6be39d70fc4a40f8990b9660012dc24b0f5e1dde1b6426166eb23a445ba068ca3 + asynckit: ^0.4.0 + combined-stream: ^1.0.8 + mime-types: ^2.1.12 + checksum: ccee458cd5baf234d6b57f349fe9cc5f9a2ea8fd1af5ecda501a18fd1572a6dd3bf08a49f00568afd995b6a65af34cb8dec083cf9d582c4e621836499498dd84 languageName: node linkType: hard "free-style@npm:3.1.0": version: 3.1.0 resolution: "free-style@npm:3.1.0" - checksum: 8/949258ae315deda48cac93ecd5f9a80f36e8a027e19ce2103598dc8d5ab60e963bbad5444b2a4990ddb746798dd188896f430285cf484afbf2141f7d75a191d8 + checksum: 949258ae315deda48cac93ecd5f9a80f36e8a027e19ce2103598dc8d5ab60e963bbad5444b2a4990ddb746798dd188896f430285cf484afbf2141f7d75a191d8 languageName: node linkType: hard @@ -3301,95 +3731,73 @@ __metadata: version: 10.1.0 resolution: "fs-extra@npm:10.1.0" dependencies: - graceful-fs: "npm:^4.2.0" - jsonfile: "npm:^6.0.1" - universalify: "npm:^2.0.0" - checksum: 8/dc94ab37096f813cc3ca12f0f1b5ad6744dfed9ed21e953d72530d103cea193c2f81584a39e9dee1bea36de5ee66805678c0dddc048e8af1427ac19c00fffc50 + graceful-fs: ^4.2.0 + jsonfile: ^6.0.1 + universalify: ^2.0.0 + checksum: dc94ab37096f813cc3ca12f0f1b5ad6744dfed9ed21e953d72530d103cea193c2f81584a39e9dee1bea36de5ee66805678c0dddc048e8af1427ac19c00fffc50 languageName: node linkType: hard "fs.realpath@npm:^1.0.0": version: 1.0.0 resolution: "fs.realpath@npm:1.0.0" - checksum: 8/99ddea01a7e75aa276c250a04eedeffe5662bce66c65c07164ad6264f9de18fb21be9433ead460e54cff20e31721c811f4fb5d70591799df5f85dce6d6746fd0 + checksum: 99ddea01a7e75aa276c250a04eedeffe5662bce66c65c07164ad6264f9de18fb21be9433ead460e54cff20e31721c811f4fb5d70591799df5f85dce6d6746fd0 languageName: node linkType: hard "function-bind@npm:^1.1.2": version: 1.1.2 resolution: "function-bind@npm:1.1.2" - checksum: 8/2b0ff4ce708d99715ad14a6d1f894e2a83242e4a52ccfcefaee5e40050562e5f6dafc1adbb4ce2d4ab47279a45dc736ab91ea5042d843c3c092820dfe032efb1 + checksum: 2b0ff4ce708d99715ad14a6d1f894e2a83242e4a52ccfcefaee5e40050562e5f6dafc1adbb4ce2d4ab47279a45dc736ab91ea5042d843c3c092820dfe032efb1 languageName: node linkType: hard -"function.prototype.name@npm:^1.1.6": - version: 1.1.6 - resolution: "function.prototype.name@npm:1.1.6" +"function.prototype.name@npm:^1.1.6, function.prototype.name@npm:^1.1.7": + version: 1.1.7 + resolution: "function.prototype.name@npm:1.1.7" dependencies: - call-bind: "npm:^1.0.2" - define-properties: "npm:^1.2.0" - es-abstract: "npm:^1.22.1" - functions-have-names: "npm:^1.2.3" - checksum: 8/7a3f9bd98adab09a07f6e1f03da03d3f7c26abbdeaeee15223f6c04a9fb5674792bdf5e689dac19b97ac71de6aad2027ba3048a9b883aa1b3173eed6ab07f479 + call-bind: ^1.0.8 + define-properties: ^1.2.1 + functions-have-names: ^1.2.3 + hasown: ^2.0.2 + is-callable: ^1.2.7 + checksum: 271000814fd44b45ee5dbd595fe9aa45c20f276d04e2d3191476331e44d39c3d83d758bd7482e4dc7dacb67a2f196f5183834ab7a3546aa6d98f1de9020c676a languageName: node linkType: hard "functions-have-names@npm:^1.2.3": version: 1.2.3 resolution: "functions-have-names@npm:1.2.3" - checksum: 8/c3f1f5ba20f4e962efb71344ce0a40722163e85bee2101ce25f88214e78182d2d2476aa85ef37950c579eb6cf6ee811c17b3101bb84004bb75655f3e33f3fdb5 - languageName: node - linkType: hard - -"get-intrinsic@npm:^1.1.3, get-intrinsic@npm:^1.2.1, get-intrinsic@npm:^1.2.3, get-intrinsic@npm:^1.2.4": - version: 1.2.4 - resolution: "get-intrinsic@npm:1.2.4" - dependencies: - es-errors: "npm:^1.3.0" - function-bind: "npm:^1.1.2" - has-proto: "npm:^1.0.1" - has-symbols: "npm:^1.0.3" - hasown: "npm:^2.0.0" - checksum: 8/414e3cdf2c203d1b9d7d33111df746a4512a1aa622770b361dadddf8ed0b5aeb26c560f49ca077e24bfafb0acb55ca908d1f709216ccba33ffc548ec8a79a951 + checksum: c3f1f5ba20f4e962efb71344ce0a40722163e85bee2101ce25f88214e78182d2d2476aa85ef37950c579eb6cf6ee811c17b3101bb84004bb75655f3e33f3fdb5 languageName: node linkType: hard -"get-pixels@npm:^3.3.2": - version: 3.3.3 - resolution: "get-pixels@npm:3.3.3" +"get-intrinsic@npm:^1.2.4, get-intrinsic@npm:^1.2.5, get-intrinsic@npm:^1.2.6": + version: 1.2.6 + resolution: "get-intrinsic@npm:1.2.6" dependencies: - data-uri-to-buffer: "npm:0.0.3" - jpeg-js: "npm:^0.4.1" - mime-types: "npm:^2.0.1" - ndarray: "npm:^1.0.13" - ndarray-pack: "npm:^1.1.1" - node-bitmap: "npm:0.0.1" - omggif: "npm:^1.0.5" - parse-data-uri: "npm:^0.2.0" - pngjs: "npm:^3.3.3" - request: "npm:^2.44.0" - through: "npm:^2.3.4" - checksum: 8/0b5783f5212ddb4d8a9d63e92c4147b7920c7d1fda8f29b1ec2f36824292300ad73eb67bab682965882196c92e25f756ab4181f64ea591053f9f23447b88c477 + call-bind-apply-helpers: ^1.0.1 + dunder-proto: ^1.0.0 + es-define-property: ^1.0.1 + es-errors: ^1.3.0 + es-object-atoms: ^1.0.0 + function-bind: ^1.1.2 + gopd: ^1.2.0 + has-symbols: ^1.1.0 + hasown: ^2.0.2 + math-intrinsics: ^1.0.0 + checksum: a7592a0b7f023a2e83c0121fa9449ca83780e370a5feeebe8452119474d148016e43b455049134ae7a683b9b11b93d3f65eac199a0ad452ab740d5f0c299de47 languageName: node linkType: hard "get-symbol-description@npm:^1.0.2": - version: 1.0.2 - resolution: "get-symbol-description@npm:1.0.2" - dependencies: - call-bind: "npm:^1.0.5" - es-errors: "npm:^1.3.0" - get-intrinsic: "npm:^1.2.4" - checksum: 8/e1cb53bc211f9dbe9691a4f97a46837a553c4e7caadd0488dc24ac694db8a390b93edd412b48dcdd0b4bbb4c595de1709effc75fc87c0839deedc6968f5bd973 - languageName: node - linkType: hard - -"getpass@npm:^0.1.1": - version: 0.1.7 - resolution: "getpass@npm:0.1.7" + version: 1.1.0 + resolution: "get-symbol-description@npm:1.1.0" dependencies: - assert-plus: "npm:^1.0.0" - checksum: 8/ab18d55661db264e3eac6012c2d3daeafaab7a501c035ae0ccb193c3c23e9849c6e29b6ac762b9c2adae460266f925d55a3a2a3a3c8b94be2f222df94d70c046 + call-bound: ^1.0.3 + es-errors: ^1.3.0 + get-intrinsic: ^1.2.6 + checksum: 655ed04db48ee65ef2ddbe096540d4405e79ba0a7f54225775fef43a7e2afcb93a77d141c5f05fdef0afce2eb93bcbfb3597142189d562ac167ff183582683cd languageName: node linkType: hard @@ -3397,8 +3805,8 @@ __metadata: version: 5.1.2 resolution: "glob-parent@npm:5.1.2" dependencies: - is-glob: "npm:^4.0.1" - checksum: 8/f4f2bfe2425296e8a47e36864e4f42be38a996db40420fe434565e4480e3322f18eb37589617a98640c5dc8fdec1a387007ee18dbb1f3f5553409c34d17f425e + is-glob: ^4.0.1 + checksum: f4f2bfe2425296e8a47e36864e4f42be38a996db40420fe434565e4480e3322f18eb37589617a98640c5dc8fdec1a387007ee18dbb1f3f5553409c34d17f425e languageName: node linkType: hard @@ -3406,15 +3814,15 @@ __metadata: version: 6.0.2 resolution: "glob-parent@npm:6.0.2" dependencies: - is-glob: "npm:^4.0.3" - checksum: 8/c13ee97978bef4f55106b71e66428eb1512e71a7466ba49025fc2aec59a5bfb0954d5abd58fc5ee6c9b076eef4e1f6d3375c2e964b88466ca390da4419a786a8 + is-glob: ^4.0.3 + checksum: c13ee97978bef4f55106b71e66428eb1512e71a7466ba49025fc2aec59a5bfb0954d5abd58fc5ee6c9b076eef4e1f6d3375c2e964b88466ca390da4419a786a8 languageName: node linkType: hard "glob-to-regexp@npm:^0.4.1": version: 0.4.1 resolution: "glob-to-regexp@npm:0.4.1" - checksum: 8/e795f4e8f06d2a15e86f76e4d92751cf8bbfcf0157cea5c2f0f35678a8195a750b34096b1256e436f0cebc1883b5ff0888c47348443e69546a5a87f9e1eb1167 + checksum: e795f4e8f06d2a15e86f76e4d92751cf8bbfcf0157cea5c2f0f35678a8195a750b34096b1256e436f0cebc1883b5ff0888c47348443e69546a5a87f9e1eb1167 languageName: node linkType: hard @@ -3422,13 +3830,13 @@ __metadata: version: 7.2.3 resolution: "glob@npm:7.2.3" dependencies: - fs.realpath: "npm:^1.0.0" - inflight: "npm:^1.0.4" - inherits: "npm:2" - minimatch: "npm:^3.1.1" - once: "npm:^1.3.0" - path-is-absolute: "npm:^1.0.0" - checksum: 8/29452e97b38fa704dabb1d1045350fb2467cf0277e155aa9ff7077e90ad81d1ea9d53d3ee63bd37c05b09a065e90f16aec4a65f5b8de401d1dac40bc5605d133 + fs.realpath: ^1.0.0 + inflight: ^1.0.4 + inherits: 2 + minimatch: ^3.1.1 + once: ^1.3.0 + path-is-absolute: ^1.0.0 + checksum: 29452e97b38fa704dabb1d1045350fb2467cf0277e155aa9ff7077e90ad81d1ea9d53d3ee63bd37c05b09a065e90f16aec4a65f5b8de401d1dac40bc5605d133 languageName: node linkType: hard @@ -3436,11 +3844,11 @@ __metadata: version: 9.3.5 resolution: "glob@npm:9.3.5" dependencies: - fs.realpath: "npm:^1.0.0" - minimatch: "npm:^8.0.2" - minipass: "npm:^4.2.4" - path-scurry: "npm:^1.6.1" - checksum: 8/94b093adbc591bc36b582f77927d1fb0dbf3ccc231828512b017601408be98d1fe798fc8c0b19c6f2d1a7660339c3502ce698de475e9d938ccbb69b47b647c84 + fs.realpath: ^1.0.0 + minimatch: ^8.0.2 + minipass: ^4.2.4 + path-scurry: ^1.6.1 + checksum: 94b093adbc591bc36b582f77927d1fb0dbf3ccc231828512b017601408be98d1fe798fc8c0b19c6f2d1a7660339c3502ce698de475e9d938ccbb69b47b647c84 languageName: node linkType: hard @@ -3448,13 +3856,13 @@ __metadata: version: 7.1.7 resolution: "glob@npm:7.1.7" dependencies: - fs.realpath: "npm:^1.0.0" - inflight: "npm:^1.0.4" - inherits: "npm:2" - minimatch: "npm:^3.0.4" - once: "npm:^1.3.0" - path-is-absolute: "npm:^1.0.0" - checksum: 8/b61f48973bbdcf5159997b0874a2165db572b368b931135832599875919c237fc05c12984e38fe828e69aa8a921eb0e8a4997266211c517c9cfaae8a93988bb8 + fs.realpath: ^1.0.0 + inflight: ^1.0.4 + inherits: 2 + minimatch: ^3.0.4 + once: ^1.3.0 + path-is-absolute: ^1.0.0 + checksum: b61f48973bbdcf5159997b0874a2165db572b368b931135832599875919c237fc05c12984e38fe828e69aa8a921eb0e8a4997266211c517c9cfaae8a93988bb8 languageName: node linkType: hard @@ -3462,8 +3870,8 @@ __metadata: version: 2.0.0 resolution: "global-modules@npm:2.0.0" dependencies: - global-prefix: "npm:^3.0.0" - checksum: 8/d6197f25856c878c2fb5f038899f2dca7cbb2f7b7cf8999660c0104972d5cfa5c68b5a0a77fa8206bb536c3903a4615665acb9709b4d80846e1bb47eaef65430 + global-prefix: ^3.0.0 + checksum: d6197f25856c878c2fb5f038899f2dca7cbb2f7b7cf8999660c0104972d5cfa5c68b5a0a77fa8206bb536c3903a4615665acb9709b4d80846e1bb47eaef65430 languageName: node linkType: hard @@ -3471,10 +3879,10 @@ __metadata: version: 3.0.0 resolution: "global-prefix@npm:3.0.0" dependencies: - ini: "npm:^1.3.5" - kind-of: "npm:^6.0.2" - which: "npm:^1.3.1" - checksum: 8/8a82fc1d6f22c45484a4e34656cc91bf021a03e03213b0035098d605bfc612d7141f1e14a21097e8a0413b4884afd5b260df0b6a25605ce9d722e11f1df2881d + ini: ^1.3.5 + kind-of: ^6.0.2 + which: ^1.3.1 + checksum: 8a82fc1d6f22c45484a4e34656cc91bf021a03e03213b0035098d605bfc612d7141f1e14a21097e8a0413b4884afd5b260df0b6a25605ce9d722e11f1df2881d languageName: node linkType: hard @@ -3482,18 +3890,18 @@ __metadata: version: 13.24.0 resolution: "globals@npm:13.24.0" dependencies: - type-fest: "npm:^0.20.2" - checksum: 8/56066ef058f6867c04ff203b8a44c15b038346a62efbc3060052a1016be9f56f4cf0b2cd45b74b22b81e521a889fc7786c73691b0549c2f3a6e825b3d394f43c + type-fest: ^0.20.2 + checksum: 56066ef058f6867c04ff203b8a44c15b038346a62efbc3060052a1016be9f56f4cf0b2cd45b74b22b81e521a889fc7786c73691b0549c2f3a6e825b3d394f43c languageName: node linkType: hard -"globalthis@npm:^1.0.3": +"globalthis@npm:^1.0.4": version: 1.0.4 resolution: "globalthis@npm:1.0.4" dependencies: - define-properties: "npm:^1.2.1" - gopd: "npm:^1.0.1" - checksum: 8/39ad667ad9f01476474633a1834a70842041f70a55571e8dcef5fb957980a92da5022db5430fca8aecc5d47704ae30618c0bc877a579c70710c904e9ef06108a + define-properties: ^1.2.1 + gopd: ^1.0.1 + checksum: 39ad667ad9f01476474633a1834a70842041f70a55571e8dcef5fb957980a92da5022db5430fca8aecc5d47704ae30618c0bc877a579c70710c904e9ef06108a languageName: node linkType: hard @@ -3501,88 +3909,69 @@ __metadata: version: 11.1.0 resolution: "globby@npm:11.1.0" dependencies: - array-union: "npm:^2.1.0" - dir-glob: "npm:^3.0.1" - fast-glob: "npm:^3.2.9" - ignore: "npm:^5.2.0" - merge2: "npm:^1.4.1" - slash: "npm:^3.0.0" - checksum: 8/b4be8885e0cfa018fc783792942d53926c35c50b3aefd3fdcfb9d22c627639dc26bd2327a40a0b74b074100ce95bb7187bfeae2f236856aa3de183af7a02aea6 + array-union: ^2.1.0 + dir-glob: ^3.0.1 + fast-glob: ^3.2.9 + ignore: ^5.2.0 + merge2: ^1.4.1 + slash: ^3.0.0 + checksum: b4be8885e0cfa018fc783792942d53926c35c50b3aefd3fdcfb9d22c627639dc26bd2327a40a0b74b074100ce95bb7187bfeae2f236856aa3de183af7a02aea6 languageName: node linkType: hard "globjoin@npm:^0.1.4": version: 0.1.4 resolution: "globjoin@npm:0.1.4" - checksum: 8/0a47d88d566122d9e42da946453ee38b398e0021515ac6a95d13f980ba8c1e42954e05ee26cfcbffce1ac1ee094d0524b16ce1dd874ca52408d6db5c6d39985b + checksum: 0a47d88d566122d9e42da946453ee38b398e0021515ac6a95d13f980ba8c1e42954e05ee26cfcbffce1ac1ee094d0524b16ce1dd874ca52408d6db5c6d39985b languageName: node linkType: hard -"gopd@npm:^1.0.1": - version: 1.0.1 - resolution: "gopd@npm:1.0.1" - dependencies: - get-intrinsic: "npm:^1.1.3" - checksum: 8/a5ccfb8806e0917a94e0b3de2af2ea4979c1da920bc381667c260e00e7cafdbe844e2cb9c5bcfef4e5412e8bf73bab837285bc35c7ba73aaaf0134d4583393a6 +"gopd@npm:^1.0.1, gopd@npm:^1.2.0": + version: 1.2.0 + resolution: "gopd@npm:1.2.0" + checksum: cc6d8e655e360955bdccaca51a12a474268f95bb793fc3e1f2bdadb075f28bfd1fd988dab872daf77a61d78cbaf13744bc8727a17cfb1d150d76047d805375f3 languageName: node linkType: hard "graceful-fs@npm:^4.1.2, graceful-fs@npm:^4.1.6, graceful-fs@npm:^4.2.0, graceful-fs@npm:^4.2.11, graceful-fs@npm:^4.2.4": version: 4.2.11 resolution: "graceful-fs@npm:4.2.11" - checksum: 8/ac85f94da92d8eb6b7f5a8b20ce65e43d66761c55ce85ac96df6865308390da45a8d3f0296dd3a663de65d30ba497bd46c696cc1e248c72b13d6d567138a4fc7 + checksum: ac85f94da92d8eb6b7f5a8b20ce65e43d66761c55ce85ac96df6865308390da45a8d3f0296dd3a663de65d30ba497bd46c696cc1e248c72b13d6d567138a4fc7 languageName: node linkType: hard "graphemer@npm:^1.4.0": version: 1.4.0 resolution: "graphemer@npm:1.4.0" - checksum: 8/bab8f0be9b568857c7bec9fda95a89f87b783546d02951c40c33f84d05bb7da3fd10f863a9beb901463669b6583173a8c8cc6d6b306ea2b9b9d5d3d943c3a673 - languageName: node - linkType: hard - -"har-schema@npm:^2.0.0": - version: 2.0.0 - resolution: "har-schema@npm:2.0.0" - checksum: 8/d8946348f333fb09e2bf24cc4c67eabb47c8e1d1aa1c14184c7ffec1140a49ec8aa78aa93677ae452d71d5fc0fdeec20f0c8c1237291fc2bcb3f502a5d204f9b - languageName: node - linkType: hard - -"har-validator@npm:~5.1.3": - version: 5.1.5 - resolution: "har-validator@npm:5.1.5" - dependencies: - ajv: "npm:^6.12.3" - har-schema: "npm:^2.0.0" - checksum: 8/b998a7269ca560d7f219eedc53e2c664cd87d487e428ae854a6af4573fc94f182fe9d2e3b92ab968249baec7ebaf9ead69cf975c931dc2ab282ec182ee988280 + checksum: bab8f0be9b568857c7bec9fda95a89f87b783546d02951c40c33f84d05bb7da3fd10f863a9beb901463669b6583173a8c8cc6d6b306ea2b9b9d5d3d943c3a673 languageName: node linkType: hard "hard-rejection@npm:^2.1.0": version: 2.1.0 resolution: "hard-rejection@npm:2.1.0" - checksum: 8/7baaf80a0c7fff4ca79687b4060113f1529589852152fa935e6787a2bc96211e784ad4588fb3048136ff8ffc9dfcf3ae385314a5b24db32de20bea0d1597f9dc + checksum: 7baaf80a0c7fff4ca79687b4060113f1529589852152fa935e6787a2bc96211e784ad4588fb3048136ff8ffc9dfcf3ae385314a5b24db32de20bea0d1597f9dc languageName: node linkType: hard -"has-bigints@npm:^1.0.1, has-bigints@npm:^1.0.2": - version: 1.0.2 - resolution: "has-bigints@npm:1.0.2" - checksum: 8/390e31e7be7e5c6fe68b81babb73dfc35d413604d7ee5f56da101417027a4b4ce6a27e46eff97ad040c835b5d228676eae99a9b5c3bc0e23c8e81a49241ff45b +"has-bigints@npm:^1.0.2": + version: 1.1.0 + resolution: "has-bigints@npm:1.1.0" + checksum: 79730518ae02c77e4af6a1d1a0b6a2c3e1509785532771f9baf0241e83e36329542c3d7a0e723df8cbc85f74eff4f177828a2265a01ba576adbdc2d40d86538b languageName: node linkType: hard "has-flag@npm:^3.0.0": version: 3.0.0 resolution: "has-flag@npm:3.0.0" - checksum: 8/4a15638b454bf086c8148979aae044dd6e39d63904cd452d970374fa6a87623423da485dfb814e7be882e05c096a7ccf1ebd48e7e7501d0208d8384ff4dea73b + checksum: 4a15638b454bf086c8148979aae044dd6e39d63904cd452d970374fa6a87623423da485dfb814e7be882e05c096a7ccf1ebd48e7e7501d0208d8384ff4dea73b languageName: node linkType: hard "has-flag@npm:^4.0.0": version: 4.0.0 resolution: "has-flag@npm:4.0.0" - checksum: 8/261a1357037ead75e338156b1f9452c016a37dcd3283a972a30d9e4a87441ba372c8b81f818cd0fbcd9c0354b4ae7e18b9e1afa1971164aef6d18c2b6095a8ad + checksum: 261a1357037ead75e338156b1f9452c016a37dcd3283a972a30d9e4a87441ba372c8b81f818cd0fbcd9c0354b4ae7e18b9e1afa1971164aef6d18c2b6095a8ad languageName: node linkType: hard @@ -3590,22 +3979,24 @@ __metadata: version: 1.0.2 resolution: "has-property-descriptors@npm:1.0.2" dependencies: - es-define-property: "npm:^1.0.0" - checksum: 8/fcbb246ea2838058be39887935231c6d5788babed499d0e9d0cc5737494c48aba4fe17ba1449e0d0fbbb1e36175442faa37f9c427ae357d6ccb1d895fbcd3de3 + es-define-property: ^1.0.0 + checksum: fcbb246ea2838058be39887935231c6d5788babed499d0e9d0cc5737494c48aba4fe17ba1449e0d0fbbb1e36175442faa37f9c427ae357d6ccb1d895fbcd3de3 languageName: node linkType: hard -"has-proto@npm:^1.0.1, has-proto@npm:^1.0.3": - version: 1.0.3 - resolution: "has-proto@npm:1.0.3" - checksum: 8/fe7c3d50b33f50f3933a04413ed1f69441d21d2d2944f81036276d30635cad9279f6b43bc8f32036c31ebdfcf6e731150f46c1907ad90c669ffe9b066c3ba5c4 +"has-proto@npm:^1.0.3, has-proto@npm:^1.2.0": + version: 1.2.0 + resolution: "has-proto@npm:1.2.0" + dependencies: + dunder-proto: ^1.0.0 + checksum: f55010cb94caa56308041d77967c72a02ffd71386b23f9afa8447e58bc92d49d15c19bf75173713468e92fe3fb1680b03b115da39c21c32c74886d1d50d3e7ff languageName: node linkType: hard -"has-symbols@npm:^1.0.2, has-symbols@npm:^1.0.3": - version: 1.0.3 - resolution: "has-symbols@npm:1.0.3" - checksum: 8/a054c40c631c0d5741a8285010a0777ea0c068f99ed43e5d6eb12972da223f8af553a455132fdb0801bdcfa0e0f443c0c03a68d8555aa529b3144b446c3f2410 +"has-symbols@npm:^1.0.3, has-symbols@npm:^1.1.0": + version: 1.1.0 + resolution: "has-symbols@npm:1.1.0" + checksum: b2316c7302a0e8ba3aaba215f834e96c22c86f192e7310bdf689dd0e6999510c89b00fbc5742571507cebf25764d68c988b3a0da217369a73596191ac0ce694b languageName: node linkType: hard @@ -3613,24 +4004,24 @@ __metadata: version: 1.0.2 resolution: "has-tostringtag@npm:1.0.2" dependencies: - has-symbols: "npm:^1.0.3" - checksum: 8/999d60bb753ad714356b2c6c87b7fb74f32463b8426e159397da4bde5bca7e598ab1073f4d8d4deafac297f2eb311484cd177af242776bf05f0d11565680468d + has-symbols: ^1.0.3 + checksum: 999d60bb753ad714356b2c6c87b7fb74f32463b8426e159397da4bde5bca7e598ab1073f4d8d4deafac297f2eb311484cd177af242776bf05f0d11565680468d languageName: node linkType: hard -"hasown@npm:^2.0.0, hasown@npm:^2.0.1, hasown@npm:^2.0.2": +"hasown@npm:^2.0.1, hasown@npm:^2.0.2": version: 2.0.2 resolution: "hasown@npm:2.0.2" dependencies: - function-bind: "npm:^1.1.2" - checksum: 8/e8516f776a15149ca6c6ed2ae3110c417a00b62260e222590e54aa367cbcd6ed99122020b37b7fbdf05748df57b265e70095d7bf35a47660587619b15ffb93db + function-bind: ^1.1.2 + checksum: e8516f776a15149ca6c6ed2ae3110c417a00b62260e222590e54aa367cbcd6ed99122020b37b7fbdf05748df57b265e70095d7bf35a47660587619b15ffb93db languageName: node linkType: hard "hosted-git-info@npm:^2.1.4": version: 2.8.9 resolution: "hosted-git-info@npm:2.8.9" - checksum: 8/c955394bdab888a1e9bb10eb33029e0f7ce5a2ac7b3f158099dc8c486c99e73809dca609f5694b223920ca2174db33d32b12f9a2a47141dc59607c29da5a62dd + checksum: c955394bdab888a1e9bb10eb33029e0f7ce5a2ac7b3f158099dc8c486c99e73809dca609f5694b223920ca2174db33d32b12f9a2a47141dc59607c29da5a62dd languageName: node linkType: hard @@ -3638,15 +4029,15 @@ __metadata: version: 4.1.0 resolution: "hosted-git-info@npm:4.1.0" dependencies: - lru-cache: "npm:^6.0.0" - checksum: 8/c3f87b3c2f7eb8c2748c8f49c0c2517c9a95f35d26f4bf54b2a8cba05d2e668f3753548b6ea366b18ec8dadb4e12066e19fa382a01496b0ffa0497eb23cbe461 + lru-cache: ^6.0.0 + checksum: c3f87b3c2f7eb8c2748c8f49c0c2517c9a95f35d26f4bf54b2a8cba05d2e668f3753548b6ea366b18ec8dadb4e12066e19fa382a01496b0ffa0497eb23cbe461 languageName: node linkType: hard "html-tags@npm:^3.2.0": version: 3.3.1 resolution: "html-tags@npm:3.3.1" - checksum: 8/b4ef1d5a76b678e43cce46e3783d563607b1d550cab30b4f511211564574770aa8c658a400b100e588bc60b8234e59b35ff72c7851cc28f3b5403b13a2c6cbce + checksum: b4ef1d5a76b678e43cce46e3783d563607b1d550cab30b4f511211564574770aa8c658a400b100e588bc60b8234e59b35ff72c7851cc28f3b5403b13a2c6cbce languageName: node linkType: hard @@ -3654,22 +4045,11 @@ __metadata: version: 8.0.2 resolution: "htmlparser2@npm:8.0.2" dependencies: - domelementtype: "npm:^2.3.0" - domhandler: "npm:^5.0.3" - domutils: "npm:^3.0.1" - entities: "npm:^4.4.0" - checksum: 8/29167a0f9282f181da8a6d0311b76820c8a59bc9e3c87009e21968264c2987d2723d6fde5a964d4b7b6cba663fca96ffb373c06d8223a85f52a6089ced942700 - languageName: node - linkType: hard - -"http-signature@npm:~1.2.0": - version: 1.2.0 - resolution: "http-signature@npm:1.2.0" - dependencies: - assert-plus: "npm:^1.0.0" - jsprim: "npm:^1.2.2" - sshpk: "npm:^1.7.0" - checksum: 8/3324598712266a9683585bb84a75dec4fd550567d5e0dd4a0fff6ff3f74348793404d3eeac4918fa0902c810eeee1a86419e4a2e92a164132dfe6b26743fb47c + domelementtype: ^2.3.0 + domhandler: ^5.0.3 + domutils: ^3.0.1 + entities: ^4.4.0 + checksum: 29167a0f9282f181da8a6d0311b76820c8a59bc9e3c87009e21968264c2987d2723d6fde5a964d4b7b6cba663fca96ffb373c06d8223a85f52a6089ced942700 languageName: node linkType: hard @@ -3677,8 +4057,8 @@ __metadata: version: 0.6.3 resolution: "iconv-lite@npm:0.6.3" dependencies: - safer-buffer: "npm:>= 2.1.2 < 3.0.0" - checksum: 8/3f60d47a5c8fc3313317edfd29a00a692cc87a19cac0159e2ce711d0ebc9019064108323b5e493625e25594f11c6236647d8e256fbe7a58f4a3b33b89e6d30bf + safer-buffer: ">= 2.1.2 < 3.0.0" + checksum: 3f60d47a5c8fc3313317edfd29a00a692cc87a19cac0159e2ce711d0ebc9019064108323b5e493625e25594f11c6236647d8e256fbe7a58f4a3b33b89e6d30bf languageName: node linkType: hard @@ -3687,21 +4067,28 @@ __metadata: resolution: "icss-utils@npm:5.1.0" peerDependencies: postcss: ^8.1.0 - checksum: 8/5c324d283552b1269cfc13a503aaaa172a280f914e5b81544f3803bc6f06a3b585fb79f66f7c771a2c052db7982c18bf92d001e3b47282e3abbbb4c4cc488d68 + checksum: 5c324d283552b1269cfc13a503aaaa172a280f914e5b81544f3803bc6f06a3b585fb79f66f7c771a2c052db7982c18bf92d001e3b47282e3abbbb4c4cc488d68 languageName: node linkType: hard "idb-keyval@npm:^6.2.0": version: 6.2.1 resolution: "idb-keyval@npm:6.2.1" - checksum: 8/7c0836f832096086e99258167740181132a71dd2694c8b8454a4f5ec69114ba6d70983115153306f0b6de1c8d3bad04f67eed3dff8f50c96815b9985d6d78470 + checksum: 7c0836f832096086e99258167740181132a71dd2694c8b8454a4f5ec69114ba6d70983115153306f0b6de1c8d3bad04f67eed3dff8f50c96815b9985d6d78470 + languageName: node + linkType: hard + +"ieee754@npm:^1.2.1": + version: 1.2.1 + resolution: "ieee754@npm:1.2.1" + checksum: 5144c0c9815e54ada181d80a0b810221a253562422e7c6c3a60b1901154184f49326ec239d618c416c1c5945a2e197107aee8d986a3dd836b53dffefd99b5e7e languageName: node linkType: hard "ignore@npm:^5.2.0, ignore@npm:^5.2.1": - version: 5.3.1 - resolution: "ignore@npm:5.3.1" - checksum: 8/71d7bb4c1dbe020f915fd881108cbe85a0db3d636a0ea3ba911393c53946711d13a9b1143c7e70db06d571a5822c0a324a6bcde5c9904e7ca5047f01f1bf8cd3 + version: 5.3.2 + resolution: "ignore@npm:5.3.2" + checksum: 2acfd32a573260ea522ea0bfeff880af426d68f6831f973129e2ba7363f422923cf53aab62f8369cbf4667c7b25b6f8a3761b34ecdb284ea18e87a5262a865be languageName: node linkType: hard @@ -3709,42 +4096,42 @@ __metadata: version: 3.3.0 resolution: "import-fresh@npm:3.3.0" dependencies: - parent-module: "npm:^1.0.0" - resolve-from: "npm:^4.0.0" - checksum: 8/2cacfad06e652b1edc50be650f7ec3be08c5e5a6f6d12d035c440a42a8cc028e60a5b99ca08a77ab4d6b1346da7d971915828f33cdab730d3d42f08242d09baa + parent-module: ^1.0.0 + resolve-from: ^4.0.0 + checksum: 2cacfad06e652b1edc50be650f7ec3be08c5e5a6f6d12d035c440a42a8cc028e60a5b99ca08a77ab4d6b1346da7d971915828f33cdab730d3d42f08242d09baa languageName: node linkType: hard "import-lazy@npm:^4.0.0": version: 4.0.0 resolution: "import-lazy@npm:4.0.0" - checksum: 8/22f5e51702134aef78890156738454f620e5fe7044b204ebc057c614888a1dd6fdf2ede0fdcca44d5c173fd64f65c985f19a51775b06967ef58cc3d26898df07 + checksum: 22f5e51702134aef78890156738454f620e5fe7044b204ebc057c614888a1dd6fdf2ede0fdcca44d5c173fd64f65c985f19a51775b06967ef58cc3d26898df07 languageName: node linkType: hard "import-local@npm:^3.0.2": - version: 3.1.0 - resolution: "import-local@npm:3.1.0" + version: 3.2.0 + resolution: "import-local@npm:3.2.0" dependencies: - pkg-dir: "npm:^4.2.0" - resolve-cwd: "npm:^3.0.0" + pkg-dir: ^4.2.0 + resolve-cwd: ^3.0.0 bin: import-local-fixture: fixtures/cli.js - checksum: 8/bfcdb63b5e3c0e245e347f3107564035b128a414c4da1172a20dc67db2504e05ede4ac2eee1252359f78b0bfd7b19ef180aec427c2fce6493ae782d73a04cddd + checksum: 0b0b0b412b2521739fbb85eeed834a3c34de9bc67e670b3d0b86248fc460d990a7b116ad056c084b87a693ef73d1f17268d6a5be626bb43c998a8b1c8a230004 languageName: node linkType: hard "imurmurhash@npm:^0.1.4": version: 0.1.4 resolution: "imurmurhash@npm:0.1.4" - checksum: 8/7cae75c8cd9a50f57dadd77482359f659eaebac0319dd9368bcd1714f55e65badd6929ca58569da2b6494ef13fdd5598cd700b1eba23f8b79c5f19d195a3ecf7 + checksum: 7cae75c8cd9a50f57dadd77482359f659eaebac0319dd9368bcd1714f55e65badd6929ca58569da2b6494ef13fdd5598cd700b1eba23f8b79c5f19d195a3ecf7 languageName: node linkType: hard "indent-string@npm:^4.0.0": version: 4.0.0 resolution: "indent-string@npm:4.0.0" - checksum: 8/824cfb9929d031dabf059bebfe08cf3137365e112019086ed3dcff6a0a7b698cb80cf67ccccde0e25b9e2d7527aa6cc1fed1ac490c752162496caba3e6699612 + checksum: 824cfb9929d031dabf059bebfe08cf3137365e112019086ed3dcff6a0a7b698cb80cf67ccccde0e25b9e2d7527aa6cc1fed1ac490c752162496caba3e6699612 languageName: node linkType: hard @@ -3752,146 +4139,184 @@ __metadata: version: 1.0.6 resolution: "inflight@npm:1.0.6" dependencies: - once: "npm:^1.3.0" - wrappy: "npm:1" - checksum: 8/f4f76aa072ce19fae87ce1ef7d221e709afb59d445e05d47fba710e85470923a75de35bfae47da6de1b18afc3ce83d70facf44cfb0aff89f0a3f45c0a0244dfd + once: ^1.3.0 + wrappy: 1 + checksum: f4f76aa072ce19fae87ce1ef7d221e709afb59d445e05d47fba710e85470923a75de35bfae47da6de1b18afc3ce83d70facf44cfb0aff89f0a3f45c0a0244dfd languageName: node linkType: hard -"inherits@npm:2": +"inherits@npm:2, inherits@npm:^2.0.3": version: 2.0.4 resolution: "inherits@npm:2.0.4" - checksum: 8/4a48a733847879d6cf6691860a6b1e3f0f4754176e4d71494c41f3475553768b10f84b5ce1d40fbd0e34e6bfbb864ee35858ad4dd2cf31e02fc4a154b724d7f1 + checksum: 4a48a733847879d6cf6691860a6b1e3f0f4754176e4d71494c41f3475553768b10f84b5ce1d40fbd0e34e6bfbb864ee35858ad4dd2cf31e02fc4a154b724d7f1 languageName: node linkType: hard "ini@npm:^1.3.5": version: 1.3.8 resolution: "ini@npm:1.3.8" - checksum: 8/dfd98b0ca3a4fc1e323e38a6c8eb8936e31a97a918d3b377649ea15bdb15d481207a0dda1021efbd86b464cae29a0d33c1d7dcaf6c5672bee17fa849bc50a1b3 + checksum: dfd98b0ca3a4fc1e323e38a6c8eb8936e31a97a918d3b377649ea15bdb15d481207a0dda1021efbd86b464cae29a0d33c1d7dcaf6c5672bee17fa849bc50a1b3 languageName: node linkType: hard -"internal-slot@npm:^1.0.7": - version: 1.0.7 - resolution: "internal-slot@npm:1.0.7" +"internal-slot@npm:^1.1.0": + version: 1.1.0 + resolution: "internal-slot@npm:1.1.0" dependencies: - es-errors: "npm:^1.3.0" - hasown: "npm:^2.0.0" - side-channel: "npm:^1.0.4" - checksum: 8/cadc5eea5d7d9bc2342e93aae9f31f04c196afebb11bde97448327049f492cd7081e18623ae71388aac9cd237b692ca3a105be9c68ac39c1dec679d7409e33eb + es-errors: ^1.3.0 + hasown: ^2.0.2 + side-channel: ^1.1.0 + checksum: 8e0991c2d048cc08dab0a91f573c99f6a4215075887517ea4fa32203ce8aea60fa03f95b177977fa27eb502e5168366d0f3e02c762b799691411d49900611861 languageName: node linkType: hard "interpret@npm:^3.1.1": version: 3.1.1 resolution: "interpret@npm:3.1.1" - checksum: 8/35cebcf48c7351130437596d9ab8c8fe131ce4038da4561e6d665f25640e0034702a031cf7e3a5cea60ac7ac548bf17465e0571ede126f3d3a6933152171ac82 + checksum: 35cebcf48c7351130437596d9ab8c8fe131ce4038da4561e6d665f25640e0034702a031cf7e3a5cea60ac7ac548bf17465e0571ede126f3d3a6933152171ac82 languageName: node linkType: hard "iota-array@npm:^1.0.0": version: 1.0.0 resolution: "iota-array@npm:1.0.0" - checksum: 8/e537c236d95e835f73dc59d725bd3eee9a722a2e7b596ff1cc2a91dd9781f82318040321d5839f1e1d4ace1411134200d443bb22dc2ab0ee4da7e03a4f74b73d + checksum: e537c236d95e835f73dc59d725bd3eee9a722a2e7b596ff1cc2a91dd9781f82318040321d5839f1e1d4ace1411134200d443bb22dc2ab0ee4da7e03a4f74b73d languageName: node linkType: hard "is-array-buffer@npm:^3.0.4": - version: 3.0.4 - resolution: "is-array-buffer@npm:3.0.4" + version: 3.0.5 + resolution: "is-array-buffer@npm:3.0.5" dependencies: - call-bind: "npm:^1.0.2" - get-intrinsic: "npm:^1.2.1" - checksum: 8/e4e3e6ef0ff2239e75371d221f74bc3c26a03564a22efb39f6bb02609b598917ddeecef4e8c877df2a25888f247a98198959842a5e73236bc7f22cabdf6351a7 + call-bind: ^1.0.8 + call-bound: ^1.0.3 + get-intrinsic: ^1.2.6 + checksum: f137a2a6e77af682cdbffef1e633c140cf596f72321baf8bba0f4ef22685eb4339dde23dfe9e9ca430b5f961dee4d46577dcf12b792b68518c8449b134fb9156 languageName: node linkType: hard "is-arrayish@npm:^0.2.1": version: 0.2.1 resolution: "is-arrayish@npm:0.2.1" - checksum: 8/eef4417e3c10e60e2c810b6084942b3ead455af16c4509959a27e490e7aee87cfb3f38e01bbde92220b528a0ee1a18d52b787e1458ee86174d8c7f0e58cd488f + checksum: eef4417e3c10e60e2c810b6084942b3ead455af16c4509959a27e490e7aee87cfb3f38e01bbde92220b528a0ee1a18d52b787e1458ee86174d8c7f0e58cd488f languageName: node linkType: hard -"is-bigint@npm:^1.0.1": - version: 1.0.4 - resolution: "is-bigint@npm:1.0.4" +"is-arrayish@npm:^0.3.1": + version: 0.3.2 + resolution: "is-arrayish@npm:0.3.2" + checksum: 977e64f54d91c8f169b59afcd80ff19227e9f5c791fa28fa2e5bce355cbaf6c2c356711b734656e80c9dd4a854dd7efcf7894402f1031dfc5de5d620775b4d5f + languageName: node + linkType: hard + +"is-async-function@npm:^2.0.0": + version: 2.0.0 + resolution: "is-async-function@npm:2.0.0" dependencies: - has-bigints: "npm:^1.0.1" - checksum: 8/c56edfe09b1154f8668e53ebe8252b6f185ee852a50f9b41e8d921cb2bed425652049fbe438723f6cb48a63ca1aa051e948e7e401e093477c99c84eba244f666 + has-tostringtag: ^1.0.0 + checksum: e3471d95e6c014bf37cad8a93f2f4b6aac962178e0a5041e8903147166964fdc1c5c1d2ef87e86d77322c370ca18f2ea004fa7420581fa747bcaf7c223069dbd languageName: node linkType: hard -"is-boolean-object@npm:^1.1.0": - version: 1.1.2 - resolution: "is-boolean-object@npm:1.1.2" +"is-bigint@npm:^1.1.0": + version: 1.1.0 + resolution: "is-bigint@npm:1.1.0" + dependencies: + has-bigints: ^1.0.2 + checksum: ee1544f0e664f253306786ed1dce494b8cf242ef415d6375d8545b4d8816b0f054bd9f948a8988ae2c6325d1c28260dd02978236b2f7b8fb70dfc4838a6c9fa7 + languageName: node + linkType: hard + +"is-boolean-object@npm:^1.2.1": + version: 1.2.1 + resolution: "is-boolean-object@npm:1.2.1" dependencies: - call-bind: "npm:^1.0.2" - has-tostringtag: "npm:^1.0.0" - checksum: 8/c03b23dbaacadc18940defb12c1c0e3aaece7553ef58b162a0f6bba0c2a7e1551b59f365b91e00d2dbac0522392d576ef322628cb1d036a0fe51eb466db67222 + call-bound: ^1.0.2 + has-tostringtag: ^1.0.2 + checksum: 2672609f0f2536172873810a38ec006a415e43ddc6a240f7638a1659cb20dfa91cc75c8a1bed36247bb046aa8f0eab945f20d1203bc69606418bd129c745f861 languageName: node linkType: hard "is-buffer@npm:^1.0.2": version: 1.1.6 resolution: "is-buffer@npm:1.1.6" - checksum: 8/4a186d995d8bbf9153b4bd9ff9fd04ae75068fe695d29025d25e592d9488911eeece84eefbd8fa41b8ddcc0711058a71d4c466dcf6f1f6e1d83830052d8ca707 + checksum: 4a186d995d8bbf9153b4bd9ff9fd04ae75068fe695d29025d25e592d9488911eeece84eefbd8fa41b8ddcc0711058a71d4c466dcf6f1f6e1d83830052d8ca707 languageName: node linkType: hard -"is-callable@npm:^1.1.3, is-callable@npm:^1.1.4, is-callable@npm:^1.2.7": +"is-callable@npm:^1.1.3, is-callable@npm:^1.2.7": version: 1.2.7 resolution: "is-callable@npm:1.2.7" - checksum: 8/61fd57d03b0d984e2ed3720fb1c7a897827ea174bd44402878e059542ea8c4aeedee0ea0985998aa5cc2736b2fa6e271c08587addb5b3959ac52cf665173d1ac + checksum: 61fd57d03b0d984e2ed3720fb1c7a897827ea174bd44402878e059542ea8c4aeedee0ea0985998aa5cc2736b2fa6e271c08587addb5b3959ac52cf665173d1ac languageName: node linkType: hard -"is-core-module@npm:^2.13.0, is-core-module@npm:^2.5.0": - version: 2.13.1 - resolution: "is-core-module@npm:2.13.1" +"is-core-module@npm:^2.16.0, is-core-module@npm:^2.5.0": + version: 2.16.0 + resolution: "is-core-module@npm:2.16.0" dependencies: - hasown: "npm:^2.0.0" - checksum: 8/256559ee8a9488af90e4bad16f5583c6d59e92f0742e9e8bb4331e758521ee86b810b93bae44f390766ffbc518a0488b18d9dab7da9a5ff997d499efc9403f7c + hasown: ^2.0.2 + checksum: 98aa14eaee864c2e86fff4e08813e0da3ca7ac38dd0a43b9f10aeec48bfbc4827e2677349adb626f66921caef7fa9e2745c80b8b7cafe8ac24d46dc8124cc216 languageName: node linkType: hard -"is-data-view@npm:^1.0.1": - version: 1.0.1 - resolution: "is-data-view@npm:1.0.1" +"is-data-view@npm:^1.0.1, is-data-view@npm:^1.0.2": + version: 1.0.2 + resolution: "is-data-view@npm:1.0.2" dependencies: - is-typed-array: "npm:^1.1.13" - checksum: 8/4ba4562ac2b2ec005fefe48269d6bd0152785458cd253c746154ffb8a8ab506a29d0cfb3b74af87513843776a88e4981ae25c89457bf640a33748eab1a7216b5 + call-bound: ^1.0.2 + get-intrinsic: ^1.2.6 + is-typed-array: ^1.1.13 + checksum: 31600dd19932eae7fd304567e465709ffbfa17fa236427c9c864148e1b54eb2146357fcf3aed9b686dee13c217e1bb5a649cb3b9c479e1004c0648e9febde1b2 languageName: node linkType: hard -"is-date-object@npm:^1.0.1": - version: 1.0.5 - resolution: "is-date-object@npm:1.0.5" +"is-date-object@npm:^1.0.5, is-date-object@npm:^1.1.0": + version: 1.1.0 + resolution: "is-date-object@npm:1.1.0" dependencies: - has-tostringtag: "npm:^1.0.0" - checksum: 8/baa9077cdf15eb7b58c79398604ca57379b2fc4cf9aa7a9b9e295278648f628c9b201400c01c5e0f7afae56507d741185730307cbe7cad3b9f90a77e5ee342fc + call-bound: ^1.0.2 + has-tostringtag: ^1.0.2 + checksum: d6c36ab9d20971d65f3fc64cef940d57a4900a2ac85fb488a46d164c2072a33da1cb51eefcc039e3e5c208acbce343d3480b84ab5ff0983f617512da2742562a languageName: node linkType: hard "is-electron@npm:^2.2.2": version: 2.2.2 resolution: "is-electron@npm:2.2.2" - checksum: 8/de5aa8bd8d72c96675b8d0f93fab4cc21f62be5440f65bc05c61338ca27bd851a64200f31f1bf9facbaa01b3dbfed7997b2186741d84b93b63e0aff1db6a9494 + checksum: de5aa8bd8d72c96675b8d0f93fab4cc21f62be5440f65bc05c61338ca27bd851a64200f31f1bf9facbaa01b3dbfed7997b2186741d84b93b63e0aff1db6a9494 languageName: node linkType: hard "is-extglob@npm:^2.1.1": version: 2.1.1 resolution: "is-extglob@npm:2.1.1" - checksum: 8/df033653d06d0eb567461e58a7a8c9f940bd8c22274b94bf7671ab36df5719791aae15eef6d83bbb5e23283967f2f984b8914559d4449efda578c775c4be6f85 + checksum: df033653d06d0eb567461e58a7a8c9f940bd8c22274b94bf7671ab36df5719791aae15eef6d83bbb5e23283967f2f984b8914559d4449efda578c775c4be6f85 + languageName: node + linkType: hard + +"is-finalizationregistry@npm:^1.1.0": + version: 1.1.1 + resolution: "is-finalizationregistry@npm:1.1.1" + dependencies: + call-bound: ^1.0.3 + checksum: 38c646c506e64ead41a36c182d91639833311970b6b6c6268634f109eef0a1a9d2f1f2e499ef4cb43c744a13443c4cdd2f0812d5afdcee5e9b65b72b28c48557 languageName: node linkType: hard "is-fullwidth-code-point@npm:^3.0.0": version: 3.0.0 resolution: "is-fullwidth-code-point@npm:3.0.0" - checksum: 8/44a30c29457c7fb8f00297bce733f0a64cd22eca270f83e58c105e0d015e45c019491a4ab2faef91ab51d4738c670daff901c799f6a700e27f7314029e99e348 + checksum: 44a30c29457c7fb8f00297bce733f0a64cd22eca270f83e58c105e0d015e45c019491a4ab2faef91ab51d4738c670daff901c799f6a700e27f7314029e99e348 + languageName: node + linkType: hard + +"is-generator-function@npm:^1.0.10": + version: 1.0.10 + resolution: "is-generator-function@npm:1.0.10" + dependencies: + has-tostringtag: ^1.0.0 + checksum: d54644e7dbaccef15ceb1e5d91d680eb5068c9ee9f9eb0a9e04173eb5542c9b51b5ab52c5537f5703e48d5fddfd376817c1ca07a84a407b7115b769d4bdde72b languageName: node linkType: hard @@ -3899,45 +4324,53 @@ __metadata: version: 4.0.3 resolution: "is-glob@npm:4.0.3" dependencies: - is-extglob: "npm:^2.1.1" - checksum: 8/d381c1319fcb69d341cc6e6c7cd588e17cd94722d9a32dbd60660b993c4fb7d0f19438674e68dfec686d09b7c73139c9166b47597f846af387450224a8101ab4 + is-extglob: ^2.1.1 + checksum: d381c1319fcb69d341cc6e6c7cd588e17cd94722d9a32dbd60660b993c4fb7d0f19438674e68dfec686d09b7c73139c9166b47597f846af387450224a8101ab4 + languageName: node + linkType: hard + +"is-map@npm:^2.0.3": + version: 2.0.3 + resolution: "is-map@npm:2.0.3" + checksum: e6ce5f6380f32b141b3153e6ba9074892bbbbd655e92e7ba5ff195239777e767a976dcd4e22f864accaf30e53ebf961ab1995424aef91af68788f0591b7396cc languageName: node linkType: hard "is-negative-zero@npm:^2.0.3": version: 2.0.3 resolution: "is-negative-zero@npm:2.0.3" - checksum: 8/c1e6b23d2070c0539d7b36022d5a94407132411d01aba39ec549af824231f3804b1aea90b5e4e58e807a65d23ceb538ed6e355ce76b267bdd86edb757ffcbdcd + checksum: c1e6b23d2070c0539d7b36022d5a94407132411d01aba39ec549af824231f3804b1aea90b5e4e58e807a65d23ceb538ed6e355ce76b267bdd86edb757ffcbdcd languageName: node linkType: hard -"is-number-object@npm:^1.0.4": - version: 1.0.7 - resolution: "is-number-object@npm:1.0.7" +"is-number-object@npm:^1.1.1": + version: 1.1.1 + resolution: "is-number-object@npm:1.1.1" dependencies: - has-tostringtag: "npm:^1.0.0" - checksum: 8/d1e8d01bb0a7134c74649c4e62da0c6118a0bfc6771ea3c560914d52a627873e6920dd0fd0ebc0e12ad2ff4687eac4c308f7e80320b973b2c8a2c8f97a7524f7 + call-bound: ^1.0.3 + has-tostringtag: ^1.0.2 + checksum: 6517f0a0e8c4b197a21afb45cd3053dc711e79d45d8878aa3565de38d0102b130ca8732485122c7b336e98c27dacd5236854e3e6526e0eb30cae64956535662f languageName: node linkType: hard "is-number@npm:^7.0.0": version: 7.0.0 resolution: "is-number@npm:7.0.0" - checksum: 8/456ac6f8e0f3111ed34668a624e45315201dff921e5ac181f8ec24923b99e9f32ca1a194912dc79d539c97d33dba17dc635202ff0b2cf98326f608323276d27a + checksum: 456ac6f8e0f3111ed34668a624e45315201dff921e5ac181f8ec24923b99e9f32ca1a194912dc79d539c97d33dba17dc635202ff0b2cf98326f608323276d27a languageName: node linkType: hard "is-path-inside@npm:^3.0.3": version: 3.0.3 resolution: "is-path-inside@npm:3.0.3" - checksum: 8/abd50f06186a052b349c15e55b182326f1936c89a78bf6c8f2b707412517c097ce04bc49a0ca221787bc44e1049f51f09a2ffb63d22899051988d3a618ba13e9 + checksum: abd50f06186a052b349c15e55b182326f1936c89a78bf6c8f2b707412517c097ce04bc49a0ca221787bc44e1049f51f09a2ffb63d22899051988d3a618ba13e9 languageName: node linkType: hard "is-plain-obj@npm:^1.1.0": version: 1.1.0 resolution: "is-plain-obj@npm:1.1.0" - checksum: 8/0ee04807797aad50859652a7467481816cbb57e5cc97d813a7dcd8915da8195dc68c436010bf39d195226cde6a2d352f4b815f16f26b7bf486a5754290629931 + checksum: 0ee04807797aad50859652a7467481816cbb57e5cc97d813a7dcd8915da8195dc68c436010bf39d195226cde6a2d352f4b815f16f26b7bf486a5754290629931 languageName: node linkType: hard @@ -3945,119 +4378,134 @@ __metadata: version: 2.0.4 resolution: "is-plain-object@npm:2.0.4" dependencies: - isobject: "npm:^3.0.1" - checksum: 8/2a401140cfd86cabe25214956ae2cfee6fbd8186809555cd0e84574f88de7b17abacb2e477a6a658fa54c6083ecbda1e6ae404c7720244cd198903848fca70ca + isobject: ^3.0.1 + checksum: 2a401140cfd86cabe25214956ae2cfee6fbd8186809555cd0e84574f88de7b17abacb2e477a6a658fa54c6083ecbda1e6ae404c7720244cd198903848fca70ca languageName: node linkType: hard "is-plain-object@npm:^5.0.0": version: 5.0.0 resolution: "is-plain-object@npm:5.0.0" - checksum: 8/e32d27061eef62c0847d303125440a38660517e586f2f3db7c9d179ae5b6674ab0f469d519b2e25c147a1a3bc87156d0d5f4d8821e0ce4a9ee7fe1fcf11ce45c + checksum: e32d27061eef62c0847d303125440a38660517e586f2f3db7c9d179ae5b6674ab0f469d519b2e25c147a1a3bc87156d0d5f4d8821e0ce4a9ee7fe1fcf11ce45c languageName: node linkType: hard -"is-regex@npm:^1.1.4": - version: 1.1.4 - resolution: "is-regex@npm:1.1.4" +"is-regex@npm:^1.2.1": + version: 1.2.1 + resolution: "is-regex@npm:1.2.1" dependencies: - call-bind: "npm:^1.0.2" - has-tostringtag: "npm:^1.0.0" - checksum: 8/362399b33535bc8f386d96c45c9feb04cf7f8b41c182f54174c1a45c9abbbe5e31290bbad09a458583ff6bf3b2048672cdb1881b13289569a7c548370856a652 + call-bound: ^1.0.2 + gopd: ^1.2.0 + has-tostringtag: ^1.0.2 + hasown: ^2.0.2 + checksum: 99ee0b6d30ef1bb61fa4b22fae7056c6c9b3c693803c0c284ff7a8570f83075a7d38cda53b06b7996d441215c27895ea5d1af62124562e13d91b3dbec41a5e13 languageName: node linkType: hard -"is-shared-array-buffer@npm:^1.0.2, is-shared-array-buffer@npm:^1.0.3": - version: 1.0.3 - resolution: "is-shared-array-buffer@npm:1.0.3" - dependencies: - call-bind: "npm:^1.0.7" - checksum: 8/a4fff602c309e64ccaa83b859255a43bb011145a42d3f56f67d9268b55bc7e6d98a5981a1d834186ad3105d6739d21547083fe7259c76c0468483fc538e716d8 +"is-set@npm:^2.0.3": + version: 2.0.3 + resolution: "is-set@npm:2.0.3" + checksum: 36e3f8c44bdbe9496c9689762cc4110f6a6a12b767c5d74c0398176aa2678d4467e3bf07595556f2dba897751bde1422480212b97d973c7b08a343100b0c0dfe languageName: node linkType: hard -"is-string@npm:^1.0.5, is-string@npm:^1.0.7": - version: 1.0.7 - resolution: "is-string@npm:1.0.7" +"is-shared-array-buffer@npm:^1.0.3": + version: 1.0.4 + resolution: "is-shared-array-buffer@npm:1.0.4" dependencies: - has-tostringtag: "npm:^1.0.0" - checksum: 8/323b3d04622f78d45077cf89aab783b2f49d24dc641aa89b5ad1a72114cfeff2585efc8c12ef42466dff32bde93d839ad321b26884cf75e5a7892a938b089989 + call-bound: ^1.0.3 + checksum: 1611fedc175796eebb88f4dfc393dd969a4a8e6c69cadaff424ee9d4464f9f026399a5f84a90f7c62d6d7ee04e3626a912149726de102b0bd6c1ee6a9868fa5a languageName: node linkType: hard -"is-symbol@npm:^1.0.2, is-symbol@npm:^1.0.3": - version: 1.0.4 - resolution: "is-symbol@npm:1.0.4" +"is-string@npm:^1.1.1": + version: 1.1.1 + resolution: "is-string@npm:1.1.1" dependencies: - has-symbols: "npm:^1.0.2" - checksum: 8/92805812ef590738d9de49d677cd17dfd486794773fb6fa0032d16452af46e9b91bb43ffe82c983570f015b37136f4b53b28b8523bfb10b0ece7a66c31a54510 + call-bound: ^1.0.3 + has-tostringtag: ^1.0.2 + checksum: 2eeaaff605250f5e836ea3500d33d1a5d3aa98d008641d9d42fb941e929ffd25972326c2ef912987e54c95b6f10416281aaf1b35cdf81992cfb7524c5de8e193 languageName: node linkType: hard -"is-typed-array@npm:^1.1.13": - version: 1.1.13 - resolution: "is-typed-array@npm:1.1.13" +"is-symbol@npm:^1.0.4, is-symbol@npm:^1.1.1": + version: 1.1.1 + resolution: "is-symbol@npm:1.1.1" dependencies: - which-typed-array: "npm:^1.1.14" - checksum: 8/150f9ada183a61554c91e1c4290086d2c100b0dff45f60b028519be72a8db964da403c48760723bf5253979b8dffe7b544246e0e5351dcd05c5fdb1dcc1dc0f0 + call-bound: ^1.0.2 + has-symbols: ^1.1.0 + safe-regex-test: ^1.1.0 + checksum: bfafacf037af6f3c9d68820b74be4ae8a736a658a3344072df9642a090016e281797ba8edbeb1c83425879aae55d1cb1f30b38bf132d703692b2570367358032 languageName: node linkType: hard -"is-typedarray@npm:~1.0.0": - version: 1.0.0 - resolution: "is-typedarray@npm:1.0.0" - checksum: 8/3508c6cd0a9ee2e0df2fa2e9baabcdc89e911c7bd5cf64604586697212feec525aa21050e48affb5ffc3df20f0f5d2e2cf79b08caa64e1ccc9578e251763aef7 +"is-typed-array@npm:^1.1.13, is-typed-array@npm:^1.1.14": + version: 1.1.15 + resolution: "is-typed-array@npm:1.1.15" + dependencies: + which-typed-array: ^1.1.16 + checksum: ea7cfc46c282f805d19a9ab2084fd4542fed99219ee9dbfbc26284728bd713a51eac66daa74eca00ae0a43b61322920ba334793607dc39907465913e921e0892 languageName: node linkType: hard "is-url@npm:^1.2.4": version: 1.2.4 resolution: "is-url@npm:1.2.4" - checksum: 8/100e74b3b1feab87a43ef7653736e88d997eb7bd32e71fd3ebc413e58c1cbe56269699c776aaea84244b0567f2a7d68dfaa512a062293ed2f9fdecb394148432 + checksum: 100e74b3b1feab87a43ef7653736e88d997eb7bd32e71fd3ebc413e58c1cbe56269699c776aaea84244b0567f2a7d68dfaa512a062293ed2f9fdecb394148432 languageName: node linkType: hard -"is-weakref@npm:^1.0.2": - version: 1.0.2 - resolution: "is-weakref@npm:1.0.2" +"is-weakmap@npm:^2.0.2": + version: 2.0.2 + resolution: "is-weakmap@npm:2.0.2" + checksum: f36aef758b46990e0d3c37269619c0a08c5b29428c0bb11ecba7f75203442d6c7801239c2f31314bc79199217ef08263787f3837d9e22610ad1da62970d6616d + languageName: node + linkType: hard + +"is-weakref@npm:^1.0.2, is-weakref@npm:^1.1.0": + version: 1.1.0 + resolution: "is-weakref@npm:1.1.0" + dependencies: + call-bound: ^1.0.2 + checksum: 2a2f3a1746ee1baecf9ac6483d903cd3f8ef3cca88e2baa42f2e85ea064bd246d218eed5f6d479fc1c76dae2231e71133b6b86160e821d176932be9fae3da4da + languageName: node + linkType: hard + +"is-weakset@npm:^2.0.3": + version: 2.0.4 + resolution: "is-weakset@npm:2.0.4" dependencies: - call-bind: "npm:^1.0.2" - checksum: 8/95bd9a57cdcb58c63b1c401c60a474b0f45b94719c30f548c891860f051bc2231575c290a6b420c6bc6e7ed99459d424c652bd5bf9a1d5259505dc35b4bf83de + call-bound: ^1.0.3 + get-intrinsic: ^1.2.6 + checksum: 5c6c8415a06065d78bdd5e3a771483aa1cd928df19138aa73c4c51333226f203f22117b4325df55cc8b3085a6716870a320c2d757efee92d7a7091a039082041 languageName: node linkType: hard "isarray@npm:^2.0.5": version: 2.0.5 resolution: "isarray@npm:2.0.5" - checksum: 8/bd5bbe4104438c4196ba58a54650116007fa0262eccef13a4c55b2e09a5b36b59f1e75b9fcc49883dd9d4953892e6fc007eef9e9155648ceea036e184b0f930a + checksum: bd5bbe4104438c4196ba58a54650116007fa0262eccef13a4c55b2e09a5b36b59f1e75b9fcc49883dd9d4953892e6fc007eef9e9155648ceea036e184b0f930a languageName: node linkType: hard "isexe@npm:^2.0.0": version: 2.0.0 resolution: "isexe@npm:2.0.0" - checksum: 8/26bf6c5480dda5161c820c5b5c751ae1e766c587b1f951ea3fcfc973bafb7831ae5b54a31a69bd670220e42e99ec154475025a468eae58ea262f813fdc8d1c62 + checksum: 26bf6c5480dda5161c820c5b5c751ae1e766c587b1f951ea3fcfc973bafb7831ae5b54a31a69bd670220e42e99ec154475025a468eae58ea262f813fdc8d1c62 languageName: node linkType: hard "isobject@npm:^3.0.1": version: 3.0.1 resolution: "isobject@npm:3.0.1" - checksum: 8/db85c4c970ce30693676487cca0e61da2ca34e8d4967c2e1309143ff910c207133a969f9e4ddb2dc6aba670aabce4e0e307146c310350b298e74a31f7d464703 + checksum: db85c4c970ce30693676487cca0e61da2ca34e8d4967c2e1309143ff910c207133a969f9e4ddb2dc6aba670aabce4e0e307146c310350b298e74a31f7d464703 languageName: node linkType: hard "isomorphic.js@npm:^0.2.4": version: 0.2.5 resolution: "isomorphic.js@npm:0.2.5" - checksum: 8/d8d1b083f05f3c337a06628b982ac3ce6db953bbef14a9de8ad49131250c3592f864b73c12030fdc9ef138ce97b76ef55c7d96a849561ac215b1b4b9d301c8e9 - languageName: node - linkType: hard - -"isstream@npm:~0.1.2": - version: 0.1.2 - resolution: "isstream@npm:0.1.2" - checksum: 8/1eb2fe63a729f7bdd8a559ab552c69055f4f48eb5c2f03724430587c6f450783c8f1cd936c1c952d0a927925180fcc892ebd5b174236cf1065d4bd5bdb37e963 + checksum: d8d1b083f05f3c337a06628b982ac3ce6db953bbef14a9de8ad49131250c3592f864b73c12030fdc9ef138ce97b76ef55c7d96a849561ac215b1b4b9d301c8e9 languageName: node linkType: hard @@ -4065,24 +4513,17 @@ __metadata: version: 27.5.1 resolution: "jest-worker@npm:27.5.1" dependencies: - "@types/node": "npm:*" - merge-stream: "npm:^2.0.0" - supports-color: "npm:^8.0.0" - checksum: 8/98cd68b696781caed61c983a3ee30bf880b5bd021c01d98f47b143d4362b85d0737f8523761e2713d45e18b4f9a2b98af1eaee77afade4111bb65c77d6f7c980 - languageName: node - linkType: hard - -"jpeg-js@npm:^0.4.1": - version: 0.4.4 - resolution: "jpeg-js@npm:0.4.4" - checksum: 8/bd7cb61aa8df40a9ee2c2106839c3df6054891e56cfc22c0ac581402e06c6295f962a4754b0b2ac50a401789131b1c6dc9df8d24400f1352168be1894833c590 + "@types/node": "*" + merge-stream: ^2.0.0 + supports-color: ^8.0.0 + checksum: 98cd68b696781caed61c983a3ee30bf880b5bd021c01d98f47b143d4362b85d0737f8523761e2713d45e18b4f9a2b98af1eaee77afade4111bb65c77d6f7c980 languageName: node linkType: hard "js-tokens@npm:^3.0.0 || ^4.0.0, js-tokens@npm:^4.0.0": version: 4.0.0 resolution: "js-tokens@npm:4.0.0" - checksum: 8/8a95213a5a77deb6cbe94d86340e8d9ace2b93bc367790b260101d2f36a2eaf4e4e22d9fa9cf459b38af3a32fb4190e638024cf82ec95ef708680e405ea7cc78 + checksum: 8a95213a5a77deb6cbe94d86340e8d9ace2b93bc367790b260101d2f36a2eaf4e4e22d9fa9cf459b38af3a32fb4190e638024cf82ec95ef708680e405ea7cc78 languageName: node linkType: hard @@ -4090,38 +4531,31 @@ __metadata: version: 4.1.0 resolution: "js-yaml@npm:4.1.0" dependencies: - argparse: "npm:^2.0.1" + argparse: ^2.0.1 bin: js-yaml: bin/js-yaml.js - checksum: 8/c7830dfd456c3ef2c6e355cc5a92e6700ceafa1d14bba54497b34a99f0376cecbb3e9ac14d3e5849b426d5a5140709a66237a8c991c675431271c4ce5504151a - languageName: node - linkType: hard - -"jsbn@npm:~0.1.0": - version: 0.1.1 - resolution: "jsbn@npm:0.1.1" - checksum: 8/e5ff29c1b8d965017ef3f9c219dacd6e40ad355c664e277d31246c90545a02e6047018c16c60a00f36d561b3647215c41894f5d869ada6908a2e0ce4200c88f2 + checksum: c7830dfd456c3ef2c6e355cc5a92e6700ceafa1d14bba54497b34a99f0376cecbb3e9ac14d3e5849b426d5a5140709a66237a8c991c675431271c4ce5504151a languageName: node linkType: hard "json-buffer@npm:3.0.1": version: 3.0.1 resolution: "json-buffer@npm:3.0.1" - checksum: 8/9026b03edc2847eefa2e37646c579300a1f3a4586cfb62bf857832b60c852042d0d6ae55d1afb8926163fa54c2b01d83ae24705f34990348bdac6273a29d4581 + checksum: 9026b03edc2847eefa2e37646c579300a1f3a4586cfb62bf857832b60c852042d0d6ae55d1afb8926163fa54c2b01d83ae24705f34990348bdac6273a29d4581 languageName: node linkType: hard "json-parse-better-errors@npm:^1.0.1": version: 1.0.2 resolution: "json-parse-better-errors@npm:1.0.2" - checksum: 8/ff2b5ba2a70e88fd97a3cb28c1840144c5ce8fae9cbeeddba15afa333a5c407cf0e42300cd0a2885dbb055227fe68d405070faad941beeffbfde9cf3b2c78c5d + checksum: ff2b5ba2a70e88fd97a3cb28c1840144c5ce8fae9cbeeddba15afa333a5c407cf0e42300cd0a2885dbb055227fe68d405070faad941beeffbfde9cf3b2c78c5d languageName: node linkType: hard "json-parse-even-better-errors@npm:^2.3.0, json-parse-even-better-errors@npm:^2.3.1": version: 2.3.1 resolution: "json-parse-even-better-errors@npm:2.3.1" - checksum: 8/798ed4cf3354a2d9ccd78e86d2169515a0097a5c133337807cdf7f1fc32e1391d207ccfc276518cc1d7d8d4db93288b8a50ba4293d212ad1336e52a8ec0a941f + checksum: 798ed4cf3354a2d9ccd78e86d2169515a0097a5c133337807cdf7f1fc32e1391d207ccfc276518cc1d7d8d4db93288b8a50ba4293d212ad1336e52a8ec0a941f languageName: node linkType: hard @@ -4129,8 +4563,8 @@ __metadata: version: 0.2.2 resolution: "json-schema-compare@npm:0.2.2" dependencies: - lodash: "npm:^4.17.4" - checksum: 8/dd6f2173857c8e3b77d6ebdfa05bd505bba5b08709ab46b532722f5d1c33b5fee1fc8f3c97d0c0d011db25f9f3b0baf7ab783bb5f55c32abd9f1201760e43c2c + lodash: ^4.17.4 + checksum: dd6f2173857c8e3b77d6ebdfa05bd505bba5b08709ab46b532722f5d1c33b5fee1fc8f3c97d0c0d011db25f9f3b0baf7ab783bb5f55c32abd9f1201760e43c2c languageName: node linkType: hard @@ -4138,45 +4572,31 @@ __metadata: version: 0.8.1 resolution: "json-schema-merge-allof@npm:0.8.1" dependencies: - compute-lcm: "npm:^1.1.2" - json-schema-compare: "npm:^0.2.2" - lodash: "npm:^4.17.20" - checksum: 8/82700f6ac77351959138d6b153d77375a8c29cf48d907241b85c8292dd77aabd8cb816400f2b0d17062c4ccc8893832ec4f664ab9c814927ef502e7a595ea873 + compute-lcm: ^1.1.2 + json-schema-compare: ^0.2.2 + lodash: ^4.17.20 + checksum: 82700f6ac77351959138d6b153d77375a8c29cf48d907241b85c8292dd77aabd8cb816400f2b0d17062c4ccc8893832ec4f664ab9c814927ef502e7a595ea873 languageName: node linkType: hard "json-schema-traverse@npm:^0.4.1": version: 0.4.1 resolution: "json-schema-traverse@npm:0.4.1" - checksum: 8/7486074d3ba247769fda17d5181b345c9fb7d12e0da98b22d1d71a5db9698d8b4bd900a3ec1a4ffdd60846fc2556274a5c894d0c48795f14cb03aeae7b55260b + checksum: 7486074d3ba247769fda17d5181b345c9fb7d12e0da98b22d1d71a5db9698d8b4bd900a3ec1a4ffdd60846fc2556274a5c894d0c48795f14cb03aeae7b55260b languageName: node linkType: hard "json-schema-traverse@npm:^1.0.0": version: 1.0.0 resolution: "json-schema-traverse@npm:1.0.0" - checksum: 8/02f2f466cdb0362558b2f1fd5e15cce82ef55d60cd7f8fa828cf35ba74330f8d767fcae5c5c2adb7851fa811766c694b9405810879bc4e1ddd78a7c0e03658ad - languageName: node - linkType: hard - -"json-schema@npm:0.4.0": - version: 0.4.0 - resolution: "json-schema@npm:0.4.0" - checksum: 8/66389434c3469e698da0df2e7ac5a3281bcff75e797a5c127db7c5b56270e01ae13d9afa3c03344f76e32e81678337a8c912bdbb75101c62e487dc3778461d72 + checksum: 02f2f466cdb0362558b2f1fd5e15cce82ef55d60cd7f8fa828cf35ba74330f8d767fcae5c5c2adb7851fa811766c694b9405810879bc4e1ddd78a7c0e03658ad languageName: node linkType: hard "json-stable-stringify-without-jsonify@npm:^1.0.1": version: 1.0.1 resolution: "json-stable-stringify-without-jsonify@npm:1.0.1" - checksum: 8/cff44156ddce9c67c44386ad5cddf91925fe06b1d217f2da9c4910d01f358c6e3989c4d5a02683c7a5667f9727ff05831f7aa8ae66c8ff691c556f0884d49215 - languageName: node - linkType: hard - -"json-stringify-safe@npm:~5.0.1": - version: 5.0.1 - resolution: "json-stringify-safe@npm:5.0.1" - checksum: 8/48ec0adad5280b8a96bb93f4563aa1667fd7a36334f79149abd42446d0989f2ddc58274b479f4819f1f00617957e6344c886c55d05a4e15ebb4ab931e4a6a8ee + checksum: cff44156ddce9c67c44386ad5cddf91925fe06b1d217f2da9c4910d01f358c6e3989c4d5a02683c7a5667f9727ff05831f7aa8ae66c8ff691c556f0884d49215 languageName: node linkType: hard @@ -4185,7 +4605,7 @@ __metadata: resolution: "json5@npm:2.2.3" bin: json5: lib/cli.js - checksum: 8/2a7436a93393830bce797d4626275152e37e877b265e94ca69c99e3d20c2b9dab021279146a39cdb700e71b2dd32a4cebd1514cd57cee102b1af906ce5040349 + checksum: 2a7436a93393830bce797d4626275152e37e877b265e94ca69c99e3d20c2b9dab021279146a39cdb700e71b2dd32a4cebd1514cd57cee102b1af906ce5040349 languageName: node linkType: hard @@ -4193,31 +4613,19 @@ __metadata: version: 6.1.0 resolution: "jsonfile@npm:6.1.0" dependencies: - graceful-fs: "npm:^4.1.6" - universalify: "npm:^2.0.0" + graceful-fs: ^4.1.6 + universalify: ^2.0.0 dependenciesMeta: graceful-fs: optional: true - checksum: 8/7af3b8e1ac8fe7f1eccc6263c6ca14e1966fcbc74b618d3c78a0a2075579487547b94f72b7a1114e844a1e15bb00d440e5d1720bfc4612d790a6f285d5ea8354 + checksum: 7af3b8e1ac8fe7f1eccc6263c6ca14e1966fcbc74b618d3c78a0a2075579487547b94f72b7a1114e844a1e15bb00d440e5d1720bfc4612d790a6f285d5ea8354 languageName: node linkType: hard "jsonpointer@npm:^5.0.1": version: 5.0.1 resolution: "jsonpointer@npm:5.0.1" - checksum: 8/0b40f712900ad0c846681ea2db23b6684b9d5eedf55807b4708c656f5894b63507d0e28ae10aa1bddbea551241035afe62b6df0800fc94c2e2806a7f3adecd7c - languageName: node - linkType: hard - -"jsprim@npm:^1.2.2": - version: 1.4.2 - resolution: "jsprim@npm:1.4.2" - dependencies: - assert-plus: "npm:1.0.0" - extsprintf: "npm:1.3.0" - json-schema: "npm:0.4.0" - verror: "npm:1.10.0" - checksum: 8/2ad1b9fdcccae8b3d580fa6ced25de930eaa1ad154db21bbf8478a4d30bbbec7925b5f5ff29b933fba9412b16a17bd484a8da4fdb3663b5e27af95dd693bab2a + checksum: 0b40f712900ad0c846681ea2db23b6684b9d5eedf55807b4708c656f5894b63507d0e28ae10aa1bddbea551241035afe62b6df0800fc94c2e2806a7f3adecd7c languageName: node linkType: hard @@ -4225,39 +4633,43 @@ __metadata: version: 0.0.0-use.local resolution: "jupyterlab-a11y-checker@workspace:." dependencies: - "@jupyterlab/application": "npm:^4.0.0" - "@jupyterlab/apputils": "npm:^4.3.1" - "@jupyterlab/builder": "npm:^4.0.0" - "@jupyterlab/cells": "npm:^4.2.2" - "@jupyterlab/mainmenu": "npm:^4.2.1" - "@jupyterlab/nbformat": "npm:^4.1.2" - "@jupyterlab/notebook": "npm:^4.2.2" - "@jupyterlab/ui-components": "npm:^4.2.1" - "@lumino/disposable": "npm:^2.1.2" - "@lumino/widgets": "npm:^2.3.1" - "@types/json-schema": "npm:^7.0.11" - "@types/node": "npm:^20.12.12" - "@types/react": "npm:^18.0.26" - "@typescript-eslint/eslint-plugin": "npm:^5.55.0" - "@typescript-eslint/parser": "npm:^5.55.0" - colorthief: "npm:^2.4.0" - css-loader: "npm:^6.7.1" - eslint: "npm:^8.36.0" - eslint-config-prettier: "npm:^8.7.0" - eslint-plugin-prettier: "npm:^4.2.1" - npm-run-all: "npm:^4.1.5" - prettier: "npm:^2.8.7" - rimraf: "npm:^4.4.1" - source-map-loader: "npm:^1.0.2" - style-loader: "npm:^3.3.1" - stylelint: "npm:^14.9.1" - stylelint-config-prettier: "npm:^9.0.4" - stylelint-config-recommended: "npm:^8.0.0" - stylelint-config-standard: "npm:^26.0.0" - stylelint-prettier: "npm:^2.0.0" - tesseract.js: "npm:^5.1.0" - typescript: "npm:~5.0.2" - yjs: "npm:^13.5.0" + "@jupyterlab/application": ^4.0.0 + "@jupyterlab/apputils": ^4.3.1 + "@jupyterlab/builder": ^4.3.0 + "@jupyterlab/cells": ^4.2.2 + "@jupyterlab/mainmenu": ^4.2.1 + "@jupyterlab/nbformat": ^4.1.2 + "@jupyterlab/notebook": ^4.2.2 + "@jupyterlab/ui-components": ^4.2.1 + "@lumino/disposable": ^2.1.2 + "@lumino/widgets": ^2.3.1 + "@types/json-schema": ^7.0.11 + "@types/node": ^20.12.12 + "@types/nprogress": ^0.2.3 + "@types/react": ^18.0.26 + "@typescript-eslint/eslint-plugin": ^5.55.0 + "@typescript-eslint/parser": ^5.55.0 + axios: ^1.7.7 + colorthief: ^2.4.0 + css-loader: ^6.7.1 + eslint: ^8.36.0 + eslint-config-prettier: ^8.7.0 + eslint-plugin-prettier: ^4.2.1 + npm-run-all: ^4.1.5 + nprogress: ^0.2.0 + prettier: ^2.8.7 + rimraf: ^4.4.1 + source-map-loader: ^1.0.2 + spin.js: ^4.1.2 + style-loader: ^3.3.1 + stylelint: ^14.9.1 + stylelint-config-prettier: ^9.0.4 + stylelint-config-recommended: ^8.0.0 + stylelint-config-standard: ^26.0.0 + stylelint-prettier: ^2.0.0 + tesseract.js: ^5.1.0 + typescript: ~5.0.2 + yjs: ^13.5.0 languageName: unknown linkType: soft @@ -4265,22 +4677,22 @@ __metadata: version: 4.5.4 resolution: "keyv@npm:4.5.4" dependencies: - json-buffer: "npm:3.0.1" - checksum: 8/74a24395b1c34bd44ad5cb2b49140d087553e170625240b86755a6604cd65aa16efdbdeae5cdb17ba1284a0fbb25ad06263755dbc71b8d8b06f74232ce3cdd72 + json-buffer: 3.0.1 + checksum: 74a24395b1c34bd44ad5cb2b49140d087553e170625240b86755a6604cd65aa16efdbdeae5cdb17ba1284a0fbb25ad06263755dbc71b8d8b06f74232ce3cdd72 languageName: node linkType: hard "kind-of@npm:^6.0.2, kind-of@npm:^6.0.3": version: 6.0.3 resolution: "kind-of@npm:6.0.3" - checksum: 8/3ab01e7b1d440b22fe4c31f23d8d38b4d9b91d9f291df683476576493d5dfd2e03848a8b05813dd0c3f0e835bc63f433007ddeceb71f05cb25c45ae1b19c6d3b + checksum: 3ab01e7b1d440b22fe4c31f23d8d38b4d9b91d9f291df683476576493d5dfd2e03848a8b05813dd0c3f0e835bc63f433007ddeceb71f05cb25c45ae1b19c6d3b languageName: node linkType: hard "known-css-properties@npm:^0.26.0": version: 0.26.0 resolution: "known-css-properties@npm:0.26.0" - checksum: 8/e706f4af9d2683202df9f717e7d713f0f8c3330f155842c40d8f3b2a5837956c34aeb7ba08760977ccde1afce8b5377e29b40eb3e5c0b42bef28ddd108543cfb + checksum: e706f4af9d2683202df9f717e7d713f0f8c3330f155842c40d8f3b2a5837956c34aeb7ba08760977ccde1afce8b5377e29b40eb3e5c0b42bef28ddd108543cfb languageName: node linkType: hard @@ -4288,22 +4700,22 @@ __metadata: version: 0.4.1 resolution: "levn@npm:0.4.1" dependencies: - prelude-ls: "npm:^1.2.1" - type-check: "npm:~0.4.0" - checksum: 8/12c5021c859bd0f5248561bf139121f0358285ec545ebf48bb3d346820d5c61a4309535c7f387ed7d84361cf821e124ce346c6b7cef8ee09a67c1473b46d0fc4 + prelude-ls: ^1.2.1 + type-check: ~0.4.0 + checksum: 12c5021c859bd0f5248561bf139121f0358285ec545ebf48bb3d346820d5c61a4309535c7f387ed7d84361cf821e124ce346c6b7cef8ee09a67c1473b46d0fc4 languageName: node linkType: hard -"lib0@npm:^0.2.85, lib0@npm:^0.2.86": - version: 0.2.94 - resolution: "lib0@npm:0.2.94" +"lib0@npm:^0.2.85, lib0@npm:^0.2.98": + version: 0.2.99 + resolution: "lib0@npm:0.2.99" dependencies: - isomorphic.js: "npm:^0.2.4" + isomorphic.js: ^0.2.4 bin: 0ecdsa-generate-keypair: bin/0ecdsa-generate-keypair.js 0gentesthtml: bin/gentesthtml.js 0serve: bin/0serve.js - checksum: 8/b091c7b39875a58d92ae6dcb014a42b56caf1336e03d310403c47a2fcea079eba92ffb43da90eaff9d010f08bcd20de35fffed7c655c83312ff4e3477f5dc261 + checksum: 240e91bd3098daf310a320f0f662b1532787329a070b7522a1f784358f915eedcd4b57e3c12749f257a4104939f6eb2af3f90311adadc1a01bfc05ca7de71da7 languageName: node linkType: hard @@ -4311,19 +4723,19 @@ __metadata: version: 2.3.21 resolution: "license-webpack-plugin@npm:2.3.21" dependencies: - "@types/webpack-sources": "npm:^0.1.5" - webpack-sources: "npm:^1.2.0" + "@types/webpack-sources": ^0.1.5 + webpack-sources: ^1.2.0 peerDependenciesMeta: webpack: optional: true - checksum: 8/6208bd2060d200fbffbcc89702c929d50c5a4a3f2158b046cf813b3f7f728bbbe4611b9fea2d67843bb5e7d64ad9122cc368a19ac73f5c4ad41765e6283bdc0c + checksum: 6208bd2060d200fbffbcc89702c929d50c5a4a3f2158b046cf813b3f7f728bbbe4611b9fea2d67843bb5e7d64ad9122cc368a19ac73f5c4ad41765e6283bdc0c languageName: node linkType: hard "lines-and-columns@npm:^1.1.6": version: 1.2.4 resolution: "lines-and-columns@npm:1.2.4" - checksum: 8/0c37f9f7fa212b38912b7145e1cd16a5f3cd34d782441c3e6ca653485d326f58b3caccda66efce1c5812bde4961bbde3374fae4b0d11bf1226152337f3894aa5 + checksum: 0c37f9f7fa212b38912b7145e1cd16a5f3cd34d782441c3e6ca653485d326f58b3caccda66efce1c5812bde4961bbde3374fae4b0d11bf1226152337f3894aa5 languageName: node linkType: hard @@ -4331,18 +4743,18 @@ __metadata: version: 4.0.0 resolution: "load-json-file@npm:4.0.0" dependencies: - graceful-fs: "npm:^4.1.2" - parse-json: "npm:^4.0.0" - pify: "npm:^3.0.0" - strip-bom: "npm:^3.0.0" - checksum: 8/8f5d6d93ba64a9620445ee9bde4d98b1eac32cf6c8c2d20d44abfa41a6945e7969456ab5f1ca2fb06ee32e206c9769a20eec7002fe290de462e8c884b6b8b356 + graceful-fs: ^4.1.2 + parse-json: ^4.0.0 + pify: ^3.0.0 + strip-bom: ^3.0.0 + checksum: 8f5d6d93ba64a9620445ee9bde4d98b1eac32cf6c8c2d20d44abfa41a6945e7969456ab5f1ca2fb06ee32e206c9769a20eec7002fe290de462e8c884b6b8b356 languageName: node linkType: hard "loader-runner@npm:^4.2.0": version: 4.3.0 resolution: "loader-runner@npm:4.3.0" - checksum: 8/a90e00dee9a16be118ea43fec3192d0b491fe03a32ed48a4132eb61d498f5536a03a1315531c19d284392a8726a4ecad71d82044c28d7f22ef62e029bf761569 + checksum: a90e00dee9a16be118ea43fec3192d0b491fe03a32ed48a4132eb61d498f5536a03a1315531c19d284392a8726a4ecad71d82044c28d7f22ef62e029bf761569 languageName: node linkType: hard @@ -4350,10 +4762,10 @@ __metadata: version: 2.0.4 resolution: "loader-utils@npm:2.0.4" dependencies: - big.js: "npm:^5.2.2" - emojis-list: "npm:^3.0.0" - json5: "npm:^2.1.2" - checksum: 8/a5281f5fff1eaa310ad5e1164095689443630f3411e927f95031ab4fb83b4a98f388185bb1fe949e8ab8d4247004336a625e9255c22122b815bb9a4c5d8fc3b7 + big.js: ^5.2.2 + emojis-list: ^3.0.0 + json5: ^2.1.2 + checksum: a5281f5fff1eaa310ad5e1164095689443630f3411e927f95031ab4fb83b4a98f388185bb1fe949e8ab8d4247004336a625e9255c22122b815bb9a4c5d8fc3b7 languageName: node linkType: hard @@ -4361,8 +4773,8 @@ __metadata: version: 5.0.0 resolution: "locate-path@npm:5.0.0" dependencies: - p-locate: "npm:^4.1.0" - checksum: 8/83e51725e67517287d73e1ded92b28602e3ae5580b301fe54bfb76c0c723e3f285b19252e375712316774cf52006cb236aed5704692c32db0d5d089b69696e30 + p-locate: ^4.1.0 + checksum: 83e51725e67517287d73e1ded92b28602e3ae5580b301fe54bfb76c0c723e3f285b19252e375712316774cf52006cb236aed5704692c32db0d5d089b69696e30 languageName: node linkType: hard @@ -4370,50 +4782,50 @@ __metadata: version: 6.0.0 resolution: "locate-path@npm:6.0.0" dependencies: - p-locate: "npm:^5.0.0" - checksum: 8/72eb661788a0368c099a184c59d2fee760b3831c9c1c33955e8a19ae4a21b4116e53fa736dc086cdeb9fce9f7cc508f2f92d2d3aae516f133e16a2bb59a39f5a + p-locate: ^5.0.0 + checksum: 72eb661788a0368c099a184c59d2fee760b3831c9c1c33955e8a19ae4a21b4116e53fa736dc086cdeb9fce9f7cc508f2f92d2d3aae516f133e16a2bb59a39f5a languageName: node linkType: hard "lodash-es@npm:^4.17.21": version: 4.17.21 resolution: "lodash-es@npm:4.17.21" - checksum: 8/05cbffad6e2adbb331a4e16fbd826e7faee403a1a04873b82b42c0f22090f280839f85b95393f487c1303c8a3d2a010048bf06151a6cbe03eee4d388fb0a12d2 + checksum: 05cbffad6e2adbb331a4e16fbd826e7faee403a1a04873b82b42c0f22090f280839f85b95393f487c1303c8a3d2a010048bf06151a6cbe03eee4d388fb0a12d2 languageName: node linkType: hard "lodash.escape@npm:^4.0.1": version: 4.0.1 resolution: "lodash.escape@npm:4.0.1" - checksum: 8/fcb54f457497256964d619d5cccbd80a961916fca60df3fe0fa3e7f052715c2944c0ed5aefb4f9e047d127d44aa2d55555f3350cb42c6549e9e293fb30b41e7f + checksum: fcb54f457497256964d619d5cccbd80a961916fca60df3fe0fa3e7f052715c2944c0ed5aefb4f9e047d127d44aa2d55555f3350cb42c6549e9e293fb30b41e7f languageName: node linkType: hard "lodash.merge@npm:^4.6.2": version: 4.6.2 resolution: "lodash.merge@npm:4.6.2" - checksum: 8/ad580b4bdbb7ca1f7abf7e1bce63a9a0b98e370cf40194b03380a46b4ed799c9573029599caebc1b14e3f24b111aef72b96674a56cfa105e0f5ac70546cdc005 + checksum: ad580b4bdbb7ca1f7abf7e1bce63a9a0b98e370cf40194b03380a46b4ed799c9573029599caebc1b14e3f24b111aef72b96674a56cfa105e0f5ac70546cdc005 languageName: node linkType: hard "lodash.mergewith@npm:^4.6.1": version: 4.6.2 resolution: "lodash.mergewith@npm:4.6.2" - checksum: 8/a6db2a9339752411f21b956908c404ec1e088e783a65c8b29e30ae5b3b6384f82517662d6f425cc97c2070b546cc2c7daaa8d33f78db7b6e9be06cd834abdeb8 + checksum: a6db2a9339752411f21b956908c404ec1e088e783a65c8b29e30ae5b3b6384f82517662d6f425cc97c2070b546cc2c7daaa8d33f78db7b6e9be06cd834abdeb8 languageName: node linkType: hard "lodash.truncate@npm:^4.4.2": version: 4.4.2 resolution: "lodash.truncate@npm:4.4.2" - checksum: 8/b463d8a382cfb5f0e71c504dcb6f807a7bd379ff1ea216669aa42c52fc28c54e404bfbd96791aa09e6df0de2c1d7b8f1b7f4b1a61f324d38fe98bc535aeee4f5 + checksum: b463d8a382cfb5f0e71c504dcb6f807a7bd379ff1ea216669aa42c52fc28c54e404bfbd96791aa09e6df0de2c1d7b8f1b7f4b1a61f324d38fe98bc535aeee4f5 languageName: node linkType: hard "lodash@npm:^4.17.20, lodash@npm:^4.17.21, lodash@npm:^4.17.4, lodash@npm:^4.7.0": version: 4.17.21 resolution: "lodash@npm:4.17.21" - checksum: 8/eb835a2e51d381e561e508ce932ea50a8e5a68f4ebdd771ea240d3048244a8d13658acbd502cd4829768c56f2e16bdd4340b9ea141297d472517b83868e677f7 + checksum: eb835a2e51d381e561e508ce932ea50a8e5a68f4ebdd771ea240d3048244a8d13658acbd502cd4829768c56f2e16bdd4340b9ea141297d472517b83868e677f7 languageName: node linkType: hard @@ -4421,17 +4833,17 @@ __metadata: version: 1.4.0 resolution: "loose-envify@npm:1.4.0" dependencies: - js-tokens: "npm:^3.0.0 || ^4.0.0" + js-tokens: ^3.0.0 || ^4.0.0 bin: loose-envify: cli.js - checksum: 8/6517e24e0cad87ec9888f500c5b5947032cdfe6ef65e1c1936a0c48a524b81e65542c9c3edc91c97d5bddc806ee2a985dbc79be89215d613b1de5db6d1cfe6f4 + checksum: 6517e24e0cad87ec9888f500c5b5947032cdfe6ef65e1c1936a0c48a524b81e65542c9c3edc91c97d5bddc806ee2a985dbc79be89215d613b1de5db6d1cfe6f4 languageName: node linkType: hard "lru-cache@npm:^10.2.0": - version: 10.2.2 - resolution: "lru-cache@npm:10.2.2" - checksum: 8/98e8fc93691c546f719a76103ef2bee5a3ac823955c755a47641ec41f8c7fafa1baeaba466937cc1cbfa9cfd47e03536d10e2db3158a64ad91ff3a58a32c893e + version: 10.4.3 + resolution: "lru-cache@npm:10.4.3" + checksum: 6476138d2125387a6d20f100608c2583d415a4f64a0fecf30c9e2dda976614f09cad4baa0842447bd37dd459a7bd27f57d9d8f8ce558805abd487c583f3d774a languageName: node linkType: hard @@ -4439,45 +4851,52 @@ __metadata: version: 6.0.0 resolution: "lru-cache@npm:6.0.0" dependencies: - yallist: "npm:^4.0.0" - checksum: 8/f97f499f898f23e4585742138a22f22526254fdba6d75d41a1c2526b3b6cc5747ef59c5612ba7375f42aca4f8461950e925ba08c991ead0651b4918b7c978297 + yallist: ^4.0.0 + checksum: f97f499f898f23e4585742138a22f22526254fdba6d75d41a1c2526b3b6cc5747ef59c5612ba7375f42aca4f8461950e925ba08c991ead0651b4918b7c978297 languageName: node linkType: hard "map-obj@npm:^1.0.0": version: 1.0.1 resolution: "map-obj@npm:1.0.1" - checksum: 8/9949e7baec2a336e63b8d4dc71018c117c3ce6e39d2451ccbfd3b8350c547c4f6af331a4cbe1c83193d7c6b786082b6256bde843db90cb7da2a21e8fcc28afed + checksum: 9949e7baec2a336e63b8d4dc71018c117c3ce6e39d2451ccbfd3b8350c547c4f6af331a4cbe1c83193d7c6b786082b6256bde843db90cb7da2a21e8fcc28afed languageName: node linkType: hard "map-obj@npm:^4.0.0": version: 4.3.0 resolution: "map-obj@npm:4.3.0" - checksum: 8/fbc554934d1a27a1910e842bc87b177b1a556609dd803747c85ece420692380827c6ae94a95cce4407c054fa0964be3bf8226f7f2cb2e9eeee432c7c1985684e + checksum: fbc554934d1a27a1910e842bc87b177b1a556609dd803747c85ece420692380827c6ae94a95cce4407c054fa0964be3bf8226f7f2cb2e9eeee432c7c1985684e languageName: node linkType: hard "markdown-to-jsx@npm:^7.4.1": - version: 7.4.7 - resolution: "markdown-to-jsx@npm:7.4.7" + version: 7.7.2 + resolution: "markdown-to-jsx@npm:7.7.2" peerDependencies: react: ">= 0.14.0" - checksum: 8/bb8a696c8a95dd67ac1eb44255f31cf17e60b6c2ff03bfcd51b5e28da17856c57d7a16da59fda7f3a4eedb01d7e92eeef57a10ff3abd5431e5c80059d4565016 + checksum: 8ee7bed1d57fa105fe8357e0b0f703b83dc129170a1bdad6ece426d5789c614a18a8ab9e51af25cff9d6c38505ea1c011cecc1f17c85c4332f7d4951bd4ccbbf + languageName: node + linkType: hard + +"math-intrinsics@npm:^1.0.0": + version: 1.0.0 + resolution: "math-intrinsics@npm:1.0.0" + checksum: ad9edf8b5bec32c78d25163a9343dbe960331c8b4815b099181de7be4681e5abff9642a4b2fbeb3e882d7616567ffc45a5bae59dc8fec417cf5c76d47b92b197 languageName: node linkType: hard "mathml-tag-names@npm:^2.1.3": version: 2.1.3 resolution: "mathml-tag-names@npm:2.1.3" - checksum: 8/1201a25a137d6b9e328facd67912058b8b45b19a6c4cc62641c9476195da28a275ca6e0eca070af5378b905c2b11abc1114676ba703411db0b9ce007de921ad0 + checksum: 1201a25a137d6b9e328facd67912058b8b45b19a6c4cc62641c9476195da28a275ca6e0eca070af5378b905c2b11abc1114676ba703411db0b9ce007de921ad0 languageName: node linkType: hard "memorystream@npm:^0.3.1": version: 0.3.1 resolution: "memorystream@npm:0.3.1" - checksum: 8/f18b42440d24d09516d01466c06adf797df7873f0d40aa7db02e5fb9ed83074e5e65412d0720901d7069363465f82dc4f8bcb44f0cde271567a61426ce6ca2e9 + checksum: f18b42440d24d09516d01466c06adf797df7873f0d40aa7db02e5fb9ed83074e5e65412d0720901d7069363465f82dc4f8bcb44f0cde271567a61426ce6ca2e9 languageName: node linkType: hard @@ -4485,78 +4904,78 @@ __metadata: version: 9.0.0 resolution: "meow@npm:9.0.0" dependencies: - "@types/minimist": "npm:^1.2.0" - camelcase-keys: "npm:^6.2.2" - decamelize: "npm:^1.2.0" - decamelize-keys: "npm:^1.1.0" - hard-rejection: "npm:^2.1.0" - minimist-options: "npm:4.1.0" - normalize-package-data: "npm:^3.0.0" - read-pkg-up: "npm:^7.0.1" - redent: "npm:^3.0.0" - trim-newlines: "npm:^3.0.0" - type-fest: "npm:^0.18.0" - yargs-parser: "npm:^20.2.3" - checksum: 8/99799c47247f4daeee178e3124f6ef6f84bde2ba3f37652865d5d8f8b8adcf9eedfc551dd043e2455cd8206545fd848e269c0c5ab6b594680a0ad4d3617c9639 + "@types/minimist": ^1.2.0 + camelcase-keys: ^6.2.2 + decamelize: ^1.2.0 + decamelize-keys: ^1.1.0 + hard-rejection: ^2.1.0 + minimist-options: 4.1.0 + normalize-package-data: ^3.0.0 + read-pkg-up: ^7.0.1 + redent: ^3.0.0 + trim-newlines: ^3.0.0 + type-fest: ^0.18.0 + yargs-parser: ^20.2.3 + checksum: 99799c47247f4daeee178e3124f6ef6f84bde2ba3f37652865d5d8f8b8adcf9eedfc551dd043e2455cd8206545fd848e269c0c5ab6b594680a0ad4d3617c9639 languageName: node linkType: hard "merge-stream@npm:^2.0.0": version: 2.0.0 resolution: "merge-stream@npm:2.0.0" - checksum: 8/6fa4dcc8d86629705cea944a4b88ef4cb0e07656ebf223fa287443256414283dd25d91c1cd84c77987f2aec5927af1a9db6085757cb43d90eb170ebf4b47f4f4 + checksum: 6fa4dcc8d86629705cea944a4b88ef4cb0e07656ebf223fa287443256414283dd25d91c1cd84c77987f2aec5927af1a9db6085757cb43d90eb170ebf4b47f4f4 languageName: node linkType: hard "merge2@npm:^1.3.0, merge2@npm:^1.4.1": version: 1.4.1 resolution: "merge2@npm:1.4.1" - checksum: 8/7268db63ed5169466540b6fb947aec313200bcf6d40c5ab722c22e242f651994619bcd85601602972d3c85bd2cc45a358a4c61937e9f11a061919a1da569b0c2 + checksum: 7268db63ed5169466540b6fb947aec313200bcf6d40c5ab722c22e242f651994619bcd85601602972d3c85bd2cc45a358a4c61937e9f11a061919a1da569b0c2 languageName: node linkType: hard "micromatch@npm:^4.0.4, micromatch@npm:^4.0.5": - version: 4.0.7 - resolution: "micromatch@npm:4.0.7" + version: 4.0.8 + resolution: "micromatch@npm:4.0.8" dependencies: - braces: "npm:^3.0.3" - picomatch: "npm:^2.3.1" - checksum: 8/3cde047d70ad80cf60c787b77198d680db3b8c25b23feb01de5e2652205d9c19f43bd81882f69a0fd1f0cde6a7a122d774998aad3271ddb1b8accf8a0f480cf7 + braces: ^3.0.3 + picomatch: ^2.3.1 + checksum: 79920eb634e6f400b464a954fcfa589c4e7c7143209488e44baf627f9affc8b1e306f41f4f0deedde97e69cb725920879462d3e750ab3bd3c1aed675bb3a8966 languageName: node linkType: hard "mime-db@npm:1.52.0": version: 1.52.0 resolution: "mime-db@npm:1.52.0" - checksum: 8/0d99a03585f8b39d68182803b12ac601d9c01abfa28ec56204fa330bc9f3d1c5e14beb049bafadb3dbdf646dfb94b87e24d4ec7b31b7279ef906a8ea9b6a513f + checksum: 0d99a03585f8b39d68182803b12ac601d9c01abfa28ec56204fa330bc9f3d1c5e14beb049bafadb3dbdf646dfb94b87e24d4ec7b31b7279ef906a8ea9b6a513f languageName: node linkType: hard -"mime-types@npm:^2.0.1, mime-types@npm:^2.1.12, mime-types@npm:^2.1.27, mime-types@npm:~2.1.19": +"mime-types@npm:^2.1.12, mime-types@npm:^2.1.27": version: 2.1.35 resolution: "mime-types@npm:2.1.35" dependencies: - mime-db: "npm:1.52.0" - checksum: 8/89a5b7f1def9f3af5dad6496c5ed50191ae4331cc5389d7c521c8ad28d5fdad2d06fd81baf38fed813dc4e46bb55c8145bb0ff406330818c9cf712fb2e9b3836 + mime-db: 1.52.0 + checksum: 89a5b7f1def9f3af5dad6496c5ed50191ae4331cc5389d7c521c8ad28d5fdad2d06fd81baf38fed813dc4e46bb55c8145bb0ff406330818c9cf712fb2e9b3836 languageName: node linkType: hard "min-indent@npm:^1.0.0": version: 1.0.1 resolution: "min-indent@npm:1.0.1" - checksum: 8/bfc6dd03c5eaf623a4963ebd94d087f6f4bbbfd8c41329a7f09706b0cb66969c4ddd336abeb587bc44bc6f08e13bf90f0b374f9d71f9f01e04adc2cd6f083ef1 + checksum: bfc6dd03c5eaf623a4963ebd94d087f6f4bbbfd8c41329a7f09706b0cb66969c4ddd336abeb587bc44bc6f08e13bf90f0b374f9d71f9f01e04adc2cd6f083ef1 languageName: node linkType: hard "mini-css-extract-plugin@npm:^2.7.0": - version: 2.9.0 - resolution: "mini-css-extract-plugin@npm:2.9.0" + version: 2.9.2 + resolution: "mini-css-extract-plugin@npm:2.9.2" dependencies: - schema-utils: "npm:^4.0.0" - tapable: "npm:^2.2.1" + schema-utils: ^4.0.0 + tapable: ^2.2.1 peerDependencies: webpack: ^5.0.0 - checksum: 8/ae192c67ba85ac8bffeab66774635bf90181f00d5dd6cf95412426192599ddf5506fb4b1550acbd7a5476476e39db53c770dd40f8378f7baf5de96e3fec4e6e9 + checksum: 67a1f75359371a7776108999d472ae0942ccd904401e364e3a2c710d4b6fec61c4f53288594fcac35891f009e6df8825a00dfd3bfe4bcec0f862081d1f7cad50 languageName: node linkType: hard @@ -4565,7 +4984,7 @@ __metadata: resolution: "mini-svg-data-uri@npm:1.4.4" bin: mini-svg-data-uri: cli.js - checksum: 8/997f1fbd8d59a70f03761e18626d335197a3479cb9d1ff75678e4b64b864d32a0b8fc18115eabde035e5299b8b4a354a78e57dd6ac10f9d604162a6170898d09 + checksum: 997f1fbd8d59a70f03761e18626d335197a3479cb9d1ff75678e4b64b864d32a0b8fc18115eabde035e5299b8b4a354a78e57dd6ac10f9d604162a6170898d09 languageName: node linkType: hard @@ -4573,8 +4992,8 @@ __metadata: version: 3.1.2 resolution: "minimatch@npm:3.1.2" dependencies: - brace-expansion: "npm:^1.1.7" - checksum: 8/c154e566406683e7bcb746e000b84d74465b3a832c45d59912b9b55cd50dee66e5c4b1e5566dba26154040e51672f9aa450a9aef0c97cfc7336b78b7afb9540a + brace-expansion: ^1.1.7 + checksum: c154e566406683e7bcb746e000b84d74465b3a832c45d59912b9b55cd50dee66e5c4b1e5566dba26154040e51672f9aa450a9aef0c97cfc7336b78b7afb9540a languageName: node linkType: hard @@ -4582,8 +5001,8 @@ __metadata: version: 8.0.4 resolution: "minimatch@npm:8.0.4" dependencies: - brace-expansion: "npm:^2.0.1" - checksum: 8/2e46cffb86bacbc524ad45a6426f338920c529dd13f3a732cc2cf7618988ee1aae88df4ca28983285aca9e0f45222019ac2d14ebd17c1edadd2ee12221ab801a + brace-expansion: ^2.0.1 + checksum: 2e46cffb86bacbc524ad45a6426f338920c529dd13f3a732cc2cf7618988ee1aae88df4ca28983285aca9e0f45222019ac2d14ebd17c1edadd2ee12221ab801a languageName: node linkType: hard @@ -4591,102 +5010,106 @@ __metadata: version: 4.1.0 resolution: "minimist-options@npm:4.1.0" dependencies: - arrify: "npm:^1.0.1" - is-plain-obj: "npm:^1.1.0" - kind-of: "npm:^6.0.3" - checksum: 8/8c040b3068811e79de1140ca2b708d3e203c8003eb9a414c1ab3cd467fc5f17c9ca02a5aef23bedc51a7f8bfbe77f87e9a7e31ec81fba304cda675b019496f4e + arrify: ^1.0.1 + is-plain-obj: ^1.1.0 + kind-of: ^6.0.3 + checksum: 8c040b3068811e79de1140ca2b708d3e203c8003eb9a414c1ab3cd467fc5f17c9ca02a5aef23bedc51a7f8bfbe77f87e9a7e31ec81fba304cda675b019496f4e languageName: node linkType: hard "minimist@npm:~1.2.0": version: 1.2.8 resolution: "minimist@npm:1.2.8" - checksum: 8/75a6d645fb122dad29c06a7597bddea977258957ed88d7a6df59b5cd3fe4a527e253e9bbf2e783e4b73657f9098b96a5fe96ab8a113655d4109108577ecf85b0 + checksum: 75a6d645fb122dad29c06a7597bddea977258957ed88d7a6df59b5cd3fe4a527e253e9bbf2e783e4b73657f9098b96a5fe96ab8a113655d4109108577ecf85b0 languageName: node linkType: hard "minipass@npm:^4.2.4": version: 4.2.8 resolution: "minipass@npm:4.2.8" - checksum: 8/7f4914d5295a9a30807cae5227a37a926e6d910c03f315930fde52332cf0575dfbc20295318f91f0baf0e6bb11a6f668e30cde8027dea7a11b9d159867a3c830 + checksum: 7f4914d5295a9a30807cae5227a37a926e6d910c03f315930fde52332cf0575dfbc20295318f91f0baf0e6bb11a6f668e30cde8027dea7a11b9d159867a3c830 languageName: node linkType: hard "minipass@npm:^5.0.0 || ^6.0.2 || ^7.0.0": version: 7.1.2 resolution: "minipass@npm:7.1.2" - checksum: 8/2bfd325b95c555f2b4d2814d49325691c7bee937d753814861b0b49d5edcda55cbbf22b6b6a60bb91eddac8668771f03c5ff647dcd9d0f798e9548b9cdc46ee3 + checksum: 2bfd325b95c555f2b4d2814d49325691c7bee937d753814861b0b49d5edcda55cbbf22b6b6a60bb91eddac8668771f03c5ff647dcd9d0f798e9548b9cdc46ee3 languageName: node linkType: hard -"ms@npm:2.1.2": - version: 2.1.2 - resolution: "ms@npm:2.1.2" - checksum: 8/673cdb2c3133eb050c745908d8ce632ed2c02d85640e2edb3ace856a2266a813b30c613569bf3354fdf4ea7d1a1494add3bfa95e2713baa27d0c2c71fc44f58f +"ms@npm:^2.1.3": + version: 2.1.3 + resolution: "ms@npm:2.1.3" + checksum: aa92de608021b242401676e35cfa5aa42dd70cbdc082b916da7fb925c542173e36bce97ea3e804923fe92c0ad991434e4a38327e15a1b5b5f945d66df615ae6d languageName: node linkType: hard "nanoid@npm:^3.3.7": - version: 3.3.7 - resolution: "nanoid@npm:3.3.7" + version: 3.3.8 + resolution: "nanoid@npm:3.3.8" bin: nanoid: bin/nanoid.cjs - checksum: 8/d36c427e530713e4ac6567d488b489a36582ef89da1d6d4e3b87eded11eb10d7042a877958c6f104929809b2ab0bafa17652b076cdf84324aa75b30b722204f2 + checksum: dfe0adbc0c77e9655b550c333075f51bb28cfc7568afbf3237249904f9c86c9aaaed1f113f0fddddba75673ee31c758c30c43d4414f014a52a7a626efc5958c9 languageName: node linkType: hard "natural-compare-lite@npm:^1.4.0": version: 1.4.0 resolution: "natural-compare-lite@npm:1.4.0" - checksum: 8/5222ac3986a2b78dd6069ac62cbb52a7bf8ffc90d972ab76dfe7b01892485d229530ed20d0c62e79a6b363a663b273db3bde195a1358ce9e5f779d4453887225 + checksum: 5222ac3986a2b78dd6069ac62cbb52a7bf8ffc90d972ab76dfe7b01892485d229530ed20d0c62e79a6b363a663b273db3bde195a1358ce9e5f779d4453887225 languageName: node linkType: hard "natural-compare@npm:^1.4.0": version: 1.4.0 resolution: "natural-compare@npm:1.4.0" - checksum: 8/23ad088b08f898fc9b53011d7bb78ec48e79de7627e01ab5518e806033861bef68d5b0cd0e2205c2f36690ac9571ff6bcb05eb777ced2eeda8d4ac5b44592c3d + checksum: 23ad088b08f898fc9b53011d7bb78ec48e79de7627e01ab5518e806033861bef68d5b0cd0e2205c2f36690ac9571ff6bcb05eb777ced2eeda8d4ac5b44592c3d languageName: node linkType: hard -"ndarray-pack@npm:^1.1.1": - version: 1.2.1 - resolution: "ndarray-pack@npm:1.2.1" +"ndarray-ops@npm:^1.2.2": + version: 1.2.2 + resolution: "ndarray-ops@npm:1.2.2" dependencies: - cwise-compiler: "npm:^1.1.2" - ndarray: "npm:^1.0.13" - checksum: 8/455030bebc428a2b1bdf5fe9f65ad5b1dd0bec4f64d30d20f50647598c5eaa7439450dbada51acc25094bcc605e98c6057c1b293c94312c13a830b5ac2ae5112 + cwise-compiler: ^1.0.0 + checksum: 6d4f81bd37ef3b2aeec64eb3cfd2d094d1ac23e326610f67a4ba72f053dd61c87d1955b067d59584e990bd055c649a2b0c7277d6c013d02f84d10e57fd39713f languageName: node linkType: hard -"ndarray@npm:^1.0.13": +"ndarray-pixels@npm:^4.1.0": + version: 4.1.0 + resolution: "ndarray-pixels@npm:4.1.0" + dependencies: + "@types/ndarray": ^1.0.14 + ndarray: ^1.0.19 + ndarray-ops: ^1.2.2 + sharp: ^0.33.4 + checksum: c6829186d49e7db5a9b1d4b7297e06e111f26aa8c25e5ce3437cc8282aa622a829aaf4de2b1533084bffc5a54c3a312052ec557fc23dd17db35f8aec64d1de43 + languageName: node + linkType: hard + +"ndarray@npm:^1.0.19": version: 1.0.19 resolution: "ndarray@npm:1.0.19" dependencies: - iota-array: "npm:^1.0.0" - is-buffer: "npm:^1.0.2" - checksum: 8/2f8ac89f0bcfc4b831677909d1326971e35419162811a74ddb5dfab2cb6204b8625a11cd5dcff60b0fa10071809af7dc367e6191703507f8cdf23856ccce5b0c + iota-array: ^1.0.0 + is-buffer: ^1.0.2 + checksum: 2f8ac89f0bcfc4b831677909d1326971e35419162811a74ddb5dfab2cb6204b8625a11cd5dcff60b0fa10071809af7dc367e6191703507f8cdf23856ccce5b0c languageName: node linkType: hard "neo-async@npm:^2.6.2": version: 2.6.2 resolution: "neo-async@npm:2.6.2" - checksum: 8/deac9f8d00eda7b2e5cd1b2549e26e10a0faa70adaa6fdadca701cc55f49ee9018e427f424bac0c790b7c7e2d3068db97f3093f1093975f2acb8f8818b936ed9 + checksum: deac9f8d00eda7b2e5cd1b2549e26e10a0faa70adaa6fdadca701cc55f49ee9018e427f424bac0c790b7c7e2d3068db97f3093f1093975f2acb8f8818b936ed9 languageName: node linkType: hard "nice-try@npm:^1.0.4": version: 1.0.5 resolution: "nice-try@npm:1.0.5" - checksum: 8/0b4af3b5bb5d86c289f7a026303d192a7eb4417231fe47245c460baeabae7277bcd8fd9c728fb6bd62c30b3e15cd6620373e2cf33353b095d8b403d3e8a15aff - languageName: node - linkType: hard - -"node-bitmap@npm:0.0.1": - version: 0.0.1 - resolution: "node-bitmap@npm:0.0.1" - checksum: 8/4e30bbd22e1e9f7f6c89cfc4fe8b221a198b7ca9311aeb6e19a6c3e98724e11c3536740b12b4f36b26a24770014b16d49c0af84a8d89ee596ba02172260e4c0e + checksum: 0b4af3b5bb5d86c289f7a026303d192a7eb4417231fe47245c460baeabae7277bcd8fd9c728fb6bd62c30b3e15cd6620373e2cf33353b095d8b403d3e8a15aff languageName: node linkType: hard @@ -4694,20 +5117,20 @@ __metadata: version: 2.7.0 resolution: "node-fetch@npm:2.7.0" dependencies: - whatwg-url: "npm:^5.0.0" + whatwg-url: ^5.0.0 peerDependencies: encoding: ^0.1.0 peerDependenciesMeta: encoding: optional: true - checksum: 8/d76d2f5edb451a3f05b15115ec89fc6be39de37c6089f1b6368df03b91e1633fd379a7e01b7ab05089a25034b2023d959b47e59759cb38d88341b2459e89d6e5 + checksum: d76d2f5edb451a3f05b15115ec89fc6be39de37c6089f1b6368df03b91e1633fd379a7e01b7ab05089a25034b2023d959b47e59759cb38d88341b2459e89d6e5 languageName: node linkType: hard -"node-releases@npm:^2.0.14": - version: 2.0.14 - resolution: "node-releases@npm:2.0.14" - checksum: 8/59443a2f77acac854c42d321bf1b43dea0aef55cd544c6a686e9816a697300458d4e82239e2d794ea05f7bbbc8a94500332e2d3ac3f11f52e4b16cbe638b3c41 +"node-releases@npm:^2.0.19": + version: 2.0.19 + resolution: "node-releases@npm:2.0.19" + checksum: 917dbced519f48c6289a44830a0ca6dc944c3ee9243c468ebd8515a41c97c8b2c256edb7f3f750416bc37952cc9608684e6483c7b6c6f39f6bd8d86c52cfe658 languageName: node linkType: hard @@ -4715,11 +5138,11 @@ __metadata: version: 2.5.0 resolution: "normalize-package-data@npm:2.5.0" dependencies: - hosted-git-info: "npm:^2.1.4" - resolve: "npm:^1.10.0" - semver: "npm:2 || 3 || 4 || 5" - validate-npm-package-license: "npm:^3.0.1" - checksum: 8/7999112efc35a6259bc22db460540cae06564aa65d0271e3bdfa86876d08b0e578b7b5b0028ee61b23f1cae9fc0e7847e4edc0948d3068a39a2a82853efc8499 + hosted-git-info: ^2.1.4 + resolve: ^1.10.0 + semver: 2 || 3 || 4 || 5 + validate-npm-package-license: ^3.0.1 + checksum: 7999112efc35a6259bc22db460540cae06564aa65d0271e3bdfa86876d08b0e578b7b5b0028ee61b23f1cae9fc0e7847e4edc0948d3068a39a2a82853efc8499 languageName: node linkType: hard @@ -4727,18 +5150,18 @@ __metadata: version: 3.0.3 resolution: "normalize-package-data@npm:3.0.3" dependencies: - hosted-git-info: "npm:^4.0.1" - is-core-module: "npm:^2.5.0" - semver: "npm:^7.3.4" - validate-npm-package-license: "npm:^3.0.1" - checksum: 8/bbcee00339e7c26fdbc760f9b66d429258e2ceca41a5df41f5df06cc7652de8d82e8679ff188ca095cad8eff2b6118d7d866af2b68400f74602fbcbce39c160a + hosted-git-info: ^4.0.1 + is-core-module: ^2.5.0 + semver: ^7.3.4 + validate-npm-package-license: ^3.0.1 + checksum: bbcee00339e7c26fdbc760f9b66d429258e2ceca41a5df41f5df06cc7652de8d82e8679ff188ca095cad8eff2b6118d7d866af2b68400f74602fbcbce39c160a languageName: node linkType: hard "normalize-path@npm:^3.0.0": version: 3.0.0 resolution: "normalize-path@npm:3.0.0" - checksum: 8/88eeb4da891e10b1318c4b2476b6e2ecbeb5ff97d946815ffea7794c31a89017c70d7f34b3c2ebf23ef4e9fc9fb99f7dffe36da22011b5b5c6ffa34f4873ec20 + checksum: 88eeb4da891e10b1318c4b2476b6e2ecbeb5ff97d946815ffea7794c31a89017c70d7f34b3c2ebf23ef4e9fc9fb99f7dffe36da22011b5b5c6ffa34f4873ec20 languageName: node linkType: hard @@ -4746,67 +5169,62 @@ __metadata: version: 4.1.5 resolution: "npm-run-all@npm:4.1.5" dependencies: - ansi-styles: "npm:^3.2.1" - chalk: "npm:^2.4.1" - cross-spawn: "npm:^6.0.5" - memorystream: "npm:^0.3.1" - minimatch: "npm:^3.0.4" - pidtree: "npm:^0.3.0" - read-pkg: "npm:^3.0.0" - shell-quote: "npm:^1.6.1" - string.prototype.padend: "npm:^3.0.0" + ansi-styles: ^3.2.1 + chalk: ^2.4.1 + cross-spawn: ^6.0.5 + memorystream: ^0.3.1 + minimatch: ^3.0.4 + pidtree: ^0.3.0 + read-pkg: ^3.0.0 + shell-quote: ^1.6.1 + string.prototype.padend: ^3.0.0 bin: npm-run-all: bin/npm-run-all/index.js run-p: bin/run-p/index.js run-s: bin/run-s/index.js - checksum: 8/373b72c6a36564da13c1642c1fd9bb4dcc756bce7a3648f883772f02661095319820834ff813762d2fee403e9b40c1cd27c8685807c107440f10eb19c006d4a0 + checksum: 373b72c6a36564da13c1642c1fd9bb4dcc756bce7a3648f883772f02661095319820834ff813762d2fee403e9b40c1cd27c8685807c107440f10eb19c006d4a0 languageName: node linkType: hard -"oauth-sign@npm:~0.9.0": - version: 0.9.0 - resolution: "oauth-sign@npm:0.9.0" - checksum: 8/8f5497a127967866a3c67094c21efd295e46013a94e6e828573c62220e9af568cc1d2d04b16865ba583e430510fa168baf821ea78f355146d8ed7e350fc44c64 +"nprogress@npm:^0.2.0": + version: 0.2.0 + resolution: "nprogress@npm:0.2.0" + checksum: 66b7bec5d563ecf2d1c3d2815e6d5eb74ed815eee8563e0afa63d3f185ab1b9cf2ddd97e1ded263b9995c5019d26d600320e849e50f3747984daa033744619dc languageName: node linkType: hard "object-assign@npm:^4.1.1": version: 4.1.1 resolution: "object-assign@npm:4.1.1" - checksum: 8/fcc6e4ea8c7fe48abfbb552578b1c53e0d194086e2e6bbbf59e0a536381a292f39943c6e9628af05b5528aa5e3318bb30d6b2e53cadaf5b8fe9e12c4b69af23f + checksum: fcc6e4ea8c7fe48abfbb552578b1c53e0d194086e2e6bbbf59e0a536381a292f39943c6e9628af05b5528aa5e3318bb30d6b2e53cadaf5b8fe9e12c4b69af23f languageName: node linkType: hard -"object-inspect@npm:^1.13.1": - version: 1.13.1 - resolution: "object-inspect@npm:1.13.1" - checksum: 8/7d9fa9221de3311dcb5c7c307ee5dc011cdd31dc43624b7c184b3840514e118e05ef0002be5388304c416c0eb592feb46e983db12577fc47e47d5752fbbfb61f +"object-inspect@npm:^1.13.3": + version: 1.13.3 + resolution: "object-inspect@npm:1.13.3" + checksum: 8c962102117241e18ea403b84d2521f78291b774b03a29ee80a9863621d88265ffd11d0d7e435c4c2cea0dc2a2fbf8bbc92255737a05536590f2df2e8756f297 languageName: node linkType: hard "object-keys@npm:^1.1.1": version: 1.1.1 resolution: "object-keys@npm:1.1.1" - checksum: 8/b363c5e7644b1e1b04aa507e88dcb8e3a2f52b6ffd0ea801e4c7a62d5aa559affe21c55a07fd4b1fd55fc03a33c610d73426664b20032405d7b92a1414c34d6a + checksum: b363c5e7644b1e1b04aa507e88dcb8e3a2f52b6ffd0ea801e4c7a62d5aa559affe21c55a07fd4b1fd55fc03a33c610d73426664b20032405d7b92a1414c34d6a languageName: node linkType: hard "object.assign@npm:^4.1.5": - version: 4.1.5 - resolution: "object.assign@npm:4.1.5" + version: 4.1.7 + resolution: "object.assign@npm:4.1.7" dependencies: - call-bind: "npm:^1.0.5" - define-properties: "npm:^1.2.1" - has-symbols: "npm:^1.0.3" - object-keys: "npm:^1.1.1" - checksum: 8/f9aeac0541661370a1fc86e6a8065eb1668d3e771f7dbb33ee54578201336c057b21ee61207a186dd42db0c62201d91aac703d20d12a79fc79c353eed44d4e25 - languageName: node - linkType: hard - -"omggif@npm:^1.0.5": - version: 1.0.10 - resolution: "omggif@npm:1.0.10" - checksum: 8/15102e46b6fa0fba32d7e948f702623cdc3cdcdfd64b2d33c6e29a61f366ffd0f250da55d66f5217dce5b93ba9c67763fa998652791a5c7f2201a3bde2c4db45 + call-bind: ^1.0.8 + call-bound: ^1.0.3 + define-properties: ^1.2.1 + es-object-atoms: ^1.0.0 + has-symbols: ^1.1.0 + object-keys: ^1.1.1 + checksum: 60e07d2651cf4f5528c485f1aa4dbded9b384c47d80e8187cefd11320abb1aebebf78df5483451dfa549059f8281c21f7b4bf7d19e9e5e97d8d617df0df298de languageName: node linkType: hard @@ -4814,8 +5232,8 @@ __metadata: version: 1.4.0 resolution: "once@npm:1.4.0" dependencies: - wrappy: "npm:1" - checksum: 8/cd0a88501333edd640d95f0d2700fbde6bff20b3d4d9bdc521bdd31af0656b5706570d6c6afe532045a20bb8dc0849f8332d6f2a416e0ba6d3d3b98806c7db68 + wrappy: 1 + checksum: cd0a88501333edd640d95f0d2700fbde6bff20b3d4d9bdc521bdd31af0656b5706570d6c6afe532045a20bb8dc0849f8332d6f2a416e0ba6d3d3b98806c7db68 languageName: node linkType: hard @@ -4824,7 +5242,7 @@ __metadata: resolution: "opencollective-postinstall@npm:2.0.3" bin: opencollective-postinstall: index.js - checksum: 8/0a68c5cef135e46d11e665d5077398285d1ce5311c948e8327b435791c409744d4a6bb9c55bd6507fb5f2ef34b0ad920565adcdaf974cbdae701aead6f32b396 + checksum: 0a68c5cef135e46d11e665d5077398285d1ce5311c948e8327b435791c409744d4a6bb9c55bd6507fb5f2ef34b0ad920565adcdaf974cbdae701aead6f32b396 languageName: node linkType: hard @@ -4832,13 +5250,13 @@ __metadata: version: 0.9.4 resolution: "optionator@npm:0.9.4" dependencies: - deep-is: "npm:^0.1.3" - fast-levenshtein: "npm:^2.0.6" - levn: "npm:^0.4.1" - prelude-ls: "npm:^1.2.1" - type-check: "npm:^0.4.0" - word-wrap: "npm:^1.2.5" - checksum: 8/ecbd010e3dc73e05d239976422d9ef54a82a13f37c11ca5911dff41c98a6c7f0f163b27f922c37e7f8340af9d36febd3b6e9cef508f3339d4c393d7276d716bb + deep-is: ^0.1.3 + fast-levenshtein: ^2.0.6 + levn: ^0.4.1 + prelude-ls: ^1.2.1 + type-check: ^0.4.0 + word-wrap: ^1.2.5 + checksum: ecbd010e3dc73e05d239976422d9ef54a82a13f37c11ca5911dff41c98a6c7f0f163b27f922c37e7f8340af9d36febd3b6e9cef508f3339d4c393d7276d716bb languageName: node linkType: hard @@ -4846,8 +5264,8 @@ __metadata: version: 2.3.0 resolution: "p-limit@npm:2.3.0" dependencies: - p-try: "npm:^2.0.0" - checksum: 8/84ff17f1a38126c3314e91ecfe56aecbf36430940e2873dadaa773ffe072dc23b7af8e46d4b6485d302a11673fe94c6b67ca2cfbb60c989848b02100d0594ac1 + p-try: ^2.0.0 + checksum: 84ff17f1a38126c3314e91ecfe56aecbf36430940e2873dadaa773ffe072dc23b7af8e46d4b6485d302a11673fe94c6b67ca2cfbb60c989848b02100d0594ac1 languageName: node linkType: hard @@ -4855,8 +5273,8 @@ __metadata: version: 3.1.0 resolution: "p-limit@npm:3.1.0" dependencies: - yocto-queue: "npm:^0.1.0" - checksum: 8/7c3690c4dbf62ef625671e20b7bdf1cbc9534e83352a2780f165b0d3ceba21907e77ad63401708145ca4e25bfc51636588d89a8c0aeb715e6c37d1c066430360 + yocto-queue: ^0.1.0 + checksum: 7c3690c4dbf62ef625671e20b7bdf1cbc9534e83352a2780f165b0d3ceba21907e77ad63401708145ca4e25bfc51636588d89a8c0aeb715e6c37d1c066430360 languageName: node linkType: hard @@ -4864,8 +5282,8 @@ __metadata: version: 4.1.0 resolution: "p-locate@npm:4.1.0" dependencies: - p-limit: "npm:^2.2.0" - checksum: 8/513bd14a455f5da4ebfcb819ef706c54adb09097703de6aeaa5d26fe5ea16df92b48d1ac45e01e3944ce1e6aa2a66f7f8894742b8c9d6e276e16cd2049a2b870 + p-limit: ^2.2.0 + checksum: 513bd14a455f5da4ebfcb819ef706c54adb09097703de6aeaa5d26fe5ea16df92b48d1ac45e01e3944ce1e6aa2a66f7f8894742b8c9d6e276e16cd2049a2b870 languageName: node linkType: hard @@ -4873,15 +5291,15 @@ __metadata: version: 5.0.0 resolution: "p-locate@npm:5.0.0" dependencies: - p-limit: "npm:^3.0.2" - checksum: 8/1623088f36cf1cbca58e9b61c4e62bf0c60a07af5ae1ca99a720837356b5b6c5ba3eb1b2127e47a06865fee59dd0453cad7cc844cda9d5a62ac1a5a51b7c86d3 + p-limit: ^3.0.2 + checksum: 1623088f36cf1cbca58e9b61c4e62bf0c60a07af5ae1ca99a720837356b5b6c5ba3eb1b2127e47a06865fee59dd0453cad7cc844cda9d5a62ac1a5a51b7c86d3 languageName: node linkType: hard "p-try@npm:^2.0.0": version: 2.2.0 resolution: "p-try@npm:2.2.0" - checksum: 8/f8a8e9a7693659383f06aec604ad5ead237c7a261c18048a6e1b5b85a5f8a067e469aa24f5bc009b991ea3b058a87f5065ef4176793a200d4917349881216cae + checksum: f8a8e9a7693659383f06aec604ad5ead237c7a261c18048a6e1b5b85a5f8a067e469aa24f5bc009b991ea3b058a87f5065ef4176793a200d4917349881216cae languageName: node linkType: hard @@ -4889,17 +5307,8 @@ __metadata: version: 1.0.1 resolution: "parent-module@npm:1.0.1" dependencies: - callsites: "npm:^3.0.0" - checksum: 8/6ba8b255145cae9470cf5551eb74be2d22281587af787a2626683a6c20fbb464978784661478dd2a3f1dad74d1e802d403e1b03c1a31fab310259eec8ac560ff - languageName: node - linkType: hard - -"parse-data-uri@npm:^0.2.0": - version: 0.2.0 - resolution: "parse-data-uri@npm:0.2.0" - dependencies: - data-uri-to-buffer: "npm:0.0.3" - checksum: 8/6e8d76eb4b72552d27cefdbb36f33a246af644640b69367a1db691c0dc6fd60b077f603b19379704e58c80007c3953f26d6b75ca5816a2e6edcb0575bcff518d + callsites: ^3.0.0 + checksum: 6ba8b255145cae9470cf5551eb74be2d22281587af787a2626683a6c20fbb464978784661478dd2a3f1dad74d1e802d403e1b03c1a31fab310259eec8ac560ff languageName: node linkType: hard @@ -4907,9 +5316,9 @@ __metadata: version: 4.0.0 resolution: "parse-json@npm:4.0.0" dependencies: - error-ex: "npm:^1.3.1" - json-parse-better-errors: "npm:^1.0.1" - checksum: 8/0fe227d410a61090c247e34fa210552b834613c006c2c64d9a05cfe9e89cf8b4246d1246b1a99524b53b313e9ac024438d0680f67e33eaed7e6f38db64cfe7b5 + error-ex: ^1.3.1 + json-parse-better-errors: ^1.0.1 + checksum: 0fe227d410a61090c247e34fa210552b834613c006c2c64d9a05cfe9e89cf8b4246d1246b1a99524b53b313e9ac024438d0680f67e33eaed7e6f38db64cfe7b5 languageName: node linkType: hard @@ -4917,60 +5326,60 @@ __metadata: version: 5.2.0 resolution: "parse-json@npm:5.2.0" dependencies: - "@babel/code-frame": "npm:^7.0.0" - error-ex: "npm:^1.3.1" - json-parse-even-better-errors: "npm:^2.3.0" - lines-and-columns: "npm:^1.1.6" - checksum: 8/62085b17d64da57f40f6afc2ac1f4d95def18c4323577e1eced571db75d9ab59b297d1d10582920f84b15985cbfc6b6d450ccbf317644cfa176f3ed982ad87e2 + "@babel/code-frame": ^7.0.0 + error-ex: ^1.3.1 + json-parse-even-better-errors: ^2.3.0 + lines-and-columns: ^1.1.6 + checksum: 62085b17d64da57f40f6afc2ac1f4d95def18c4323577e1eced571db75d9ab59b297d1d10582920f84b15985cbfc6b6d450ccbf317644cfa176f3ed982ad87e2 languageName: node linkType: hard "parse-srcset@npm:^1.0.2": version: 1.0.2 resolution: "parse-srcset@npm:1.0.2" - checksum: 8/3a0380380c6082021fcce982f0b89fb8a493ce9dfd7d308e5e6d855201e80db8b90438649b31fdd82a3d6089a8ca17dccddaa2b730a718389af4c037b8539ebf + checksum: 3a0380380c6082021fcce982f0b89fb8a493ce9dfd7d308e5e6d855201e80db8b90438649b31fdd82a3d6089a8ca17dccddaa2b730a718389af4c037b8539ebf languageName: node linkType: hard "path-browserify@npm:^1.0.0": version: 1.0.1 resolution: "path-browserify@npm:1.0.1" - checksum: 8/c6d7fa376423fe35b95b2d67990060c3ee304fc815ff0a2dc1c6c3cfaff2bd0d572ee67e18f19d0ea3bbe32e8add2a05021132ac40509416459fffee35200699 + checksum: c6d7fa376423fe35b95b2d67990060c3ee304fc815ff0a2dc1c6c3cfaff2bd0d572ee67e18f19d0ea3bbe32e8add2a05021132ac40509416459fffee35200699 languageName: node linkType: hard "path-exists@npm:^4.0.0": version: 4.0.0 resolution: "path-exists@npm:4.0.0" - checksum: 8/505807199dfb7c50737b057dd8d351b82c033029ab94cb10a657609e00c1bc53b951cfdbccab8de04c5584d5eff31128ce6afd3db79281874a5ef2adbba55ed1 + checksum: 505807199dfb7c50737b057dd8d351b82c033029ab94cb10a657609e00c1bc53b951cfdbccab8de04c5584d5eff31128ce6afd3db79281874a5ef2adbba55ed1 languageName: node linkType: hard "path-is-absolute@npm:^1.0.0": version: 1.0.1 resolution: "path-is-absolute@npm:1.0.1" - checksum: 8/060840f92cf8effa293bcc1bea81281bd7d363731d214cbe5c227df207c34cd727430f70c6037b5159c8a870b9157cba65e775446b0ab06fd5ecc7e54615a3b8 + checksum: 060840f92cf8effa293bcc1bea81281bd7d363731d214cbe5c227df207c34cd727430f70c6037b5159c8a870b9157cba65e775446b0ab06fd5ecc7e54615a3b8 languageName: node linkType: hard "path-key@npm:^2.0.1": version: 2.0.1 resolution: "path-key@npm:2.0.1" - checksum: 8/f7ab0ad42fe3fb8c7f11d0c4f849871e28fbd8e1add65c370e422512fc5887097b9cf34d09c1747d45c942a8c1e26468d6356e2df3f740bf177ab8ca7301ebfd + checksum: f7ab0ad42fe3fb8c7f11d0c4f849871e28fbd8e1add65c370e422512fc5887097b9cf34d09c1747d45c942a8c1e26468d6356e2df3f740bf177ab8ca7301ebfd languageName: node linkType: hard "path-key@npm:^3.1.0": version: 3.1.1 resolution: "path-key@npm:3.1.1" - checksum: 8/55cd7a9dd4b343412a8386a743f9c746ef196e57c823d90ca3ab917f90ab9f13dd0ded27252ba49dbdfcab2b091d998bc446f6220cd3cea65db407502a740020 + checksum: 55cd7a9dd4b343412a8386a743f9c746ef196e57c823d90ca3ab917f90ab9f13dd0ded27252ba49dbdfcab2b091d998bc446f6220cd3cea65db407502a740020 languageName: node linkType: hard "path-parse@npm:^1.0.7": version: 1.0.7 resolution: "path-parse@npm:1.0.7" - checksum: 8/49abf3d81115642938a8700ec580da6e830dde670be21893c62f4e10bd7dd4c3742ddc603fe24f898cba7eb0c6bc1777f8d9ac14185d34540c6d4d80cd9cae8a + checksum: 49abf3d81115642938a8700ec580da6e830dde670be21893c62f4e10bd7dd4c3742ddc603fe24f898cba7eb0c6bc1777f8d9ac14185d34540c6d4d80cd9cae8a languageName: node linkType: hard @@ -4978,9 +5387,9 @@ __metadata: version: 1.11.1 resolution: "path-scurry@npm:1.11.1" dependencies: - lru-cache: "npm:^10.2.0" - minipass: "npm:^5.0.0 || ^6.0.2 || ^7.0.0" - checksum: 8/890d5abcd593a7912dcce7cf7c6bf7a0b5648e3dee6caf0712c126ca0a65c7f3d7b9d769072a4d1baf370f61ce493ab5b038d59988688e0c5f3f646ee3c69023 + lru-cache: ^10.2.0 + minipass: ^5.0.0 || ^6.0.2 || ^7.0.0 + checksum: 890d5abcd593a7912dcce7cf7c6bf7a0b5648e3dee6caf0712c126ca0a65c7f3d7b9d769072a4d1baf370f61ce493ab5b038d59988688e0c5f3f646ee3c69023 languageName: node linkType: hard @@ -4988,36 +5397,36 @@ __metadata: version: 3.0.0 resolution: "path-type@npm:3.0.0" dependencies: - pify: "npm:^3.0.0" - checksum: 8/735b35e256bad181f38fa021033b1c33cfbe62ead42bb2222b56c210e42938eecb272ae1949f3b6db4ac39597a61b44edd8384623ec4d79bfdc9a9c0f12537a6 + pify: ^3.0.0 + checksum: 735b35e256bad181f38fa021033b1c33cfbe62ead42bb2222b56c210e42938eecb272ae1949f3b6db4ac39597a61b44edd8384623ec4d79bfdc9a9c0f12537a6 languageName: node linkType: hard "path-type@npm:^4.0.0": version: 4.0.0 resolution: "path-type@npm:4.0.0" - checksum: 8/5b1e2daa247062061325b8fdbfd1fb56dde0a448fb1455453276ea18c60685bdad23a445dc148cf87bc216be1573357509b7d4060494a6fd768c7efad833ee45 + checksum: 5b1e2daa247062061325b8fdbfd1fb56dde0a448fb1455453276ea18c60685bdad23a445dc148cf87bc216be1573357509b7d4060494a6fd768c7efad833ee45 languageName: node linkType: hard -"performance-now@npm:^2.1.0": - version: 2.1.0 - resolution: "performance-now@npm:2.1.0" - checksum: 8/534e641aa8f7cba160f0afec0599b6cecefbb516a2e837b512be0adbe6c1da5550e89c78059c7fabc5c9ffdf6627edabe23eb7c518c4500067a898fa65c2b550 +"peek-readable@npm:^4.1.0": + version: 4.1.0 + resolution: "peek-readable@npm:4.1.0" + checksum: 02c673f9bc816f8e4e74a054c097225ad38d457d745b775e2b96faf404a54473b2f62f5bcd496f5ebc28696708bcc5e95bed409856f4bef5ed62eae9b4ac0dab languageName: node linkType: hard -"picocolors@npm:^1.0.0, picocolors@npm:^1.0.1": - version: 1.0.1 - resolution: "picocolors@npm:1.0.1" - checksum: 8/fa68166d1f56009fc02a34cdfd112b0dd3cf1ef57667ac57281f714065558c01828cdf4f18600ad6851cbe0093952ed0660b1e0156bddf2184b6aaf5817553a5 +"picocolors@npm:^1.0.0, picocolors@npm:^1.1.0, picocolors@npm:^1.1.1": + version: 1.1.1 + resolution: "picocolors@npm:1.1.1" + checksum: e1cf46bf84886c79055fdfa9dcb3e4711ad259949e3565154b004b260cd356c5d54b31a1437ce9782624bf766272fe6b0154f5f0c744fb7af5d454d2b60db045 languageName: node linkType: hard "picomatch@npm:^2.3.1": version: 2.3.1 resolution: "picomatch@npm:2.3.1" - checksum: 8/050c865ce81119c4822c45d3c84f1ced46f93a0126febae20737bd05ca20589c564d6e9226977df859ed5e03dc73f02584a2b0faad36e896936238238b0446cf + checksum: 050c865ce81119c4822c45d3c84f1ced46f93a0126febae20737bd05ca20589c564d6e9226977df859ed5e03dc73f02584a2b0faad36e896936238238b0446cf languageName: node linkType: hard @@ -5026,14 +5435,14 @@ __metadata: resolution: "pidtree@npm:0.3.1" bin: pidtree: bin/pidtree.js - checksum: 8/eb49025099f1af89a4696f7673351421f13420f3397b963c901fe23a1c9c2ff50f4750321970d4472c0ffbb065e4a6c3c27f75e226cc62284b19e21d32ce7012 + checksum: eb49025099f1af89a4696f7673351421f13420f3397b963c901fe23a1c9c2ff50f4750321970d4472c0ffbb065e4a6c3c27f75e226cc62284b19e21d32ce7012 languageName: node linkType: hard "pify@npm:^3.0.0": version: 3.0.0 resolution: "pify@npm:3.0.0" - checksum: 8/6cdcbc3567d5c412450c53261a3f10991665d660961e06605decf4544a61a97a54fefe70a68d5c37080ff9d6f4cf51444c90198d1ba9f9309a6c0d6e9f5c4fde + checksum: 6cdcbc3567d5c412450c53261a3f10991665d660961e06605decf4544a61a97a54fefe70a68d5c37080ff9d6f4cf51444c90198d1ba9f9309a6c0d6e9f5c4fde languageName: node linkType: hard @@ -5041,29 +5450,22 @@ __metadata: version: 4.2.0 resolution: "pkg-dir@npm:4.2.0" dependencies: - find-up: "npm:^4.0.0" - checksum: 8/9863e3f35132bf99ae1636d31ff1e1e3501251d480336edb1c211133c8d58906bed80f154a1d723652df1fda91e01c7442c2eeaf9dc83157c7ae89087e43c8d6 - languageName: node - linkType: hard - -"pngjs@npm:^3.3.3": - version: 3.4.0 - resolution: "pngjs@npm:3.4.0" - checksum: 8/8bd40bd698abd16b72c97b85cb858c80894fbedc76277ce72a784aa441e14795d45d9856e97333ca469b34b67528860ffc8a7317ca6beea349b645366df00bcd + find-up: ^4.0.0 + checksum: 9863e3f35132bf99ae1636d31ff1e1e3501251d480336edb1c211133c8d58906bed80f154a1d723652df1fda91e01c7442c2eeaf9dc83157c7ae89087e43c8d6 languageName: node linkType: hard "possible-typed-array-names@npm:^1.0.0": version: 1.0.0 resolution: "possible-typed-array-names@npm:1.0.0" - checksum: 8/b32d403ece71e042385cc7856385cecf1cd8e144fa74d2f1de40d1e16035dba097bc189715925e79b67bdd1472796ff168d3a90d296356c9c94d272d5b95f3ae + checksum: b32d403ece71e042385cc7856385cecf1cd8e144fa74d2f1de40d1e16035dba097bc189715925e79b67bdd1472796ff168d3a90d296356c9c94d272d5b95f3ae languageName: node linkType: hard "postcss-media-query-parser@npm:^0.2.3": version: 0.2.3 resolution: "postcss-media-query-parser@npm:0.2.3" - checksum: 8/8000d4d95b912994928ff86137f5ab0ed4c4ee1498af2336e93d708ae8827a690cd7acbaed55d14684cf44d82c8d44b031c1c69ae6bcd2f9620ea67573888090 + checksum: 8000d4d95b912994928ff86137f5ab0ed4c4ee1498af2336e93d708ae8827a690cd7acbaed55d14684cf44d82c8d44b031c1c69ae6bcd2f9620ea67573888090 languageName: node linkType: hard @@ -5072,31 +5474,31 @@ __metadata: resolution: "postcss-modules-extract-imports@npm:3.1.0" peerDependencies: postcss: ^8.1.0 - checksum: 8/b9192e0f4fb3d19431558be6f8af7ca45fc92baaad9b2778d1732a5880cd25c3df2074ce5484ae491e224f0d21345ffc2d419bd51c25b019af76d7a7af88c17f + checksum: b9192e0f4fb3d19431558be6f8af7ca45fc92baaad9b2778d1732a5880cd25c3df2074ce5484ae491e224f0d21345ffc2d419bd51c25b019af76d7a7af88c17f languageName: node linkType: hard "postcss-modules-local-by-default@npm:^4.0.5": - version: 4.0.5 - resolution: "postcss-modules-local-by-default@npm:4.0.5" + version: 4.2.0 + resolution: "postcss-modules-local-by-default@npm:4.2.0" dependencies: - icss-utils: "npm:^5.0.0" - postcss-selector-parser: "npm:^6.0.2" - postcss-value-parser: "npm:^4.1.0" + icss-utils: ^5.0.0 + postcss-selector-parser: ^7.0.0 + postcss-value-parser: ^4.1.0 peerDependencies: postcss: ^8.1.0 - checksum: 8/ca9b01f4a0a3dfb33e016299e2dfb7e85c3123292f7aec2efc0c6771b9955648598bfb4c1561f7ee9732fb27fb073681233661b32eef98baab43743f96735452 + checksum: 720d145453f82ad5f1c1d0ff7386d64722f0812808e4132e573c1a49909745e109fcce3792a0b0cb18770dbeb3d9741867e81c698dc8353a18bc664b7d6d9533 languageName: node linkType: hard "postcss-modules-scope@npm:^3.2.0": - version: 3.2.0 - resolution: "postcss-modules-scope@npm:3.2.0" + version: 3.2.1 + resolution: "postcss-modules-scope@npm:3.2.1" dependencies: - postcss-selector-parser: "npm:^6.0.4" + postcss-selector-parser: ^7.0.0 peerDependencies: postcss: ^8.1.0 - checksum: 8/2ffe7e98c1fa993192a39c8dd8ade93fc4f59fbd1336ce34fcedaee0ee3bafb29e2e23fb49189256895b30e4f21af661c6a6a16ef7b17ae2c859301e4a4459ae + checksum: 085f65863bb7d8bf08209a979ceb22b2b07bb466574e0e698d34aaad832d614957bb05f2418348a14e4035f65e23b2be2951369d26ea429dd5762c6a020f0f7c languageName: node linkType: hard @@ -5104,17 +5506,17 @@ __metadata: version: 4.0.0 resolution: "postcss-modules-values@npm:4.0.0" dependencies: - icss-utils: "npm:^5.0.0" + icss-utils: ^5.0.0 peerDependencies: postcss: ^8.1.0 - checksum: 8/f7f2cdf14a575b60e919ad5ea52fed48da46fe80db2733318d71d523fc87db66c835814940d7d05b5746b0426e44661c707f09bdb83592c16aea06e859409db6 + checksum: f7f2cdf14a575b60e919ad5ea52fed48da46fe80db2733318d71d523fc87db66c835814940d7d05b5746b0426e44661c707f09bdb83592c16aea06e859409db6 languageName: node linkType: hard "postcss-resolve-nested-selector@npm:^0.1.1": - version: 0.1.1 - resolution: "postcss-resolve-nested-selector@npm:0.1.1" - checksum: 8/b08fb76ab092a09ee01328bad620a01dcb445ac5eb02dd0ed9ed75217c2f779ecb3bf99a361c46e695689309c08c09f1a1ad7354c8d58c2c2c40d364657fcb08 + version: 0.1.6 + resolution: "postcss-resolve-nested-selector@npm:0.1.6" + checksum: 85453901afe2a4db497b4e0d2c9cf2a097a08fa5d45bc646547025176217050334e423475519a1e6c74a1f31ade819d16bb37a39914e5321e250695ee3feea14 languageName: node linkType: hard @@ -5123,42 +5525,52 @@ __metadata: resolution: "postcss-safe-parser@npm:6.0.0" peerDependencies: postcss: ^8.3.3 - checksum: 8/06c733eaad83a3954367e7ee02ddfe3796e7a44d4299ccf9239f40964a4daac153c7d77613f32964b5a86c0c6c2f6167738f31d578b73b17cb69d0c4446f0ebe + checksum: 06c733eaad83a3954367e7ee02ddfe3796e7a44d4299ccf9239f40964a4daac153c7d77613f32964b5a86c0c6c2f6167738f31d578b73b17cb69d0c4446f0ebe languageName: node linkType: hard -"postcss-selector-parser@npm:^6.0.11, postcss-selector-parser@npm:^6.0.2, postcss-selector-parser@npm:^6.0.4": - version: 6.1.0 - resolution: "postcss-selector-parser@npm:6.1.0" +"postcss-selector-parser@npm:^6.0.11": + version: 6.1.2 + resolution: "postcss-selector-parser@npm:6.1.2" dependencies: - cssesc: "npm:^3.0.0" - util-deprecate: "npm:^1.0.2" - checksum: 8/449f614e6706421be307d8638183c61ba45bc3b460fe3815df8971dbb4d59c4087181940d879daee4a7a2daf3d86e915db1cce0c006dd68ca75b4087079273bd + cssesc: ^3.0.0 + util-deprecate: ^1.0.2 + checksum: ce9440fc42a5419d103f4c7c1847cb75488f3ac9cbe81093b408ee9701193a509f664b4d10a2b4d82c694ee7495e022f8f482d254f92b7ffd9ed9dea696c6f84 + languageName: node + linkType: hard + +"postcss-selector-parser@npm:^7.0.0": + version: 7.0.0 + resolution: "postcss-selector-parser@npm:7.0.0" + dependencies: + cssesc: ^3.0.0 + util-deprecate: ^1.0.2 + checksum: f906b7449fcbe9fa6ae739b6fc324ee3c6201aaf5224f26da27de64ccba68d878d734dd182a467881e463f7ede08972d0129b0cc4d6b671d78c6492cddcef154 languageName: node linkType: hard "postcss-value-parser@npm:^4.1.0, postcss-value-parser@npm:^4.2.0": version: 4.2.0 resolution: "postcss-value-parser@npm:4.2.0" - checksum: 8/819ffab0c9d51cf0acbabf8996dffbfafbafa57afc0e4c98db88b67f2094cb44488758f06e5da95d7036f19556a4a732525e84289a425f4f6fd8e412a9d7442f + checksum: 819ffab0c9d51cf0acbabf8996dffbfafbafa57afc0e4c98db88b67f2094cb44488758f06e5da95d7036f19556a4a732525e84289a425f4f6fd8e412a9d7442f languageName: node linkType: hard "postcss@npm:^8.3.11, postcss@npm:^8.4.19, postcss@npm:^8.4.33": - version: 8.4.38 - resolution: "postcss@npm:8.4.38" + version: 8.4.49 + resolution: "postcss@npm:8.4.49" dependencies: - nanoid: "npm:^3.3.7" - picocolors: "npm:^1.0.0" - source-map-js: "npm:^1.2.0" - checksum: 8/649f9e60a763ca4b5a7bbec446a069edf07f057f6d780a5a0070576b841538d1ecf7dd888f2fbfd1f76200e26c969e405aeeae66332e6927dbdc8bdcb90b9451 + nanoid: ^3.3.7 + picocolors: ^1.1.1 + source-map-js: ^1.2.1 + checksum: eb5d6cbdca24f50399aafa5d2bea489e4caee4c563ea1edd5a2485bc5f84e9ceef3febf170272bc83a99c31d23a316ad179213e853f34c2a7a8ffa534559d63a languageName: node linkType: hard "prelude-ls@npm:^1.2.1": version: 1.2.1 resolution: "prelude-ls@npm:1.2.1" - checksum: 8/cd192ec0d0a8e4c6da3bb80e4f62afe336df3f76271ac6deb0e6a36187133b6073a19e9727a1ff108cd8b9982e4768850d413baa71214dd80c7979617dca827a + checksum: cd192ec0d0a8e4c6da3bb80e4f62afe336df3f76271ac6deb0e6a36187133b6073a19e9727a1ff108cd8b9982e4768850d413baa71214dd80c7979617dca827a languageName: node linkType: hard @@ -5166,8 +5578,8 @@ __metadata: version: 1.0.0 resolution: "prettier-linter-helpers@npm:1.0.0" dependencies: - fast-diff: "npm:^1.1.2" - checksum: 8/00ce8011cf6430158d27f9c92cfea0a7699405633f7f1d4a45f07e21bf78e99895911cbcdc3853db3a824201a7c745bd49bfea8abd5fb9883e765a90f74f8392 + fast-diff: ^1.1.2 + checksum: 00ce8011cf6430158d27f9c92cfea0a7699405633f7f1d4a45f07e21bf78e99895911cbcdc3853db3a824201a7c745bd49bfea8abd5fb9883e765a90f74f8392 languageName: node linkType: hard @@ -5176,14 +5588,14 @@ __metadata: resolution: "prettier@npm:2.8.8" bin: prettier: bin-prettier.js - checksum: 8/b49e409431bf129dd89238d64299ba80717b57ff5a6d1c1a8b1a28b590d998a34e083fa13573bc732bb8d2305becb4c9a4407f8486c81fa7d55100eb08263cf8 + checksum: b49e409431bf129dd89238d64299ba80717b57ff5a6d1c1a8b1a28b590d998a34e083fa13573bc732bb8d2305becb4c9a4407f8486c81fa7d55100eb08263cf8 languageName: node linkType: hard "process@npm:^0.11.10": version: 0.11.10 resolution: "process@npm:0.11.10" - checksum: 8/bfcce49814f7d172a6e6a14d5fa3ac92cc3d0c3b9feb1279774708a719e19acd673995226351a082a9ae99978254e320ccda4240ddc474ba31a76c79491ca7c3 + checksum: bfcce49814f7d172a6e6a14d5fa3ac92cc3d0c3b9feb1279774708a719e19acd673995226351a082a9ae99978254e320ccda4240ddc474ba31a76c79491ca7c3 languageName: node linkType: hard @@ -5191,52 +5603,45 @@ __metadata: version: 15.8.1 resolution: "prop-types@npm:15.8.1" dependencies: - loose-envify: "npm:^1.4.0" - object-assign: "npm:^4.1.1" - react-is: "npm:^16.13.1" - checksum: 8/c056d3f1c057cb7ff8344c645450e14f088a915d078dcda795041765047fa080d38e5d626560ccaac94a4e16e3aa15f3557c1a9a8d1174530955e992c675e459 + loose-envify: ^1.4.0 + object-assign: ^4.1.1 + react-is: ^16.13.1 + checksum: c056d3f1c057cb7ff8344c645450e14f088a915d078dcda795041765047fa080d38e5d626560ccaac94a4e16e3aa15f3557c1a9a8d1174530955e992c675e459 languageName: node linkType: hard -"psl@npm:^1.1.28": - version: 1.9.0 - resolution: "psl@npm:1.9.0" - checksum: 8/20c4277f640c93d393130673f392618e9a8044c6c7bf61c53917a0fddb4952790f5f362c6c730a9c32b124813e173733f9895add8d26f566ed0ea0654b2e711d +"proxy-from-env@npm:^1.1.0": + version: 1.1.0 + resolution: "proxy-from-env@npm:1.1.0" + checksum: ed7fcc2ba0a33404958e34d95d18638249a68c430e30fcb6c478497d72739ba64ce9810a24f53a7d921d0c065e5b78e3822759800698167256b04659366ca4d4 languageName: node linkType: hard "punycode@npm:^2.1.0, punycode@npm:^2.1.1": version: 2.3.1 resolution: "punycode@npm:2.3.1" - checksum: 8/bb0a0ceedca4c3c57a9b981b90601579058903c62be23c5e8e843d2c2d4148a3ecf029d5133486fb0e1822b098ba8bba09e89d6b21742d02fa26bda6441a6fb2 - languageName: node - linkType: hard - -"qs@npm:~6.5.2": - version: 6.5.3 - resolution: "qs@npm:6.5.3" - checksum: 8/6f20bf08cabd90c458e50855559539a28d00b2f2e7dddcb66082b16a43188418cb3cb77cbd09268bcef6022935650f0534357b8af9eeb29bf0f27ccb17655692 + checksum: bb0a0ceedca4c3c57a9b981b90601579058903c62be23c5e8e843d2c2d4148a3ecf029d5133486fb0e1822b098ba8bba09e89d6b21742d02fa26bda6441a6fb2 languageName: node linkType: hard "querystringify@npm:^2.1.1": version: 2.2.0 resolution: "querystringify@npm:2.2.0" - checksum: 8/5641ea231bad7ef6d64d9998faca95611ed4b11c2591a8cae741e178a974f6a8e0ebde008475259abe1621cb15e692404e6b6626e927f7b849d5c09392604b15 + checksum: 5641ea231bad7ef6d64d9998faca95611ed4b11c2591a8cae741e178a974f6a8e0ebde008475259abe1621cb15e692404e6b6626e927f7b849d5c09392604b15 languageName: node linkType: hard "queue-microtask@npm:^1.2.2": version: 1.2.3 resolution: "queue-microtask@npm:1.2.3" - checksum: 8/b676f8c040cdc5b12723ad2f91414d267605b26419d5c821ff03befa817ddd10e238d22b25d604920340fd73efd8ba795465a0377c4adf45a4a41e4234e42dc4 + checksum: b676f8c040cdc5b12723ad2f91414d267605b26419d5c821ff03befa817ddd10e238d22b25d604920340fd73efd8ba795465a0377c4adf45a4a41e4234e42dc4 languageName: node linkType: hard "quick-lru@npm:^4.0.1": version: 4.0.1 resolution: "quick-lru@npm:4.0.1" - checksum: 8/bea46e1abfaa07023e047d3cf1716a06172c4947886c053ede5c50321893711577cb6119360f810cc3ffcd70c4d7db4069c3cee876b358ceff8596e062bd1154 + checksum: bea46e1abfaa07023e047d3cf1716a06172c4947886c053ede5c50321893711577cb6119360f810cc3ffcd70c4d7db4069c3cee876b358ceff8596e062bd1154 languageName: node linkType: hard @@ -5244,8 +5649,8 @@ __metadata: version: 2.1.0 resolution: "randombytes@npm:2.1.0" dependencies: - safe-buffer: "npm:^5.1.0" - checksum: 8/d779499376bd4cbb435ef3ab9a957006c8682f343f14089ed5f27764e4645114196e75b7f6abf1cbd84fd247c0cb0651698444df8c9bf30e62120fbbc52269d6 + safe-buffer: ^5.1.0 + checksum: d779499376bd4cbb435ef3ab9a957006c8682f343f14089ed5f27764e4645114196e75b7f6abf1cbd84fd247c0cb0651698444df8c9bf30e62120fbbc52269d6 languageName: node linkType: hard @@ -5253,25 +5658,25 @@ __metadata: version: 18.3.1 resolution: "react-dom@npm:18.3.1" dependencies: - loose-envify: "npm:^1.1.0" - scheduler: "npm:^0.23.2" + loose-envify: ^1.1.0 + scheduler: ^0.23.2 peerDependencies: react: ^18.3.1 - checksum: 8/298954ecd8f78288dcaece05e88b570014d8f6dce5db6f66e6ee91448debeb59dcd31561dddb354eee47e6c1bb234669459060deb238ed0213497146e555a0b9 + checksum: 298954ecd8f78288dcaece05e88b570014d8f6dce5db6f66e6ee91448debeb59dcd31561dddb354eee47e6c1bb234669459060deb238ed0213497146e555a0b9 languageName: node linkType: hard "react-is@npm:^16.13.1": version: 16.13.1 resolution: "react-is@npm:16.13.1" - checksum: 8/f7a19ac3496de32ca9ae12aa030f00f14a3d45374f1ceca0af707c831b2a6098ef0d6bdae51bd437b0a306d7f01d4677fcc8de7c0d331eb47ad0f46130e53c5f + checksum: f7a19ac3496de32ca9ae12aa030f00f14a3d45374f1ceca0af707c831b2a6098ef0d6bdae51bd437b0a306d7f01d4677fcc8de7c0d331eb47ad0f46130e53c5f languageName: node linkType: hard "react-is@npm:^18.2.0": version: 18.3.1 resolution: "react-is@npm:18.3.1" - checksum: 8/e20fe84c86ff172fc8d898251b7cc2c43645d108bf96d0b8edf39b98f9a2cae97b40520ee7ed8ee0085ccc94736c4886294456033304151c3f94978cec03df21 + checksum: e20fe84c86ff172fc8d898251b7cc2c43645d108bf96d0b8edf39b98f9a2cae97b40520ee7ed8ee0085ccc94736c4886294456033304151c3f94978cec03df21 languageName: node linkType: hard @@ -5279,8 +5684,8 @@ __metadata: version: 18.3.1 resolution: "react@npm:18.3.1" dependencies: - loose-envify: "npm:^1.1.0" - checksum: 8/a27bcfa8ff7c15a1e50244ad0d0c1cb2ad4375eeffefd266a64889beea6f6b64c4966c9b37d14ee32d6c9fcd5aa6ba183b6988167ab4d127d13e7cb5b386a376 + loose-envify: ^1.1.0 + checksum: a27bcfa8ff7c15a1e50244ad0d0c1cb2ad4375eeffefd266a64889beea6f6b64c4966c9b37d14ee32d6c9fcd5aa6ba183b6988167ab4d127d13e7cb5b386a376 languageName: node linkType: hard @@ -5288,10 +5693,10 @@ __metadata: version: 7.0.1 resolution: "read-pkg-up@npm:7.0.1" dependencies: - find-up: "npm:^4.1.0" - read-pkg: "npm:^5.2.0" - type-fest: "npm:^0.8.1" - checksum: 8/e4e93ce70e5905b490ca8f883eb9e48b5d3cebc6cd4527c25a0d8f3ae2903bd4121c5ab9c5a3e217ada0141098eeb661313c86fa008524b089b8ed0b7f165e44 + find-up: ^4.1.0 + read-pkg: ^5.2.0 + type-fest: ^0.8.1 + checksum: e4e93ce70e5905b490ca8f883eb9e48b5d3cebc6cd4527c25a0d8f3ae2903bd4121c5ab9c5a3e217ada0141098eeb661313c86fa008524b089b8ed0b7f165e44 languageName: node linkType: hard @@ -5299,10 +5704,10 @@ __metadata: version: 3.0.0 resolution: "read-pkg@npm:3.0.0" dependencies: - load-json-file: "npm:^4.0.0" - normalize-package-data: "npm:^2.3.2" - path-type: "npm:^3.0.0" - checksum: 8/398903ebae6c7e9965419a1062924436cc0b6f516c42c4679a90290d2f87448ed8f977e7aa2dbba4aa1ac09248628c43e493ac25b2bc76640e946035200e34c6 + load-json-file: ^4.0.0 + normalize-package-data: ^2.3.2 + path-type: ^3.0.0 + checksum: 398903ebae6c7e9965419a1062924436cc0b6f516c42c4679a90290d2f87448ed8f977e7aa2dbba4aa1ac09248628c43e493ac25b2bc76640e946035200e34c6 languageName: node linkType: hard @@ -5310,11 +5715,31 @@ __metadata: version: 5.2.0 resolution: "read-pkg@npm:5.2.0" dependencies: - "@types/normalize-package-data": "npm:^2.4.0" - normalize-package-data: "npm:^2.5.0" - parse-json: "npm:^5.0.0" - type-fest: "npm:^0.6.0" - checksum: 8/eb696e60528b29aebe10e499ba93f44991908c57d70f2d26f369e46b8b9afc208ef11b4ba64f67630f31df8b6872129e0a8933c8c53b7b4daf0eace536901222 + "@types/normalize-package-data": ^2.4.0 + normalize-package-data: ^2.5.0 + parse-json: ^5.0.0 + type-fest: ^0.6.0 + checksum: eb696e60528b29aebe10e499ba93f44991908c57d70f2d26f369e46b8b9afc208ef11b4ba64f67630f31df8b6872129e0a8933c8c53b7b4daf0eace536901222 + languageName: node + linkType: hard + +"readable-stream@npm:^3.6.0": + version: 3.6.2 + resolution: "readable-stream@npm:3.6.2" + dependencies: + inherits: ^2.0.3 + string_decoder: ^1.1.1 + util-deprecate: ^1.0.1 + checksum: bdcbe6c22e846b6af075e32cf8f4751c2576238c5043169a1c221c92ee2878458a816a4ea33f4c67623c0b6827c8a400409bfb3cf0bf3381392d0b1dfb52ac8d + languageName: node + linkType: hard + +"readable-web-to-node-stream@npm:^3.0.0": + version: 3.0.2 + resolution: "readable-web-to-node-stream@npm:3.0.2" + dependencies: + readable-stream: ^3.6.0 + checksum: 8c56cc62c68513425ddfa721954875b382768f83fa20e6b31e365ee00cbe7a3d6296f66f7f1107b16cd3416d33aa9f1680475376400d62a081a88f81f0ea7f9c languageName: node linkType: hard @@ -5322,8 +5747,8 @@ __metadata: version: 0.8.0 resolution: "rechoir@npm:0.8.0" dependencies: - resolve: "npm:^1.20.0" - checksum: 8/ad3caed8afdefbc33fbc30e6d22b86c35b3d51c2005546f4e79bcc03c074df804b3640ad18945e6bef9ed12caedc035655ec1082f64a5e94c849ff939dc0a788 + resolve: ^1.20.0 + checksum: ad3caed8afdefbc33fbc30e6d22b86c35b3d51c2005546f4e79bcc03c074df804b3640ad18945e6bef9ed12caedc035655ec1082f64a5e94c849ff939dc0a788 languageName: node linkType: hard @@ -5331,70 +5756,58 @@ __metadata: version: 3.0.0 resolution: "redent@npm:3.0.0" dependencies: - indent-string: "npm:^4.0.0" - strip-indent: "npm:^3.0.0" - checksum: 8/fa1ef20404a2d399235e83cc80bd55a956642e37dd197b4b612ba7327bf87fa32745aeb4a1634b2bab25467164ab4ed9c15be2c307923dd08b0fe7c52431ae6b + indent-string: ^4.0.0 + strip-indent: ^3.0.0 + checksum: fa1ef20404a2d399235e83cc80bd55a956642e37dd197b4b612ba7327bf87fa32745aeb4a1634b2bab25467164ab4ed9c15be2c307923dd08b0fe7c52431ae6b languageName: node linkType: hard -"regenerator-runtime@npm:^0.13.3": - version: 0.13.11 - resolution: "regenerator-runtime@npm:0.13.11" - checksum: 8/27481628d22a1c4e3ff551096a683b424242a216fee44685467307f14d58020af1e19660bf2e26064de946bad7eff28950eae9f8209d55723e2d9351e632bbb4 +"reflect.getprototypeof@npm:^1.0.6": + version: 1.0.9 + resolution: "reflect.getprototypeof@npm:1.0.9" + dependencies: + call-bind: ^1.0.8 + define-properties: ^1.2.1 + dunder-proto: ^1.0.1 + es-abstract: ^1.23.6 + es-errors: ^1.3.0 + get-intrinsic: ^1.2.6 + gopd: ^1.2.0 + which-builtin-type: ^1.2.1 + checksum: 280cfdb1ba29d838440731ccea877431ec41415783dff7845d5f026c9923a71165a00e56ebd21050cec31e9c39e2e3620d6077ad3025d3782ede8b47d14ef8ab languageName: node linkType: hard -"regexp.prototype.flags@npm:^1.5.2": - version: 1.5.2 - resolution: "regexp.prototype.flags@npm:1.5.2" - dependencies: - call-bind: "npm:^1.0.6" - define-properties: "npm:^1.2.1" - es-errors: "npm:^1.3.0" - set-function-name: "npm:^2.0.1" - checksum: 8/d7f333667d5c564e2d7a97c56c3075d64c722c9bb51b2b4df6822b2e8096d623a5e63088fb4c83df919b6951ef8113841de8b47de7224872fa6838bc5d8a7d64 +"regenerator-runtime@npm:^0.13.3": + version: 0.13.11 + resolution: "regenerator-runtime@npm:0.13.11" + checksum: 27481628d22a1c4e3ff551096a683b424242a216fee44685467307f14d58020af1e19660bf2e26064de946bad7eff28950eae9f8209d55723e2d9351e632bbb4 languageName: node linkType: hard -"request@npm:^2.44.0": - version: 2.88.2 - resolution: "request@npm:2.88.2" +"regexp.prototype.flags@npm:^1.5.3": + version: 1.5.3 + resolution: "regexp.prototype.flags@npm:1.5.3" dependencies: - aws-sign2: "npm:~0.7.0" - aws4: "npm:^1.8.0" - caseless: "npm:~0.12.0" - combined-stream: "npm:~1.0.6" - extend: "npm:~3.0.2" - forever-agent: "npm:~0.6.1" - form-data: "npm:~2.3.2" - har-validator: "npm:~5.1.3" - http-signature: "npm:~1.2.0" - is-typedarray: "npm:~1.0.0" - isstream: "npm:~0.1.2" - json-stringify-safe: "npm:~5.0.1" - mime-types: "npm:~2.1.19" - oauth-sign: "npm:~0.9.0" - performance-now: "npm:^2.1.0" - qs: "npm:~6.5.2" - safe-buffer: "npm:^5.1.2" - tough-cookie: "npm:~2.5.0" - tunnel-agent: "npm:^0.6.0" - uuid: "npm:^3.3.2" - checksum: 8/4e112c087f6eabe7327869da2417e9d28fcd0910419edd2eb17b6acfc4bfa1dad61954525949c228705805882d8a98a86a0ea12d7f739c01ee92af7062996983 + call-bind: ^1.0.7 + define-properties: ^1.2.1 + es-errors: ^1.3.0 + set-function-name: ^2.0.2 + checksum: 83ff0705b837f7cb6d664010a11642250f36d3f642263dd0f3bdfe8f150261aa7b26b50ee97f21c1da30ef82a580bb5afedbef5f45639d69edaafbeac9bbb0ed languageName: node linkType: hard "require-from-string@npm:^2.0.2": version: 2.0.2 resolution: "require-from-string@npm:2.0.2" - checksum: 8/a03ef6895445f33a4015300c426699bc66b2b044ba7b670aa238610381b56d3f07c686251740d575e22f4c87531ba662d06937508f0f3c0f1ddc04db3130560b + checksum: a03ef6895445f33a4015300c426699bc66b2b044ba7b670aa238610381b56d3f07c686251740d575e22f4c87531ba662d06937508f0f3c0f1ddc04db3130560b languageName: node linkType: hard "requires-port@npm:^1.0.0": version: 1.0.0 resolution: "requires-port@npm:1.0.0" - checksum: 8/eee0e303adffb69be55d1a214e415cf42b7441ae858c76dfc5353148644f6fd6e698926fc4643f510d5c126d12a705e7c8ed7e38061113bdf37547ab356797ff + checksum: eee0e303adffb69be55d1a214e415cf42b7441ae858c76dfc5353148644f6fd6e698926fc4643f510d5c126d12a705e7c8ed7e38061113bdf37547ab356797ff languageName: node linkType: hard @@ -5402,55 +5815,55 @@ __metadata: version: 3.0.0 resolution: "resolve-cwd@npm:3.0.0" dependencies: - resolve-from: "npm:^5.0.0" - checksum: 8/546e0816012d65778e580ad62b29e975a642989108d9a3c5beabfb2304192fa3c9f9146fbdfe213563c6ff51975ae41bac1d3c6e047dd9572c94863a057b4d81 + resolve-from: ^5.0.0 + checksum: 546e0816012d65778e580ad62b29e975a642989108d9a3c5beabfb2304192fa3c9f9146fbdfe213563c6ff51975ae41bac1d3c6e047dd9572c94863a057b4d81 languageName: node linkType: hard "resolve-from@npm:^4.0.0": version: 4.0.0 resolution: "resolve-from@npm:4.0.0" - checksum: 8/f4ba0b8494846a5066328ad33ef8ac173801a51739eb4d63408c847da9a2e1c1de1e6cbbf72699211f3d13f8fc1325648b169bd15eb7da35688e30a5fb0e4a7f + checksum: f4ba0b8494846a5066328ad33ef8ac173801a51739eb4d63408c847da9a2e1c1de1e6cbbf72699211f3d13f8fc1325648b169bd15eb7da35688e30a5fb0e4a7f languageName: node linkType: hard "resolve-from@npm:^5.0.0": version: 5.0.0 resolution: "resolve-from@npm:5.0.0" - checksum: 8/4ceeb9113e1b1372d0cd969f3468fa042daa1dd9527b1b6bb88acb6ab55d8b9cd65dbf18819f9f9ddf0db804990901dcdaade80a215e7b2c23daae38e64f5bdf + checksum: 4ceeb9113e1b1372d0cd969f3468fa042daa1dd9527b1b6bb88acb6ab55d8b9cd65dbf18819f9f9ddf0db804990901dcdaade80a215e7b2c23daae38e64f5bdf languageName: node linkType: hard "resolve@npm:^1.10.0, resolve@npm:^1.20.0": - version: 1.22.8 - resolution: "resolve@npm:1.22.8" + version: 1.22.9 + resolution: "resolve@npm:1.22.9" dependencies: - is-core-module: "npm:^2.13.0" - path-parse: "npm:^1.0.7" - supports-preserve-symlinks-flag: "npm:^1.0.0" + is-core-module: ^2.16.0 + path-parse: ^1.0.7 + supports-preserve-symlinks-flag: ^1.0.0 bin: resolve: bin/resolve - checksum: 8/f8a26958aa572c9b064562750b52131a37c29d072478ea32e129063e2da7f83e31f7f11e7087a18225a8561cfe8d2f0df9dbea7c9d331a897571c0a2527dbb4c + checksum: dd7da6c4ccc60bb4884f636b987102bb1cae6c486f7172361719a7f52769660c9a83a2d3520bef71d91f3da27e4fb8a40404c63ee4372a15863f3208bef5af67 languageName: node linkType: hard -"resolve@patch:resolve@npm%3A^1.10.0#optional!builtin, resolve@patch:resolve@npm%3A^1.20.0#optional!builtin": - version: 1.22.8 - resolution: "resolve@patch:resolve@npm%3A1.22.8#optional!builtin::version=1.22.8&hash=c3c19d" +"resolve@patch:resolve@^1.10.0#~builtin, resolve@patch:resolve@^1.20.0#~builtin": + version: 1.22.9 + resolution: "resolve@patch:resolve@npm%3A1.22.9#~builtin::version=1.22.9&hash=c3c19d" dependencies: - is-core-module: "npm:^2.13.0" - path-parse: "npm:^1.0.7" - supports-preserve-symlinks-flag: "npm:^1.0.0" + is-core-module: ^2.16.0 + path-parse: ^1.0.7 + supports-preserve-symlinks-flag: ^1.0.0 bin: resolve: bin/resolve - checksum: 10c0/0446f024439cd2e50c6c8fa8ba77eaa8370b4180f401a96abf3d1ebc770ac51c1955e12764cde449fde3fff480a61f84388e3505ecdbab778f4bef5f8212c729 + checksum: 8db5c0f16ab65f58c036cb5be0964605c97c29b9fdf1e20f298ec027e2a4fd96ad0413aa14f6e761629956dc552cd478c2f9b6c5a07e37e4c85209090162501e languageName: node linkType: hard "reusify@npm:^1.0.4": version: 1.0.4 resolution: "reusify@npm:1.0.4" - checksum: 8/c3076ebcc22a6bc252cb0b9c77561795256c22b757f40c0d8110b1300723f15ec0fc8685e8d4ea6d7666f36c79ccc793b1939c748bf36f18f542744a4e379fcc + checksum: c3076ebcc22a6bc252cb0b9c77561795256c22b757f40c0d8110b1300723f15ec0fc8685e8d4ea6d7666f36c79ccc793b1939c748bf36f18f542744a4e379fcc languageName: node linkType: hard @@ -5458,10 +5871,10 @@ __metadata: version: 3.0.2 resolution: "rimraf@npm:3.0.2" dependencies: - glob: "npm:^7.1.3" + glob: ^7.1.3 bin: rimraf: bin.js - checksum: 8/87f4164e396f0171b0a3386cc1877a817f572148ee13a7e113b238e48e8a9f2f31d009a92ec38a591ff1567d9662c6b67fd8818a2dbbaed74bc26a87a2a4a9a0 + checksum: 87f4164e396f0171b0a3386cc1877a817f572148ee13a7e113b238e48e8a9f2f31d009a92ec38a591ff1567d9662c6b67fd8818a2dbbaed74bc26a87a2a4a9a0 languageName: node linkType: hard @@ -5469,10 +5882,10 @@ __metadata: version: 4.4.1 resolution: "rimraf@npm:4.4.1" dependencies: - glob: "npm:^9.2.0" + glob: ^9.2.0 bin: rimraf: dist/cjs/src/bin.js - checksum: 8/b786adc02651e2e24bbedb04bbdea80652fc9612632931ff2d9f898c5e4708fe30956186597373c568bd5230a4dc2fadfc816ccacba8a1daded3a006a6b74f1a + checksum: b786adc02651e2e24bbedb04bbdea80652fc9612632931ff2d9f898c5e4708fe30956186597373c568bd5230a4dc2fadfc816ccacba8a1daded3a006a6b74f1a languageName: node linkType: hard @@ -5480,45 +5893,46 @@ __metadata: version: 1.2.0 resolution: "run-parallel@npm:1.2.0" dependencies: - queue-microtask: "npm:^1.2.2" - checksum: 8/cb4f97ad25a75ebc11a8ef4e33bb962f8af8516bb2001082ceabd8902e15b98f4b84b4f8a9b222e5d57fc3bd1379c483886ed4619367a7680dad65316993021d + queue-microtask: ^1.2.2 + checksum: cb4f97ad25a75ebc11a8ef4e33bb962f8af8516bb2001082ceabd8902e15b98f4b84b4f8a9b222e5d57fc3bd1379c483886ed4619367a7680dad65316993021d languageName: node linkType: hard -"safe-array-concat@npm:^1.1.2": - version: 1.1.2 - resolution: "safe-array-concat@npm:1.1.2" +"safe-array-concat@npm:^1.1.3": + version: 1.1.3 + resolution: "safe-array-concat@npm:1.1.3" dependencies: - call-bind: "npm:^1.0.7" - get-intrinsic: "npm:^1.2.4" - has-symbols: "npm:^1.0.3" - isarray: "npm:^2.0.5" - checksum: 8/a3b259694754ddfb73ae0663829e396977b99ff21cbe8607f35a469655656da8e271753497e59da8a7575baa94d2e684bea3e10ddd74ba046c0c9b4418ffa0c4 + call-bind: ^1.0.8 + call-bound: ^1.0.2 + get-intrinsic: ^1.2.6 + has-symbols: ^1.1.0 + isarray: ^2.0.5 + checksum: 00f6a68140e67e813f3ad5e73e6dedcf3e42a9fa01f04d44b0d3f7b1f4b257af876832a9bfc82ac76f307e8a6cc652e3cf95876048a26cbec451847cf6ae3707 languageName: node linkType: hard -"safe-buffer@npm:^5.0.1, safe-buffer@npm:^5.1.0, safe-buffer@npm:^5.1.2": +"safe-buffer@npm:^5.1.0, safe-buffer@npm:~5.2.0": version: 5.2.1 resolution: "safe-buffer@npm:5.2.1" - checksum: 8/b99c4b41fdd67a6aaf280fcd05e9ffb0813654894223afb78a31f14a19ad220bba8aba1cb14eddce1fcfb037155fe6de4e861784eb434f7d11ed58d1e70dd491 + checksum: b99c4b41fdd67a6aaf280fcd05e9ffb0813654894223afb78a31f14a19ad220bba8aba1cb14eddce1fcfb037155fe6de4e861784eb434f7d11ed58d1e70dd491 languageName: node linkType: hard -"safe-regex-test@npm:^1.0.3": - version: 1.0.3 - resolution: "safe-regex-test@npm:1.0.3" +"safe-regex-test@npm:^1.1.0": + version: 1.1.0 + resolution: "safe-regex-test@npm:1.1.0" dependencies: - call-bind: "npm:^1.0.6" - es-errors: "npm:^1.3.0" - is-regex: "npm:^1.1.4" - checksum: 8/6c7d392ff1ae7a3ae85273450ed02d1d131f1d2c76e177d6b03eb88e6df8fa062639070e7d311802c1615f351f18dc58f9454501c58e28d5ffd9b8f502ba6489 + call-bound: ^1.0.2 + es-errors: ^1.3.0 + is-regex: ^1.2.1 + checksum: 3c809abeb81977c9ed6c869c83aca6873ea0f3ab0f806b8edbba5582d51713f8a6e9757d24d2b4b088f563801475ea946c8e77e7713e8c65cdd02305b6caedab languageName: node linkType: hard -"safer-buffer@npm:>= 2.1.2 < 3.0.0, safer-buffer@npm:^2.0.2, safer-buffer@npm:^2.1.0, safer-buffer@npm:~2.1.0": +"safer-buffer@npm:>= 2.1.2 < 3.0.0": version: 2.1.2 resolution: "safer-buffer@npm:2.1.2" - checksum: 8/cab8f25ae6f1434abee8d80023d7e72b598cf1327164ddab31003c51215526801e40b66c5e65d658a0af1e9d6478cadcb4c745f4bd6751f97d8644786c0978b0 + checksum: cab8f25ae6f1434abee8d80023d7e72b598cf1327164ddab31003c51215526801e40b66c5e65d658a0af1e9d6478cadcb4c745f4bd6751f97d8644786c0978b0 languageName: node linkType: hard @@ -5526,13 +5940,13 @@ __metadata: version: 2.12.1 resolution: "sanitize-html@npm:2.12.1" dependencies: - deepmerge: "npm:^4.2.2" - escape-string-regexp: "npm:^4.0.0" - htmlparser2: "npm:^8.0.0" - is-plain-object: "npm:^5.0.0" - parse-srcset: "npm:^1.0.2" - postcss: "npm:^8.3.11" - checksum: 8/fb96ea7170d51b5af2607f5cfd84464c78fc6f47e339407f55783e781c6a0288a8d40bbf97ea6a8758924ba9b2d33dcc4846bb94caacacd90d7f2de10ed8541a + deepmerge: ^4.2.2 + escape-string-regexp: ^4.0.0 + htmlparser2: ^8.0.0 + is-plain-object: ^5.0.0 + parse-srcset: ^1.0.2 + postcss: ^8.3.11 + checksum: fb96ea7170d51b5af2607f5cfd84464c78fc6f47e339407f55783e781c6a0288a8d40bbf97ea6a8758924ba9b2d33dcc4846bb94caacacd90d7f2de10ed8541a languageName: node linkType: hard @@ -5540,8 +5954,8 @@ __metadata: version: 0.23.2 resolution: "scheduler@npm:0.23.2" dependencies: - loose-envify: "npm:^1.1.0" - checksum: 8/3e82d1f419e240ef6219d794ff29c7ee415fbdc19e038f680a10c067108e06284f1847450a210b29bbaf97b9d8a97ced5f624c31c681248ac84c80d56ad5a2c4 + loose-envify: ^1.1.0 + checksum: 3e82d1f419e240ef6219d794ff29c7ee415fbdc19e038f680a10c067108e06284f1847450a210b29bbaf97b9d8a97ced5f624c31c681248ac84c80d56ad5a2c4 languageName: node linkType: hard @@ -5549,33 +5963,33 @@ __metadata: version: 2.7.1 resolution: "schema-utils@npm:2.7.1" dependencies: - "@types/json-schema": "npm:^7.0.5" - ajv: "npm:^6.12.4" - ajv-keywords: "npm:^3.5.2" - checksum: 8/32c62fc9e28edd101e1bd83453a4216eb9bd875cc4d3775e4452b541908fa8f61a7bbac8ffde57484f01d7096279d3ba0337078e85a918ecbeb72872fb09fb2b + "@types/json-schema": ^7.0.5 + ajv: ^6.12.4 + ajv-keywords: ^3.5.2 + checksum: 32c62fc9e28edd101e1bd83453a4216eb9bd875cc4d3775e4452b541908fa8f61a7bbac8ffde57484f01d7096279d3ba0337078e85a918ecbeb72872fb09fb2b languageName: node linkType: hard -"schema-utils@npm:^3.0.0, schema-utils@npm:^3.1.1, schema-utils@npm:^3.2.0": +"schema-utils@npm:^3.0.0, schema-utils@npm:^3.2.0": version: 3.3.0 resolution: "schema-utils@npm:3.3.0" dependencies: - "@types/json-schema": "npm:^7.0.8" - ajv: "npm:^6.12.5" - ajv-keywords: "npm:^3.5.2" - checksum: 8/ea56971926fac2487f0757da939a871388891bc87c6a82220d125d587b388f1704788f3706e7f63a7b70e49fc2db974c41343528caea60444afd5ce0fe4b85c0 + "@types/json-schema": ^7.0.8 + ajv: ^6.12.5 + ajv-keywords: ^3.5.2 + checksum: ea56971926fac2487f0757da939a871388891bc87c6a82220d125d587b388f1704788f3706e7f63a7b70e49fc2db974c41343528caea60444afd5ce0fe4b85c0 languageName: node linkType: hard -"schema-utils@npm:^4.0.0": - version: 4.2.0 - resolution: "schema-utils@npm:4.2.0" +"schema-utils@npm:^4.0.0, schema-utils@npm:^4.3.0": + version: 4.3.0 + resolution: "schema-utils@npm:4.3.0" dependencies: - "@types/json-schema": "npm:^7.0.9" - ajv: "npm:^8.9.0" - ajv-formats: "npm:^2.1.1" - ajv-keywords: "npm:^5.1.0" - checksum: 8/26a0463d47683258106e6652e9aeb0823bf0b85843039e068b57da1892f7ae6b6b1094d48e9ed5ba5cbe9f7166469d880858b9d91abe8bd249421eb813850cde + "@types/json-schema": ^7.0.9 + ajv: ^8.9.0 + ajv-formats: ^2.1.1 + ajv-keywords: ^5.1.0 + checksum: 3dbd9056727c871818eaf3cabeeb5c9e173ae2b17bbf2a9c7a2e49c220fa1a580e44df651c876aea3b4926cecf080730a39e28202cb63f2b68d99872b49cd37a languageName: node linkType: hard @@ -5584,51 +5998,51 @@ __metadata: resolution: "semver@npm:5.7.2" bin: semver: bin/semver - checksum: 8/fb4ab5e0dd1c22ce0c937ea390b4a822147a9c53dbd2a9a0132f12fe382902beef4fbf12cf51bb955248d8d15874ce8cd89532569756384f994309825f10b686 + checksum: fb4ab5e0dd1c22ce0c937ea390b4a822147a9c53dbd2a9a0132f12fe382902beef4fbf12cf51bb955248d8d15874ce8cd89532569756384f994309825f10b686 languageName: node linkType: hard -"semver@npm:^7.3.4, semver@npm:^7.3.7, semver@npm:^7.5.4": - version: 7.6.2 - resolution: "semver@npm:7.6.2" +"semver@npm:^7.3.4, semver@npm:^7.3.7, semver@npm:^7.5.4, semver@npm:^7.6.3": + version: 7.6.3 + resolution: "semver@npm:7.6.3" bin: semver: bin/semver.js - checksum: 8/40f6a95101e8d854357a644da1b8dd9d93ce786d5c6a77227bc69dbb17bea83d0d1d1d7c4cd5920a6df909f48e8bd8a5909869535007f90278289f2451d0292d + checksum: 4110ec5d015c9438f322257b1c51fe30276e5f766a3f64c09edd1d7ea7118ecbc3f379f3b69032bacf13116dc7abc4ad8ce0d7e2bd642e26b0d271b56b61a7d8 languageName: node linkType: hard -"serialize-javascript@npm:^6.0.1": +"serialize-javascript@npm:^6.0.2": version: 6.0.2 resolution: "serialize-javascript@npm:6.0.2" dependencies: - randombytes: "npm:^2.1.0" - checksum: 8/c4839c6206c1d143c0f80763997a361310305751171dd95e4b57efee69b8f6edd8960a0b7fbfc45042aadff98b206d55428aee0dc276efe54f100899c7fa8ab7 + randombytes: ^2.1.0 + checksum: c4839c6206c1d143c0f80763997a361310305751171dd95e4b57efee69b8f6edd8960a0b7fbfc45042aadff98b206d55428aee0dc276efe54f100899c7fa8ab7 languageName: node linkType: hard -"set-function-length@npm:^1.2.1": +"set-function-length@npm:^1.2.2": version: 1.2.2 resolution: "set-function-length@npm:1.2.2" dependencies: - define-data-property: "npm:^1.1.4" - es-errors: "npm:^1.3.0" - function-bind: "npm:^1.1.2" - get-intrinsic: "npm:^1.2.4" - gopd: "npm:^1.0.1" - has-property-descriptors: "npm:^1.0.2" - checksum: 8/a8248bdacdf84cb0fab4637774d9fb3c7a8e6089866d04c817583ff48e14149c87044ce683d7f50759a8c50fb87c7a7e173535b06169c87ef76f5fb276dfff72 + define-data-property: ^1.1.4 + es-errors: ^1.3.0 + function-bind: ^1.1.2 + get-intrinsic: ^1.2.4 + gopd: ^1.0.1 + has-property-descriptors: ^1.0.2 + checksum: a8248bdacdf84cb0fab4637774d9fb3c7a8e6089866d04c817583ff48e14149c87044ce683d7f50759a8c50fb87c7a7e173535b06169c87ef76f5fb276dfff72 languageName: node linkType: hard -"set-function-name@npm:^2.0.1": +"set-function-name@npm:^2.0.2": version: 2.0.2 resolution: "set-function-name@npm:2.0.2" dependencies: - define-data-property: "npm:^1.1.4" - es-errors: "npm:^1.3.0" - functions-have-names: "npm:^1.2.3" - has-property-descriptors: "npm:^1.0.2" - checksum: 8/d6229a71527fd0404399fc6227e0ff0652800362510822a291925c9d7b48a1ca1a468b11b281471c34cd5a2da0db4f5d7ff315a61d26655e77f6e971e6d0c80f + define-data-property: ^1.1.4 + es-errors: ^1.3.0 + functions-have-names: ^1.2.3 + has-property-descriptors: ^1.0.2 + checksum: d6229a71527fd0404399fc6227e0ff0652800362510822a291925c9d7b48a1ca1a468b11b281471c34cd5a2da0db4f5d7ff315a61d26655e77f6e971e6d0c80f languageName: node linkType: hard @@ -5636,8 +6050,77 @@ __metadata: version: 3.0.1 resolution: "shallow-clone@npm:3.0.1" dependencies: - kind-of: "npm:^6.0.2" - checksum: 8/39b3dd9630a774aba288a680e7d2901f5c0eae7b8387fc5c8ea559918b29b3da144b7bdb990d7ccd9e11be05508ac9e459ce51d01fd65e583282f6ffafcba2e7 + kind-of: ^6.0.2 + checksum: 39b3dd9630a774aba288a680e7d2901f5c0eae7b8387fc5c8ea559918b29b3da144b7bdb990d7ccd9e11be05508ac9e459ce51d01fd65e583282f6ffafcba2e7 + languageName: node + linkType: hard + +"sharp@npm:^0.33.4, sharp@npm:^0.33.5": + version: 0.33.5 + resolution: "sharp@npm:0.33.5" + dependencies: + "@img/sharp-darwin-arm64": 0.33.5 + "@img/sharp-darwin-x64": 0.33.5 + "@img/sharp-libvips-darwin-arm64": 1.0.4 + "@img/sharp-libvips-darwin-x64": 1.0.4 + "@img/sharp-libvips-linux-arm": 1.0.5 + "@img/sharp-libvips-linux-arm64": 1.0.4 + "@img/sharp-libvips-linux-s390x": 1.0.4 + "@img/sharp-libvips-linux-x64": 1.0.4 + "@img/sharp-libvips-linuxmusl-arm64": 1.0.4 + "@img/sharp-libvips-linuxmusl-x64": 1.0.4 + "@img/sharp-linux-arm": 0.33.5 + "@img/sharp-linux-arm64": 0.33.5 + "@img/sharp-linux-s390x": 0.33.5 + "@img/sharp-linux-x64": 0.33.5 + "@img/sharp-linuxmusl-arm64": 0.33.5 + "@img/sharp-linuxmusl-x64": 0.33.5 + "@img/sharp-wasm32": 0.33.5 + "@img/sharp-win32-ia32": 0.33.5 + "@img/sharp-win32-x64": 0.33.5 + color: ^4.2.3 + detect-libc: ^2.0.3 + semver: ^7.6.3 + dependenciesMeta: + "@img/sharp-darwin-arm64": + optional: true + "@img/sharp-darwin-x64": + optional: true + "@img/sharp-libvips-darwin-arm64": + optional: true + "@img/sharp-libvips-darwin-x64": + optional: true + "@img/sharp-libvips-linux-arm": + optional: true + "@img/sharp-libvips-linux-arm64": + optional: true + "@img/sharp-libvips-linux-s390x": + optional: true + "@img/sharp-libvips-linux-x64": + optional: true + "@img/sharp-libvips-linuxmusl-arm64": + optional: true + "@img/sharp-libvips-linuxmusl-x64": + optional: true + "@img/sharp-linux-arm": + optional: true + "@img/sharp-linux-arm64": + optional: true + "@img/sharp-linux-s390x": + optional: true + "@img/sharp-linux-x64": + optional: true + "@img/sharp-linuxmusl-arm64": + optional: true + "@img/sharp-linuxmusl-x64": + optional: true + "@img/sharp-wasm32": + optional: true + "@img/sharp-win32-ia32": + optional: true + "@img/sharp-win32-x64": + optional: true + checksum: 04beae89910ac65c5f145f88de162e8466bec67705f497ace128de849c24d168993e016f33a343a1f3c30b25d2a90c3e62b017a9a0d25452371556f6cd2471e4 languageName: node linkType: hard @@ -5645,8 +6128,8 @@ __metadata: version: 1.2.0 resolution: "shebang-command@npm:1.2.0" dependencies: - shebang-regex: "npm:^1.0.0" - checksum: 8/9eed1750301e622961ba5d588af2212505e96770ec376a37ab678f965795e995ade7ed44910f5d3d3cb5e10165a1847f52d3348c64e146b8be922f7707958908 + shebang-regex: ^1.0.0 + checksum: 9eed1750301e622961ba5d588af2212505e96770ec376a37ab678f965795e995ade7ed44910f5d3d3cb5e10165a1847f52d3348c64e146b8be922f7707958908 languageName: node linkType: hard @@ -5654,55 +6137,100 @@ __metadata: version: 2.0.0 resolution: "shebang-command@npm:2.0.0" dependencies: - shebang-regex: "npm:^3.0.0" - checksum: 8/6b52fe87271c12968f6a054e60f6bde5f0f3d2db483a1e5c3e12d657c488a15474121a1d55cd958f6df026a54374ec38a4a963988c213b7570e1d51575cea7fa + shebang-regex: ^3.0.0 + checksum: 6b52fe87271c12968f6a054e60f6bde5f0f3d2db483a1e5c3e12d657c488a15474121a1d55cd958f6df026a54374ec38a4a963988c213b7570e1d51575cea7fa languageName: node linkType: hard "shebang-regex@npm:^1.0.0": version: 1.0.0 resolution: "shebang-regex@npm:1.0.0" - checksum: 8/404c5a752cd40f94591dfd9346da40a735a05139dac890ffc229afba610854d8799aaa52f87f7e0c94c5007f2c6af55bdcaeb584b56691926c5eaf41dc8f1372 + checksum: 404c5a752cd40f94591dfd9346da40a735a05139dac890ffc229afba610854d8799aaa52f87f7e0c94c5007f2c6af55bdcaeb584b56691926c5eaf41dc8f1372 languageName: node linkType: hard "shebang-regex@npm:^3.0.0": version: 3.0.0 resolution: "shebang-regex@npm:3.0.0" - checksum: 8/1a2bcae50de99034fcd92ad4212d8e01eedf52c7ec7830eedcf886622804fe36884278f2be8be0ea5fde3fd1c23911643a4e0f726c8685b61871c8908af01222 + checksum: 1a2bcae50de99034fcd92ad4212d8e01eedf52c7ec7830eedcf886622804fe36884278f2be8be0ea5fde3fd1c23911643a4e0f726c8685b61871c8908af01222 languageName: node linkType: hard "shell-quote@npm:^1.6.1": - version: 1.8.1 - resolution: "shell-quote@npm:1.8.1" - checksum: 8/5f01201f4ef504d4c6a9d0d283fa17075f6770bfbe4c5850b074974c68062f37929ca61700d95ad2ac8822e14e8c4b990ca0e6e9272e64befd74ce5e19f0736b + version: 1.8.2 + resolution: "shell-quote@npm:1.8.2" + checksum: 1e97b62ced1c4c5135015978ebf273bed1f425a68cf84163e83fbb0f34b3ff9471e656720dab2b7cbb4ae0f58998e686d17d166c28dfb3662acd009e8bd7faed languageName: node linkType: hard -"side-channel@npm:^1.0.4": - version: 1.0.6 - resolution: "side-channel@npm:1.0.6" +"side-channel-list@npm:^1.0.0": + version: 1.0.0 + resolution: "side-channel-list@npm:1.0.0" + dependencies: + es-errors: ^1.3.0 + object-inspect: ^1.13.3 + checksum: 603b928997abd21c5a5f02ae6b9cc36b72e3176ad6827fab0417ead74580cc4fb4d5c7d0a8a2ff4ead34d0f9e35701ed7a41853dac8a6d1a664fcce1a044f86f + languageName: node + linkType: hard + +"side-channel-map@npm:^1.0.1": + version: 1.0.1 + resolution: "side-channel-map@npm:1.0.1" + dependencies: + call-bound: ^1.0.2 + es-errors: ^1.3.0 + get-intrinsic: ^1.2.5 + object-inspect: ^1.13.3 + checksum: 42501371cdf71f4ccbbc9c9e2eb00aaaab80a4c1c429d5e8da713fd4d39ef3b8d4a4b37ed4f275798a65260a551a7131fd87fe67e922dba4ac18586d6aab8b06 + languageName: node + linkType: hard + +"side-channel-weakmap@npm:^1.0.2": + version: 1.0.2 + resolution: "side-channel-weakmap@npm:1.0.2" + dependencies: + call-bound: ^1.0.2 + es-errors: ^1.3.0 + get-intrinsic: ^1.2.5 + object-inspect: ^1.13.3 + side-channel-map: ^1.0.1 + checksum: a815c89bc78c5723c714ea1a77c938377ea710af20d4fb886d362b0d1f8ac73a17816a5f6640f354017d7e292a43da9c5e876c22145bac00b76cfb3468001736 + languageName: node + linkType: hard + +"side-channel@npm:^1.1.0": + version: 1.1.0 + resolution: "side-channel@npm:1.1.0" dependencies: - call-bind: "npm:^1.0.7" - es-errors: "npm:^1.3.0" - get-intrinsic: "npm:^1.2.4" - object-inspect: "npm:^1.13.1" - checksum: 8/bfc1afc1827d712271453e91b7cd3878ac0efd767495fd4e594c4c2afaa7963b7b510e249572bfd54b0527e66e4a12b61b80c061389e129755f34c493aad9b97 + es-errors: ^1.3.0 + object-inspect: ^1.13.3 + side-channel-list: ^1.0.0 + side-channel-map: ^1.0.1 + side-channel-weakmap: ^1.0.2 + checksum: bf73d6d6682034603eb8e99c63b50155017ed78a522d27c2acec0388a792c3ede3238b878b953a08157093b85d05797217d270b7666ba1f111345fbe933380ff languageName: node linkType: hard "signal-exit@npm:^3.0.7": version: 3.0.7 resolution: "signal-exit@npm:3.0.7" - checksum: 8/a2f098f247adc367dffc27845853e9959b9e88b01cb301658cfe4194352d8d2bb32e18467c786a7fe15f1d44b233ea35633d076d5e737870b7139949d1ab6318 + checksum: a2f098f247adc367dffc27845853e9959b9e88b01cb301658cfe4194352d8d2bb32e18467c786a7fe15f1d44b233ea35633d076d5e737870b7139949d1ab6318 + languageName: node + linkType: hard + +"simple-swizzle@npm:^0.2.2": + version: 0.2.2 + resolution: "simple-swizzle@npm:0.2.2" + dependencies: + is-arrayish: ^0.3.1 + checksum: a7f3f2ab5c76c4472d5c578df892e857323e452d9f392e1b5cf74b74db66e6294a1e1b8b390b519fa1b96b5b613f2a37db6cffef52c3f1f8f3c5ea64eb2d54c0 languageName: node linkType: hard "slash@npm:^3.0.0": version: 3.0.0 resolution: "slash@npm:3.0.0" - checksum: 8/94a93fff615f25a999ad4b83c9d5e257a7280c90a32a7cb8b4a87996e4babf322e469c42b7f649fd5796edd8687652f3fb452a86dc97a816f01113183393f11c + checksum: 94a93fff615f25a999ad4b83c9d5e257a7280c90a32a7cb8b4a87996e4babf322e469c42b7f649fd5796edd8687652f3fb452a86dc97a816f01113183393f11c languageName: node linkType: hard @@ -5710,24 +6238,24 @@ __metadata: version: 4.0.0 resolution: "slice-ansi@npm:4.0.0" dependencies: - ansi-styles: "npm:^4.0.0" - astral-regex: "npm:^2.0.0" - is-fullwidth-code-point: "npm:^3.0.0" - checksum: 8/4a82d7f085b0e1b070e004941ada3c40d3818563ac44766cca4ceadd2080427d337554f9f99a13aaeb3b4a94d9964d9466c807b3d7b7541d1ec37ee32d308756 + ansi-styles: ^4.0.0 + astral-regex: ^2.0.0 + is-fullwidth-code-point: ^3.0.0 + checksum: 4a82d7f085b0e1b070e004941ada3c40d3818563ac44766cca4ceadd2080427d337554f9f99a13aaeb3b4a94d9964d9466c807b3d7b7541d1ec37ee32d308756 languageName: node linkType: hard "source-list-map@npm:^2.0.0": version: 2.0.1 resolution: "source-list-map@npm:2.0.1" - checksum: 8/806efc6f75e7cd31e4815e7a3aaf75a45c704871ea4075cb2eb49882c6fca28998f44fc5ac91adb6de03b2882ee6fb02f951fdc85e6a22b338c32bfe19557938 + checksum: 806efc6f75e7cd31e4815e7a3aaf75a45c704871ea4075cb2eb49882c6fca28998f44fc5ac91adb6de03b2882ee6fb02f951fdc85e6a22b338c32bfe19557938 languageName: node linkType: hard -"source-map-js@npm:^1.2.0": - version: 1.2.0 - resolution: "source-map-js@npm:1.2.0" - checksum: 8/791a43306d9223792e84293b00458bf102a8946e7188f3db0e4e22d8d530b5f80a4ce468eb5ec0bf585443ad55ebbd630bf379c98db0b1f317fd902500217f97 +"source-map-js@npm:^1.2.1": + version: 1.2.1 + resolution: "source-map-js@npm:1.2.1" + checksum: 4eb0cd997cdf228bc253bcaff9340afeb706176e64868ecd20efbe6efea931465f43955612346d6b7318789e5265bdc419bc7669c1cebe3db0eb255f57efa76b languageName: node linkType: hard @@ -5735,15 +6263,15 @@ __metadata: version: 1.1.3 resolution: "source-map-loader@npm:1.1.3" dependencies: - abab: "npm:^2.0.5" - iconv-lite: "npm:^0.6.2" - loader-utils: "npm:^2.0.0" - schema-utils: "npm:^3.0.0" - source-map: "npm:^0.6.1" - whatwg-mimetype: "npm:^2.3.0" + abab: ^2.0.5 + iconv-lite: ^0.6.2 + loader-utils: ^2.0.0 + schema-utils: ^3.0.0 + source-map: ^0.6.1 + whatwg-mimetype: ^2.3.0 peerDependencies: webpack: ^4.0.0 || ^5.0.0 - checksum: 8/0ca16a1458f206e12925f242ce52913b5f35de657d2ec17fd60ab3de7fa85b72b6707951b7a18899bdf05679d679a8b9edeb660c557aafa66453886d6907e3ec + checksum: 0ca16a1458f206e12925f242ce52913b5f35de657d2ec17fd60ab3de7fa85b72b6707951b7a18899bdf05679d679a8b9edeb660c557aafa66453886d6907e3ec languageName: node linkType: hard @@ -5751,14 +6279,14 @@ __metadata: version: 1.0.2 resolution: "source-map-loader@npm:1.0.2" dependencies: - data-urls: "npm:^2.0.0" - iconv-lite: "npm:^0.6.2" - loader-utils: "npm:^2.0.0" - schema-utils: "npm:^2.7.0" - source-map: "npm:^0.6.1" + data-urls: ^2.0.0 + iconv-lite: ^0.6.2 + loader-utils: ^2.0.0 + schema-utils: ^2.7.0 + source-map: ^0.6.1 peerDependencies: webpack: ^4.0.0 || ^5.0.0 - checksum: 8/0360b536e904f8fea452d0e122b9199661765229dc62a4b8093cc9d14e985f2ddd146355ede6d11acdd0b9bf4639b364e2526afcf9d3218ed45af63aa5eb053f + checksum: 0360b536e904f8fea452d0e122b9199661765229dc62a4b8093cc9d14e985f2ddd146355ede6d11acdd0b9bf4639b364e2526afcf9d3218ed45af63aa5eb053f languageName: node linkType: hard @@ -5766,16 +6294,16 @@ __metadata: version: 0.5.21 resolution: "source-map-support@npm:0.5.21" dependencies: - buffer-from: "npm:^1.0.0" - source-map: "npm:^0.6.0" - checksum: 8/43e98d700d79af1d36f859bdb7318e601dfc918c7ba2e98456118ebc4c4872b327773e5a1df09b0524e9e5063bb18f0934538eace60cca2710d1fa687645d137 + buffer-from: ^1.0.0 + source-map: ^0.6.0 + checksum: 43e98d700d79af1d36f859bdb7318e601dfc918c7ba2e98456118ebc4c4872b327773e5a1df09b0524e9e5063bb18f0934538eace60cca2710d1fa687645d137 languageName: node linkType: hard "source-map@npm:^0.6.0, source-map@npm:^0.6.1, source-map@npm:~0.6.1": version: 0.6.1 resolution: "source-map@npm:0.6.1" - checksum: 8/59ce8640cf3f3124f64ac289012c2b8bd377c238e316fb323ea22fbfe83da07d81e000071d7242cad7a23cd91c7de98e4df8830ec3f133cb6133a5f6e9f67bc2 + checksum: 59ce8640cf3f3124f64ac289012c2b8bd377c238e316fb323ea22fbfe83da07d81e000071d7242cad7a23cd91c7de98e4df8830ec3f133cb6133a5f6e9f67bc2 languageName: node linkType: hard @@ -5783,16 +6311,16 @@ __metadata: version: 3.2.0 resolution: "spdx-correct@npm:3.2.0" dependencies: - spdx-expression-parse: "npm:^3.0.0" - spdx-license-ids: "npm:^3.0.0" - checksum: 8/e9ae98d22f69c88e7aff5b8778dc01c361ef635580e82d29e5c60a6533cc8f4d820803e67d7432581af0cc4fb49973125076ee3b90df191d153e223c004193b2 + spdx-expression-parse: ^3.0.0 + spdx-license-ids: ^3.0.0 + checksum: e9ae98d22f69c88e7aff5b8778dc01c361ef635580e82d29e5c60a6533cc8f4d820803e67d7432581af0cc4fb49973125076ee3b90df191d153e223c004193b2 languageName: node linkType: hard "spdx-exceptions@npm:^2.1.0": version: 2.5.0 resolution: "spdx-exceptions@npm:2.5.0" - checksum: 8/bb127d6e2532de65b912f7c99fc66097cdea7d64c10d3ec9b5e96524dbbd7d20e01cba818a6ddb2ae75e62bb0c63d5e277a7e555a85cbc8ab40044984fa4ae15 + checksum: bb127d6e2532de65b912f7c99fc66097cdea7d64c10d3ec9b5e96524dbbd7d20e01cba818a6ddb2ae75e62bb0c63d5e277a7e555a85cbc8ab40044984fa4ae15 languageName: node linkType: hard @@ -5800,37 +6328,23 @@ __metadata: version: 3.0.1 resolution: "spdx-expression-parse@npm:3.0.1" dependencies: - spdx-exceptions: "npm:^2.1.0" - spdx-license-ids: "npm:^3.0.0" - checksum: 8/a1c6e104a2cbada7a593eaa9f430bd5e148ef5290d4c0409899855ce8b1c39652bcc88a725259491a82601159d6dc790bedefc9016c7472f7de8de7361f8ccde + spdx-exceptions: ^2.1.0 + spdx-license-ids: ^3.0.0 + checksum: a1c6e104a2cbada7a593eaa9f430bd5e148ef5290d4c0409899855ce8b1c39652bcc88a725259491a82601159d6dc790bedefc9016c7472f7de8de7361f8ccde languageName: node linkType: hard "spdx-license-ids@npm:^3.0.0": - version: 3.0.18 - resolution: "spdx-license-ids@npm:3.0.18" - checksum: 8/457825df5dd1fc0135b0bb848c896143f70945cc2da148afc71c73ed0837d1d651f809006e406d82109c9dd71a8cb39785a3604815fe46bc0548e9d3976f6b69 + version: 3.0.20 + resolution: "spdx-license-ids@npm:3.0.20" + checksum: 0c57750bedbcff48f3d0e266fbbdaf0aab54217e182f669542ffe0b5a902dce69e8cdfa126a131e1ddd39a9bef4662e357b2b41315d7240b4a28c0a7e782bb40 languageName: node linkType: hard -"sshpk@npm:^1.7.0": - version: 1.18.0 - resolution: "sshpk@npm:1.18.0" - dependencies: - asn1: "npm:~0.2.3" - assert-plus: "npm:^1.0.0" - bcrypt-pbkdf: "npm:^1.0.0" - dashdash: "npm:^1.12.0" - ecc-jsbn: "npm:~0.1.1" - getpass: "npm:^0.1.1" - jsbn: "npm:~0.1.0" - safer-buffer: "npm:^2.0.2" - tweetnacl: "npm:~0.14.0" - bin: - sshpk-conv: bin/sshpk-conv - sshpk-sign: bin/sshpk-sign - sshpk-verify: bin/sshpk-verify - checksum: 8/01d43374eee3a7e37b3b82fdbecd5518cbb2e47ccbed27d2ae30f9753f22bd6ffad31225cb8ef013bc3fb7785e686cea619203ee1439a228f965558c367c3cfa +"spin.js@npm:^4.1.2": + version: 4.1.2 + resolution: "spin.js@npm:4.1.2" + checksum: 2ecf209a8b71ac7174b81dac96813db80863f820633c42c9309778fe2d602ea1486c7a66915fed6a76dccc6e0528ad1fd81e9655417ea0ae5ad06fadd3747b85 languageName: node linkType: hard @@ -5838,10 +6352,10 @@ __metadata: version: 4.2.3 resolution: "string-width@npm:4.2.3" dependencies: - emoji-regex: "npm:^8.0.0" - is-fullwidth-code-point: "npm:^3.0.0" - strip-ansi: "npm:^6.0.1" - checksum: 8/e52c10dc3fbfcd6c3a15f159f54a90024241d0f149cf8aed2982a2d801d2e64df0bf1dc351cf8e95c3319323f9f220c16e740b06faecd53e2462df1d2b5443fb + emoji-regex: ^8.0.0 + is-fullwidth-code-point: ^3.0.0 + strip-ansi: ^6.0.1 + checksum: e52c10dc3fbfcd6c3a15f159f54a90024241d0f149cf8aed2982a2d801d2e64df0bf1dc351cf8e95c3319323f9f220c16e740b06faecd53e2462df1d2b5443fb languageName: node linkType: hard @@ -5849,34 +6363,38 @@ __metadata: version: 3.1.6 resolution: "string.prototype.padend@npm:3.1.6" dependencies: - call-bind: "npm:^1.0.7" - define-properties: "npm:^1.2.1" - es-abstract: "npm:^1.23.2" - es-object-atoms: "npm:^1.0.0" - checksum: 8/d9fc23c21bdfb6850756002ef09cebc420882003f29eafbd8322df77a90726bc2a64892d01f94f1fc9fc6f809414fbcbd8615610bb3cddd33512c12b6b3643a2 + call-bind: ^1.0.7 + define-properties: ^1.2.1 + es-abstract: ^1.23.2 + es-object-atoms: ^1.0.0 + checksum: d9fc23c21bdfb6850756002ef09cebc420882003f29eafbd8322df77a90726bc2a64892d01f94f1fc9fc6f809414fbcbd8615610bb3cddd33512c12b6b3643a2 languageName: node linkType: hard -"string.prototype.trim@npm:^1.2.9": - version: 1.2.9 - resolution: "string.prototype.trim@npm:1.2.9" +"string.prototype.trim@npm:^1.2.10": + version: 1.2.10 + resolution: "string.prototype.trim@npm:1.2.10" dependencies: - call-bind: "npm:^1.0.7" - define-properties: "npm:^1.2.1" - es-abstract: "npm:^1.23.0" - es-object-atoms: "npm:^1.0.0" - checksum: 8/ea2df6ec1e914c9d4e2dc856fa08228e8b1be59b59e50b17578c94a66a176888f417264bb763d4aac638ad3b3dad56e7a03d9317086a178078d131aa293ba193 + call-bind: ^1.0.8 + call-bound: ^1.0.2 + define-data-property: ^1.1.4 + define-properties: ^1.2.1 + es-abstract: ^1.23.5 + es-object-atoms: ^1.0.0 + has-property-descriptors: ^1.0.2 + checksum: 87659cd8561237b6c69f5376328fda934693aedde17bb7a2c57008e9d9ff992d0c253a391c7d8d50114e0e49ff7daf86a362f7961cf92f7564cd01342ca2e385 languageName: node linkType: hard -"string.prototype.trimend@npm:^1.0.8": - version: 1.0.8 - resolution: "string.prototype.trimend@npm:1.0.8" +"string.prototype.trimend@npm:^1.0.9": + version: 1.0.9 + resolution: "string.prototype.trimend@npm:1.0.9" dependencies: - call-bind: "npm:^1.0.7" - define-properties: "npm:^1.2.1" - es-object-atoms: "npm:^1.0.0" - checksum: 8/cc3bd2de08d8968a28787deba9a3cb3f17ca5f9f770c91e7e8fa3e7d47f079bad70fadce16f05dda9f261788be2c6e84a942f618c3bed31e42abc5c1084f8dfd + call-bind: ^1.0.8 + call-bound: ^1.0.2 + define-properties: ^1.2.1 + es-object-atoms: ^1.0.0 + checksum: cb86f639f41d791a43627784be2175daa9ca3259c7cb83e7a207a729909b74f2ea0ec5d85de5761e6835e5f443e9420c6ff3f63a845378e4a61dd793177bc287 languageName: node linkType: hard @@ -5884,10 +6402,19 @@ __metadata: version: 1.0.8 resolution: "string.prototype.trimstart@npm:1.0.8" dependencies: - call-bind: "npm:^1.0.7" - define-properties: "npm:^1.2.1" - es-object-atoms: "npm:^1.0.0" - checksum: 8/df1007a7f580a49d692375d996521dc14fd103acda7f3034b3c558a60b82beeed3a64fa91e494e164581793a8ab0ae2f59578a49896a7af6583c1f20472bce96 + call-bind: ^1.0.7 + define-properties: ^1.2.1 + es-object-atoms: ^1.0.0 + checksum: df1007a7f580a49d692375d996521dc14fd103acda7f3034b3c558a60b82beeed3a64fa91e494e164581793a8ab0ae2f59578a49896a7af6583c1f20472bce96 + languageName: node + linkType: hard + +"string_decoder@npm:^1.1.1": + version: 1.3.0 + resolution: "string_decoder@npm:1.3.0" + dependencies: + safe-buffer: ~5.2.0 + checksum: 8417646695a66e73aefc4420eb3b84cc9ffd89572861fe004e6aeb13c7bc00e2f616247505d2dbbef24247c372f70268f594af7126f43548565c68c117bdeb56 languageName: node linkType: hard @@ -5895,15 +6422,15 @@ __metadata: version: 6.0.1 resolution: "strip-ansi@npm:6.0.1" dependencies: - ansi-regex: "npm:^5.0.1" - checksum: 8/f3cd25890aef3ba6e1a74e20896c21a46f482e93df4a06567cebf2b57edabb15133f1f94e57434e0a958d61186087b1008e89c94875d019910a213181a14fc8c + ansi-regex: ^5.0.1 + checksum: f3cd25890aef3ba6e1a74e20896c21a46f482e93df4a06567cebf2b57edabb15133f1f94e57434e0a958d61186087b1008e89c94875d019910a213181a14fc8c languageName: node linkType: hard "strip-bom@npm:^3.0.0": version: 3.0.0 resolution: "strip-bom@npm:3.0.0" - checksum: 8/8d50ff27b7ebe5ecc78f1fe1e00fcdff7af014e73cf724b46fb81ef889eeb1015fc5184b64e81a2efe002180f3ba431bdd77e300da5c6685d702780fbf0c8d5b + checksum: 8d50ff27b7ebe5ecc78f1fe1e00fcdff7af014e73cf724b46fb81ef889eeb1015fc5184b64e81a2efe002180f3ba431bdd77e300da5c6685d702780fbf0c8d5b languageName: node linkType: hard @@ -5911,15 +6438,25 @@ __metadata: version: 3.0.0 resolution: "strip-indent@npm:3.0.0" dependencies: - min-indent: "npm:^1.0.0" - checksum: 8/18f045d57d9d0d90cd16f72b2313d6364fd2cb4bf85b9f593523ad431c8720011a4d5f08b6591c9d580f446e78855c5334a30fb91aa1560f5d9f95ed1b4a0530 + min-indent: ^1.0.0 + checksum: 18f045d57d9d0d90cd16f72b2313d6364fd2cb4bf85b9f593523ad431c8720011a4d5f08b6591c9d580f446e78855c5334a30fb91aa1560f5d9f95ed1b4a0530 languageName: node linkType: hard "strip-json-comments@npm:^3.1.1": version: 3.1.1 resolution: "strip-json-comments@npm:3.1.1" - checksum: 8/492f73e27268f9b1c122733f28ecb0e7e8d8a531a6662efbd08e22cccb3f9475e90a1b82cab06a392f6afae6d2de636f977e231296400d0ec5304ba70f166443 + checksum: 492f73e27268f9b1c122733f28ecb0e7e8d8a531a6662efbd08e22cccb3f9475e90a1b82cab06a392f6afae6d2de636f977e231296400d0ec5304ba70f166443 + languageName: node + linkType: hard + +"strtok3@npm:^6.2.4": + version: 6.3.0 + resolution: "strtok3@npm:6.3.0" + dependencies: + "@tokenizer/token": ^0.3.0 + peek-readable: ^4.1.0 + checksum: 90732cff3f325aef7c47c511f609b593e0873ec77b5081810071cde941344e6a0ee3ccb0cae1a9f5b4e12c81a2546fd6b322fabcdfbd1dd08362c2ce5291334a languageName: node linkType: hard @@ -5928,21 +6465,21 @@ __metadata: resolution: "style-loader@npm:3.3.4" peerDependencies: webpack: ^5.0.0 - checksum: 8/caac3f2fe2c3c89e49b7a2a9329e1cfa515ecf5f36b9c4885f9b218019fda207a9029939b2c35821dec177a264a007e7c391ccdd3ff7401881ce6287b9c8f38b + checksum: caac3f2fe2c3c89e49b7a2a9329e1cfa515ecf5f36b9c4885f9b218019fda207a9029939b2c35821dec177a264a007e7c391ccdd3ff7401881ce6287b9c8f38b languageName: node linkType: hard "style-mod@npm:^4.0.0, style-mod@npm:^4.1.0": version: 4.1.2 resolution: "style-mod@npm:4.1.2" - checksum: 8/7c5c3e82747f9bcf5f288d8d07f50848e4630fe5ff7bfe4d94cc87d6b6a2588227cbf21b4c792ac6406e5852293300a75e710714479a5c59a06af677f0825ef8 + checksum: 7c5c3e82747f9bcf5f288d8d07f50848e4630fe5ff7bfe4d94cc87d6b6a2588227cbf21b4c792ac6406e5852293300a75e710714479a5c59a06af677f0825ef8 languageName: node linkType: hard "style-search@npm:^0.1.0": version: 0.1.0 resolution: "style-search@npm:0.1.0" - checksum: 8/3cfefe335033aad6d47da0725cb48f5db91a73935954c77eab77d9e415e6668cdb406da4a4f7ef9f1aca77853cf5ba7952c45e869caa5bd6439691d88098d468 + checksum: 3cfefe335033aad6d47da0725cb48f5db91a73935954c77eab77d9e415e6668cdb406da4a4f7ef9f1aca77853cf5ba7952c45e869caa5bd6439691d88098d468 languageName: node linkType: hard @@ -5954,7 +6491,7 @@ __metadata: bin: stylelint-config-prettier: bin/check.js stylelint-config-prettier-check: bin/check.js - checksum: 8/3d04e463e0bb7e42a5ddec49eea6ef4ea07705d887e8a3ff1fcb82278a5e2bec1a36b8498ea7ed2d24878de29d7c94ac75b1d3ac4f8b19c3a84970595b29261f + checksum: 3d04e463e0bb7e42a5ddec49eea6ef4ea07705d887e8a3ff1fcb82278a5e2bec1a36b8498ea7ed2d24878de29d7c94ac75b1d3ac4f8b19c3a84970595b29261f languageName: node linkType: hard @@ -5963,7 +6500,7 @@ __metadata: resolution: "stylelint-config-recommended@npm:8.0.0" peerDependencies: stylelint: ^14.8.0 - checksum: 8/0c5ca94625e5308a7afb8315bb350a2b48f46fdd8d8922dd9a8c2e37b3407f2294794d930726ad6bf2007abcde1abd34084808cf83adf150efe3a643e0eb5ac4 + checksum: 0c5ca94625e5308a7afb8315bb350a2b48f46fdd8d8922dd9a8c2e37b3407f2294794d930726ad6bf2007abcde1abd34084808cf83adf150efe3a643e0eb5ac4 languageName: node linkType: hard @@ -5971,10 +6508,10 @@ __metadata: version: 26.0.0 resolution: "stylelint-config-standard@npm:26.0.0" dependencies: - stylelint-config-recommended: "npm:^8.0.0" + stylelint-config-recommended: ^8.0.0 peerDependencies: stylelint: ^14.9.0 - checksum: 8/c1fe44df1755bcccc740b385a24acffa922d331d9f9ba39dafad81cc9643e6c1f870abd1ee73b2737d6903e06efb83b2a1ee26d786faef0123fc22e1f09c13fe + checksum: c1fe44df1755bcccc740b385a24acffa922d331d9f9ba39dafad81cc9643e6c1f870abd1ee73b2737d6903e06efb83b2a1ee26d786faef0123fc22e1f09c13fe languageName: node linkType: hard @@ -5982,11 +6519,11 @@ __metadata: version: 2.0.0 resolution: "stylelint-prettier@npm:2.0.0" dependencies: - prettier-linter-helpers: "npm:^1.0.0" + prettier-linter-helpers: ^1.0.0 peerDependencies: prettier: ">=2.0.0" stylelint: ">=14.0.0" - checksum: 8/6ce7628517a492e0c2e6104f654c9bc710f1aaf035c8b5274e187b68e8d510e70bae5ded2cb65df76aa01096460b9dfe02f844fea13bfba7e3dcca13baec2ff4 + checksum: 6ce7628517a492e0c2e6104f654c9bc710f1aaf035c8b5274e187b68e8d510e70bae5ded2cb65df76aa01096460b9dfe02f844fea13bfba7e3dcca13baec2ff4 languageName: node linkType: hard @@ -5994,47 +6531,47 @@ __metadata: version: 14.16.1 resolution: "stylelint@npm:14.16.1" dependencies: - "@csstools/selector-specificity": "npm:^2.0.2" - balanced-match: "npm:^2.0.0" - colord: "npm:^2.9.3" - cosmiconfig: "npm:^7.1.0" - css-functions-list: "npm:^3.1.0" - debug: "npm:^4.3.4" - fast-glob: "npm:^3.2.12" - fastest-levenshtein: "npm:^1.0.16" - file-entry-cache: "npm:^6.0.1" - global-modules: "npm:^2.0.0" - globby: "npm:^11.1.0" - globjoin: "npm:^0.1.4" - html-tags: "npm:^3.2.0" - ignore: "npm:^5.2.1" - import-lazy: "npm:^4.0.0" - imurmurhash: "npm:^0.1.4" - is-plain-object: "npm:^5.0.0" - known-css-properties: "npm:^0.26.0" - mathml-tag-names: "npm:^2.1.3" - meow: "npm:^9.0.0" - micromatch: "npm:^4.0.5" - normalize-path: "npm:^3.0.0" - picocolors: "npm:^1.0.0" - postcss: "npm:^8.4.19" - postcss-media-query-parser: "npm:^0.2.3" - postcss-resolve-nested-selector: "npm:^0.1.1" - postcss-safe-parser: "npm:^6.0.0" - postcss-selector-parser: "npm:^6.0.11" - postcss-value-parser: "npm:^4.2.0" - resolve-from: "npm:^5.0.0" - string-width: "npm:^4.2.3" - strip-ansi: "npm:^6.0.1" - style-search: "npm:^0.1.0" - supports-hyperlinks: "npm:^2.3.0" - svg-tags: "npm:^1.0.0" - table: "npm:^6.8.1" - v8-compile-cache: "npm:^2.3.0" - write-file-atomic: "npm:^4.0.2" + "@csstools/selector-specificity": ^2.0.2 + balanced-match: ^2.0.0 + colord: ^2.9.3 + cosmiconfig: ^7.1.0 + css-functions-list: ^3.1.0 + debug: ^4.3.4 + fast-glob: ^3.2.12 + fastest-levenshtein: ^1.0.16 + file-entry-cache: ^6.0.1 + global-modules: ^2.0.0 + globby: ^11.1.0 + globjoin: ^0.1.4 + html-tags: ^3.2.0 + ignore: ^5.2.1 + import-lazy: ^4.0.0 + imurmurhash: ^0.1.4 + is-plain-object: ^5.0.0 + known-css-properties: ^0.26.0 + mathml-tag-names: ^2.1.3 + meow: ^9.0.0 + micromatch: ^4.0.5 + normalize-path: ^3.0.0 + picocolors: ^1.0.0 + postcss: ^8.4.19 + postcss-media-query-parser: ^0.2.3 + postcss-resolve-nested-selector: ^0.1.1 + postcss-safe-parser: ^6.0.0 + postcss-selector-parser: ^6.0.11 + postcss-value-parser: ^4.2.0 + resolve-from: ^5.0.0 + string-width: ^4.2.3 + strip-ansi: ^6.0.1 + style-search: ^0.1.0 + supports-hyperlinks: ^2.3.0 + svg-tags: ^1.0.0 + table: ^6.8.1 + v8-compile-cache: ^2.3.0 + write-file-atomic: ^4.0.2 bin: stylelint: bin/stylelint.js - checksum: 8/bc24050415e3c357a76d8ca2799e74ce31f33c9158b4086462512b0191db5d6a161b81ef35b064039c6eacf98a5553e45fca4c5f21eb4d45e7f1d44b2d226e9b + checksum: bc24050415e3c357a76d8ca2799e74ce31f33c9158b4086462512b0191db5d6a161b81ef35b064039c6eacf98a5553e45fca4c5f21eb4d45e7f1d44b2d226e9b languageName: node linkType: hard @@ -6042,8 +6579,8 @@ __metadata: version: 5.5.0 resolution: "supports-color@npm:5.5.0" dependencies: - has-flag: "npm:^3.0.0" - checksum: 8/95f6f4ba5afdf92f495b5a912d4abee8dcba766ae719b975c56c084f5004845f6f5a5f7769f52d53f40e21952a6d87411bafe34af4a01e65f9926002e38e1dac + has-flag: ^3.0.0 + checksum: 95f6f4ba5afdf92f495b5a912d4abee8dcba766ae719b975c56c084f5004845f6f5a5f7769f52d53f40e21952a6d87411bafe34af4a01e65f9926002e38e1dac languageName: node linkType: hard @@ -6051,8 +6588,8 @@ __metadata: version: 7.2.0 resolution: "supports-color@npm:7.2.0" dependencies: - has-flag: "npm:^4.0.0" - checksum: 8/3dda818de06ebbe5b9653e07842d9479f3555ebc77e9a0280caf5a14fb877ffee9ed57007c3b78f5a6324b8dbeec648d9e97a24e2ed9fdb81ddc69ea07100f4a + has-flag: ^4.0.0 + checksum: 3dda818de06ebbe5b9653e07842d9479f3555ebc77e9a0280caf5a14fb877ffee9ed57007c3b78f5a6324b8dbeec648d9e97a24e2ed9fdb81ddc69ea07100f4a languageName: node linkType: hard @@ -6060,8 +6597,8 @@ __metadata: version: 8.1.1 resolution: "supports-color@npm:8.1.1" dependencies: - has-flag: "npm:^4.0.0" - checksum: 8/c052193a7e43c6cdc741eb7f378df605636e01ad434badf7324f17fb60c69a880d8d8fcdcb562cf94c2350e57b937d7425ab5b8326c67c2adc48f7c87c1db406 + has-flag: ^4.0.0 + checksum: c052193a7e43c6cdc741eb7f378df605636e01ad434badf7324f17fb60c69a880d8d8fcdcb562cf94c2350e57b937d7425ab5b8326c67c2adc48f7c87c1db406 languageName: node linkType: hard @@ -6069,62 +6606,62 @@ __metadata: version: 2.3.0 resolution: "supports-hyperlinks@npm:2.3.0" dependencies: - has-flag: "npm:^4.0.0" - supports-color: "npm:^7.0.0" - checksum: 8/9ee0de3c8ce919d453511b2b1588a8205bd429d98af94a01df87411391010fe22ca463f268c84b2ce2abad019dfff8452aa02806eeb5c905a8d7ad5c4f4c52b8 + has-flag: ^4.0.0 + supports-color: ^7.0.0 + checksum: 9ee0de3c8ce919d453511b2b1588a8205bd429d98af94a01df87411391010fe22ca463f268c84b2ce2abad019dfff8452aa02806eeb5c905a8d7ad5c4f4c52b8 languageName: node linkType: hard "supports-preserve-symlinks-flag@npm:^1.0.0": version: 1.0.0 resolution: "supports-preserve-symlinks-flag@npm:1.0.0" - checksum: 8/53b1e247e68e05db7b3808b99b892bd36fb096e6fba213a06da7fab22045e97597db425c724f2bbd6c99a3c295e1e73f3e4de78592289f38431049e1277ca0ae + checksum: 53b1e247e68e05db7b3808b99b892bd36fb096e6fba213a06da7fab22045e97597db425c724f2bbd6c99a3c295e1e73f3e4de78592289f38431049e1277ca0ae languageName: node linkType: hard "svg-tags@npm:^1.0.0": version: 1.0.0 resolution: "svg-tags@npm:1.0.0" - checksum: 8/407e5ef87cfa2fb81c61d738081c2decd022ce13b922d035b214b49810630bf5d1409255a4beb3a940b77b32f6957806deff16f1bf0ce1ab11c7a184115a0b7f + checksum: 407e5ef87cfa2fb81c61d738081c2decd022ce13b922d035b214b49810630bf5d1409255a4beb3a940b77b32f6957806deff16f1bf0ce1ab11c7a184115a0b7f languageName: node linkType: hard "tabbable@npm:^5.2.0": version: 5.3.3 resolution: "tabbable@npm:5.3.3" - checksum: 8/1aa56e1bb617cc10616c407f4e756f0607f3e2d30f9803664d70b85db037ca27e75918ed1c71443f3dc902e21dc9f991ce4b52d63a538c9b69b3218d3babcd70 + checksum: 1aa56e1bb617cc10616c407f4e756f0607f3e2d30f9803664d70b85db037ca27e75918ed1c71443f3dc902e21dc9f991ce4b52d63a538c9b69b3218d3babcd70 languageName: node linkType: hard "table@npm:^6.8.1": - version: 6.8.2 - resolution: "table@npm:6.8.2" + version: 6.9.0 + resolution: "table@npm:6.9.0" dependencies: - ajv: "npm:^8.0.1" - lodash.truncate: "npm:^4.4.2" - slice-ansi: "npm:^4.0.0" - string-width: "npm:^4.2.3" - strip-ansi: "npm:^6.0.1" - checksum: 8/61188652f53a980d1759ca460ca8dea5c5322aece3210457e7084882f053c2b6a870041295e08a82cb1d676e31b056406845d94b0abf3c79a4b104777bec413b + ajv: ^8.0.1 + lodash.truncate: ^4.4.2 + slice-ansi: ^4.0.0 + string-width: ^4.2.3 + strip-ansi: ^6.0.1 + checksum: f54a7d1c11cda8c676e1e9aff5e723646905ed4579cca14b3ce12d2b12eac3e18f5dbe2549fe0b79697164858e18961145db4dd0660bbeb0fb4032af0aaf32b4 languageName: node linkType: hard "tapable@npm:^2.1.1, tapable@npm:^2.2.0, tapable@npm:^2.2.1": version: 2.2.1 resolution: "tapable@npm:2.2.1" - checksum: 8/3b7a1b4d86fa940aad46d9e73d1e8739335efd4c48322cb37d073eb6f80f5281889bf0320c6d8ffcfa1a0dd5bfdbd0f9d037e252ef972aca595330538aac4d51 + checksum: 3b7a1b4d86fa940aad46d9e73d1e8739335efd4c48322cb37d073eb6f80f5281889bf0320c6d8ffcfa1a0dd5bfdbd0f9d037e252ef972aca595330538aac4d51 languageName: node linkType: hard "terser-webpack-plugin@npm:^5.3.10, terser-webpack-plugin@npm:^5.3.7": - version: 5.3.10 - resolution: "terser-webpack-plugin@npm:5.3.10" - dependencies: - "@jridgewell/trace-mapping": "npm:^0.3.20" - jest-worker: "npm:^27.4.5" - schema-utils: "npm:^3.1.1" - serialize-javascript: "npm:^6.0.1" - terser: "npm:^5.26.0" + version: 5.3.11 + resolution: "terser-webpack-plugin@npm:5.3.11" + dependencies: + "@jridgewell/trace-mapping": ^0.3.25 + jest-worker: ^27.4.5 + schema-utils: ^4.3.0 + serialize-javascript: ^6.0.2 + terser: ^5.31.1 peerDependencies: webpack: ^5.1.0 peerDependenciesMeta: @@ -6134,28 +6671,28 @@ __metadata: optional: true uglify-js: optional: true - checksum: 8/bd6e7596cf815f3353e2a53e79cbdec959a1b0276f5e5d4e63e9d7c3c5bb5306df567729da287d1c7b39d79093e56863c569c42c6c24cc34c76aa313bd2cbcea + checksum: c84c005d4041ad2e2eed0c9059b52a50ffd27f1e2afca7d34864a2b4b2bb1295405bc7578eeb25bae732e358339954d8cb6fbf6d83df52e8aa9333e8bf409ebe languageName: node linkType: hard -"terser@npm:^5.26.0": - version: 5.31.1 - resolution: "terser@npm:5.31.1" +"terser@npm:^5.31.1": + version: 5.37.0 + resolution: "terser@npm:5.37.0" dependencies: - "@jridgewell/source-map": "npm:^0.3.3" - acorn: "npm:^8.8.2" - commander: "npm:^2.20.0" - source-map-support: "npm:~0.5.20" + "@jridgewell/source-map": ^0.3.3 + acorn: ^8.8.2 + commander: ^2.20.0 + source-map-support: ~0.5.20 bin: terser: bin/terser - checksum: 8/6ab57e62e9cd690dc99b3d0ee2e07289cd3408109a950c7118bf39e32851a5bf08b67fe19e0ac43a5a98813792ac78101bf25e5aa524f05ae8bb4e0131d0feef + checksum: 70c06a8ce1288ff4370a7e481beb6fc8b22fc4995371479f49df1552aa9cf8e794ace66e1da6e87057eda1745644311213f5043bda9a06cf55421eff68b3ac06 languageName: node linkType: hard "tesseract.js-core@npm:^5.1.0": version: 5.1.0 resolution: "tesseract.js-core@npm:5.1.0" - checksum: 8/18680df0af2dbbc1d0cf1f3fd604e5930d32184b19bee161b7dc3508892a5f02440f147e21237555ee18ad21845ce446bbf7b96cff388ccda9ee82fa757cb221 + checksum: 18680df0af2dbbc1d0cf1f3fd604e5930d32184b19bee161b7dc3508892a5f02440f147e21237555ee18ad21845ce446bbf7b96cff388ccda9ee82fa757cb221 languageName: node linkType: hard @@ -6163,31 +6700,24 @@ __metadata: version: 5.1.0 resolution: "tesseract.js@npm:5.1.0" dependencies: - bmp-js: "npm:^0.1.0" - idb-keyval: "npm:^6.2.0" - is-electron: "npm:^2.2.2" - is-url: "npm:^1.2.4" - node-fetch: "npm:^2.6.9" - opencollective-postinstall: "npm:^2.0.3" - regenerator-runtime: "npm:^0.13.3" - tesseract.js-core: "npm:^5.1.0" - wasm-feature-detect: "npm:^1.2.11" - zlibjs: "npm:^0.3.1" - checksum: 8/8ef2574ab107bbafa585884610290c576da4b5e9132a7d098914e2a7f68bc8287c7c54d8ebb37d6473b11f489b084e8e68340e75bf7272368545b99e164209e6 + bmp-js: ^0.1.0 + idb-keyval: ^6.2.0 + is-electron: ^2.2.2 + is-url: ^1.2.4 + node-fetch: ^2.6.9 + opencollective-postinstall: ^2.0.3 + regenerator-runtime: ^0.13.3 + tesseract.js-core: ^5.1.0 + wasm-feature-detect: ^1.2.11 + zlibjs: ^0.3.1 + checksum: 8ef2574ab107bbafa585884610290c576da4b5e9132a7d098914e2a7f68bc8287c7c54d8ebb37d6473b11f489b084e8e68340e75bf7272368545b99e164209e6 languageName: node linkType: hard "text-table@npm:^0.2.0": version: 0.2.0 resolution: "text-table@npm:0.2.0" - checksum: 8/b6937a38c80c7f84d9c11dd75e49d5c44f71d95e810a3250bd1f1797fc7117c57698204adf676b71497acc205d769d65c16ae8fa10afad832ae1322630aef10a - languageName: node - linkType: hard - -"through@npm:^2.3.4": - version: 2.3.8 - resolution: "through@npm:2.3.8" - checksum: 8/a38c3e059853c494af95d50c072b83f8b676a9ba2818dcc5b108ef252230735c54e0185437618596c790bbba8fcdaef5b290405981ffa09dce67b1f1bf190cbd + checksum: b6937a38c80c7f84d9c11dd75e49d5c44f71d95e810a3250bd1f1797fc7117c57698204adf676b71497acc205d769d65c16ae8fa10afad832ae1322630aef10a languageName: node linkType: hard @@ -6195,18 +6725,18 @@ __metadata: version: 5.0.1 resolution: "to-regex-range@npm:5.0.1" dependencies: - is-number: "npm:^7.0.0" - checksum: 8/f76fa01b3d5be85db6a2a143e24df9f60dd047d151062d0ba3df62953f2f697b16fe5dad9b0ac6191c7efc7b1d9dcaa4b768174b7b29da89d4428e64bc0a20ed + is-number: ^7.0.0 + checksum: f76fa01b3d5be85db6a2a143e24df9f60dd047d151062d0ba3df62953f2f697b16fe5dad9b0ac6191c7efc7b1d9dcaa4b768174b7b29da89d4428e64bc0a20ed languageName: node linkType: hard -"tough-cookie@npm:~2.5.0": - version: 2.5.0 - resolution: "tough-cookie@npm:2.5.0" +"token-types@npm:^4.1.1": + version: 4.2.1 + resolution: "token-types@npm:4.2.1" dependencies: - psl: "npm:^1.1.28" - punycode: "npm:^2.1.1" - checksum: 8/16a8cd090224dd176eee23837cbe7573ca0fa297d7e468ab5e1c02d49a4e9a97bb05fef11320605eac516f91d54c57838a25864e8680e27b069a5231d8264977 + "@tokenizer/token": ^0.3.0 + ieee754: ^1.2.1 + checksum: cce256766b33e0f08ceffefa2198fb4961a417866d00780e58625999ab5c0699821407053e64eadc41b00bbb6c0d0c4d02fbd2199940d8a3ccb71e1b148ab9a2 languageName: node linkType: hard @@ -6214,29 +6744,36 @@ __metadata: version: 2.1.0 resolution: "tr46@npm:2.1.0" dependencies: - punycode: "npm:^2.1.1" - checksum: 8/ffe6049b9dca3ae329b059aada7f515b0f0064c611b39b51ff6b53897e954650f6f63d9319c6c008d36ead477c7b55e5f64c9dc60588ddc91ff720d64eb710b3 + punycode: ^2.1.1 + checksum: ffe6049b9dca3ae329b059aada7f515b0f0064c611b39b51ff6b53897e954650f6f63d9319c6c008d36ead477c7b55e5f64c9dc60588ddc91ff720d64eb710b3 languageName: node linkType: hard "tr46@npm:~0.0.3": version: 0.0.3 resolution: "tr46@npm:0.0.3" - checksum: 8/726321c5eaf41b5002e17ffbd1fb7245999a073e8979085dacd47c4b4e8068ff5777142fc6726d6ca1fd2ff16921b48788b87225cbc57c72636f6efa8efbffe3 + checksum: 726321c5eaf41b5002e17ffbd1fb7245999a073e8979085dacd47c4b4e8068ff5777142fc6726d6ca1fd2ff16921b48788b87225cbc57c72636f6efa8efbffe3 languageName: node linkType: hard "trim-newlines@npm:^3.0.0": version: 3.0.1 resolution: "trim-newlines@npm:3.0.1" - checksum: 8/b530f3fadf78e570cf3c761fb74fef655beff6b0f84b29209bac6c9622db75ad1417f4a7b5d54c96605dcd72734ad44526fef9f396807b90839449eb543c6206 + checksum: b530f3fadf78e570cf3c761fb74fef655beff6b0f84b29209bac6c9622db75ad1417f4a7b5d54c96605dcd72734ad44526fef9f396807b90839449eb543c6206 languageName: node linkType: hard "tslib@npm:^1.13.0, tslib@npm:^1.8.1": version: 1.14.1 resolution: "tslib@npm:1.14.1" - checksum: 8/dbe628ef87f66691d5d2959b3e41b9ca0045c3ee3c7c7b906cc1e328b39f199bb1ad9e671c39025bd56122ac57dfbf7385a94843b1cc07c60a4db74795829acd + checksum: dbe628ef87f66691d5d2959b3e41b9ca0045c3ee3c7c7b906cc1e328b39f199bb1ad9e671c39025bd56122ac57dfbf7385a94843b1cc07c60a4db74795829acd + languageName: node + linkType: hard + +"tslib@npm:^2.4.0": + version: 2.8.1 + resolution: "tslib@npm:2.8.1" + checksum: e4aba30e632b8c8902b47587fd13345e2827fa639e7c3121074d5ee0880723282411a8838f830b55100cbe4517672f84a2472667d355b81e8af165a55dc6203a languageName: node linkType: hard @@ -6244,26 +6781,10 @@ __metadata: version: 3.21.0 resolution: "tsutils@npm:3.21.0" dependencies: - tslib: "npm:^1.8.1" + tslib: ^1.8.1 peerDependencies: typescript: ">=2.8.0 || >= 3.2.0-dev || >= 3.3.0-dev || >= 3.4.0-dev || >= 3.5.0-dev || >= 3.6.0-dev || >= 3.6.0-beta || >= 3.7.0-dev || >= 3.7.0-beta" - checksum: 8/1843f4c1b2e0f975e08c4c21caa4af4f7f65a12ac1b81b3b8489366826259323feb3fc7a243123453d2d1a02314205a7634e048d4a8009921da19f99755cdc48 - languageName: node - linkType: hard - -"tunnel-agent@npm:^0.6.0": - version: 0.6.0 - resolution: "tunnel-agent@npm:0.6.0" - dependencies: - safe-buffer: "npm:^5.0.1" - checksum: 8/05f6510358f8afc62a057b8b692f05d70c1782b70db86d6a1e0d5e28a32389e52fa6e7707b6c5ecccacc031462e4bc35af85ecfe4bbc341767917b7cf6965711 - languageName: node - linkType: hard - -"tweetnacl@npm:^0.14.3, tweetnacl@npm:~0.14.0": - version: 0.14.5 - resolution: "tweetnacl@npm:0.14.5" - checksum: 8/6061daba1724f59473d99a7bb82e13f211cdf6e31315510ae9656fefd4779851cb927adad90f3b488c8ed77c106adc0421ea8055f6f976ff21b27c5c4e918487 + checksum: 1843f4c1b2e0f975e08c4c21caa4af4f7f65a12ac1b81b3b8489366826259323feb3fc7a243123453d2d1a02314205a7634e048d4a8009921da19f99755cdc48 languageName: node linkType: hard @@ -6271,88 +6792,89 @@ __metadata: version: 0.4.0 resolution: "type-check@npm:0.4.0" dependencies: - prelude-ls: "npm:^1.2.1" - checksum: 8/ec688ebfc9c45d0c30412e41ca9c0cdbd704580eb3a9ccf07b9b576094d7b86a012baebc95681999dd38f4f444afd28504cb3a89f2ef16b31d4ab61a0739025a + prelude-ls: ^1.2.1 + checksum: ec688ebfc9c45d0c30412e41ca9c0cdbd704580eb3a9ccf07b9b576094d7b86a012baebc95681999dd38f4f444afd28504cb3a89f2ef16b31d4ab61a0739025a languageName: node linkType: hard "type-fest@npm:^0.18.0": version: 0.18.1 resolution: "type-fest@npm:0.18.1" - checksum: 8/e96dcee18abe50ec82dab6cbc4751b3a82046da54c52e3b2d035b3c519732c0b3dd7a2fa9df24efd1a38d953d8d4813c50985f215f1957ee5e4f26b0fe0da395 + checksum: e96dcee18abe50ec82dab6cbc4751b3a82046da54c52e3b2d035b3c519732c0b3dd7a2fa9df24efd1a38d953d8d4813c50985f215f1957ee5e4f26b0fe0da395 languageName: node linkType: hard "type-fest@npm:^0.20.2": version: 0.20.2 resolution: "type-fest@npm:0.20.2" - checksum: 8/4fb3272df21ad1c552486f8a2f8e115c09a521ad7a8db3d56d53718d0c907b62c6e9141ba5f584af3f6830d0872c521357e512381f24f7c44acae583ad517d73 + checksum: 4fb3272df21ad1c552486f8a2f8e115c09a521ad7a8db3d56d53718d0c907b62c6e9141ba5f584af3f6830d0872c521357e512381f24f7c44acae583ad517d73 languageName: node linkType: hard "type-fest@npm:^0.6.0": version: 0.6.0 resolution: "type-fest@npm:0.6.0" - checksum: 8/b2188e6e4b21557f6e92960ec496d28a51d68658018cba8b597bd3ef757721d1db309f120ae987abeeda874511d14b776157ff809f23c6d1ce8f83b9b2b7d60f + checksum: b2188e6e4b21557f6e92960ec496d28a51d68658018cba8b597bd3ef757721d1db309f120ae987abeeda874511d14b776157ff809f23c6d1ce8f83b9b2b7d60f languageName: node linkType: hard "type-fest@npm:^0.8.1": version: 0.8.1 resolution: "type-fest@npm:0.8.1" - checksum: 8/d61c4b2eba24009033ae4500d7d818a94fd6d1b481a8111612ee141400d5f1db46f199c014766b9fa9b31a6a7374d96fc748c6d688a78a3ce5a33123839becb7 + checksum: d61c4b2eba24009033ae4500d7d818a94fd6d1b481a8111612ee141400d5f1db46f199c014766b9fa9b31a6a7374d96fc748c6d688a78a3ce5a33123839becb7 languageName: node linkType: hard "typed-array-buffer@npm:^1.0.2": - version: 1.0.2 - resolution: "typed-array-buffer@npm:1.0.2" + version: 1.0.3 + resolution: "typed-array-buffer@npm:1.0.3" dependencies: - call-bind: "npm:^1.0.7" - es-errors: "npm:^1.3.0" - is-typed-array: "npm:^1.1.13" - checksum: 8/02ffc185d29c6df07968272b15d5319a1610817916ec8d4cd670ded5d1efe72901541ff2202fcc622730d8a549c76e198a2f74e312eabbfb712ed907d45cbb0b + call-bound: ^1.0.3 + es-errors: ^1.3.0 + is-typed-array: ^1.1.14 + checksum: 3fb91f0735fb413b2bbaaca9fabe7b8fc14a3fa5a5a7546bab8a57e755be0e3788d893195ad9c2b842620592de0e68d4c077d4c2c41f04ec25b8b5bb82fa9a80 languageName: node linkType: hard "typed-array-byte-length@npm:^1.0.1": - version: 1.0.1 - resolution: "typed-array-byte-length@npm:1.0.1" + version: 1.0.3 + resolution: "typed-array-byte-length@npm:1.0.3" dependencies: - call-bind: "npm:^1.0.7" - for-each: "npm:^0.3.3" - gopd: "npm:^1.0.1" - has-proto: "npm:^1.0.3" - is-typed-array: "npm:^1.1.13" - checksum: 8/f65e5ecd1cf76b1a2d0d6f631f3ea3cdb5e08da106c6703ffe687d583e49954d570cc80434816d3746e18be889ffe53c58bf3e538081ea4077c26a41055b216d + call-bind: ^1.0.8 + for-each: ^0.3.3 + gopd: ^1.2.0 + has-proto: ^1.2.0 + is-typed-array: ^1.1.14 + checksum: cda9352178ebeab073ad6499b03e938ebc30c4efaea63a26839d89c4b1da9d2640b0d937fc2bd1f049eb0a38def6fbe8a061b601292ae62fe079a410ce56e3a6 languageName: node linkType: hard -"typed-array-byte-offset@npm:^1.0.2": - version: 1.0.2 - resolution: "typed-array-byte-offset@npm:1.0.2" +"typed-array-byte-offset@npm:^1.0.3": + version: 1.0.3 + resolution: "typed-array-byte-offset@npm:1.0.3" dependencies: - available-typed-arrays: "npm:^1.0.7" - call-bind: "npm:^1.0.7" - for-each: "npm:^0.3.3" - gopd: "npm:^1.0.1" - has-proto: "npm:^1.0.3" - is-typed-array: "npm:^1.1.13" - checksum: 8/c8645c8794a621a0adcc142e0e2c57b1823bbfa4d590ad2c76b266aa3823895cf7afb9a893bf6685e18454ab1b0241e1a8d885a2d1340948efa4b56add4b5f67 + available-typed-arrays: ^1.0.7 + call-bind: ^1.0.7 + for-each: ^0.3.3 + gopd: ^1.0.1 + has-proto: ^1.0.3 + is-typed-array: ^1.1.13 + reflect.getprototypeof: ^1.0.6 + checksum: 36728daa80d49a9fa51cd3f0f2b037613f4574666fd4473bd37ac123d7f6f81ea68ff45424c1e2673257964e10bedeb3ebfce73532672913ebbe446999912303 languageName: node linkType: hard -"typed-array-length@npm:^1.0.6": - version: 1.0.6 - resolution: "typed-array-length@npm:1.0.6" +"typed-array-length@npm:^1.0.7": + version: 1.0.7 + resolution: "typed-array-length@npm:1.0.7" dependencies: - call-bind: "npm:^1.0.7" - for-each: "npm:^0.3.3" - gopd: "npm:^1.0.1" - has-proto: "npm:^1.0.3" - is-typed-array: "npm:^1.1.13" - possible-typed-array-names: "npm:^1.0.0" - checksum: 8/f0315e5b8f0168c29d390ff410ad13e4d511c78e6006df4a104576844812ee447fcc32daab1f3a76c9ef4f64eff808e134528b5b2439de335586b392e9750e5c + call-bind: ^1.0.7 + for-each: ^0.3.3 + gopd: ^1.0.1 + is-typed-array: ^1.1.13 + possible-typed-array-names: ^1.0.0 + reflect.getprototypeof: ^1.0.6 + checksum: deb1a4ffdb27cd930b02c7030cb3e8e0993084c643208e52696e18ea6dd3953dfc37b939df06ff78170423d353dc8b10d5bae5796f3711c1b3abe52872b3774c languageName: node linkType: hard @@ -6362,17 +6884,17 @@ __metadata: bin: tsc: bin/tsc tsserver: bin/tsserver - checksum: 8/82b94da3f4604a8946da585f7d6c3025fff8410779e5bde2855ab130d05e4fd08938b9e593b6ebed165bda6ad9292b230984f10952cf82f0a0ca07bbeaa08172 + checksum: 82b94da3f4604a8946da585f7d6c3025fff8410779e5bde2855ab130d05e4fd08938b9e593b6ebed165bda6ad9292b230984f10952cf82f0a0ca07bbeaa08172 languageName: node linkType: hard -"typescript@patch:typescript@npm%3A~5.0.2#optional!builtin": +"typescript@patch:typescript@~5.0.2#~builtin": version: 5.0.4 - resolution: "typescript@patch:typescript@npm%3A5.0.4#optional!builtin::version=5.0.4&hash=b5f058" + resolution: "typescript@patch:typescript@npm%3A5.0.4#~builtin::version=5.0.4&hash=85af82" bin: tsc: bin/tsc tsserver: bin/tsserver - checksum: 10c0/c3f7b80577bddf6fab202a7925131ac733bfc414aec298c2404afcddc7a6f242cfa8395cf2d48192265052e11a7577c27f6e5fac8d8fe6a6602023c83d6b3292 + checksum: bb309d320c59a26565fb3793dba550576ab861018ff3fd1b7fccabbe46ae4a35546bc45f342c0a0b6f265c801ccdf64ffd68f548f117ceb7f0eac4b805cd52a9 languageName: node linkType: hard @@ -6380,65 +6902,65 @@ __metadata: version: 2.4.0 resolution: "typestyle@npm:2.4.0" dependencies: - csstype: "npm:3.0.10" - free-style: "npm:3.1.0" - checksum: 8/8b4f02c24f67b594f98507b15a753dabd4db5eb0af007e1d310527c64030e11e9464b25b5a6bc65fb5eec9a4459a8336050121ecc29063ac87b8b47a6d698893 + csstype: 3.0.10 + free-style: 3.1.0 + checksum: 8b4f02c24f67b594f98507b15a753dabd4db5eb0af007e1d310527c64030e11e9464b25b5a6bc65fb5eec9a4459a8336050121ecc29063ac87b8b47a6d698893 languageName: node linkType: hard "unbox-primitive@npm:^1.0.2": - version: 1.0.2 - resolution: "unbox-primitive@npm:1.0.2" + version: 1.1.0 + resolution: "unbox-primitive@npm:1.1.0" dependencies: - call-bind: "npm:^1.0.2" - has-bigints: "npm:^1.0.2" - has-symbols: "npm:^1.0.3" - which-boxed-primitive: "npm:^1.0.2" - checksum: 8/b7a1cf5862b5e4b5deb091672ffa579aa274f648410009c81cca63fed3b62b610c4f3b773f912ce545bb4e31edc3138975b5bc777fc6e4817dca51affb6380e9 + call-bound: ^1.0.3 + has-bigints: ^1.0.2 + has-symbols: ^1.1.0 + which-boxed-primitive: ^1.1.1 + checksum: 729f13b84a5bfa3fead1d8139cee5c38514e63a8d6a437819a473e241ba87eeb593646568621c7fc7f133db300ef18d65d1a5a60dc9c7beb9000364d93c581df languageName: node linkType: hard "undici-types@npm:~5.26.4": version: 5.26.5 resolution: "undici-types@npm:5.26.5" - checksum: 8/3192ef6f3fd5df652f2dc1cd782b49d6ff14dc98e5dced492aa8a8c65425227da5da6aafe22523c67f035a272c599bb89cfe803c1db6311e44bed3042fc25487 + checksum: 3192ef6f3fd5df652f2dc1cd782b49d6ff14dc98e5dced492aa8a8c65425227da5da6aafe22523c67f035a272c599bb89cfe803c1db6311e44bed3042fc25487 languageName: node linkType: hard "uniq@npm:^1.0.0": version: 1.0.1 resolution: "uniq@npm:1.0.1" - checksum: 8/8206535f83745ea83f9da7035f3b983fd6ed5e35b8ed7745441944e4065b616bc67cf0d0a23a86b40ee0074426f0607f0a138f9b78e124eb6a7a6a6966055709 + checksum: 8206535f83745ea83f9da7035f3b983fd6ed5e35b8ed7745441944e4065b616bc67cf0d0a23a86b40ee0074426f0607f0a138f9b78e124eb6a7a6a6966055709 languageName: node linkType: hard "universalify@npm:^2.0.0": version: 2.0.1 resolution: "universalify@npm:2.0.1" - checksum: 8/ecd8469fe0db28e7de9e5289d32bd1b6ba8f7183db34f3bfc4ca53c49891c2d6aa05f3fb3936a81285a905cc509fb641a0c3fc131ec786167eff41236ae32e60 + checksum: ecd8469fe0db28e7de9e5289d32bd1b6ba8f7183db34f3bfc4ca53c49891c2d6aa05f3fb3936a81285a905cc509fb641a0c3fc131ec786167eff41236ae32e60 languageName: node linkType: hard -"update-browserslist-db@npm:^1.0.16": - version: 1.0.16 - resolution: "update-browserslist-db@npm:1.0.16" +"update-browserslist-db@npm:^1.1.1": + version: 1.1.1 + resolution: "update-browserslist-db@npm:1.1.1" dependencies: - escalade: "npm:^3.1.2" - picocolors: "npm:^1.0.1" + escalade: ^3.2.0 + picocolors: ^1.1.0 peerDependencies: browserslist: ">= 4.21.0" bin: update-browserslist-db: cli.js - checksum: 8/51b1f7189c9ea5925c80154b0a6fd3ec36106d07858d8f69826427d8edb4735d1801512c69eade38ba0814d7407d11f400d74440bbf3da0309f3d788017f35b2 + checksum: 2ea11bd2562122162c3e438d83a1f9125238c0844b6d16d366e3276d0c0acac6036822dc7df65fc5a89c699cdf9f174acf439c39bedf3f9a2f3983976e4b4c3e languageName: node linkType: hard -"uri-js@npm:^4.2.2, uri-js@npm:^4.4.1": +"uri-js@npm:^4.2.2": version: 4.4.1 resolution: "uri-js@npm:4.4.1" dependencies: - punycode: "npm:^2.1.0" - checksum: 8/7167432de6817fe8e9e0c9684f1d2de2bb688c94388f7569f7dbdb1587c9f4ca2a77962f134ec90be0cc4d004c939ff0d05acc9f34a0db39a3c797dada262633 + punycode: ^2.1.0 + checksum: 7167432de6817fe8e9e0c9684f1d2de2bb688c94388f7569f7dbdb1587c9f4ca2a77962f134ec90be0cc4d004c939ff0d05acc9f34a0db39a3c797dada262633 languageName: node linkType: hard @@ -6446,32 +6968,23 @@ __metadata: version: 1.5.10 resolution: "url-parse@npm:1.5.10" dependencies: - querystringify: "npm:^2.1.1" - requires-port: "npm:^1.0.0" - checksum: 8/fbdba6b1d83336aca2216bbdc38ba658d9cfb8fc7f665eb8b17852de638ff7d1a162c198a8e4ed66001ddbf6c9888d41e4798912c62b4fd777a31657989f7bdf + querystringify: ^2.1.1 + requires-port: ^1.0.0 + checksum: fbdba6b1d83336aca2216bbdc38ba658d9cfb8fc7f665eb8b17852de638ff7d1a162c198a8e4ed66001ddbf6c9888d41e4798912c62b4fd777a31657989f7bdf languageName: node linkType: hard -"util-deprecate@npm:^1.0.2": +"util-deprecate@npm:^1.0.1, util-deprecate@npm:^1.0.2": version: 1.0.2 resolution: "util-deprecate@npm:1.0.2" - checksum: 8/474acf1146cb2701fe3b074892217553dfcf9a031280919ba1b8d651a068c9b15d863b7303cb15bd00a862b498e6cf4ad7b4a08fb134edd5a6f7641681cb54a2 - languageName: node - linkType: hard - -"uuid@npm:^3.3.2": - version: 3.4.0 - resolution: "uuid@npm:3.4.0" - bin: - uuid: ./bin/uuid - checksum: 8/58de2feed61c59060b40f8203c0e4ed7fd6f99d42534a499f1741218a1dd0c129f4aa1de797bcf822c8ea5da7e4137aa3673431a96dae729047f7aca7b27866f + checksum: 474acf1146cb2701fe3b074892217553dfcf9a031280919ba1b8d651a068c9b15d863b7303cb15bd00a862b498e6cf4ad7b4a08fb134edd5a6f7641681cb54a2 languageName: node linkType: hard "v8-compile-cache@npm:^2.3.0": version: 2.4.0 resolution: "v8-compile-cache@npm:2.4.0" - checksum: 8/8eb6ddb59d86f24566503f1e6ca98f3e6f43599f05359bd3ab737eaaf1585b338091478a4d3d5c2646632cf8030288d7888684ea62238cdce15a65ae2416718f + checksum: 8eb6ddb59d86f24566503f1e6ca98f3e6f43599f05359bd3ab737eaaf1585b338091478a4d3d5c2646632cf8030288d7888684ea62238cdce15a65ae2416718f languageName: node linkType: hard @@ -6479,23 +6992,23 @@ __metadata: version: 3.0.4 resolution: "validate-npm-package-license@npm:3.0.4" dependencies: - spdx-correct: "npm:^3.0.0" - spdx-expression-parse: "npm:^3.0.0" - checksum: 8/35703ac889d419cf2aceef63daeadbe4e77227c39ab6287eeb6c1b36a746b364f50ba22e88591f5d017bc54685d8137bc2d328d0a896e4d3fd22093c0f32a9ad + spdx-correct: ^3.0.0 + spdx-expression-parse: ^3.0.0 + checksum: 35703ac889d419cf2aceef63daeadbe4e77227c39ab6287eeb6c1b36a746b364f50ba22e88591f5d017bc54685d8137bc2d328d0a896e4d3fd22093c0f32a9ad languageName: node linkType: hard "validate.io-array@npm:^1.0.3": version: 1.0.6 resolution: "validate.io-array@npm:1.0.6" - checksum: 8/54eca83ebc702e3e46499f9d9e77287a95ae25c4e727cd2fafee29c7333b3a36cca0c5d8f090b9406262786de80750fba85e7e7ef41e20bf8cc67d5570de449b + checksum: 54eca83ebc702e3e46499f9d9e77287a95ae25c4e727cd2fafee29c7333b3a36cca0c5d8f090b9406262786de80750fba85e7e7ef41e20bf8cc67d5570de449b languageName: node linkType: hard "validate.io-function@npm:^1.0.2": version: 1.0.2 resolution: "validate.io-function@npm:1.0.2" - checksum: 8/e4cce2479a20cb7c42e8630c777fb107059c27bc32925f769e3a73ca5fd62b4892d897b3c80227e14d5fcd1c5b7d05544e0579d63e59f14034c0052cda7f7c44 + checksum: e4cce2479a20cb7c42e8630c777fb107059c27bc32925f769e3a73ca5fd62b4892d897b3c80227e14d5fcd1c5b7d05544e0579d63e59f14034c0052cda7f7c44 languageName: node linkType: hard @@ -6503,9 +7016,9 @@ __metadata: version: 1.0.0 resolution: "validate.io-integer-array@npm:1.0.0" dependencies: - validate.io-array: "npm:^1.0.3" - validate.io-integer: "npm:^1.0.4" - checksum: 8/5f6d7fab8df7d2bf546a05e830201768464605539c75a2c2417b632b4411a00df84b462f81eac75e1be95303e7e0ac92f244c137424739f4e15cd21c2eb52c7f + validate.io-array: ^1.0.3 + validate.io-integer: ^1.0.4 + checksum: 5f6d7fab8df7d2bf546a05e830201768464605539c75a2c2417b632b4411a00df84b462f81eac75e1be95303e7e0ac92f244c137424739f4e15cd21c2eb52c7f languageName: node linkType: hard @@ -6513,47 +7026,36 @@ __metadata: version: 1.0.5 resolution: "validate.io-integer@npm:1.0.5" dependencies: - validate.io-number: "npm:^1.0.3" - checksum: 8/88b3f8bb5a5277a95305d64abbfc437079220ce4f57a148cc6113e7ccec03dd86b10a69d413982602aa90a62b8d516148a78716f550dcd3aff863ac1c2a7a5e6 + validate.io-number: ^1.0.3 + checksum: 88b3f8bb5a5277a95305d64abbfc437079220ce4f57a148cc6113e7ccec03dd86b10a69d413982602aa90a62b8d516148a78716f550dcd3aff863ac1c2a7a5e6 languageName: node linkType: hard "validate.io-number@npm:^1.0.3": version: 1.0.3 resolution: "validate.io-number@npm:1.0.3" - checksum: 8/42418aeb6c969efa745475154fe576809b02eccd0961aad0421b090d6e7a12d23a3e28b0d5dddd2c6347c1a6bdccb82bba5048c716131cd20207244d50e07282 - languageName: node - linkType: hard - -"verror@npm:1.10.0": - version: 1.10.0 - resolution: "verror@npm:1.10.0" - dependencies: - assert-plus: "npm:^1.0.0" - core-util-is: "npm:1.0.2" - extsprintf: "npm:^1.2.0" - checksum: 8/c431df0bedf2088b227a4e051e0ff4ca54df2c114096b0c01e1cbaadb021c30a04d7dd5b41ab277bcd51246ca135bf931d4c4c796ecae7a4fef6d744ecef36ea + checksum: 42418aeb6c969efa745475154fe576809b02eccd0961aad0421b090d6e7a12d23a3e28b0d5dddd2c6347c1a6bdccb82bba5048c716131cd20207244d50e07282 languageName: node linkType: hard "vscode-jsonrpc@npm:8.2.0": version: 8.2.0 resolution: "vscode-jsonrpc@npm:8.2.0" - checksum: 8/f302a01e59272adc1ae6494581fa31c15499f9278df76366e3b97b2236c7c53ebfc71efbace9041cfd2caa7f91675b9e56f2407871a1b3c7f760a2e2ee61484a + checksum: f302a01e59272adc1ae6494581fa31c15499f9278df76366e3b97b2236c7c53ebfc71efbace9041cfd2caa7f91675b9e56f2407871a1b3c7f760a2e2ee61484a languageName: node linkType: hard "vscode-jsonrpc@npm:^6.0.0": version: 6.0.0 resolution: "vscode-jsonrpc@npm:6.0.0" - checksum: 8/3a67a56f287e8c449f2d9752eedf91e704dc7b9a326f47fb56ac07667631deb45ca52192e9bccb2ab108764e48409d70fa64b930d46fc3822f75270b111c5f53 + checksum: 3a67a56f287e8c449f2d9752eedf91e704dc7b9a326f47fb56ac07667631deb45ca52192e9bccb2ab108764e48409d70fa64b930d46fc3822f75270b111c5f53 languageName: node linkType: hard "vscode-jsonrpc@npm:^8.0.2": version: 8.2.1 resolution: "vscode-jsonrpc@npm:8.2.1" - checksum: 8/2af2c333d73f6587896a7077978b8d4b430e55c674d5dbb90597a84a6647057c1655a3bff398a9b08f1f8ba57dbd2deabf05164315829c297b0debba3b8bc19e + checksum: 2af2c333d73f6587896a7077978b8d4b430e55c674d5dbb90597a84a6647057c1655a3bff398a9b08f1f8ba57dbd2deabf05164315829c297b0debba3b8bc19e languageName: node linkType: hard @@ -6561,16 +7063,16 @@ __metadata: version: 3.17.5 resolution: "vscode-languageserver-protocol@npm:3.17.5" dependencies: - vscode-jsonrpc: "npm:8.2.0" - vscode-languageserver-types: "npm:3.17.5" - checksum: 8/dfb42d276df5dfea728267885b99872ecff62f6c20448b8539fae71bb196b420f5351c5aca7c1047bf8fb1f89fa94a961dce2bc5bf7e726198f4be0bb86a1e71 + vscode-jsonrpc: 8.2.0 + vscode-languageserver-types: 3.17.5 + checksum: dfb42d276df5dfea728267885b99872ecff62f6c20448b8539fae71bb196b420f5351c5aca7c1047bf8fb1f89fa94a961dce2bc5bf7e726198f4be0bb86a1e71 languageName: node linkType: hard "vscode-languageserver-types@npm:3.17.5": version: 3.17.5 resolution: "vscode-languageserver-types@npm:3.17.5" - checksum: 8/79b420e7576398d396579ca3a461c9ed70e78db4403cd28bbdf4d3ed2b66a2b4114031172e51fad49f0baa60a2180132d7cb2ea35aa3157d7af3c325528210ac + checksum: 79b420e7576398d396579ca3a461c9ed70e78db4403cd28bbdf4d3ed2b66a2b4114031172e51fad49f0baa60a2180132d7cb2ea35aa3157d7af3c325528210ac languageName: node linkType: hard @@ -6578,46 +7080,46 @@ __metadata: version: 1.0.2 resolution: "vscode-ws-jsonrpc@npm:1.0.2" dependencies: - vscode-jsonrpc: "npm:^8.0.2" - checksum: 8/eb2fdb5c96f124326505f06564dfc6584318b748fd6e39b4c0ba16a0d383d13ba0e9433596abdb841428dfc2a5501994c3206723d1cb38c6af5fcac1faf4be26 + vscode-jsonrpc: ^8.0.2 + checksum: eb2fdb5c96f124326505f06564dfc6584318b748fd6e39b4c0ba16a0d383d13ba0e9433596abdb841428dfc2a5501994c3206723d1cb38c6af5fcac1faf4be26 languageName: node linkType: hard "w3c-keyname@npm:^2.2.4": version: 2.2.8 resolution: "w3c-keyname@npm:2.2.8" - checksum: 8/95bafa4c04fa2f685a86ca1000069c1ec43ace1f8776c10f226a73296caeddd83f893db885c2c220ebeb6c52d424e3b54d7c0c1e963bbf204038ff1a944fbb07 + checksum: 95bafa4c04fa2f685a86ca1000069c1ec43ace1f8776c10f226a73296caeddd83f893db885c2c220ebeb6c52d424e3b54d7c0c1e963bbf204038ff1a944fbb07 languageName: node linkType: hard "wasm-feature-detect@npm:^1.2.11": version: 1.6.1 resolution: "wasm-feature-detect@npm:1.6.1" - checksum: 8/63bb5522f2cc2e1a35b1c287212e7eadc1311d853c9ff34497b887aa39389b07e63ca4ee2d6899678392303f08c6d178e5ee4f718d1989beb574f3fa69ab8b97 + checksum: 63bb5522f2cc2e1a35b1c287212e7eadc1311d853c9ff34497b887aa39389b07e63ca4ee2d6899678392303f08c6d178e5ee4f718d1989beb574f3fa69ab8b97 languageName: node linkType: hard "watchpack@npm:^2.4.1": - version: 2.4.1 - resolution: "watchpack@npm:2.4.1" + version: 2.4.2 + resolution: "watchpack@npm:2.4.2" dependencies: - glob-to-regexp: "npm:^0.4.1" - graceful-fs: "npm:^4.1.2" - checksum: 8/5b0179348655dcdf19cac7cb4ff923fdc024d630650c0bf6bec8899cf47c60e19d4f810a88dba692ed0e7f684cf0fcffea86efdbf6c35d81f031e328043b7fab + glob-to-regexp: ^0.4.1 + graceful-fs: ^4.1.2 + checksum: 92d9d52ce3d16fd83ed6994d1dd66a4d146998882f4c362d37adfea9ab77748a5b4d1e0c65fa104797928b2d40f635efa8f9b925a6265428a69f1e1852ca3441 languageName: node linkType: hard "webidl-conversions@npm:^3.0.0": version: 3.0.1 resolution: "webidl-conversions@npm:3.0.1" - checksum: 8/c92a0a6ab95314bde9c32e1d0a6dfac83b578f8fa5f21e675bc2706ed6981bc26b7eb7e6a1fab158e5ce4adf9caa4a0aee49a52505d4d13c7be545f15021b17c + checksum: c92a0a6ab95314bde9c32e1d0a6dfac83b578f8fa5f21e675bc2706ed6981bc26b7eb7e6a1fab158e5ce4adf9caa4a0aee49a52505d4d13c7be545f15021b17c languageName: node linkType: hard "webidl-conversions@npm:^6.1.0": version: 6.1.0 resolution: "webidl-conversions@npm:6.1.0" - checksum: 8/1f526507aa491f972a0c1409d07f8444e1d28778dfa269a9971f2e157182f3d496dc33296e4ed45b157fdb3bf535bb90c90bf10c50dcf1dd6caacb2a34cc84fb + checksum: 1f526507aa491f972a0c1409d07f8444e1d28778dfa269a9971f2e157182f3d496dc33296e4ed45b157fdb3bf535bb90c90bf10c50dcf1dd6caacb2a34cc84fb languageName: node linkType: hard @@ -6625,19 +7127,19 @@ __metadata: version: 5.1.4 resolution: "webpack-cli@npm:5.1.4" dependencies: - "@discoveryjs/json-ext": "npm:^0.5.0" - "@webpack-cli/configtest": "npm:^2.1.1" - "@webpack-cli/info": "npm:^2.0.2" - "@webpack-cli/serve": "npm:^2.0.5" - colorette: "npm:^2.0.14" - commander: "npm:^10.0.1" - cross-spawn: "npm:^7.0.3" - envinfo: "npm:^7.7.3" - fastest-levenshtein: "npm:^1.0.12" - import-local: "npm:^3.0.2" - interpret: "npm:^3.1.1" - rechoir: "npm:^0.8.0" - webpack-merge: "npm:^5.7.3" + "@discoveryjs/json-ext": ^0.5.0 + "@webpack-cli/configtest": ^2.1.1 + "@webpack-cli/info": ^2.0.2 + "@webpack-cli/serve": ^2.0.5 + colorette: ^2.0.14 + commander: ^10.0.1 + cross-spawn: ^7.0.3 + envinfo: ^7.7.3 + fastest-levenshtein: ^1.0.12 + import-local: ^3.0.2 + interpret: ^3.1.1 + rechoir: ^0.8.0 + webpack-merge: ^5.7.3 peerDependencies: webpack: 5.x.x peerDependenciesMeta: @@ -6649,7 +7151,7 @@ __metadata: optional: true bin: webpack-cli: bin/cli.js - checksum: 8/3a4ad0d0342a6815c850ee4633cc2a8a5dae04f918e7847f180bf24ab400803cf8a8943707ffbed03eb20fe6ce647f996f60a2aade87b0b4a9954da3da172ce0 + checksum: 3a4ad0d0342a6815c850ee4633cc2a8a5dae04f918e7847f180bf24ab400803cf8a8943707ffbed03eb20fe6ce647f996f60a2aade87b0b4a9954da3da172ce0 languageName: node linkType: hard @@ -6657,10 +7159,10 @@ __metadata: version: 5.10.0 resolution: "webpack-merge@npm:5.10.0" dependencies: - clone-deep: "npm:^4.0.1" - flat: "npm:^5.0.2" - wildcard: "npm:^2.0.0" - checksum: 8/1fe8bf5309add7298e1ac72fb3f2090e1dfa80c48c7e79fa48aa60b5961332c7d0d61efa8851acb805e6b91a4584537a347bc106e05e9aec87fa4f7088c62f2f + clone-deep: ^4.0.1 + flat: ^5.0.2 + wildcard: ^2.0.0 + checksum: 1fe8bf5309add7298e1ac72fb3f2090e1dfa80c48c7e79fa48aa60b5961332c7d0d61efa8851acb805e6b91a4584537a347bc106e05e9aec87fa4f7088c62f2f languageName: node linkType: hard @@ -6668,60 +7170,59 @@ __metadata: version: 1.4.3 resolution: "webpack-sources@npm:1.4.3" dependencies: - source-list-map: "npm:^2.0.0" - source-map: "npm:~0.6.1" - checksum: 8/37463dad8d08114930f4bc4882a9602941f07c9f0efa9b6bc78738cd936275b990a596d801ef450d022bb005b109b9f451dd087db2f3c9baf53e8e22cf388f79 + source-list-map: ^2.0.0 + source-map: ~0.6.1 + checksum: 37463dad8d08114930f4bc4882a9602941f07c9f0efa9b6bc78738cd936275b990a596d801ef450d022bb005b109b9f451dd087db2f3c9baf53e8e22cf388f79 languageName: node linkType: hard "webpack-sources@npm:^3.2.3": version: 3.2.3 resolution: "webpack-sources@npm:3.2.3" - checksum: 8/989e401b9fe3536529e2a99dac8c1bdc50e3a0a2c8669cbafad31271eadd994bc9405f88a3039cd2e29db5e6d9d0926ceb7a1a4e7409ece021fe79c37d9c4607 + checksum: 989e401b9fe3536529e2a99dac8c1bdc50e3a0a2c8669cbafad31271eadd994bc9405f88a3039cd2e29db5e6d9d0926ceb7a1a4e7409ece021fe79c37d9c4607 languageName: node linkType: hard "webpack@npm:^5.76.1": - version: 5.92.0 - resolution: "webpack@npm:5.92.0" - dependencies: - "@types/eslint-scope": "npm:^3.7.3" - "@types/estree": "npm:^1.0.5" - "@webassemblyjs/ast": "npm:^1.12.1" - "@webassemblyjs/wasm-edit": "npm:^1.12.1" - "@webassemblyjs/wasm-parser": "npm:^1.12.1" - acorn: "npm:^8.7.1" - acorn-import-attributes: "npm:^1.9.5" - browserslist: "npm:^4.21.10" - chrome-trace-event: "npm:^1.0.2" - enhanced-resolve: "npm:^5.17.0" - es-module-lexer: "npm:^1.2.1" - eslint-scope: "npm:5.1.1" - events: "npm:^3.2.0" - glob-to-regexp: "npm:^0.4.1" - graceful-fs: "npm:^4.2.11" - json-parse-even-better-errors: "npm:^2.3.1" - loader-runner: "npm:^4.2.0" - mime-types: "npm:^2.1.27" - neo-async: "npm:^2.6.2" - schema-utils: "npm:^3.2.0" - tapable: "npm:^2.1.1" - terser-webpack-plugin: "npm:^5.3.10" - watchpack: "npm:^2.4.1" - webpack-sources: "npm:^3.2.3" + version: 5.97.1 + resolution: "webpack@npm:5.97.1" + dependencies: + "@types/eslint-scope": ^3.7.7 + "@types/estree": ^1.0.6 + "@webassemblyjs/ast": ^1.14.1 + "@webassemblyjs/wasm-edit": ^1.14.1 + "@webassemblyjs/wasm-parser": ^1.14.1 + acorn: ^8.14.0 + browserslist: ^4.24.0 + chrome-trace-event: ^1.0.2 + enhanced-resolve: ^5.17.1 + es-module-lexer: ^1.2.1 + eslint-scope: 5.1.1 + events: ^3.2.0 + glob-to-regexp: ^0.4.1 + graceful-fs: ^4.2.11 + json-parse-even-better-errors: ^2.3.1 + loader-runner: ^4.2.0 + mime-types: ^2.1.27 + neo-async: ^2.6.2 + schema-utils: ^3.2.0 + tapable: ^2.1.1 + terser-webpack-plugin: ^5.3.10 + watchpack: ^2.4.1 + webpack-sources: ^3.2.3 peerDependenciesMeta: webpack-cli: optional: true bin: webpack: bin/webpack.js - checksum: 8/b020102549d2bdbc59902003140808601a4f85800c3efcb8292d4239a71a44786d0b4e2412cfa840a75c2e60276e7e55ea3b77b4e1850a915024cab2a57e90ef + checksum: 649065e2258b495ae41a4088be804b4be2ec07d280aa514ebef43da79caf96fa973d26a08826c3902b5676a098d9b37c589f16be7b4da17b68b08b6c76441196 languageName: node linkType: hard "whatwg-mimetype@npm:^2.3.0": version: 2.3.0 resolution: "whatwg-mimetype@npm:2.3.0" - checksum: 8/23eb885940bcbcca4ff841c40a78e9cbb893ec42743993a42bf7aed16085b048b44b06f3402018931687153550f9a32d259dfa524e4f03577ab898b6965e5383 + checksum: 23eb885940bcbcca4ff841c40a78e9cbb893ec42743993a42bf7aed16085b048b44b06f3402018931687153550f9a32d259dfa524e4f03577ab898b6965e5383 languageName: node linkType: hard @@ -6729,9 +7230,9 @@ __metadata: version: 5.0.0 resolution: "whatwg-url@npm:5.0.0" dependencies: - tr46: "npm:~0.0.3" - webidl-conversions: "npm:^3.0.0" - checksum: 8/b8daed4ad3356cc4899048a15b2c143a9aed0dfae1f611ebd55073310c7b910f522ad75d727346ad64203d7e6c79ef25eafd465f4d12775ca44b90fa82ed9e2c + tr46: ~0.0.3 + webidl-conversions: ^3.0.0 + checksum: b8daed4ad3356cc4899048a15b2c143a9aed0dfae1f611ebd55073310c7b910f522ad75d727346ad64203d7e6c79ef25eafd465f4d12775ca44b90fa82ed9e2c languageName: node linkType: hard @@ -6739,36 +7240,70 @@ __metadata: version: 8.7.0 resolution: "whatwg-url@npm:8.7.0" dependencies: - lodash: "npm:^4.7.0" - tr46: "npm:^2.1.0" - webidl-conversions: "npm:^6.1.0" - checksum: 8/a87abcc6cefcece5311eb642858c8fdb234e51ec74196bfacf8def2edae1bfbffdf6acb251646ed6301f8cee44262642d8769c707256125a91387e33f405dd1e + lodash: ^4.7.0 + tr46: ^2.1.0 + webidl-conversions: ^6.1.0 + checksum: a87abcc6cefcece5311eb642858c8fdb234e51ec74196bfacf8def2edae1bfbffdf6acb251646ed6301f8cee44262642d8769c707256125a91387e33f405dd1e + languageName: node + linkType: hard + +"which-boxed-primitive@npm:^1.1.0, which-boxed-primitive@npm:^1.1.1": + version: 1.1.1 + resolution: "which-boxed-primitive@npm:1.1.1" + dependencies: + is-bigint: ^1.1.0 + is-boolean-object: ^1.2.1 + is-number-object: ^1.1.1 + is-string: ^1.1.1 + is-symbol: ^1.1.1 + checksum: ee41d0260e4fd39551ad77700c7047d3d281ec03d356f5e5c8393fe160ba0db53ef446ff547d05f76ffabfd8ad9df7c9a827e12d4cccdbc8fccf9239ff8ac21e languageName: node linkType: hard -"which-boxed-primitive@npm:^1.0.2": +"which-builtin-type@npm:^1.2.1": + version: 1.2.1 + resolution: "which-builtin-type@npm:1.2.1" + dependencies: + call-bound: ^1.0.2 + function.prototype.name: ^1.1.6 + has-tostringtag: ^1.0.2 + is-async-function: ^2.0.0 + is-date-object: ^1.1.0 + is-finalizationregistry: ^1.1.0 + is-generator-function: ^1.0.10 + is-regex: ^1.2.1 + is-weakref: ^1.0.2 + isarray: ^2.0.5 + which-boxed-primitive: ^1.1.0 + which-collection: ^1.0.2 + which-typed-array: ^1.1.16 + checksum: 7a3617ba0e7cafb795f74db418df889867d12bce39a477f3ee29c6092aa64d396955bf2a64eae3726d8578440e26777695544057b373c45a8bcf5fbe920bf633 + languageName: node + linkType: hard + +"which-collection@npm:^1.0.2": version: 1.0.2 - resolution: "which-boxed-primitive@npm:1.0.2" + resolution: "which-collection@npm:1.0.2" dependencies: - is-bigint: "npm:^1.0.1" - is-boolean-object: "npm:^1.1.0" - is-number-object: "npm:^1.0.4" - is-string: "npm:^1.0.5" - is-symbol: "npm:^1.0.3" - checksum: 8/53ce774c7379071729533922adcca47220228405e1895f26673bbd71bdf7fb09bee38c1d6399395927c6289476b5ae0629863427fd151491b71c4b6cb04f3a5e + is-map: ^2.0.3 + is-set: ^2.0.3 + is-weakmap: ^2.0.2 + is-weakset: ^2.0.3 + checksum: c51821a331624c8197916598a738fc5aeb9a857f1e00d89f5e4c03dc7c60b4032822b8ec5696d28268bb83326456a8b8216344fb84270d18ff1d7628051879d9 languageName: node linkType: hard -"which-typed-array@npm:^1.1.14, which-typed-array@npm:^1.1.15": - version: 1.1.15 - resolution: "which-typed-array@npm:1.1.15" +"which-typed-array@npm:^1.1.16": + version: 1.1.18 + resolution: "which-typed-array@npm:1.1.18" dependencies: - available-typed-arrays: "npm:^1.0.7" - call-bind: "npm:^1.0.7" - for-each: "npm:^0.3.3" - gopd: "npm:^1.0.1" - has-tostringtag: "npm:^1.0.2" - checksum: 8/65227dcbfadf5677aacc43ec84356d17b5500cb8b8753059bb4397de5cd0c2de681d24e1a7bd575633f976a95f88233abfd6549c2105ef4ebd58af8aa1807c75 + available-typed-arrays: ^1.0.7 + call-bind: ^1.0.8 + call-bound: ^1.0.3 + for-each: ^0.3.3 + gopd: ^1.2.0 + has-tostringtag: ^1.0.2 + checksum: d2feea7f51af66b3a240397aa41c796585033e1069f18e5b6d4cd3878538a1e7780596fd3ea9bf347c43d9e98e13be09b37d9ea3887cef29b11bc291fd47bb52 languageName: node linkType: hard @@ -6776,10 +7311,10 @@ __metadata: version: 1.3.1 resolution: "which@npm:1.3.1" dependencies: - isexe: "npm:^2.0.0" + isexe: ^2.0.0 bin: which: ./bin/which - checksum: 8/f2e185c6242244b8426c9df1510e86629192d93c1a986a7d2a591f2c24869e7ffd03d6dac07ca863b2e4c06f59a4cc9916c585b72ee9fa1aa609d0124df15e04 + checksum: f2e185c6242244b8426c9df1510e86629192d93c1a986a7d2a591f2c24869e7ffd03d6dac07ca863b2e4c06f59a4cc9916c585b72ee9fa1aa609d0124df15e04 languageName: node linkType: hard @@ -6787,24 +7322,24 @@ __metadata: version: 2.0.2 resolution: "which@npm:2.0.2" dependencies: - isexe: "npm:^2.0.0" + isexe: ^2.0.0 bin: node-which: ./bin/node-which - checksum: 8/1a5c563d3c1b52d5f893c8b61afe11abc3bab4afac492e8da5bde69d550de701cf9806235f20a47b5c8fa8a1d6a9135841de2596535e998027a54589000e66d1 + checksum: 1a5c563d3c1b52d5f893c8b61afe11abc3bab4afac492e8da5bde69d550de701cf9806235f20a47b5c8fa8a1d6a9135841de2596535e998027a54589000e66d1 languageName: node linkType: hard "wildcard@npm:^2.0.0": version: 2.0.1 resolution: "wildcard@npm:2.0.1" - checksum: 8/e0c60a12a219e4b12065d1199802d81c27b841ed6ad6d9d28240980c73ceec6f856771d575af367cbec2982d9ae7838759168b551776577f155044f5a5ba843c + checksum: e0c60a12a219e4b12065d1199802d81c27b841ed6ad6d9d28240980c73ceec6f856771d575af367cbec2982d9ae7838759168b551776577f155044f5a5ba843c languageName: node linkType: hard "word-wrap@npm:^1.2.5": version: 1.2.5 resolution: "word-wrap@npm:1.2.5" - checksum: 8/f93ba3586fc181f94afdaff3a6fef27920b4b6d9eaefed0f428f8e07adea2a7f54a5f2830ce59406c8416f033f86902b91eb824072354645eea687dff3691ccb + checksum: f93ba3586fc181f94afdaff3a6fef27920b4b6d9eaefed0f428f8e07adea2a7f54a5f2830ce59406c8416f033f86902b91eb824072354645eea687dff3691ccb languageName: node linkType: hard @@ -6812,18 +7347,18 @@ __metadata: version: 3.0.8 resolution: "worker-loader@npm:3.0.8" dependencies: - loader-utils: "npm:^2.0.0" - schema-utils: "npm:^3.0.0" + loader-utils: ^2.0.0 + schema-utils: ^3.0.0 peerDependencies: webpack: ^4.0.0 || ^5.0.0 - checksum: 8/84f4a7eeb2a1d8b9704425837e017c91eedfae67ac89e0b866a2dcf283323c1dcabe0258196278b7d5fd0041392da895c8a0c59ddf3a94f1b2e003df68ddfec3 + checksum: 84f4a7eeb2a1d8b9704425837e017c91eedfae67ac89e0b866a2dcf283323c1dcabe0258196278b7d5fd0041392da895c8a0c59ddf3a94f1b2e003df68ddfec3 languageName: node linkType: hard "wrappy@npm:1": version: 1.0.2 resolution: "wrappy@npm:1.0.2" - checksum: 8/159da4805f7e84a3d003d8841557196034155008f817172d4e986bd591f74aa82aa7db55929a54222309e01079a65a92a9e6414da5a6aa4b01ee44a511ac3ee5 + checksum: 159da4805f7e84a3d003d8841557196034155008f817172d4e986bd591f74aa82aa7db55929a54222309e01079a65a92a9e6414da5a6aa4b01ee44a511ac3ee5 languageName: node linkType: hard @@ -6831,9 +7366,9 @@ __metadata: version: 4.0.2 resolution: "write-file-atomic@npm:4.0.2" dependencies: - imurmurhash: "npm:^0.1.4" - signal-exit: "npm:^3.0.7" - checksum: 8/5da60bd4eeeb935eec97ead3df6e28e5917a6bd317478e4a85a5285e8480b8ed96032bbcc6ecd07b236142a24f3ca871c924ec4a6575e623ec1b11bf8c1c253c + imurmurhash: ^0.1.4 + signal-exit: ^3.0.7 + checksum: 5da60bd4eeeb935eec97ead3df6e28e5917a6bd317478e4a85a5285e8480b8ed96032bbcc6ecd07b236142a24f3ca871c924ec4a6575e623ec1b11bf8c1c253c languageName: node linkType: hard @@ -6848,7 +7383,7 @@ __metadata: optional: true utf-8-validate: optional: true - checksum: 10c0/25eb33aff17edcb90721ed6b0eb250976328533ad3cd1a28a274bd263682e7296a6591ff1436d6cbc50fa67463158b062f9d1122013b361cec99a05f84680e06 + checksum: 91d4d35bc99ff6df483bdf029b9ea4bfd7af1f16fc91231a96777a63d263e1eabf486e13a2353970efc534f9faa43bdbf9ee76525af22f4752cbc5ebda333975 languageName: node linkType: hard @@ -6856,53 +7391,53 @@ __metadata: version: 1.0.6 resolution: "y-protocols@npm:1.0.6" dependencies: - lib0: "npm:^0.2.85" + lib0: ^0.2.85 peerDependencies: yjs: ^13.0.0 - checksum: 8/4b57c8811befcf2e45c3d47830005f8a33e626c734f78a42fe8a4fa3caad2233ba85a7c8bceefbd52ffc40130d3f3faee664fd0d1c324ff1fa8817a056ccdc1c + checksum: 4b57c8811befcf2e45c3d47830005f8a33e626c734f78a42fe8a4fa3caad2233ba85a7c8bceefbd52ffc40130d3f3faee664fd0d1c324ff1fa8817a056ccdc1c languageName: node linkType: hard "yallist@npm:^4.0.0": version: 4.0.0 resolution: "yallist@npm:4.0.0" - checksum: 8/343617202af32df2a15a3be36a5a8c0c8545208f3d3dfbc6bb7c3e3b7e8c6f8e7485432e4f3b88da3031a6e20afa7c711eded32ddfb122896ac5d914e75848d5 + checksum: 343617202af32df2a15a3be36a5a8c0c8545208f3d3dfbc6bb7c3e3b7e8c6f8e7485432e4f3b88da3031a6e20afa7c711eded32ddfb122896ac5d914e75848d5 languageName: node linkType: hard "yaml@npm:^1.10.0": version: 1.10.2 resolution: "yaml@npm:1.10.2" - checksum: 8/ce4ada136e8a78a0b08dc10b4b900936912d15de59905b2bf415b4d33c63df1d555d23acb2a41b23cf9fb5da41c256441afca3d6509de7247daa062fd2c5ea5f + checksum: ce4ada136e8a78a0b08dc10b4b900936912d15de59905b2bf415b4d33c63df1d555d23acb2a41b23cf9fb5da41c256441afca3d6509de7247daa062fd2c5ea5f languageName: node linkType: hard "yargs-parser@npm:^20.2.3": version: 20.2.9 resolution: "yargs-parser@npm:20.2.9" - checksum: 8/8bb69015f2b0ff9e17b2c8e6bfe224ab463dd00ca211eece72a4cd8a906224d2703fb8a326d36fdd0e68701e201b2a60ed7cf81ce0fd9b3799f9fe7745977ae3 + checksum: 8bb69015f2b0ff9e17b2c8e6bfe224ab463dd00ca211eece72a4cd8a906224d2703fb8a326d36fdd0e68701e201b2a60ed7cf81ce0fd9b3799f9fe7745977ae3 languageName: node linkType: hard "yjs@npm:^13.5.0, yjs@npm:^13.5.40": - version: 13.6.16 - resolution: "yjs@npm:13.6.16" + version: 13.6.20 + resolution: "yjs@npm:13.6.20" dependencies: - lib0: "npm:^0.2.86" - checksum: 8/bdfd5c0aaa72edf783c458eac5f8ae19ec42dd8402677b7fc5d13ffe807db2927ba7b88339d29923385551ffa509bfb3da5c0b06ae0934e608668b0d2cc52118 + lib0: ^0.2.98 + checksum: a87295efe7df58ae8b5cf09b7cdbbcc3cbfba2b7fb72bb424513eb25587eff8dc8304f41e3bcd3926c02c86a0f7ce2185285e4b9d71aca5ff50cefe1ecb6657c languageName: node linkType: hard "yocto-queue@npm:^0.1.0": version: 0.1.0 resolution: "yocto-queue@npm:0.1.0" - checksum: 8/f77b3d8d00310def622123df93d4ee654fc6a0096182af8bd60679ddcdfb3474c56c6c7190817c84a2785648cdee9d721c0154eb45698c62176c322fb46fc700 + checksum: f77b3d8d00310def622123df93d4ee654fc6a0096182af8bd60679ddcdfb3474c56c6c7190817c84a2785648cdee9d721c0154eb45698c62176c322fb46fc700 languageName: node linkType: hard "zlibjs@npm:^0.3.1": version: 0.3.1 resolution: "zlibjs@npm:0.3.1" - checksum: 8/91f3d28bb5925ac71565a1fd4d44303b6b876ed483c9c192864393811151b399f29d917c9118a5aca5a541d9dfc7c199460f86b489ea1f77b7217e0edc887c89 + checksum: 91f3d28bb5925ac71565a1fd4d44303b6b876ed483c9c192864393811151b399f29d917c9118a5aca5a541d9dfc7c199460f86b489ea1f77b7217e0edc887c89 languageName: node linkType: hard