diff --git a/client/package-lock.json b/client/package-lock.json index 9c2a9647cf..0063604cac 100644 --- a/client/package-lock.json +++ b/client/package-lock.json @@ -17403,9 +17403,9 @@ } }, "react-reflex": { - "version": "4.0.2", - "resolved": "https://registry.npmjs.org/react-reflex/-/react-reflex-4.0.2.tgz", - "integrity": "sha512-dTnCb3ZfT49u0uiOtTV0xRorObO5Cmwwj2kyC2pL7+orgMc5utrnQjfqIQvB5VpsnwVpsC43uKPMG5kPmT+wIQ==", + "version": "4.0.3", + "resolved": "https://registry.npmjs.org/react-reflex/-/react-reflex-4.0.3.tgz", + "integrity": "sha512-73ylI4kLi6gCEhNZIEO3DrFc8cuYJzhROPs38+OqnzYm123Ed+BsBXECVGu90D1viftdv/leMgnVtxHi4xnSBw==", "requires": { "@babel/runtime": "^7.0.0", "lodash.throttle": "^4.1.1", diff --git a/client/package.json b/client/package.json index f9776b3a1d..0cea8c0d38 100644 --- a/client/package.json +++ b/client/package.json @@ -104,7 +104,7 @@ "react-lazy-load": "3.1.13", "react-monaco-editor": "0.43.0", "react-redux": "5.1.2", - "react-reflex": "4.0.2", + "react-reflex": "4.0.3", "react-responsive": "6.1.2", "react-scrollable-anchor": "0.6.1", "react-spinkit": "3.0.0",