From 4950b3f854da64b6ccf9643dc7adc562f4c0194a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Dec 2023 02:35:21 +0000 Subject: [PATCH] Bump react-use from 17.4.1 to 17.4.2 Bumps [react-use](https://github.com/streamich/react-use) from 17.4.1 to 17.4.2. - [Release notes](https://github.com/streamich/react-use/releases) - [Changelog](https://github.com/streamich/react-use/blob/master/CHANGELOG.md) - [Commits](https://github.com/streamich/react-use/compare/v17.4.1...v17.4.2) --- updated-dependencies: - dependency-name: react-use dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index eb1d8b67b9..370e254dad 100644 --- a/package.json +++ b/package.json @@ -163,7 +163,7 @@ "react-error-boundary": "^3.1.4", "react-query": "^3.39.3", "react-redux": "^8.1.3", - "react-use": "^17.4.1", + "react-use": "^17.4.2", "redux": "^4.2.1", "redux-persist": "^6.0.0", "unfetch": "^4.2.0" diff --git a/yarn.lock b/yarn.lock index 0b5868f189..e8a651c4ea 100644 --- a/yarn.lock +++ b/yarn.lock @@ -16185,10 +16185,10 @@ react-universal-interface@^0.6.2: resolved "https://registry.yarnpkg.com/react-universal-interface/-/react-universal-interface-0.6.2.tgz#5e8d438a01729a4dbbcbeeceb0b86be146fe2b3b" integrity sha512-dg8yXdcQmvgR13RIlZbTRQOoUrDciFVoSBZILwjE2LFISxZZ8loVJKAkuzswl5js8BHda79bIb2b84ehU8IjXw== -react-use@^17.4.1: - version "17.4.1" - resolved "https://registry.yarnpkg.com/react-use/-/react-use-17.4.1.tgz#e486f14892c96fe2c3764270dfb2df922a69c5aa" - integrity sha512-f3EdGM5ea+2EEIkfgggE+Jhza7uEek8aEMTpd1TQnyqGAD4wew3CMVshiXEP6kstjBE4XUGoKVxttqio76ijNw== +react-use@^17.4.2: + version "17.4.2" + resolved "https://registry.yarnpkg.com/react-use/-/react-use-17.4.2.tgz#26d43c774ccb733a17a87be62e12fbcbc5654173" + integrity sha512-1jPtmWLD8OJJNYCdYLJEH/HM+bPDfJuyGwCYeJFgPmWY8ttwpgZnW5QnzgM55CYUByUiTjHxsGOnEpLl6yQaoQ== dependencies: "@types/js-cookie" "^2.2.6" "@xobotyi/scrollbar-width" "^1.9.5"