From 5e5f989fdc496e4a465db5c7bd8177e2bb225669 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 4 Mar 2025 03:57:58 +0000 Subject: [PATCH] chore(deps): Bump @tanstack/react-query from 5.66.11 to 5.67.1 (#705) --- 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 6319732..c424dea 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,7 +12,7 @@ "@analytics/google-analytics": "1.1.0", "@ariakit/react": "0.4.15", "@rollbar/react": "0.12.1", - "@tanstack/react-query": "5.66.11", + "@tanstack/react-query": "5.67.1", "@tanstack/react-router": "1.112.0", "analytics": "0.8.16", "change-case": "5.4.4", @@ -3698,9 +3698,9 @@ } }, "node_modules/@tanstack/query-core": { - "version": "5.66.11", - "resolved": "https://registry.npmjs.org/@tanstack/query-core/-/query-core-5.66.11.tgz", - "integrity": "sha512-ZEYxgHUcohj3sHkbRaw0gYwFxjY5O6M3IXOYXEun7E1rqNhsP8fOtqjJTKPZpVHcdIdrmX4lzZctT4+pts0OgA==", + "version": "5.67.1", + "resolved": "https://registry.npmjs.org/@tanstack/query-core/-/query-core-5.67.1.tgz", + "integrity": "sha512-AkFmuukVejyqVIjEQoFhLb3q+xHl7JG8G9cANWTMe3s8iKzD9j1VBSYXgCjy6vm6xM8cUCR9zP2yqWxY9pTWOA==", "license": "MIT", "funding": { "type": "github", @@ -3708,12 +3708,12 @@ } }, "node_modules/@tanstack/react-query": { - "version": "5.66.11", - "resolved": "https://registry.npmjs.org/@tanstack/react-query/-/react-query-5.66.11.tgz", - "integrity": "sha512-uPDiQbZScWkAeihmZ9gAm3wOBA1TmLB1KCB1fJ1hIiEKq3dTT+ja/aYM7wGUD+XiEsY4sDSE7p8VIz/21L2Dow==", + "version": "5.67.1", + "resolved": "https://registry.npmjs.org/@tanstack/react-query/-/react-query-5.67.1.tgz", + "integrity": "sha512-fH5u4JLwB6A+wLFdi8wWBWAYoJV5deYif2OveJ26ktAWjU499uvVFS1wPWnyEyq5LvZX1MZInvv9QRaIZANRaQ==", "license": "MIT", "dependencies": { - "@tanstack/query-core": "5.66.11" + "@tanstack/query-core": "5.67.1" }, "funding": { "type": "github", diff --git a/package.json b/package.json index f880716..a744bee 100644 --- a/package.json +++ b/package.json @@ -52,7 +52,7 @@ "@analytics/google-analytics": "1.1.0", "@ariakit/react": "0.4.15", "@rollbar/react": "0.12.1", - "@tanstack/react-query": "5.66.11", + "@tanstack/react-query": "5.67.1", "@tanstack/react-router": "1.112.0", "analytics": "0.8.16", "change-case": "5.4.4",