From b5b584844054a866ecaa5de8a802debb417068f9 Mon Sep 17 00:00:00 2001 From: camera-2018 <2907618001@qq.com> Date: Sun, 3 Mar 2024 17:12:10 +0800 Subject: [PATCH] fix: devDependencies --- package-lock.json | 326 ++++++++++++++++++++++++++-------------------- package.json | 8 +- 2 files changed, 187 insertions(+), 147 deletions(-) diff --git a/package-lock.json b/package-lock.json index 0fd55c6b..108de3c3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -6,10 +6,10 @@ "": { "dependencies": { "@codemirror/lang-python": "^6.1.4", - "@codemirror/lang-sql": "^6.5.5", + "@codemirror/lang-sql": "^6.6.0", "@jupyterlab/mathjax2": "^3.6.7", - "@jupyterlab/theme-light-extension": "^4.1.1", - "@vueuse/core": "^10.7.2", + "@jupyterlab/theme-light-extension": "^4.1.2", + "@vueuse/core": "^10.9.0", "canvas-confetti": "^1.9.2", "markdown-it": "^14.0.0", "markdown-it-pangu": "^1.0.2", @@ -23,7 +23,7 @@ "markdown-it-mathjax3": "^4.3.2", "mermaid": "^10.8.0", "unplugin-vue-macros": "^2.7.10", - "vite-plugin-pwa": "^0.19.0", + "vite-plugin-pwa": "^0.19.2", "vitepress": "^1.0.0-rc.44", "vitepress-plugin-mermaid-xyxsw": "^2.12.13" }, @@ -1931,9 +1931,9 @@ } }, "node_modules/@codemirror/lang-sql": { - "version": "6.5.5", - "resolved": "https://registry.npmmirror.com/@codemirror/lang-sql/-/lang-sql-6.5.5.tgz", - "integrity": "sha512-DvOaP2RXLb2xlxJxxydTFfwyYw5YDqEFea6aAfgh9UH0kUD6J1KFZ0xPgPpw1eo/5s2w3L6uh5PVR7GM23GxkQ==", + "version": "6.6.0", + "resolved": "https://registry.npmmirror.com/@codemirror/lang-sql/-/lang-sql-6.6.0.tgz", + "integrity": "sha512-UKoPjGEistP4yIRH7QmanFAFESTkxI3pib38fECTYwVQ8W6/KCYxvu+uhVLsmPtAlKyE/XaszlMtT4LFye+Y+A==", "dependencies": { "@codemirror/autocomplete": "^6.0.0", "@codemirror/language": "^6.0.0", @@ -2472,20 +2472,20 @@ } }, "node_modules/@jupyterlab/application": { - "version": "4.1.1", - "resolved": "https://registry.npmmirror.com/@jupyterlab/application/-/application-4.1.1.tgz", - "integrity": "sha512-Cu+Sc6dGQfxQVRIeqbK9y0TPF8Nf5y5udDai7WdWLPdHanLsW1jX6Dck+j2CNE6HHWfVMgRNQjJGeoDrER546A==", + "version": "4.1.2", + "resolved": "https://registry.npmmirror.com/@jupyterlab/application/-/application-4.1.2.tgz", + "integrity": "sha512-Tz2/ByfZrdeqPR9eZXr7fnvcZGiORex+HXh/JT+wiXQSI40sT7Mte7Gg77F2VJfqX9tWDZpzat460lZvZ6MYmw==", "dependencies": { "@fortawesome/fontawesome-free": "^5.12.0", - "@jupyterlab/apputils": "^4.2.1", - "@jupyterlab/coreutils": "^6.1.1", - "@jupyterlab/docregistry": "^4.1.1", - "@jupyterlab/rendermime": "^4.1.1", - "@jupyterlab/rendermime-interfaces": "^3.9.1", - "@jupyterlab/services": "^7.1.1", - "@jupyterlab/statedb": "^4.1.1", - "@jupyterlab/translation": "^4.1.1", - "@jupyterlab/ui-components": "^4.1.1", + "@jupyterlab/apputils": "^4.2.2", + "@jupyterlab/coreutils": "^6.1.2", + "@jupyterlab/docregistry": "^4.1.2", + "@jupyterlab/rendermime": "^4.1.2", + "@jupyterlab/rendermime-interfaces": "^3.9.2", + "@jupyterlab/services": "^7.1.2", + "@jupyterlab/statedb": "^4.1.2", + "@jupyterlab/translation": "^4.1.2", + "@jupyterlab/ui-components": "^4.1.2", "@lumino/algorithm": "^2.0.1", "@lumino/application": "^2.3.0", "@lumino/commands": "^2.2.0", @@ -2504,19 +2504,19 @@ "integrity": "sha512-vyz7WzchTO4HQ8iVAxvSUmb5o/8t3cz1vBo8V4ZIaPGada0Jx0xe3tKQ8bXp4pjHc+AEhMnkCnlUyVYMWbnj4A==" }, "node_modules/@jupyterlab/apputils": { - "version": "4.2.1", - "resolved": "https://registry.npmmirror.com/@jupyterlab/apputils/-/apputils-4.2.1.tgz", - "integrity": "sha512-0pNW+TWN7+fmv1nV74GOt36FvvTdd/gMdhEyZhF2XwYjvIGUmty1tqXxe59iSheFgYSCmS2ux0gWnwS/DgE4bw==", - "dependencies": { - "@jupyterlab/coreutils": "^6.1.1", - "@jupyterlab/observables": "^5.1.1", - "@jupyterlab/rendermime-interfaces": "^3.9.1", - "@jupyterlab/services": "^7.1.1", - "@jupyterlab/settingregistry": "^4.1.1", - "@jupyterlab/statedb": "^4.1.1", - "@jupyterlab/statusbar": "^4.1.1", - "@jupyterlab/translation": "^4.1.1", - "@jupyterlab/ui-components": "^4.1.1", + "version": "4.2.2", + "resolved": "https://registry.npmmirror.com/@jupyterlab/apputils/-/apputils-4.2.2.tgz", + "integrity": "sha512-Feb5E/7kahg1yKOn0kXOHLIyrJUK7lVSsqeo6EjIY+rAx6Vwm2+X1JwWtqXuyobx9nkNnlYGMuWZws3zc75yzw==", + "dependencies": { + "@jupyterlab/coreutils": "^6.1.2", + "@jupyterlab/observables": "^5.1.2", + "@jupyterlab/rendermime-interfaces": "^3.9.2", + "@jupyterlab/services": "^7.1.2", + "@jupyterlab/settingregistry": "^4.1.2", + "@jupyterlab/statedb": "^4.1.2", + "@jupyterlab/statusbar": "^4.1.2", + "@jupyterlab/translation": "^4.1.2", + "@jupyterlab/ui-components": "^4.1.2", "@lumino/algorithm": "^2.0.1", "@lumino/commands": "^2.2.0", "@lumino/coreutils": "^2.1.2", @@ -2537,19 +2537,19 @@ "integrity": "sha512-vyz7WzchTO4HQ8iVAxvSUmb5o/8t3cz1vBo8V4ZIaPGada0Jx0xe3tKQ8bXp4pjHc+AEhMnkCnlUyVYMWbnj4A==" }, "node_modules/@jupyterlab/codeeditor": { - "version": "4.1.1", - "resolved": "https://registry.npmmirror.com/@jupyterlab/codeeditor/-/codeeditor-4.1.1.tgz", - "integrity": "sha512-w+/MkaQAbyClwDQACOqAjLGi8/zW1PGO2pGbxyZIyOowW3qBxVJkhg/le6AslgMz3WZssb2lD+XhCWKThK8pLA==", + "version": "4.1.2", + "resolved": "https://registry.npmmirror.com/@jupyterlab/codeeditor/-/codeeditor-4.1.2.tgz", + "integrity": "sha512-VJ/rP4P73w9Luh9kF+KJ2j50mvjfei0JRbllUqhT+LFUzFlPPsoG7sawG1SwxKv9PVVqLF+f9ZB45EhuCdeQ4A==", "dependencies": { "@codemirror/state": "^6.2.0", "@jupyter/ydoc": "^1.1.1", - "@jupyterlab/apputils": "^4.2.1", - "@jupyterlab/coreutils": "^6.1.1", - "@jupyterlab/nbformat": "^4.1.1", - "@jupyterlab/observables": "^5.1.1", - "@jupyterlab/statusbar": "^4.1.1", - "@jupyterlab/translation": "^4.1.1", - "@jupyterlab/ui-components": "^4.1.1", + "@jupyterlab/apputils": "^4.2.2", + "@jupyterlab/coreutils": "^6.1.2", + "@jupyterlab/nbformat": "^4.1.2", + "@jupyterlab/observables": "^5.1.2", + "@jupyterlab/statusbar": "^4.1.2", + "@jupyterlab/translation": "^4.1.2", + "@jupyterlab/ui-components": "^4.1.2", "@lumino/coreutils": "^2.1.2", "@lumino/disposable": "^2.1.2", "@lumino/dragdrop": "^2.1.4", @@ -2565,9 +2565,9 @@ "integrity": "sha512-vyz7WzchTO4HQ8iVAxvSUmb5o/8t3cz1vBo8V4ZIaPGada0Jx0xe3tKQ8bXp4pjHc+AEhMnkCnlUyVYMWbnj4A==" }, "node_modules/@jupyterlab/coreutils": { - "version": "6.1.1", - "resolved": "https://registry.npmmirror.com/@jupyterlab/coreutils/-/coreutils-6.1.1.tgz", - "integrity": "sha512-KaXPTJUSMcIQPDEmhO131kXjJaKXnxdcGwIc94HY7a1tUTOgYb6j/p/Wln9Eh9EwXGnDVYdu1uHEp2X97KnwBQ==", + "version": "6.1.2", + "resolved": "https://registry.npmmirror.com/@jupyterlab/coreutils/-/coreutils-6.1.2.tgz", + "integrity": "sha512-YzuKhlviq6/uIazjb2+G9vKPemFfof8z0D0nUnN99aU6oIH40UhtImJf6wvTbKruRmeCferg6AWlKjXxCup6lQ==", "dependencies": { "@lumino/coreutils": "^2.1.2", "@lumino/disposable": "^2.1.2", @@ -2583,20 +2583,20 @@ "integrity": "sha512-vyz7WzchTO4HQ8iVAxvSUmb5o/8t3cz1vBo8V4ZIaPGada0Jx0xe3tKQ8bXp4pjHc+AEhMnkCnlUyVYMWbnj4A==" }, "node_modules/@jupyterlab/docregistry": { - "version": "4.1.1", - "resolved": "https://registry.npmmirror.com/@jupyterlab/docregistry/-/docregistry-4.1.1.tgz", - "integrity": "sha512-C/xquMGYmO0HI+kzNeIqIDv9/Yk0GZJ3a9/ULYT7yRVOFhA/cNAq/Z+nSp4sn0A/BAwwE0vW/cp76Y8Jx8unaw==", + "version": "4.1.2", + "resolved": "https://registry.npmmirror.com/@jupyterlab/docregistry/-/docregistry-4.1.2.tgz", + "integrity": "sha512-qGJxr5OCN+81R7HiYiU/lASHOprotxuUPVxvoPUh4L4+aJiJK9Ur0iwne6Oz3oTMxhHV1i3iu0yFFBkg89Ab/Q==", "dependencies": { "@jupyter/ydoc": "^1.1.1", - "@jupyterlab/apputils": "^4.2.1", - "@jupyterlab/codeeditor": "^4.1.1", - "@jupyterlab/coreutils": "^6.1.1", - "@jupyterlab/observables": "^5.1.1", - "@jupyterlab/rendermime": "^4.1.1", - "@jupyterlab/rendermime-interfaces": "^3.9.1", - "@jupyterlab/services": "^7.1.1", - "@jupyterlab/translation": "^4.1.1", - "@jupyterlab/ui-components": "^4.1.1", + "@jupyterlab/apputils": "^4.2.2", + "@jupyterlab/codeeditor": "^4.1.2", + "@jupyterlab/coreutils": "^6.1.2", + "@jupyterlab/observables": "^5.1.2", + "@jupyterlab/rendermime": "^4.1.2", + "@jupyterlab/rendermime-interfaces": "^3.9.2", + "@jupyterlab/services": "^7.1.2", + "@jupyterlab/translation": "^4.1.2", + "@jupyterlab/ui-components": "^4.1.2", "@lumino/algorithm": "^2.0.1", "@lumino/coreutils": "^2.1.2", "@lumino/disposable": "^2.1.2", @@ -2622,9 +2622,9 @@ } }, "node_modules/@jupyterlab/nbformat": { - "version": "4.1.1", - "resolved": "https://registry.npmmirror.com/@jupyterlab/nbformat/-/nbformat-4.1.1.tgz", - "integrity": "sha512-x6bYF6vOwVLH4Lq8P3M6cCdrF7wxVGkH9KeInB0xqoHMUOnM+wGs1P+1qgEKNWG2NYQdnYizS9EXJmOVYi/U7Q==", + "version": "4.1.2", + "resolved": "https://registry.npmmirror.com/@jupyterlab/nbformat/-/nbformat-4.1.2.tgz", + "integrity": "sha512-geEau0hCQV85JmsQDpjhcmvA7Sl0XfQ1yfZzz+HuolJI83OJYba2nhsaw8JB2Fa/oT0kXBiO90PE/ka2Lsk8+A==", "dependencies": { "@lumino/coreutils": "^2.1.2" } @@ -2635,9 +2635,9 @@ "integrity": "sha512-vyz7WzchTO4HQ8iVAxvSUmb5o/8t3cz1vBo8V4ZIaPGada0Jx0xe3tKQ8bXp4pjHc+AEhMnkCnlUyVYMWbnj4A==" }, "node_modules/@jupyterlab/observables": { - "version": "5.1.1", - "resolved": "https://registry.npmmirror.com/@jupyterlab/observables/-/observables-5.1.1.tgz", - "integrity": "sha512-bmspFrHE6XvLm1PkwSwrk6sLDl++AOCJK1PhYliCGLR2M8rLUjyPF7rMPx/g1tN6Fa3CYFdMOhhOlUoDIQjU9g==", + "version": "5.1.2", + "resolved": "https://registry.npmmirror.com/@jupyterlab/observables/-/observables-5.1.2.tgz", + "integrity": "sha512-8ZAKd49ZhozH3UUH/uKKQkZItYbHL4uuPKf7/XNeOBSspiG8+BYzxGdIJgFTYXxXD/gm4bwhdVEJWTCOM4FDRA==", "dependencies": { "@lumino/algorithm": "^2.0.1", "@lumino/coreutils": "^2.1.2", @@ -2652,17 +2652,17 @@ "integrity": "sha512-vyz7WzchTO4HQ8iVAxvSUmb5o/8t3cz1vBo8V4ZIaPGada0Jx0xe3tKQ8bXp4pjHc+AEhMnkCnlUyVYMWbnj4A==" }, "node_modules/@jupyterlab/rendermime": { - "version": "4.1.1", - "resolved": "https://registry.npmmirror.com/@jupyterlab/rendermime/-/rendermime-4.1.1.tgz", - "integrity": "sha512-lNN0k+G8s+xI1KshW5OvxlxoloNTl7zOA36qZdlEQ2xiIEt2iGFPV/+bIyyQ07OBpBORkuLjH/DRYPnM+XOm1w==", - "dependencies": { - "@jupyterlab/apputils": "^4.2.1", - "@jupyterlab/coreutils": "^6.1.1", - "@jupyterlab/nbformat": "^4.1.1", - "@jupyterlab/observables": "^5.1.1", - "@jupyterlab/rendermime-interfaces": "^3.9.1", - "@jupyterlab/services": "^7.1.1", - "@jupyterlab/translation": "^4.1.1", + "version": "4.1.2", + "resolved": "https://registry.npmmirror.com/@jupyterlab/rendermime/-/rendermime-4.1.2.tgz", + "integrity": "sha512-I1x16kWsdXXHqIaDsFOncve/Kue+PhfaDGzYNVa0j29QAhx0nE4mjlTLJ5NV5hBuhQVhKke+dtAVE73DC0kO1Q==", + "dependencies": { + "@jupyterlab/apputils": "^4.2.2", + "@jupyterlab/coreutils": "^6.1.2", + "@jupyterlab/nbformat": "^4.1.2", + "@jupyterlab/observables": "^5.1.2", + "@jupyterlab/rendermime-interfaces": "^3.9.2", + "@jupyterlab/services": "^7.1.2", + "@jupyterlab/translation": "^4.1.2", "@lumino/coreutils": "^2.1.2", "@lumino/messaging": "^2.0.1", "@lumino/signaling": "^2.1.2", @@ -2671,9 +2671,9 @@ } }, "node_modules/@jupyterlab/rendermime-interfaces": { - "version": "3.9.1", - "resolved": "https://registry.npmmirror.com/@jupyterlab/rendermime-interfaces/-/rendermime-interfaces-3.9.1.tgz", - "integrity": "sha512-3lqc3P+COib6H8iNN0tyM/YqQZP84q4hixIiQSFGXX4fmXHR012HCpr9C028dJ0+diTk3NlVA1vhjbfNAbhOTw==", + "version": "3.9.2", + "resolved": "https://registry.npmmirror.com/@jupyterlab/rendermime-interfaces/-/rendermime-interfaces-3.9.2.tgz", + "integrity": "sha512-3la9lW/+EYqMfVJIXP3Nh3+15KsA5xRHrz5l9gVVo+dUFy3ioIWNJzYcQ+YGW4/OsM0Zg5rL/aDNkt0I8EaqZg==", "dependencies": { "@lumino/coreutils": "^1.11.0 || ^2.1.2", "@lumino/widgets": "^1.37.2 || ^2.3.1" @@ -2685,15 +2685,15 @@ "integrity": "sha512-vyz7WzchTO4HQ8iVAxvSUmb5o/8t3cz1vBo8V4ZIaPGada0Jx0xe3tKQ8bXp4pjHc+AEhMnkCnlUyVYMWbnj4A==" }, "node_modules/@jupyterlab/services": { - "version": "7.1.1", - "resolved": "https://registry.npmmirror.com/@jupyterlab/services/-/services-7.1.1.tgz", - "integrity": "sha512-yyl9yWHn2mqqFRFX4jxa6Yhi328hWXBEANNzYlcG/8IHlF00UcwinkMGZaiMiUTvJszs1KPqpJ+NtsnxRIRSsw==", + "version": "7.1.2", + "resolved": "https://registry.npmmirror.com/@jupyterlab/services/-/services-7.1.2.tgz", + "integrity": "sha512-DFgoc2GN0z20T/cwl7D1xBk3BwkojbsyHXHGv+TKQQmZLEf+tusWiepiUlAvsNDMNkVZpS8rD8gaj0CzCdKsFw==", "dependencies": { "@jupyter/ydoc": "^1.1.1", - "@jupyterlab/coreutils": "^6.1.1", - "@jupyterlab/nbformat": "^4.1.1", - "@jupyterlab/settingregistry": "^4.1.1", - "@jupyterlab/statedb": "^4.1.1", + "@jupyterlab/coreutils": "^6.1.2", + "@jupyterlab/nbformat": "^4.1.2", + "@jupyterlab/settingregistry": "^4.1.2", + "@jupyterlab/statedb": "^4.1.2", "@lumino/coreutils": "^2.1.2", "@lumino/disposable": "^2.1.2", "@lumino/polling": "^2.1.2", @@ -2708,12 +2708,12 @@ "integrity": "sha512-vyz7WzchTO4HQ8iVAxvSUmb5o/8t3cz1vBo8V4ZIaPGada0Jx0xe3tKQ8bXp4pjHc+AEhMnkCnlUyVYMWbnj4A==" }, "node_modules/@jupyterlab/settingregistry": { - "version": "4.1.1", - "resolved": "https://registry.npmmirror.com/@jupyterlab/settingregistry/-/settingregistry-4.1.1.tgz", - "integrity": "sha512-d8cpRE9QW7fAJHCcrVlJX9gQGlOAXxeOqpmFeY2hNVydJW9LaNpneKxUBvSehR6+y1zUuJtX6ixT2gQ9fqil9g==", + "version": "4.1.2", + "resolved": "https://registry.npmmirror.com/@jupyterlab/settingregistry/-/settingregistry-4.1.2.tgz", + "integrity": "sha512-v0lBXo7zV+O9GpuY44RMkJz5rD8PeG/me0HP+UzD6gOaYEOPzdMgkY0n02hY0DDWCe47GLBlHuPi7nOZCqGTMg==", "dependencies": { - "@jupyterlab/nbformat": "^4.1.1", - "@jupyterlab/statedb": "^4.1.1", + "@jupyterlab/nbformat": "^4.1.2", + "@jupyterlab/statedb": "^4.1.2", "@lumino/commands": "^2.2.0", "@lumino/coreutils": "^2.1.2", "@lumino/disposable": "^2.1.2", @@ -2732,9 +2732,9 @@ "integrity": "sha512-vyz7WzchTO4HQ8iVAxvSUmb5o/8t3cz1vBo8V4ZIaPGada0Jx0xe3tKQ8bXp4pjHc+AEhMnkCnlUyVYMWbnj4A==" }, "node_modules/@jupyterlab/statedb": { - "version": "4.1.1", - "resolved": "https://registry.npmmirror.com/@jupyterlab/statedb/-/statedb-4.1.1.tgz", - "integrity": "sha512-S7w1o3Q2EYdzy5w5HOQJVW5o1EEy5W3z/thRgApDE/mXGgY+zqcVJqhUhL/whfxwmFh6zb9DgyI8F9LH0/wK0A==", + "version": "4.1.2", + "resolved": "https://registry.npmmirror.com/@jupyterlab/statedb/-/statedb-4.1.2.tgz", + "integrity": "sha512-WXdtOxrtoRMkVmvrxsgu+3VjEmm1Gd4CcbGezTnFMTnfk7vvjkE81XeYfaFnAwzgmaHEJYYfqKzEOpZ9bUFxqg==", "dependencies": { "@lumino/commands": "^2.2.0", "@lumino/coreutils": "^2.1.2", @@ -2749,11 +2749,11 @@ "integrity": "sha512-vyz7WzchTO4HQ8iVAxvSUmb5o/8t3cz1vBo8V4ZIaPGada0Jx0xe3tKQ8bXp4pjHc+AEhMnkCnlUyVYMWbnj4A==" }, "node_modules/@jupyterlab/statusbar": { - "version": "4.1.1", - "resolved": "https://registry.npmmirror.com/@jupyterlab/statusbar/-/statusbar-4.1.1.tgz", - "integrity": "sha512-UY+j+59u+OFMt6RwlqRJnkMt9UV4m2mtrZbw+so2RMDn9gm/LEwKRmDW1bbhoU/duowg1HZyAfJXR9soUQdL1w==", + "version": "4.1.2", + "resolved": "https://registry.npmmirror.com/@jupyterlab/statusbar/-/statusbar-4.1.2.tgz", + "integrity": "sha512-BUmchwLuC6VCEUxqxn4hSOHWCcYcNWOo2zYoLpeZvrpFgKdyMUsTO0bR31mKv2vgnwSDuzuKSDDZFHq9wKHDEQ==", "dependencies": { - "@jupyterlab/ui-components": "^4.1.1", + "@jupyterlab/ui-components": "^4.1.2", "@lumino/algorithm": "^2.0.1", "@lumino/coreutils": "^2.1.2", "@lumino/disposable": "^2.1.2", @@ -2769,24 +2769,24 @@ "integrity": "sha512-vyz7WzchTO4HQ8iVAxvSUmb5o/8t3cz1vBo8V4ZIaPGada0Jx0xe3tKQ8bXp4pjHc+AEhMnkCnlUyVYMWbnj4A==" }, "node_modules/@jupyterlab/theme-light-extension": { - "version": "4.1.1", - "resolved": "https://registry.npmmirror.com/@jupyterlab/theme-light-extension/-/theme-light-extension-4.1.1.tgz", - "integrity": "sha512-9Eqsal+w/6g41LVfBKrK0YyxF1ddAdrHh339TCVR98NgveCGzMXn3W48FxGGdvFJuf/3JDR1ktyymSW3I1+gZw==", + "version": "4.1.2", + "resolved": "https://registry.npmmirror.com/@jupyterlab/theme-light-extension/-/theme-light-extension-4.1.2.tgz", + "integrity": "sha512-bOeWMqP16VD+wr6kcxWZTkGsjTk5HihQpPD3acs/Ag90jcV4cYz5sShVQ8TGxFYSVqdGiMHmjqhaDprq//V6Lg==", "dependencies": { - "@jupyterlab/application": "^4.1.1", - "@jupyterlab/apputils": "^4.2.1", - "@jupyterlab/translation": "^4.1.1" + "@jupyterlab/application": "^4.1.2", + "@jupyterlab/apputils": "^4.2.2", + "@jupyterlab/translation": "^4.1.2" } }, "node_modules/@jupyterlab/translation": { - "version": "4.1.1", - "resolved": "https://registry.npmmirror.com/@jupyterlab/translation/-/translation-4.1.1.tgz", - "integrity": "sha512-qq3r7I7/lDXsLryDXG9IEbkGzB22JYwOaALniSf4a9e+c0inPd+DPSr5tMSOqInl7OXuflYnz0xqomGAf4MD+g==", + "version": "4.1.2", + "resolved": "https://registry.npmmirror.com/@jupyterlab/translation/-/translation-4.1.2.tgz", + "integrity": "sha512-dK49I1y3cfg8xgxtiUCT96mmSx3kMbMel2hAGbDWSeofsSndYLXgWfT2ssKaRV6bBIFsrkmJmAKV/9MTrehigw==", "dependencies": { - "@jupyterlab/coreutils": "^6.1.1", - "@jupyterlab/rendermime-interfaces": "^3.9.1", - "@jupyterlab/services": "^7.1.1", - "@jupyterlab/statedb": "^4.1.1", + "@jupyterlab/coreutils": "^6.1.2", + "@jupyterlab/rendermime-interfaces": "^3.9.2", + "@jupyterlab/services": "^7.1.2", + "@jupyterlab/statedb": "^4.1.2", "@lumino/coreutils": "^2.1.2" } }, @@ -2796,16 +2796,16 @@ "integrity": "sha512-vyz7WzchTO4HQ8iVAxvSUmb5o/8t3cz1vBo8V4ZIaPGada0Jx0xe3tKQ8bXp4pjHc+AEhMnkCnlUyVYMWbnj4A==" }, "node_modules/@jupyterlab/ui-components": { - "version": "4.1.1", - "resolved": "https://registry.npmmirror.com/@jupyterlab/ui-components/-/ui-components-4.1.1.tgz", - "integrity": "sha512-6RJgJNUuQqByUD11GYe9XWTeJd76+NstZ1mlqE5cQx4M2geK8/7x/Ptan+wTvxm3B/w5s81PBH2r8HDjIGKgxA==", + "version": "4.1.2", + "resolved": "https://registry.npmmirror.com/@jupyterlab/ui-components/-/ui-components-4.1.2.tgz", + "integrity": "sha512-i+YMvM3rSc+m3c+NmtP+8jg+ox1RQGzo0VcJ2DUPiObvxxs2rs8yW6oV6DQ200DsmLsiS6Y7+ndUVe19g6zoEg==", "dependencies": { "@jupyter/react-components": "^0.15.2", "@jupyter/web-components": "^0.15.2", - "@jupyterlab/coreutils": "^6.1.1", - "@jupyterlab/observables": "^5.1.1", - "@jupyterlab/rendermime-interfaces": "^3.9.1", - "@jupyterlab/translation": "^4.1.1", + "@jupyterlab/coreutils": "^6.1.2", + "@jupyterlab/observables": "^5.1.2", + "@jupyterlab/rendermime-interfaces": "^3.9.2", + "@jupyterlab/translation": "^4.1.2", "@lumino/algorithm": "^2.0.1", "@lumino/commands": "^2.2.0", "@lumino/coreutils": "^2.1.2", @@ -3125,9 +3125,9 @@ "dev": true }, "node_modules/@rjsf/core": { - "version": "5.17.0", - "resolved": "https://registry.npmmirror.com/@rjsf/core/-/core-5.17.0.tgz", - "integrity": "sha512-0woSU+VU+t2kbDNSyMQhjxJOXJbk3F6lSHxf8XmS4yV3sXP/yr/vo7J3qcvXbSvCLPYMQHvskBFhCIaQqyHWBg==", + "version": "5.17.1", + "resolved": "https://registry.npmmirror.com/@rjsf/core/-/core-5.17.1.tgz", + "integrity": "sha512-COZSuumwHskWN8Pz3RxdxvuQUP6M/qBMXAkIi+TSWLFLaF6SUugpLiceMT1jGemDCr7fOSTiPxjkToSsgpvueQ==", "dependencies": { "lodash": "^4.17.21", "lodash-es": "^4.17.21", @@ -3144,9 +3144,9 @@ } }, "node_modules/@rjsf/utils": { - "version": "5.17.0", - "resolved": "https://registry.npmmirror.com/@rjsf/utils/-/utils-5.17.0.tgz", - "integrity": "sha512-Hy2uAxMKWZIZSMzc2AiHrdACYvHj9GDynrdApMgUTxfjpzj5DT7Rghl/FGj7gg8Zy8VtdVNTCbkIzfS8xt4x7g==", + "version": "5.17.1", + "resolved": "https://registry.npmmirror.com/@rjsf/utils/-/utils-5.17.1.tgz", + "integrity": "sha512-q1Igz/cuM2hi+jiXFkoaXqdRTUFB+a0jfVKNmZlHmvPmfYeeJfcfyOTzO8dQ41fHNHUFb15ryxa/TblDQimwkA==", "dependencies": { "json-schema-merge-allof": "^0.8.1", "jsonpointer": "^5.0.1", @@ -4073,23 +4073,34 @@ "integrity": "sha512-/KliRRHMF6LoiThEy+4c1Z4KB/gbPrGjWwJR+crg2otgrf/egKzRaCPvJ51S5oetgsgXLfc4Rm5ZgrKHZrtMSw==" }, "node_modules/@vueuse/core": { - "version": "10.7.2", - "resolved": "https://registry.npmmirror.com/@vueuse/core/-/core-10.7.2.tgz", - "integrity": "sha512-AOyAL2rK0By62Hm+iqQn6Rbu8bfmbgaIMXcE3TSr7BdQ42wnSFlwIdPjInO62onYsEMK/yDMU8C6oGfDAtZ2qQ==", + "version": "10.9.0", + "resolved": "https://registry.npmmirror.com/@vueuse/core/-/core-10.9.0.tgz", + "integrity": "sha512-/1vjTol8SXnx6xewDEKfS0Ra//ncg4Hb0DaZiwKf7drgfMsKFExQ+FnnENcN6efPen+1kIzhLQoGSy0eDUVOMg==", "dependencies": { "@types/web-bluetooth": "^0.0.20", - "@vueuse/metadata": "10.7.2", - "@vueuse/shared": "10.7.2", - "vue-demi": ">=0.14.6" + "@vueuse/metadata": "10.9.0", + "@vueuse/shared": "10.9.0", + "vue-demi": ">=0.14.7" + }, + "funding": { + "url": "https://github.com/sponsors/antfu" + } + }, + "node_modules/@vueuse/core/node_modules/@vueuse/shared": { + "version": "10.9.0", + "resolved": "https://registry.npmmirror.com/@vueuse/shared/-/shared-10.9.0.tgz", + "integrity": "sha512-Uud2IWncmAfJvRaFYzv5OHDli+FbOzxiVEQdLCKQKLyhz94PIyFC3CHcH7EDMwIn8NPtD06+PNbC/PiO0LGLtw==", + "dependencies": { + "vue-demi": ">=0.14.7" }, "funding": { "url": "https://github.com/sponsors/antfu" } }, "node_modules/@vueuse/core/node_modules/vue-demi": { - "version": "0.14.6", - "resolved": "https://registry.npmmirror.com/vue-demi/-/vue-demi-0.14.6.tgz", - "integrity": "sha512-8QA7wrYSHKaYgUxDA5ZC24w+eHm3sYCbp0EzcDwKqN3p6HqtTCGR/GVsPyZW92unff4UlcSh++lmqDWN3ZIq4w==", + "version": "0.14.7", + "resolved": "https://registry.npmmirror.com/vue-demi/-/vue-demi-0.14.7.tgz", + "integrity": "sha512-EOG8KXDQNwkJILkx/gPcoL/7vH+hORoBaKgGe+6W7VFMvCYJfmF2dGbvgDroVnI8LU7/kTu8mbjRZGBU1z9NTA==", "hasInstallScript": true, "bin": { "vue-demi-fix": "bin/vue-demi-fix.js", @@ -4098,6 +4109,9 @@ "engines": { "node": ">=12" }, + "funding": { + "url": "https://github.com/sponsors/antfu" + }, "peerDependencies": { "@vue/composition-api": "^1.0.0-rc.1", "vue": "^3.0.0-0 || ^2.6.0" @@ -4174,6 +4188,30 @@ } } }, + "node_modules/@vueuse/integrations/node_modules/@vueuse/core": { + "version": "10.7.2", + "resolved": "https://registry.npmmirror.com/@vueuse/core/-/core-10.7.2.tgz", + "integrity": "sha512-AOyAL2rK0By62Hm+iqQn6Rbu8bfmbgaIMXcE3TSr7BdQ42wnSFlwIdPjInO62onYsEMK/yDMU8C6oGfDAtZ2qQ==", + "dev": true, + "dependencies": { + "@types/web-bluetooth": "^0.0.20", + "@vueuse/metadata": "10.7.2", + "@vueuse/shared": "10.7.2", + "vue-demi": ">=0.14.6" + }, + "funding": { + "url": "https://github.com/sponsors/antfu" + } + }, + "node_modules/@vueuse/integrations/node_modules/@vueuse/metadata": { + "version": "10.7.2", + "resolved": "https://registry.npmmirror.com/@vueuse/metadata/-/metadata-10.7.2.tgz", + "integrity": "sha512-kCWPb4J2KGrwLtn1eJwaJD742u1k5h6v/St5wFe8Quih90+k2a0JP8BS4Zp34XUuJqS2AxFYMb1wjUL8HfhWsQ==", + "dev": true, + "funding": { + "url": "https://github.com/sponsors/antfu" + } + }, "node_modules/@vueuse/integrations/node_modules/vue-demi": { "version": "0.14.7", "resolved": "https://registry.npmmirror.com/vue-demi/-/vue-demi-0.14.7.tgz", @@ -4201,9 +4239,9 @@ } }, "node_modules/@vueuse/metadata": { - "version": "10.7.2", - "resolved": "https://registry.npmmirror.com/@vueuse/metadata/-/metadata-10.7.2.tgz", - "integrity": "sha512-kCWPb4J2KGrwLtn1eJwaJD742u1k5h6v/St5wFe8Quih90+k2a0JP8BS4Zp34XUuJqS2AxFYMb1wjUL8HfhWsQ==", + "version": "10.9.0", + "resolved": "https://registry.npmmirror.com/@vueuse/metadata/-/metadata-10.9.0.tgz", + "integrity": "sha512-iddNbg3yZM0X7qFY2sAotomgdHK7YJ6sKUvQqbvwnf7TmaVPxS4EJydcNsVejNdS8iWCtDk+fYXr7E32nyTnGA==", "funding": { "url": "https://github.com/sponsors/antfu" } @@ -4212,6 +4250,7 @@ "version": "10.7.2", "resolved": "https://registry.npmmirror.com/@vueuse/shared/-/shared-10.7.2.tgz", "integrity": "sha512-qFbXoxS44pi2FkgFjPvF4h7c9oMDutpyBdcJdMYIMg9XyXli2meFMuaKn+UMgsClo//Th6+beeCgqweT/79BVA==", + "dev": true, "dependencies": { "vue-demi": ">=0.14.6" }, @@ -4223,6 +4262,7 @@ "version": "0.14.7", "resolved": "https://registry.npmmirror.com/vue-demi/-/vue-demi-0.14.7.tgz", "integrity": "sha512-EOG8KXDQNwkJILkx/gPcoL/7vH+hORoBaKgGe+6W7VFMvCYJfmF2dGbvgDroVnI8LU7/kTu8mbjRZGBU1z9NTA==", + "dev": true, "hasInstallScript": true, "bin": { "vue-demi-fix": "bin/vue-demi-fix.js", @@ -6788,9 +6828,9 @@ } }, "node_modules/lib0": { - "version": "0.2.89", - "resolved": "https://registry.npmmirror.com/lib0/-/lib0-0.2.89.tgz", - "integrity": "sha512-5j19vcCjsQhvLG6mcDD+nprtJUCbmqLz5Hzt5xgi9SV6RIW/Dty7ZkVZHGBuPOADMKjQuKDvuQTH495wsmw8DQ==", + "version": "0.2.90", + "resolved": "https://registry.npmmirror.com/lib0/-/lib0-0.2.90.tgz", + "integrity": "sha512-iQmk+fThPq1ZTD2cFUu8xN6JLp9gFWnjs8auR6hmI6QQXoy6sSEh85uKcdkqpuEnkhhwQm4GSlKHOYfSCVp0Mw==", "dependencies": { "isomorphic.js": "^0.2.4" }, @@ -9088,9 +9128,9 @@ } }, "node_modules/vite-plugin-pwa": { - "version": "0.19.0", - "resolved": "https://registry.npmmirror.com/vite-plugin-pwa/-/vite-plugin-pwa-0.19.0.tgz", - "integrity": "sha512-Unfb4Jk/ka4HELtpMLIPCmGcW4LFT+CL7Ri1/Of1544CVKXS2ftP91kUkNzkzeI1sGpOdVGuxprVLB9NjMoCAA==", + "version": "0.19.2", + "resolved": "https://registry.npmmirror.com/vite-plugin-pwa/-/vite-plugin-pwa-0.19.2.tgz", + "integrity": "sha512-LSQJFPxCAQYbRuSyc9EbRLRqLpaBA9onIZuQFomfUYjWSgHuQLonahetDlPSC9zsxmkSEhQH8dXZN8yL978h3w==", "dev": true, "dependencies": { "debug": "^4.3.4", @@ -9722,9 +9762,9 @@ "dev": true }, "node_modules/yjs": { - "version": "13.6.12", - "resolved": "https://registry.npmmirror.com/yjs/-/yjs-13.6.12.tgz", - "integrity": "sha512-KOT8ILoyVH2f/PxPadeu5kVVS055D1r3x1iFfJVJzFdnN98pVGM8H07NcKsO+fG3F7/0tf30Vnokf5YIqhU/iw==", + "version": "13.6.14", + "resolved": "https://registry.npmmirror.com/yjs/-/yjs-13.6.14.tgz", + "integrity": "sha512-D+7KcUr0j+vBCUSKXXEWfA+bG4UQBviAwP3gYBhkstkgwy5+8diOPMx0iqLIOxNo/HxaREUimZRxqHGAHCL2BQ==", "dependencies": { "lib0": "^0.2.86" }, diff --git a/package.json b/package.json index fe47d8e7..359a6a8a 100644 --- a/package.json +++ b/package.json @@ -6,10 +6,10 @@ }, "dependencies": { "@codemirror/lang-python": "^6.1.4", - "@codemirror/lang-sql": "^6.5.5", + "@codemirror/lang-sql": "^6.6.0", "@jupyterlab/mathjax2": "^3.6.7", - "@jupyterlab/theme-light-extension": "^4.1.1", - "@vueuse/core": "^10.7.2", + "@jupyterlab/theme-light-extension": "^4.1.2", + "@vueuse/core": "^10.9.0", "canvas-confetti": "^1.9.2", "markdown-it": "^14.0.0", "markdown-it-pangu": "^1.0.2", @@ -23,7 +23,7 @@ "markdown-it-mathjax3": "^4.3.2", "mermaid": "^10.8.0", "unplugin-vue-macros": "^2.7.10", - "vite-plugin-pwa": "^0.19.0", + "vite-plugin-pwa": "^0.19.2", "vitepress": "^1.0.0-rc.44", "vitepress-plugin-mermaid-xyxsw": "^2.12.13" },