diff --git a/frontend/package-lock.json b/frontend/package-lock.json index d0f9ebd54a..cf34563486 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -16,7 +16,7 @@ "@gatsbyjs/reach-router": "1.3.9", "@seafile/react-image-lightbox": "2.0.8", "@seafile/resumablejs": "1.1.16", - "@seafile/sdoc-editor": "1.0.73", + "@seafile/sdoc-editor": "^1.0.75", "@seafile/seafile-calendar": "0.0.12", "@seafile/seafile-editor": "^1.0.116", "@seafile/sf-metadata-ui-component": "^0.0.31", @@ -4783,9 +4783,9 @@ "integrity": "sha512-8rBbmAEuuwOAGHYGCtEzpx+bxAcGS+V30otMmhRe7bPAdh4E57RWgCa8x7pkzHGFlY1t5d+ILz1gojvPVMYQig==" }, "node_modules/@seafile/sdoc-editor": { - "version": "1.0.73", - "resolved": "https://registry.npmjs.org/@seafile/sdoc-editor/-/sdoc-editor-1.0.73.tgz", - "integrity": "sha512-n00hzEpLfj8vkDCeUU1mK2ywgI7p0lwhO0dUPUqGRH+T/rTm62t3CiJIIlabXbRz2ddkRW/5uNOyqXlhFDhLtg==", + "version": "1.0.75", + "resolved": "https://registry.npmjs.org/@seafile/sdoc-editor/-/sdoc-editor-1.0.75.tgz", + "integrity": "sha512-sZ2h7tzxp8Zf+ptjJkQxdjhwquUBpdKaYIyvXcEgadK2LtV6kfIU/4nzDn2fpK1zRqr+Xed4KemKjqQQST2wJg==", "dependencies": { "@seafile/print-js": "1.6.6", "@seafile/react-image-lightbox": "2.0.4", diff --git a/frontend/package.json b/frontend/package.json index 5ecc16b548..1101f151a7 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -11,7 +11,7 @@ "@gatsbyjs/reach-router": "1.3.9", "@seafile/react-image-lightbox": "2.0.8", "@seafile/resumablejs": "1.1.16", - "@seafile/sdoc-editor": "1.0.73", + "@seafile/sdoc-editor": "^1.0.75", "@seafile/seafile-calendar": "0.0.12", "@seafile/seafile-editor": "^1.0.116", "@seafile/sf-metadata-ui-component": "^0.0.31",