From 9c49a7e8fb94c821fc96574ad39131f45e33aaf5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Dec 2024 14:17:33 +0000 Subject: [PATCH] build(deps): bump react-switch from 7.0.0 to 7.1.0 Bumps [react-switch](https://github.com/markusenglund/react-switch) from 7.0.0 to 7.1.0. - [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-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 13 ++++++------- package.json | 2 +- 2 files changed, 7 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 2a4261a5e..2bf744589 100644 --- a/package-lock.json +++ b/package-lock.json @@ -64,7 +64,7 @@ "react-i18next": "^15.2.0", "react-icons": "^5.4.0", "react-share": "^5.1.1", - "react-switch": "^7.0.0", + "react-switch": "^7.1.0", "react-tabs": "^6.0.2", "react-use-flexsearch": "^0.1.1", "react-world-flags": "^1.6.0", @@ -25792,16 +25792,15 @@ } }, "node_modules/react-switch": { - "version": "7.0.0", - "resolved": "https://registry.npmjs.org/react-switch/-/react-switch-7.0.0.tgz", - "integrity": "sha512-KkDeW+cozZXI6knDPyUt3KBN1rmhoVYgAdCJqAh7st7tk8YE6N0iR89zjCWO8T8dUTeJGTR0KU+5CHCRMRffiA==", - "license": "MIT", + "version": "7.1.0", + "resolved": "https://registry.npmjs.org/react-switch/-/react-switch-7.1.0.tgz", + "integrity": "sha512-4xVeyImZE8QOTDw2FmhWz0iqo2psoRiS7XzdjaZBCIP8Dzo3rT0esHUjLee5WsAPSFXWWl1eVA5arp9n2C6yQA==", "dependencies": { "prop-types": "^15.7.2" }, "peerDependencies": { - "react": "^15.3.0 || ^16.0.0 || ^17.0.0 || ^18.0.0", - "react-dom": "^15.3.0 || ^16.0.0 || ^17.0.0 || ^18.0.0" + "react": "^15.3.0 || ^16.0.0 || ^17.0.0 || ^18.0.0 || ^19.0.0", + "react-dom": "^15.3.0 || ^16.0.0 || ^17.0.0 || ^18.0.0 || ^19.0.0" } }, "node_modules/react-tabs": { diff --git a/package.json b/package.json index c1a7c2718..896cbad38 100644 --- a/package.json +++ b/package.json @@ -60,7 +60,7 @@ "react-i18next": "^15.2.0", "react-icons": "^5.4.0", "react-share": "^5.1.1", - "react-switch": "^7.0.0", + "react-switch": "^7.1.0", "react-tabs": "^6.0.2", "react-use-flexsearch": "^0.1.1", "react-world-flags": "^1.6.0",