From 391d371596790ba90e53fd1bc981c2fffafbfbb3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 4 Jun 2024 20:11:21 +0000 Subject: [PATCH] Bump @tanstack/react-query from 5.36.2 to 5.40.1 Bumps [@tanstack/react-query](https://github.com/TanStack/query/tree/HEAD/packages/react-query) from 5.36.2 to 5.40.1. - [Release notes](https://github.com/TanStack/query/releases) - [Commits](https://github.com/TanStack/query/commits/v5.40.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 | 16 ++++++++-------- package.json | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/package-lock.json b/package-lock.json index c5aa7b4e..8c256602 100644 --- a/package-lock.json +++ b/package-lock.json @@ -16,7 +16,7 @@ "@sentry/cli": "^2.31.2", "@sentry/react": "^7.114.0", "@sentry/tracing": "^7.114.0", - "@tanstack/react-query": "^5.36.2", + "@tanstack/react-query": "^5.40.1", "axios": "^1.6.8", "chart.js": "^4.4.2", "js-cookie": "^3.0.5", @@ -5238,20 +5238,20 @@ } }, "node_modules/@tanstack/query-core": { - "version": "5.36.1", - "resolved": "https://registry.npmjs.org/@tanstack/query-core/-/query-core-5.36.1.tgz", - "integrity": "sha512-BteWYEPUcucEu3NBcDAgKuI4U25R9aPrHSP6YSf2NvaD2pSlIQTdqOfLRsxH9WdRYg7k0Uom35Uacb6nvbIMJg==", + "version": "5.40.0", + "resolved": "https://registry.npmjs.org/@tanstack/query-core/-/query-core-5.40.0.tgz", + "integrity": "sha512-eD8K8jsOIq0Z5u/QbvOmfvKKE/XC39jA7yv4hgpl/1SRiU+J8QCIwgM/mEHuunQsL87dcvnHqSVLmf9pD4CiaA==", "funding": { "type": "github", "url": "https://github.com/sponsors/tannerlinsley" } }, "node_modules/@tanstack/react-query": { - "version": "5.36.2", - "resolved": "https://registry.npmjs.org/@tanstack/react-query/-/react-query-5.36.2.tgz", - "integrity": "sha512-bHNa+5dead+j6SA8WVlEOPxcGfteVFgdyFTCFcxBgjnPf0fFpHUc7aNZBCnvmPXqy/BeQa9zTuU9ectb7i8ZXA==", + "version": "5.40.1", + "resolved": "https://registry.npmjs.org/@tanstack/react-query/-/react-query-5.40.1.tgz", + "integrity": "sha512-gOcmu+gpFd2taHrrgMM9RemLYYEDYfsCqszxCC0xtx+csDa4R8t7Hr7SfWXQP13S2sF+mOxySo/+FNXJFYBqcA==", "dependencies": { - "@tanstack/query-core": "5.36.1" + "@tanstack/query-core": "5.40.0" }, "funding": { "type": "github", diff --git a/package.json b/package.json index 2cc02681..cf2715a2 100644 --- a/package.json +++ b/package.json @@ -26,7 +26,7 @@ "@sentry/cli": "^2.31.2", "@sentry/react": "^7.114.0", "@sentry/tracing": "^7.114.0", - "@tanstack/react-query": "^5.36.2", + "@tanstack/react-query": "^5.40.1", "axios": "^1.6.8", "chart.js": "^4.4.2", "js-cookie": "^3.0.5",