diff --git a/frontend/package-lock.json b/frontend/package-lock.json index 34c29aeb41..40a75b1086 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -158,9 +158,9 @@ "integrity": "sha512-YsAX+gnnf1ytv7asZgJP7T56DALQniKtRVtlz0f11PljLV19I1Av+Oz3QcYaRiKhCCB+EMnVKI9Yc14sYKp6lA==" }, "@seafile/seafile-editor": { - "version": "0.2.16", - "resolved": "https://registry.npmjs.org/@seafile/seafile-editor/-/seafile-editor-0.2.16.tgz", - "integrity": "sha512-5bbLs3u9bN7Y7BaIIpug45nLHipj2l6pKkElGlvWWFaAofVQE+WvdOYBnWMPLXwIFcjdl8XAgZmzlMyZVdkhwA==", + "version": "0.2.17", + "resolved": "https://registry.npmjs.org/@seafile/seafile-editor/-/seafile-editor-0.2.17.tgz", + "integrity": "sha512-EJvidWLQI2fIfe3ryWlhumSDj1W2a453IFsn1AK+JtrQS6tAu6fAAU9rvvMJnvnjQ+rodzHUobbu0qa8uyAbrQ==", "requires": { "@seafile/slate-react": "^0.1.8", "autoprefixer": "7.1.6", @@ -237,9 +237,9 @@ "integrity": "sha512-P0z5IeAH6qHHGkJIXWw0xC2HNEgkx/9uWWBQw64FJj3/ol14VYdfVGWWr0fXfjhhv3TKVIqUq65os6O4GUNksA==" }, "react-select": { - "version": "2.4.2", - "resolved": "https://registry.npmjs.org/react-select/-/react-select-2.4.2.tgz", - "integrity": "sha512-5xFOQ6JJktkY5NTaHrc6x9mKwIjhNIiBkGic1j71uyY+ulFpRFra6f4WKLd9fuCylk4WjLpO5zDhdF4CAcwFzA==", + "version": "2.4.3", + "resolved": "https://registry.npmjs.org/react-select/-/react-select-2.4.3.tgz", + "integrity": "sha512-cmxNaiHpviRYkojeW9rGEUJ4jpX7QTmPe2wcscwA4d1lStzw/cJtr4ft5H2O/YhfpkrcwaLghu3XmEYdXhBo8Q==", "requires": { "classnames": "^2.2.5", "emotion": "^9.1.2", @@ -765,7 +765,7 @@ }, "axios": { "version": "0.18.0", - "resolved": "https://registry.npmjs.org/axios/-/axios-0.18.0.tgz", + "resolved": "http://registry.npmjs.org/axios/-/axios-0.18.0.tgz", "integrity": "sha1-MtU+SFHv3AoRmTts0AB4nXDAUQI=", "requires": { "follow-redirects": "^1.3.0", diff --git a/frontend/package.json b/frontend/package.json index a879a5fe26..9d1efa6363 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -7,7 +7,7 @@ "@seafile/react-data-grid": "^6.0.1", "@seafile/react-data-grid-addons": "^6.0.1", "@seafile/resumablejs": "^1.1.9", - "@seafile/seafile-editor": "^0.2.16", + "@seafile/seafile-editor": "^0.2.17", "MD5": "^1.3.0", "autoprefixer": "7.1.6", "classnames": "^2.2.6",