From 19aba079257785bd7fa09b486239b77415e354ff Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 20 Oct 2023 10:18:32 +0000 Subject: [PATCH] Bump react-query from 3.39.0 to 3.39.3 Bumps [react-query](https://github.com/tannerlinsley/react-query) from 3.39.0 to 3.39.3. - [Release notes](https://github.com/tannerlinsley/react-query/releases) - [Commits](https://github.com/tannerlinsley/react-query/commits) --- updated-dependencies: - dependency-name: react-query 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 31ec654102..c7ac6dc835 100644 --- a/package.json +++ b/package.json @@ -161,7 +161,7 @@ "react-device-detect": "^2.2.2", "react-dom": "^18.2.0", "react-error-boundary": "^3.1.4", - "react-query": "^3.39.0", + "react-query": "^3.39.3", "react-redux": "^8.0.1", "react-use": "^17.4.0", "redux": "^4.2.1", diff --git a/yarn.lock b/yarn.lock index a014dbb29c..41337bd849 100644 --- a/yarn.lock +++ b/yarn.lock @@ -16272,10 +16272,10 @@ react-popper@^2.2.4: react-fast-compare "^3.0.1" warning "^4.0.2" -react-query@^3.39.0: - version "3.39.0" - resolved "https://registry.npmjs.org/react-query/-/react-query-3.39.0.tgz" - integrity sha512-Od0IkSuS79WJOhzWBx/ys0x13+7wFqgnn64vBqqAAnZ9whocVhl/y1padD5uuZ6EIkXbFbInax0qvY7zGM0thA== +react-query@^3.39.3: + version "3.39.3" + resolved "https://registry.yarnpkg.com/react-query/-/react-query-3.39.3.tgz#4cea7127c6c26bdea2de5fb63e51044330b03f35" + integrity sha512-nLfLz7GiohKTJDuT4us4X3h/8unOh+00MLb2yJoGTPjxKs2bc1iDhkNx2bd5MKklXnOD3NrVZ+J2UXujA5In4g== dependencies: "@babel/runtime" "^7.5.5" broadcast-channel "^3.4.1"