From 0dc935492fb1309ad9f8e6c0f4816b984ac6938a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Oct 2024 20:25:11 +0000 Subject: [PATCH] Bump @tanstack/react-query from 5.24.1 to 5.59.16 Bumps [@tanstack/react-query](https://github.com/TanStack/query/tree/HEAD/packages/react-query) from 5.24.1 to 5.59.16. - [Release notes](https://github.com/TanStack/query/releases) - [Commits](https://github.com/TanStack/query/commits/v5.59.16/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] --- package-lock.json | 18 +++++++++--------- package.json | 2 +- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/package-lock.json b/package-lock.json index 1441efb41..705677506 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14,7 +14,7 @@ "@atlaskit/pragmatic-drag-and-drop-hitbox": "1.0.3", "@fontsource/inter": "4.5.14", "@matrix-org/olm": "3.2.15", - "@tanstack/react-query": "5.24.1", + "@tanstack/react-query": "5.59.16", "@tanstack/react-query-devtools": "5.24.1", "@tanstack/react-virtual": "3.2.0", "@tippyjs/react": "4.2.6", @@ -4783,9 +4783,9 @@ } }, "node_modules/@tanstack/query-core": { - "version": "5.24.1", - "resolved": "https://registry.npmjs.org/@tanstack/query-core/-/query-core-5.24.1.tgz", - "integrity": "sha512-DZ6Nx9p7BhjkG50ayJ+MKPgff+lMeol7QYXkvuU5jr2ryW/4ok5eanaS9W5eooA4xN0A/GPHdLGOZGzArgf5Cg==", + "version": "5.59.16", + "resolved": "https://registry.npmjs.org/@tanstack/query-core/-/query-core-5.59.16.tgz", + "integrity": "sha512-crHn+G3ltqb5JG0oUv6q+PMz1m1YkjpASrXTU+sYWW9pLk0t2GybUHNRqYPZWhxgjPaVGC4yp92gSFEJgYEsPw==", "funding": { "type": "github", "url": "https://github.com/sponsors/tannerlinsley" @@ -4801,18 +4801,18 @@ } }, "node_modules/@tanstack/react-query": { - "version": "5.24.1", - "resolved": "https://registry.npmjs.org/@tanstack/react-query/-/react-query-5.24.1.tgz", - "integrity": "sha512-4+09JEdO4d6+Gc8Y/g2M/MuxDK5IY0QV8+2wL2304wPKJgJ54cBbULd3nciJ5uvh/as8rrxx6s0mtIwpRuGd1g==", + "version": "5.59.16", + "resolved": "https://registry.npmjs.org/@tanstack/react-query/-/react-query-5.59.16.tgz", + "integrity": "sha512-MuyWheG47h6ERd4PKQ6V8gDyBu3ThNG22e1fRVwvq6ap3EqsFhyuxCAwhNP/03m/mLg+DAb0upgbPaX6VB+CkQ==", "dependencies": { - "@tanstack/query-core": "5.24.1" + "@tanstack/query-core": "5.59.16" }, "funding": { "type": "github", "url": "https://github.com/sponsors/tannerlinsley" }, "peerDependencies": { - "react": "^18.0.0" + "react": "^18 || ^19" } }, "node_modules/@tanstack/react-query-devtools": { diff --git a/package.json b/package.json index 072640505..bec47fe94 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,7 @@ "@atlaskit/pragmatic-drag-and-drop-hitbox": "1.0.3", "@fontsource/inter": "4.5.14", "@matrix-org/olm": "3.2.15", - "@tanstack/react-query": "5.24.1", + "@tanstack/react-query": "5.59.16", "@tanstack/react-query-devtools": "5.24.1", "@tanstack/react-virtual": "3.2.0", "@tippyjs/react": "4.2.6",