diff --git a/frontend/package-lock.json b/frontend/package-lock.json index 1f051d73e5..57807aefae 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -11386,9 +11386,9 @@ } }, "seafile-js": { - "version": "0.2.127", - "resolved": "https://registry.npmjs.org/seafile-js/-/seafile-js-0.2.127.tgz", - "integrity": "sha512-sl6uiILAPiDhic0t3ezdYILvUVMyOeVG/2on3m8rRi4dYKGHO4Qch8cFVBG11xcF7fzzheaFoNr72iewcRGkeg==", + "version": "0.2.128", + "resolved": "https://registry.npmjs.org/seafile-js/-/seafile-js-0.2.128.tgz", + "integrity": "sha512-6mXT8yHF6pRjQiGKl/GfJVqW/CoT8DI/JQdIJfcBiXTUxegtS1u6wjRPwj6t0E6kWy6PfcbzO26n/rozZ/i8EQ==", "requires": { "axios": "^0.18.0", "form-data": "^2.3.2", diff --git a/frontend/package.json b/frontend/package.json index 587980d6cc..fe413f9ace 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -41,7 +41,7 @@ "react-responsive": "^6.1.2", "react-select": "^2.4.1", "reactstrap": "^6.4.0", - "seafile-js": "^0.2.127", + "seafile-js": "^0.2.128", "socket.io-client": "^2.2.0", "sw-precache-webpack-plugin": "0.11.4", "unified": "^7.0.0",