From 1909244eac3af26cf6e8102c0b00fbde5bbd8cd6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 2 Aug 2024 13:16:43 +0100 Subject: [PATCH] Bump @tanstack/react-query from 5.45.1 to 5.51.16 (#948) Bumps [@tanstack/react-query](https://github.com/TanStack/query/tree/HEAD/packages/react-query) from 5.45.1 to 5.51.16. - [Release notes](https://github.com/TanStack/query/releases) - [Commits](https://github.com/TanStack/query/commits/v5.51.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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- 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 40196a6c..20645c38 100644 --- a/package-lock.json +++ b/package-lock.json @@ -19,7 +19,7 @@ "@nanostores/react": "^0.7.2", "@radix-ui/react-select": "^2.1.1", "@rainbow-me/rainbowkit": "^2.1.3", - "@tanstack/react-query": "^5.45.1", + "@tanstack/react-query": "^5.51.16", "astro": "4.12.2", "astro-expressive-code": "^0.35.3", "astro-redirect-from": "^1.1.0", @@ -8157,20 +8157,20 @@ } }, "node_modules/@tanstack/query-core": { - "version": "5.45.0", - "resolved": "https://registry.npmjs.org/@tanstack/query-core/-/query-core-5.45.0.tgz", - "integrity": "sha512-RVfIZQmFUTdjhSAAblvueimfngYyfN6HlwaJUPK71PKd7yi43Vs1S/rdimmZedPWX/WGppcq/U1HOj7O7FwYxw==", + "version": "5.51.16", + "resolved": "https://registry.npmjs.org/@tanstack/query-core/-/query-core-5.51.16.tgz", + "integrity": "sha512-zfV+WAtBGm1dUIbL0w/x8qTqVLKU1/Bo1p19J9LF02MmIc4FxzMImMXhFzYJQl5Hx8Wit6RiQ4tB/DvN8y9zaQ==", "funding": { "type": "github", "url": "https://github.com/sponsors/tannerlinsley" } }, "node_modules/@tanstack/react-query": { - "version": "5.45.1", - "resolved": "https://registry.npmjs.org/@tanstack/react-query/-/react-query-5.45.1.tgz", - "integrity": "sha512-mYYfJujKg2kxmkRRjA6nn4YKG3ITsKuH22f1kteJ5IuVQqgKUgbaSQfYwVP0gBS05mhwxO03HVpD0t7BMN7WOA==", + "version": "5.51.16", + "resolved": "https://registry.npmjs.org/@tanstack/react-query/-/react-query-5.51.16.tgz", + "integrity": "sha512-NZnpJ30zkwaA2ZPhxJLs/qoMbd0yNAj6yyb3JTADJx9HjSdtvnNzOY1bDa3bU1B9CZTBBb7W9E1PpWlNXdgESg==", "dependencies": { - "@tanstack/query-core": "5.45.0" + "@tanstack/query-core": "5.51.16" }, "funding": { "type": "github", diff --git a/package.json b/package.json index 3006732a..cbad1ad8 100644 --- a/package.json +++ b/package.json @@ -43,7 +43,7 @@ "@nanostores/react": "^0.7.2", "@radix-ui/react-select": "^2.1.1", "@rainbow-me/rainbowkit": "^2.1.3", - "@tanstack/react-query": "^5.45.1", + "@tanstack/react-query": "^5.51.16", "astro": "4.12.2", "astro-expressive-code": "^0.35.3", "astro-redirect-from": "^1.1.0",