From 600075abde3400927371c1b0ab4a019abae4bbc7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 May 2024 05:48:36 +0000 Subject: [PATCH] build(deps): bump @tanstack/react-query from 5.28.4 to 5.35.1 Bumps [@tanstack/react-query](https://github.com/TanStack/query/tree/HEAD/packages/react-query) from 5.28.4 to 5.35.1. - [Release notes](https://github.com/TanStack/query/releases) - [Commits](https://github.com/TanStack/query/commits/v5.35.1/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 e006796..dd26d41 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.35.1", "@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.35.1", + "resolved": "https://registry.npmjs.org/@tanstack/query-core/-/query-core-5.35.1.tgz", + "integrity": "sha512-0Dnpybqb8+ps6WgqBnqFEC+1F/xLvUosRAq+wiGisTgolOZzqZfkE2995dEXmhuzINiTM7/a6xSGznU0NIvBkw==", "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.35.1", + "resolved": "https://registry.npmjs.org/@tanstack/react-query/-/react-query-5.35.1.tgz", + "integrity": "sha512-i2T7m2ffQdNqlX3pO+uMsnQ0H4a59Ens2GxtlMsRiOvdSB4SfYmHb27MnvFV8rGmtWRaa4gPli0/rpDoSS5LbQ==", "dependencies": { - "@tanstack/query-core": "5.28.4" + "@tanstack/query-core": "5.35.1" }, "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.35.1", + "resolved": "https://registry.npmjs.org/@tanstack/query-core/-/query-core-5.35.1.tgz", + "integrity": "sha512-0Dnpybqb8+ps6WgqBnqFEC+1F/xLvUosRAq+wiGisTgolOZzqZfkE2995dEXmhuzINiTM7/a6xSGznU0NIvBkw==" }, "@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.35.1", + "resolved": "https://registry.npmjs.org/@tanstack/react-query/-/react-query-5.35.1.tgz", + "integrity": "sha512-i2T7m2ffQdNqlX3pO+uMsnQ0H4a59Ens2GxtlMsRiOvdSB4SfYmHb27MnvFV8rGmtWRaa4gPli0/rpDoSS5LbQ==", "requires": { - "@tanstack/query-core": "5.28.4" + "@tanstack/query-core": "5.35.1" } }, "@testing-library/dom": { diff --git a/package.json b/package.json index 5385ea9..95c0896 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.35.1", "@testing-library/jest-dom": "^4.2.4", "@testing-library/react": "^15.0.6", "@testing-library/user-event": "^7.2.1",