From 6eb0aaea880bd5516b47915d81f2ba340dfe5f80 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Nov 2024 10:39:36 +0200 Subject: [PATCH] Bump @tanstack/react-query from 5.60.5 to 5.61.3 (#171) Bumps [@tanstack/react-query](https://github.com/TanStack/query/tree/HEAD/packages/react-query) from 5.60.5 to 5.61.3. - [Release notes](https://github.com/TanStack/query/releases) - [Commits](https://github.com/TanStack/query/commits/v5.61.3/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 | 14 +------------- 2 files changed, 2 insertions(+), 14 deletions(-) diff --git a/package.json b/package.json index 6fd158c..2052a8b 100644 --- a/package.json +++ b/package.json @@ -51,7 +51,7 @@ "@mui/icons-material": "^6.1.7", "@mui/material": "^6.1.8", "@mui/utils": "^5.16.6", - "@tanstack/react-query": "^5.60.5", + "@tanstack/react-query": "^5.61.3", "history": "^5.3.0", "lodash": "^4.17.21", "papaparse": "^5.4.1", diff --git a/yarn.lock b/yarn.lock index 85f242b..a5f0690 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1282,30 +1282,18 @@ dependencies: "@sinonjs/commons" "^3.0.0" -"@tanstack/query-core@5.60.5": - version "5.60.5" - resolved "https://registry.yarnpkg.com/@tanstack/query-core/-/query-core-5.60.5.tgz#37b7c5ab7e6894cea9ef341299a7a3febc2ea361" - integrity sha512-jiS1aC3XI3BJp83ZiTuDLerTmn9P3U95r6p+6/SNauLJaYxfIC4dMuWygwnBHIZxjn2zJqEpj3nysmPieoxfPQ== - "@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/react-query@^5.21.7": +"@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== dependencies: "@tanstack/query-core" "5.60.6" -"@tanstack/react-query@^5.60.5": - version "5.60.5" - resolved "https://registry.yarnpkg.com/@tanstack/react-query/-/react-query-5.60.5.tgz#3194c390f7eff20542b321c3042880dc3f1a81e2" - integrity sha512-M77bOsPwj1wYE56gk7iJvxGAr4IC12NWdIDhT+Eo8ldkWRHMvIR8I/rufIvT1OXoV/bl7EECwuRuMlxxWtvW2Q== - dependencies: - "@tanstack/query-core" "5.60.5" - "@testing-library/dom@^10.0.0": version "10.4.0" resolved "https://registry.npmjs.org/@testing-library/dom/-/dom-10.4.0.tgz"