diff --git a/client/package-lock.json b/client/package-lock.json index 6e0accbd0a..4ee57ecdb9 100644 --- a/client/package-lock.json +++ b/client/package-lock.json @@ -22442,9 +22442,9 @@ } }, "react-reflex": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/react-reflex/-/react-reflex-3.1.0.tgz", - "integrity": "sha512-TK06JGD+AWOhjQmQFpK/SX6JT36SSqKd1HvD83tAT1gdXVGySJVWMoDhh5N1dA1Op9ae+1cnbe1vFVFIumzLIQ==", + "version": "3.1.1", + "resolved": "https://registry.npmjs.org/react-reflex/-/react-reflex-3.1.1.tgz", + "integrity": "sha512-Wj6mvroibNCjWmhovPbl2QphUgi8S1tJlEpsu6wJNgyHgFtPhDhbBj1iqaGB1N1TSUjqJn7hu2J9JcAkuKdIqQ==", "requires": { "@babel/runtime": "^7.0.0", "lodash.throttle": "^4.1.1", diff --git a/client/package.json b/client/package.json index 8c334307a5..811c07c020 100644 --- a/client/package.json +++ b/client/package.json @@ -57,7 +57,7 @@ "react-lazy-load": "^3.1.13", "react-monaco-editor": "^0.39.1", "react-redux": "^5.0.7", - "react-reflex": "^3.1.0", + "react-reflex": "^3.1.1", "react-responsive": "^6.1.1", "react-spinkit": "^3.0.0", "react-stripe-elements": "^2.0.3",