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",