From 58063187b4838b3edba8f998c6d67165d1dd0c1a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Aug 2024 05:13:17 +0000 Subject: [PATCH] build(deps): bump @tanstack/react-query from 5.28.4 to 5.51.16 Bumps [@tanstack/react-query](https://github.com/TanStack/query/tree/HEAD/packages/react-query) from 5.28.4 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] --- package-lock.json | 30 +++++++++++++++--------------- package.json | 2 +- 2 files changed, 16 insertions(+), 16 deletions(-) diff --git a/package-lock.json b/package-lock.json index bf5d31c..7ae3356 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14,7 +14,7 @@ "@ibm/plex": "^5.1.3", "@streamr/sdk": "^100.1.2", "@streamr/utils": "^100.2.0", - "@tanstack/react-query": "^5.28.4", + "@tanstack/react-query": "^5.51.16", "@testing-library/jest-dom": "^4.2.4", "@testing-library/react": "^15.0.6", "@testing-library/user-event": "^7.2.1", @@ -14334,20 +14334,20 @@ } }, "node_modules/@tanstack/query-core": { - "version": "5.28.4", - "resolved": "https://registry.npmjs.org/@tanstack/query-core/-/query-core-5.28.4.tgz", - "integrity": "sha512-uQZqOFqLWUvXNIQZ63XdKzg22NtHzgCBUfDmjDHi3BoF+nUYeBNvMi/xFPtFrMhqRzG2Ir4mYaGsWZzmiEjXpA==", + "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.28.4", - "resolved": "https://registry.npmjs.org/@tanstack/react-query/-/react-query-5.28.4.tgz", - "integrity": "sha512-BErcoB/QQG6YwLSUKnaGxF+lSc270RH2w3kMBpG0i4YzDCsFs2pdxPX1WVknQvFk9bNgukMb158hc2Zb4SdwSA==", + "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.28.4" + "@tanstack/query-core": "5.51.16" }, "funding": { "type": "github", @@ -51494,16 +51494,16 @@ } }, "@tanstack/query-core": { - "version": "5.28.4", - "resolved": "https://registry.npmjs.org/@tanstack/query-core/-/query-core-5.28.4.tgz", - "integrity": "sha512-uQZqOFqLWUvXNIQZ63XdKzg22NtHzgCBUfDmjDHi3BoF+nUYeBNvMi/xFPtFrMhqRzG2Ir4mYaGsWZzmiEjXpA==" + "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==" }, "@tanstack/react-query": { - "version": "5.28.4", - "resolved": "https://registry.npmjs.org/@tanstack/react-query/-/react-query-5.28.4.tgz", - "integrity": "sha512-BErcoB/QQG6YwLSUKnaGxF+lSc270RH2w3kMBpG0i4YzDCsFs2pdxPX1WVknQvFk9bNgukMb158hc2Zb4SdwSA==", + "version": "5.51.16", + "resolved": "https://registry.npmjs.org/@tanstack/react-query/-/react-query-5.51.16.tgz", + "integrity": "sha512-NZnpJ30zkwaA2ZPhxJLs/qoMbd0yNAj6yyb3JTADJx9HjSdtvnNzOY1bDa3bU1B9CZTBBb7W9E1PpWlNXdgESg==", "requires": { - "@tanstack/query-core": "5.28.4" + "@tanstack/query-core": "5.51.16" } }, "@testing-library/dom": { diff --git a/package.json b/package.json index e33545e..fe313ef 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,7 @@ "@ibm/plex": "^5.1.3", "@streamr/sdk": "^100.1.2", "@streamr/utils": "^100.2.0", - "@tanstack/react-query": "^5.28.4", + "@tanstack/react-query": "^5.51.16", "@testing-library/jest-dom": "^4.2.4", "@testing-library/react": "^15.0.6", "@testing-library/user-event": "^7.2.1",