diff --git a/package.json b/package.json index 214c9e68..1eb3a54a 100644 --- a/package.json +++ b/package.json @@ -95,7 +95,7 @@ "react-redux": "^6.0.1", "react-router": "^5.1.2", "react-router-dom": "^5.1.2", - "react-sortable-hoc": "^1.10.1", + "react-sortable-hoc": "^1.11", "redux": "^4.0.1", "redux-persist": "^5.10.0", "redux-saga": "^1.1.1", diff --git a/yarn.lock b/yarn.lock index 47044158..b213a395 100644 --- a/yarn.lock +++ b/yarn.lock @@ -8107,10 +8107,10 @@ react-router@5.1.2, react-router@^5.1.2: tiny-invariant "^1.0.2" tiny-warning "^1.0.0" -react-sortable-hoc@^1.10.1: - version "1.10.1" - resolved "https://registry.yarnpkg.com/react-sortable-hoc/-/react-sortable-hoc-1.10.1.tgz#c352f26263acbcff9cf266bc755653a56c983a38" - integrity sha512-eVyv5rrK6qY9bG60bboRY78In7OpdRRg+hxp4QMLIjC/UJaFSU7exTYd0764GtXvBqh+b+faYGzren5/ffRYKw== +react-sortable-hoc@^1.11: + version "1.11.0" + resolved "https://registry.yarnpkg.com/react-sortable-hoc/-/react-sortable-hoc-1.11.0.tgz#fe4022362bbafc4b836f5104b9676608a40a278f" + integrity sha512-v1CDCvdfoR3zLGNp6qsBa4J1BWMEVH25+UKxF/RvQRh+mrB+emqtVHMgZ+WreUiKJoEaiwYoScaueIKhMVBHUg== dependencies: "@babel/runtime" "^7.2.0" invariant "^2.2.4"