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",