From eb1cf4d7ded7c02bfd1ca2789aecc6d3964970bf Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 16 Oct 2025 22:09:02 +0000 Subject: [PATCH] chore(deps): update dependency @tanstack/react-query to v4.42.0 --- package-lock.json | 32 ++++++++++++++++---------------- 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/package-lock.json b/package-lock.json index 69903aa..f075c3f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -834,20 +834,20 @@ ] }, "node_modules/@tanstack/query-core": { - "version": "4.29.11", - "resolved": "https://registry.npmjs.org/@tanstack/query-core/-/query-core-4.29.11.tgz", - "integrity": "sha512-8C+hF6SFAb/TlFZyS9FItgNwrw4PMa7YeX+KQYe2ZAiEz6uzg6yIr+QBzPkUwZ/L0bXvGd1sufTm3wotoz+GwQ==", + "version": "4.41.0", + "resolved": "https://registry.npmjs.org/@tanstack/query-core/-/query-core-4.41.0.tgz", + "integrity": "sha512-193R4Jp9hjvlij6LryxrB5Mpbffd2L9PeWh3KlIy/hJV4SkBOfiQZ+jc5qAZLDCrdbkA5FjGj+UoDYw6TcNnyA==", "funding": { "type": "github", "url": "https://github.com/sponsors/tannerlinsley" } }, "node_modules/@tanstack/react-query": { - "version": "4.29.12", - "resolved": "https://registry.npmjs.org/@tanstack/react-query/-/react-query-4.29.12.tgz", - "integrity": "sha512-zhcN6+zF6cxprxhTHQajHGlvxgK8npnp9uLe9yaWhGc6sYcPWXzyO4raL4HomUzQOPzu3jLvkriJQ7BOrDM8vA==", + "version": "4.42.0", + "resolved": "https://registry.npmjs.org/@tanstack/react-query/-/react-query-4.42.0.tgz", + "integrity": "sha512-j0tiofkzE3CSrYKmVRaKuwGgvCE+P2OOEDlhmfjeZf5ufcuFHwYwwgw3j08n4WYPVZ+OpsHblcFYezhKA3jDwg==", "dependencies": { - "@tanstack/query-core": "4.29.11", + "@tanstack/query-core": "4.41.0", "use-sync-external-store": "^1.2.0" }, "funding": { @@ -855,8 +855,8 @@ "url": "https://github.com/sponsors/tannerlinsley" }, "peerDependencies": { - "react": "^16.8.0 || ^17.0.0 || ^18.0.0", - "react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0", + "react": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0", + "react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0", "react-native": "*" }, "peerDependenciesMeta": { @@ -4453,16 +4453,16 @@ "optional": true }, "@tanstack/query-core": { - "version": "4.29.11", - "resolved": "https://registry.npmjs.org/@tanstack/query-core/-/query-core-4.29.11.tgz", - "integrity": "sha512-8C+hF6SFAb/TlFZyS9FItgNwrw4PMa7YeX+KQYe2ZAiEz6uzg6yIr+QBzPkUwZ/L0bXvGd1sufTm3wotoz+GwQ==" + "version": "4.41.0", + "resolved": "https://registry.npmjs.org/@tanstack/query-core/-/query-core-4.41.0.tgz", + "integrity": "sha512-193R4Jp9hjvlij6LryxrB5Mpbffd2L9PeWh3KlIy/hJV4SkBOfiQZ+jc5qAZLDCrdbkA5FjGj+UoDYw6TcNnyA==" }, "@tanstack/react-query": { - "version": "4.29.12", - "resolved": "https://registry.npmjs.org/@tanstack/react-query/-/react-query-4.29.12.tgz", - "integrity": "sha512-zhcN6+zF6cxprxhTHQajHGlvxgK8npnp9uLe9yaWhGc6sYcPWXzyO4raL4HomUzQOPzu3jLvkriJQ7BOrDM8vA==", + "version": "4.42.0", + "resolved": "https://registry.npmjs.org/@tanstack/react-query/-/react-query-4.42.0.tgz", + "integrity": "sha512-j0tiofkzE3CSrYKmVRaKuwGgvCE+P2OOEDlhmfjeZf5ufcuFHwYwwgw3j08n4WYPVZ+OpsHblcFYezhKA3jDwg==", "requires": { - "@tanstack/query-core": "4.29.11", + "@tanstack/query-core": "4.41.0", "use-sync-external-store": "^1.2.0" } },