From 568cdb86178853b9910fba7054a1453d8b20dccf Mon Sep 17 00:00:00 2001 From: "ludos-renovate[bot]" <178999943+ludos-renovate[bot]@users.noreply.github.com> Date: Sun, 3 Nov 2024 14:28:57 +0000 Subject: [PATCH] Update dependency @tanstack/react-query to v5.59.19 --- web/package-lock.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/web/package-lock.json b/web/package-lock.json index efbd6bbc7..bf74aa3d2 100644 --- a/web/package-lock.json +++ b/web/package-lock.json @@ -1652,9 +1652,9 @@ } }, "node_modules/@tanstack/react-query": { - "version": "5.59.18", - "resolved": "https://registry.npmjs.org/@tanstack/react-query/-/react-query-5.59.18.tgz", - "integrity": "sha512-tp/EP5q5ug9ijVB+3c9n4uULG9d2qmhMllqhtRMYv/l9PqqIA7C9s0ULsMxEeMNCQCdJ4gJqBSvqrC5Hz+fU+A==", + "version": "5.59.19", + "resolved": "https://registry.npmjs.org/@tanstack/react-query/-/react-query-5.59.19.tgz", + "integrity": "sha512-xLRfyFyQOFcLltKCds0LijfC6/HQJrrTTnZB8ciyn74LIkVAm++vZJ6eUVG20RmJtdP8REdy7vSOYW4M3//XLA==", "license": "MIT", "dependencies": { "@tanstack/query-core": "5.59.17"