Merge branch 'camera-2018:master' into master

This commit is contained in:
m0n-k1y
2024-04-01 14:16:22 +08:00
committed by GitHub
5 changed files with 190 additions and 148 deletions

View File

@@ -7,3 +7,5 @@ https://message.hdu-cs.wiki/
https://adworld.xctf.org.cn/ https://adworld.xctf.org.cn/
http://sequence-gallery.chal.crewc.tf:8080/ http://sequence-gallery.chal.crewc.tf:8080/
https://www.csie.ntu.edu.tw/~b97053/paper/Rendle2010FM.pdf https://www.csie.ntu.edu.tw/~b97053/paper/Rendle2010FM.pdf
https://fonts.googleapis.com/
https://fonts.gstatic.com/

View File

@@ -40,7 +40,7 @@ export default withMermaid({
["link", { "rel": "dns-prefetch", "href": "https://fonts.googleapis.com" }], ["link", { "rel": "dns-prefetch", "href": "https://fonts.googleapis.com" }],
["link", { "rel": "dns-prefetch", "href": "https://fonts.gstatic.com" }], ["link", { "rel": "dns-prefetch", "href": "https://fonts.gstatic.com" }],
["link", { "rel": "preconnect", "href": "https://fonts.googleapis.com" }], ["link", { "rel": "preconnect", "href": "https://fonts.googleapis.com" }],
["link", { "rel": "preconnect", "href": "https://fonts.gstatic.com" }], ["link", { "rel": "preconnect", "href": "https://fonts.gstatic.com", "crossorigin": "anonymous"}],
["link", { "rel": "stylesheet", "href": "https://fonts.googleapis.com/css2?family=Noto+Color+Emoji&family=Noto+Sans+Mono:wght@400;600;700&family=Noto+Sans+SC:wght@400;600;700&display=swap" }], ["link", { "rel": "stylesheet", "href": "https://fonts.googleapis.com/css2?family=Noto+Color+Emoji&family=Noto+Sans+Mono:wght@400;600;700&family=Noto+Sans+SC:wght@400;600;700&display=swap" }],
], ],
themeConfig: { themeConfig: {

View File

@@ -151,4 +151,4 @@
#### 小提示 #### 小提示
可以参考 [todomvc](https://todomvc.com/examples/vanillajs/)[source](https://github.com/tastejs/todomvc/tree/gh-pages/examples/vanillajs)[源码](https://github.com/tastejs/todomvc/tree/gh-pages/examples/vanillajs))中关于 js 实现 todolist 的方法,不过还是得亲手实践哦~ 可以参考 [todomvc](https://todomvc.com/examples/javascript-es6/dist/)[source](https://github.com/tastejs/todomvc/tree/gh-pages/examples/javascript-es6)[源码](https://github.com/tastejs/todomvc/tree/gh-pages/examples/javascript-es6))中关于 js 实现 todolist 的方法,不过还是得亲手实践哦~

322
package-lock.json generated
View File

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

View File

@@ -6,10 +6,10 @@
}, },
"dependencies": { "dependencies": {
"@codemirror/lang-python": "^6.1.4", "@codemirror/lang-python": "^6.1.4",
"@codemirror/lang-sql": "^6.5.5", "@codemirror/lang-sql": "^6.6.0",
"@jupyterlab/mathjax2": "^3.6.7", "@jupyterlab/mathjax2": "^3.6.7",
"@jupyterlab/theme-light-extension": "^4.1.1", "@jupyterlab/theme-light-extension": "^4.1.2",
"@vueuse/core": "^10.7.2", "@vueuse/core": "^10.9.0",
"canvas-confetti": "^1.9.2", "canvas-confetti": "^1.9.2",
"markdown-it": "^14.0.0", "markdown-it": "^14.0.0",
"markdown-it-pangu": "^1.0.2", "markdown-it-pangu": "^1.0.2",
@@ -23,7 +23,7 @@
"markdown-it-mathjax3": "^4.3.2", "markdown-it-mathjax3": "^4.3.2",
"mermaid": "^10.8.0", "mermaid": "^10.8.0",
"unplugin-vue-macros": "^2.7.10", "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": "^1.0.0-rc.44",
"vitepress-plugin-mermaid-xyxsw": "^2.12.13" "vitepress-plugin-mermaid-xyxsw": "^2.12.13"
}, },