diff --git a/package.json b/package.json index ce96fe8f74..f9c01843fa 100644 --- a/package.json +++ b/package.json @@ -273,7 +273,7 @@ "react-router-dom": "4.3.1", "react-super-responsive-table": "5.0.0", "react-textarea-autosize": "7.1.0", - "react-transition-group": "4.2.1", + "react-transition-group": "4.2.2", "redux": "4.0.4", "redux-logger": "3.0.6", "redux-saga": "0.16.2", diff --git a/yarn.lock b/yarn.lock index b0d7c7790b..550b979319 100644 --- a/yarn.lock +++ b/yarn.lock @@ -12685,10 +12685,10 @@ react-themeable@^1.1.0: dependencies: object-assign "^3.0.0" -react-transition-group@4.2.1: - version "4.2.1" - resolved "https://registry.yarnpkg.com/react-transition-group/-/react-transition-group-4.2.1.tgz#61fc9e36568bff9a1fe4e60fae323c8a6dbc0680" - integrity sha512-IXrPr93VzCPupwm2O6n6C2kJIofJ/Rp5Ltihhm9UfE8lkuVX2ng/SUUl/oWjblybK9Fq2Io7LGa6maVqPB762Q== +react-transition-group@4.2.2: + version "4.2.2" + resolved "https://registry.yarnpkg.com/react-transition-group/-/react-transition-group-4.2.2.tgz#8b5252410180c27fd7eebf50b185256b41799b16" + integrity sha512-uP0tjqewtvjb7kGZFpZYPoD/NlVZmIgts9eTt1w35pAaEApPxQGv94lD3VkqyXf2aMqrSGwhs6EV/DLaoKbLSw== dependencies: "@babel/runtime" "^7.4.5" dom-helpers "^3.4.0"