From c09fe82d9800d07c1b6d3d9d5325a8babea657b0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Jan 2024 03:01:16 +0000 Subject: [PATCH] Bump react-use from 17.4.2 to 17.4.3 Bumps [react-use](https://github.com/streamich/react-use) from 17.4.2 to 17.4.3. - [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.2...v17.4.3) --- 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 4ab5259fc6..c536852181 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.2", + "react-use": "^17.4.3", "redux": "^4.2.1", "redux-persist": "^6.0.0", "unfetch": "^4.2.0" diff --git a/yarn.lock b/yarn.lock index 980039077b..fe9a701c2e 100644 --- a/yarn.lock +++ b/yarn.lock @@ -16229,10 +16229,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.2: - version "17.4.2" - resolved "https://registry.yarnpkg.com/react-use/-/react-use-17.4.2.tgz#26d43c774ccb733a17a87be62e12fbcbc5654173" - integrity sha512-1jPtmWLD8OJJNYCdYLJEH/HM+bPDfJuyGwCYeJFgPmWY8ttwpgZnW5QnzgM55CYUByUiTjHxsGOnEpLl6yQaoQ== +react-use@^17.4.3: + version "17.4.3" + resolved "https://registry.yarnpkg.com/react-use/-/react-use-17.4.3.tgz#7c2309024f7e554be492241292edbd11342028ed" + integrity sha512-05Oyuwn4ZccdzLD4ttLbMe8TkobdKpOj7YCFE9VhVpbXrTWZpvCcMyroRw/Banh1RIcQRcM06tfzPpY5D9sTsQ== dependencies: "@types/js-cookie" "^2.2.6" "@xobotyi/scrollbar-width" "^1.9.5"