diff --git a/frontend/package-lock.json b/frontend/package-lock.json index db85026404..6f02aac85f 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -18,7 +18,7 @@ "@seafile/react-image-lightbox": "4.0.2", "@seafile/resumablejs": "1.1.16", "@seafile/seafile-calendar": "0.0.28", - "@seafile/seafile-editor": "2.0.9", + "@seafile/seafile-editor": "2.0.10", "@seafile/seafile-sdoc-editor": "2.0.7", "@seafile/stldraw-editor": "1.0.1", "@uiw/codemirror-extensions-langs": "^4.19.4", @@ -5690,10 +5690,9 @@ } }, "node_modules/@seafile/seafile-editor": { - "version": "2.0.9", - "resolved": "https://registry.npmjs.org/@seafile/seafile-editor/-/seafile-editor-2.0.9.tgz", - "integrity": "sha512-p7BpGeJKVL3wyataAKU7jPV+qBdigSRh4a9usxDyznm0Hy1boUNDVnBdqi3mXjr9vuvVMmf4b7A8vLmMB2nE2g==", - "license": "Apache-2.0", + "version": "2.0.10", + "resolved": "https://registry.npmjs.org/@seafile/seafile-editor/-/seafile-editor-2.0.10.tgz", + "integrity": "sha512-i32+d/xTday459hiCxEoDGtGWQrpiTQE2vuCATXSz6TLQgN+GGioF320qRHIaTKsLO08MxI9i59sCnU5fC2lBA==", "dependencies": { "@seafile/react-image-lightbox": "4.0.2", "classnames": "2.3.2", diff --git a/frontend/package.json b/frontend/package.json index 2446b3a1c4..466b30fe36 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -13,7 +13,7 @@ "@seafile/react-image-lightbox": "4.0.2", "@seafile/resumablejs": "1.1.16", "@seafile/seafile-calendar": "0.0.28", - "@seafile/seafile-editor": "2.0.9", + "@seafile/seafile-editor": "2.0.10", "@seafile/seafile-sdoc-editor": "2.0.7", "@seafile/stldraw-editor": "1.0.1", "@uiw/codemirror-extensions-langs": "^4.19.4",