From 03e6d417c448afb7f3f33a2b0563f800d08f8492 Mon Sep 17 00:00:00 2001 From: camera-2018 <2907618001@qq.com> Date: Sat, 1 Jul 2023 23:03:21 +0800 Subject: [PATCH] chore: update dependencies --- package-lock.json | 18 +++++++++--------- package.json | 2 +- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/package-lock.json b/package-lock.json index 927c865..1ef3b50 100644 --- a/package-lock.json +++ b/package-lock.json @@ -7,7 +7,7 @@ "dependencies": { "@codemirror/lang-python": "^6.1.3", "@codemirror/lang-sql": "^6.5.2", - "@jupyterlab/mathjax2": "^3.6.4", + "@jupyterlab/mathjax2": "^3.6.5", "@jupyterlab/theme-light-extension": "^4.0.2", "markdown-it": "^13.0.1" }, @@ -858,11 +858,11 @@ "integrity": "sha512-OmEzvphZC/EVpFfwBkmcuzNwKXvkij6gJo1mbf4/tZMC1/8NO3aVnjK1FsgC0TlaGwMD1BLIFgGay2mC/I/cyQ==" }, "node_modules/@jupyterlab/mathjax2": { - "version": "3.6.4", - "resolved": "https://registry.npmmirror.com/@jupyterlab/mathjax2/-/mathjax2-3.6.4.tgz", - "integrity": "sha512-NQKt/u51svG719aIBLipcEopaZNBNuxzzR+J9NNiLTLHT+3Z6iq1N+vs3h9aN2jYyOwtboZesZ2AtGK7KQ/OrA==", + "version": "3.6.5", + "resolved": "https://registry.npmmirror.com/@jupyterlab/mathjax2/-/mathjax2-3.6.5.tgz", + "integrity": "sha512-TBVhwxzKyCy+Qg4J8Vtryctay4zhd0NfBOWMfpDW2gEIRk+uHdLEZNovsuY3XivH2Rv+Y873aBPR8vGsylYV+Q==", "dependencies": { - "@jupyterlab/rendermime-interfaces": "^3.6.4", + "@jupyterlab/rendermime-interfaces": "^3.6.5", "@lumino/coreutils": "^1.11.0" } }, @@ -3504,11 +3504,11 @@ } }, "@jupyterlab/mathjax2": { - "version": "3.6.4", - "resolved": "https://registry.npmmirror.com/@jupyterlab/mathjax2/-/mathjax2-3.6.4.tgz", - "integrity": "sha512-NQKt/u51svG719aIBLipcEopaZNBNuxzzR+J9NNiLTLHT+3Z6iq1N+vs3h9aN2jYyOwtboZesZ2AtGK7KQ/OrA==", + "version": "3.6.5", + "resolved": "https://registry.npmmirror.com/@jupyterlab/mathjax2/-/mathjax2-3.6.5.tgz", + "integrity": "sha512-TBVhwxzKyCy+Qg4J8Vtryctay4zhd0NfBOWMfpDW2gEIRk+uHdLEZNovsuY3XivH2Rv+Y873aBPR8vGsylYV+Q==", "requires": { - "@jupyterlab/rendermime-interfaces": "^3.6.4", + "@jupyterlab/rendermime-interfaces": "^3.6.5", "@lumino/coreutils": "^1.11.0" } }, diff --git a/package.json b/package.json index 22376a3..cd44d0a 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ "dependencies": { "@codemirror/lang-python": "^6.1.3", "@codemirror/lang-sql": "^6.5.2", - "@jupyterlab/mathjax2": "^3.6.4", + "@jupyterlab/mathjax2": "^3.6.5", "@jupyterlab/theme-light-extension": "^4.0.2", "markdown-it": "^13.0.1" },