From 8d45ae288656e3ae5df374e372ccaadf70de90c4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Dec 2024 10:20:31 +0200 Subject: [PATCH] Bump @tanstack/react-query from 5.61.3 to 5.62.0 (#187) Bumps [@tanstack/react-query](https://github.com/TanStack/query/tree/HEAD/packages/react-query) from 5.61.3 to 5.62.0. - [Release notes](https://github.com/TanStack/query/releases) - [Commits](https://github.com/TanStack/query/commits/v5.62.0/packages/react-query) --- updated-dependencies: - dependency-name: "@tanstack/react-query" dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package.json | 2 +- yarn.lock | 18 +++++++++--------- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/package.json b/package.json index 5f58af5..54f2d82 100644 --- a/package.json +++ b/package.json @@ -51,7 +51,7 @@ "@mui/icons-material": "^6.1.8", "@mui/material": "^6.1.9", "@mui/utils": "^5.16.6", - "@tanstack/react-query": "^5.61.3", + "@tanstack/react-query": "^5.62.0", "history": "^5.3.0", "lodash": "^4.17.21", "papaparse": "^5.4.1", diff --git a/yarn.lock b/yarn.lock index 027ceac..05e5219 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1282,17 +1282,17 @@ dependencies: "@sinonjs/commons" "^3.0.0" -"@tanstack/query-core@5.60.6": - version "5.60.6" - resolved "https://registry.yarnpkg.com/@tanstack/query-core/-/query-core-5.60.6.tgz#0dd33fe231b0d18bf66d0c615b29899738300658" - integrity sha512-tI+k0KyCo1EBJ54vxK1kY24LWj673ujTydCZmzEZKAew4NqZzTaVQJEuaG1qKj2M03kUHN46rchLRd+TxVq/zQ== +"@tanstack/query-core@5.62.0": + version "5.62.0" + resolved "https://registry.yarnpkg.com/@tanstack/query-core/-/query-core-5.62.0.tgz#94022c9fde3b8c60e69828b726bd0df535dcacf9" + integrity sha512-sx38bGrqF9bop92AXOvzDr0L9fWDas5zXdPglxa9cuqeVSWS7lY6OnVyl/oodfXjgOGRk79IfCpgVmxrbHuFHg== -"@tanstack/react-query@^5.21.7", "@tanstack/react-query@^5.61.3": - version "5.61.3" - resolved "https://registry.yarnpkg.com/@tanstack/react-query/-/react-query-5.61.3.tgz#0187b73b87adaeaed09f3d9717e35b507175fe23" - integrity sha512-c3Oz9KaCBapGkRewu7AJLhxE9BVqpMcHsd3KtFxSd7FSCu2qGwqfIN37zbSGoyk6Ix9LGZBNHQDPI6GpWABnmA== +"@tanstack/react-query@^5.21.7", "@tanstack/react-query@^5.62.0": + version "5.62.0" + resolved "https://registry.yarnpkg.com/@tanstack/react-query/-/react-query-5.62.0.tgz#db7d4ec58a0db69b105e2d8bd249acfb20653825" + integrity sha512-tj2ltjAn2a3fs+Dqonlvs6GyLQ/LKVJE2DVSYW+8pJ3P6/VCVGrfqv5UEchmlP7tLOvvtZcOuSyI2ooVlR5Yqw== dependencies: - "@tanstack/query-core" "5.60.6" + "@tanstack/query-core" "5.62.0" "@testing-library/dom@^10.0.0": version "10.4.0"