From 76d2b8bf444513dce2ec087c0941a11d8e0ab95f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 Aug 2025 08:38:28 +0100 Subject: [PATCH] Bump @tanstack/react-query from 5.84.1 to 5.84.2 (#751) Bumps [@tanstack/react-query](https://github.com/TanStack/query/tree/HEAD/packages/react-query) from 5.84.1 to 5.84.2. - [Release notes](https://github.com/TanStack/query/releases) - [Commits](https://github.com/TanStack/query/commits/v5.84.2/packages/react-query) --- updated-dependencies: - dependency-name: "@tanstack/react-query" dependency-version: 5.84.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 591d59f..e88f344 100644 --- a/package.json +++ b/package.json @@ -70,7 +70,7 @@ "@mui/icons-material": "^7.2.0", "@mui/material": "^7.3.1", "@mui/utils": "^7.1.0", - "@tanstack/react-query": "^5.84.1", + "@tanstack/react-query": "^5.84.2", "history": "^5.3.0", "jest-fixed-jsdom": "^0.0.9", "lodash": "^4.17.21", diff --git a/yarn.lock b/yarn.lock index 1f9e5d0..6d9a385 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1441,10 +1441,10 @@ resolved "https://registry.yarnpkg.com/@tanstack/query-core/-/query-core-5.83.1.tgz#eed82970b30cb24536f561613b5630e03d349628" integrity sha512-OG69LQgT7jSp+5pPuCfzltq/+7l2xoweggjme9vlbCPa/d7D7zaqv5vN/S82SzSYZ4EDLTxNO1PWrv49RAS64Q== -"@tanstack/react-query@^5.83.0", "@tanstack/react-query@^5.84.1": - version "5.84.1" - resolved "https://registry.yarnpkg.com/@tanstack/react-query/-/react-query-5.84.1.tgz#de36a13a07d3c38abfef20e215f7c97c66a03947" - integrity sha512-zo7EUygcWJMQfFNWDSG7CBhy8irje/XY0RDVKKV4IQJAysb+ZJkkJPcnQi+KboyGUgT+SQebRFoTqLuTtfoDLw== +"@tanstack/react-query@^5.83.0", "@tanstack/react-query@^5.84.2": + version "5.84.2" + resolved "https://registry.yarnpkg.com/@tanstack/react-query/-/react-query-5.84.2.tgz#008a8cd26b1e258f87f54cf00cbae14e9c3c84d2" + integrity sha512-cZadySzROlD2+o8zIfbD978p0IphuQzRWiiH3I2ugnTmz4jbjc0+TdibpwqxlzynEen8OulgAg+rzdNF37s7XQ== dependencies: "@tanstack/query-core" "5.83.1"