From fa135ee7596bee01123c10d94a0ceb79a55d7d9e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 10 Jun 2022 04:16:22 +0000 Subject: [PATCH] Bump react-switch from 5.0.1 to 7.0.0 Bumps [react-switch](https://github.com/markusenglund/react-switch) from 5.0.1 to 7.0.0. - [Release notes](https://github.com/markusenglund/react-switch/releases) - [Changelog](https://github.com/markusenglund/react-switch/blob/master/CHANGELOG.md) - [Commits](https://github.com/markusenglund/react-switch/commits) --- updated-dependencies: - dependency-name: react-switch dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index b944dc8..5cafa7e 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "react-dom": "^16.14.0", "react-recaptcha": "^2.3.10", "react-scripts": "^3.1.1", - "react-switch": "^5.0.1", + "react-switch": "^7.0.0", "typescript": "^3.8.3", "yup": "^0.27.0" }, diff --git a/yarn.lock b/yarn.lock index 859c4e1..7ea0578 100644 --- a/yarn.lock +++ b/yarn.lock @@ -9169,12 +9169,12 @@ react-scripts@^3.1.1: optionalDependencies: fsevents "2.0.7" -react-switch@^5.0.1: - version "5.0.1" - resolved "https://registry.yarnpkg.com/react-switch/-/react-switch-5.0.1.tgz#449277f4c3aed5286fffd0f50d5cbc2a23330406" - integrity sha512-Pa5kvqRfX85QUCK1Jv0rxyeElbC3aNpCP5hV0LoJpU/Y6kydf0t4kRriQ6ZYA4kxWwAYk/cH51T4/sPzV9mCgQ== +react-switch@^7.0.0: + version "7.0.0" + resolved "https://registry.yarnpkg.com/react-switch/-/react-switch-7.0.0.tgz#400990bb9822864938e343ed24f13276a617bdc0" + integrity sha512-KkDeW+cozZXI6knDPyUt3KBN1rmhoVYgAdCJqAh7st7tk8YE6N0iR89zjCWO8T8dUTeJGTR0KU+5CHCRMRffiA== dependencies: - prop-types "^15.6.2" + prop-types "^15.7.2" react@^16.14.0: version "16.14.0"