From de1749d6b3c3672cf77c54ccc93d7b9407de840f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 12 May 2024 15:08:57 +0000 Subject: [PATCH] Update dependency @tanstack/react-query to v5.36.0 --- 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 71df1bb4d..a707de97b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -31,7 +31,7 @@ "@stackblitz/sdk": "1.9.0", "@stripe/react-stripe-js": "2.7.0", "@stripe/stripe-js": "3.3.0", - "@tanstack/react-query": "5.32.0", + "@tanstack/react-query": "5.36.0", "@testing-library/dom": "10.1.0", "@testing-library/jest-dom": "6.4.5", "@testing-library/react": "15.0.7", @@ -6891,20 +6891,20 @@ "integrity": "sha512-oocsqY7g0cR+Gur5jRQLSrX2OtpMLMse1I10JQBm8CdGMrDkh1Mg2gjsiquMHRtBs4Qwu5wgEp5GgIYHk4SNPw==" }, "node_modules/@tanstack/query-core": { - "version": "5.32.0", - "resolved": "https://registry.npmjs.org/@tanstack/query-core/-/query-core-5.32.0.tgz", - "integrity": "sha512-Z3flEgCat55DRXU5UMwYU1U+DgFZKA3iufyOKs+II7iRAo0uXkeU7PH5e6sOH1CGEag0IpKmZxlUFpCg6roSKw==", + "version": "5.36.0", + "resolved": "https://registry.npmjs.org/@tanstack/query-core/-/query-core-5.36.0.tgz", + "integrity": "sha512-B5BD3pg/mztDR36i77hGcyySKKeYrbM5mnogOROTBi1SUml5ByRK7PGUUl16vvubvQC+mSnqziFG/VIy/DE3FQ==", "funding": { "type": "github", "url": "https://github.com/sponsors/tannerlinsley" } }, "node_modules/@tanstack/react-query": { - "version": "5.32.0", - "resolved": "https://registry.npmjs.org/@tanstack/react-query/-/react-query-5.32.0.tgz", - "integrity": "sha512-+E3UudQtarnx9A6xhpgMZapyF+aJfNBGFMgI459FnduEZqT/9KhOWnMOneZahLRt52yzskSA0AuOyLkXHK0yBA==", + "version": "5.36.0", + "resolved": "https://registry.npmjs.org/@tanstack/react-query/-/react-query-5.36.0.tgz", + "integrity": "sha512-BATvtM0rohwg7pRHUnxgeDiwLWRGZ8OM/4y8LImHVpecQWoH6Uhytu3Z8YV6V7hQ1sMQBFcUrGE1/e4MxR6YiA==", "dependencies": { - "@tanstack/query-core": "5.32.0" + "@tanstack/query-core": "5.36.0" }, "funding": { "type": "github", diff --git a/package.json b/package.json index 0705ea09e..bfeb88033 100644 --- a/package.json +++ b/package.json @@ -88,7 +88,7 @@ "@stackblitz/sdk": "1.9.0", "@stripe/react-stripe-js": "2.7.0", "@stripe/stripe-js": "3.3.0", - "@tanstack/react-query": "5.32.0", + "@tanstack/react-query": "5.36.0", "@testing-library/dom": "10.1.0", "@testing-library/jest-dom": "6.4.5", "@testing-library/react": "15.0.7",