From 1670c8df42f0c98433ecd246554fda354495e7a2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Jun 2025 04:39:22 +0000 Subject: [PATCH] Bump @tanstack/react-query from 5.74.11 to 5.79.0 Bumps [@tanstack/react-query](https://github.com/TanStack/query/tree/HEAD/packages/react-query) from 5.74.11 to 5.79.0. - [Release notes](https://github.com/TanStack/query/releases) - [Commits](https://github.com/TanStack/query/commits/v5.79.0/packages/react-query) --- updated-dependencies: - dependency-name: "@tanstack/react-query" dependency-version: 5.79.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 16 ++++++++-------- package.json | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/package-lock.json b/package-lock.json index dbc18e01..44dd0cbd 100644 --- a/package-lock.json +++ b/package-lock.json @@ -19,7 +19,7 @@ "@nanostores/react": "1.0.0", "@radix-ui/react-select": "2.2.2", "@rainbow-me/rainbowkit": "2.2.4", - "@tanstack/react-query": "5.74.11", + "@tanstack/react-query": "5.79.0", "astro": "5.7.10", "astro-expressive-code": "0.41.2", "astro-redirect-from": "1.3.3", @@ -4463,9 +4463,9 @@ } }, "node_modules/@tanstack/query-core": { - "version": "5.74.9", - "resolved": "https://registry.npmjs.org/@tanstack/query-core/-/query-core-5.74.9.tgz", - "integrity": "sha512-qmjXpWyigDw4SfqdSBy24FzRvpBPXlaSbl92N77lcrL+yvVQLQkf0T6bQNbTxl9IEB/SvVFhhVZoIlQvFnNuuw==", + "version": "5.79.0", + "resolved": "https://registry.npmjs.org/@tanstack/query-core/-/query-core-5.79.0.tgz", + "integrity": "sha512-s+epTqqLM0/TbJzMAK7OEhZIzh63P9sWz5HEFc5XHL4FvKQXQkcjI8F3nee+H/xVVn7mrP610nVXwOytTSYd0w==", "license": "MIT", "funding": { "type": "github", @@ -4473,12 +4473,12 @@ } }, "node_modules/@tanstack/react-query": { - "version": "5.74.11", - "resolved": "https://registry.npmjs.org/@tanstack/react-query/-/react-query-5.74.11.tgz", - "integrity": "sha512-FFhn9ZiYRUOsxLAWZYxVfQTpVE7UWRaAeHJIWVDHKlmZZGc16rMHW9KrFZ8peC4hA71QUf/shJD8dPSMqDnRmA==", + "version": "5.79.0", + "resolved": "https://registry.npmjs.org/@tanstack/react-query/-/react-query-5.79.0.tgz", + "integrity": "sha512-DjC4JIYZnYzxaTzbg3osOU63VNLP67dOrWet2cZvXgmgwAXNxfS52AMq86M5++ILuzW+BqTUEVMTjhrZ7/XBuA==", "license": "MIT", "dependencies": { - "@tanstack/query-core": "5.74.9" + "@tanstack/query-core": "5.79.0" }, "funding": { "type": "github", diff --git a/package.json b/package.json index f9f0ebac..4b4bf254 100644 --- a/package.json +++ b/package.json @@ -41,7 +41,7 @@ "@nanostores/react": "1.0.0", "@radix-ui/react-select": "2.2.2", "@rainbow-me/rainbowkit": "2.2.4", - "@tanstack/react-query": "5.74.11", + "@tanstack/react-query": "5.79.0", "astro": "5.7.10", "astro-expressive-code": "0.41.2", "astro-redirect-from": "1.3.3",