From 38a0c9a9fc6d0aeffdd1469b669bdfd3e3d76151 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Dec 2024 08:08:20 +0000 Subject: [PATCH] Bump @tanstack/react-query from 5.62.3 to 5.62.7 Bumps [@tanstack/react-query](https://github.com/TanStack/query/tree/HEAD/packages/react-query) from 5.62.3 to 5.62.7. - [Release notes](https://github.com/TanStack/query/releases) - [Commits](https://github.com/TanStack/query/commits/v5.62.7/packages/react-query) --- updated-dependencies: - dependency-name: "@tanstack/react-query" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 18 +++++++++--------- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/package.json b/package.json index 6cc7016..7364447 100644 --- a/package.json +++ b/package.json @@ -51,7 +51,7 @@ "@mui/icons-material": "^6.1.9", "@mui/material": "^6.1.10", "@mui/utils": "^5.16.8", - "@tanstack/react-query": "^5.62.3", + "@tanstack/react-query": "^5.62.7", "history": "^5.3.0", "lodash": "^4.17.21", "papaparse": "^5.4.1", diff --git a/yarn.lock b/yarn.lock index b43dabc..3b7d6bd 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1284,17 +1284,17 @@ dependencies: "@sinonjs/commons" "^3.0.0" -"@tanstack/query-core@5.62.3": - version "5.62.3" - resolved "https://registry.yarnpkg.com/@tanstack/query-core/-/query-core-5.62.3.tgz#7cfde68f7d78807faebee2a2bb1e31b81067f46b" - integrity sha512-Jp/nYoz8cnO7kqhOlSv8ke/0MJRJVGuZ0P/JO9KQ+f45mpN90hrerzavyTKeSoT/pOzeoOUkv1Xd0wPsxAWXfg== +"@tanstack/query-core@5.62.7": + version "5.62.7" + resolved "https://registry.yarnpkg.com/@tanstack/query-core/-/query-core-5.62.7.tgz#c7f6d0131c08cd2f60e73ec6e7b70e2e9e335def" + integrity sha512-fgpfmwatsrUal6V+8EC2cxZIQVl9xvL7qYa03gsdsCy985UTUlS4N+/3hCzwR0PclYDqisca2AqR1BVgJGpUDA== -"@tanstack/react-query@^5.21.7", "@tanstack/react-query@^5.62.3": - version "5.62.3" - resolved "https://registry.yarnpkg.com/@tanstack/react-query/-/react-query-5.62.3.tgz#c6766b1764dcf924f6ed5fd88daf8d246e2f5c14" - integrity sha512-y2zDNKuhgiuMgsKkqd4AcsLIBiCfEO8U11AdrtAUihmLbRNztPrlcZqx2lH1GacZsx+y1qRRbCcJLYTtF1vKsw== +"@tanstack/react-query@^5.21.7", "@tanstack/react-query@^5.62.7": + version "5.62.7" + resolved "https://registry.yarnpkg.com/@tanstack/react-query/-/react-query-5.62.7.tgz#8f253439a38ad6ce820bc6d42d89ca2556574d1a" + integrity sha512-+xCtP4UAFDTlRTYyEjLx0sRtWyr5GIk7TZjZwBu4YaNahi3Rt2oMyRqfpfVrtwsqY2sayP4iXVCwmC+ZqqFmuw== dependencies: - "@tanstack/query-core" "5.62.3" + "@tanstack/query-core" "5.62.7" "@testing-library/dom@^10.0.0": version "10.4.0"