From 74bfeccf2a036c87345f6171b6c52acfa272f25a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Jan 2021 05:35:59 +0000 Subject: [PATCH] chore(deps): bump react-reflex from 3.1.0 to 3.1.1 in /client Bumps [react-reflex](https://github.com/leefsmp/Re-Flex) from 3.1.0 to 3.1.1. - [Release notes](https://github.com/leefsmp/Re-Flex/releases) - [Commits](https://github.com/leefsmp/Re-Flex/commits) Signed-off-by: dependabot[bot] --- client/package-lock.json | 6 +++--- client/package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) 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",