From 40de65bf3cb247ed0626fbee23e7877a72405775 Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Sat, 29 Mar 2025 18:16:25 +0000
Subject: [PATCH] chore(deps): bump @tanstack/react-query-devtools from 5.66.0
 to 5.70.0

Bumps [@tanstack/react-query-devtools](https://github.com/TanStack/query/tree/HEAD/packages/react-query-devtools) from 5.66.0 to 5.70.0.
- [Release notes](https://github.com/TanStack/query/releases)
- [Commits](https://github.com/TanStack/query/commits/v5.70.0/packages/react-query-devtools)

---
updated-dependencies:
- dependency-name: "@tanstack/react-query-devtools"
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
---
 package-lock.json | 18 +++++++++---------
 package.json      |  2 +-
 2 files changed, 10 insertions(+), 10 deletions(-)

diff --git a/package-lock.json b/package-lock.json
index db7fab90..e0192dae 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -15,7 +15,7 @@
         "@monaco-editor/react": "^4.7.0",
         "@stacklok/ui-kit": "^1.0.1-9",
         "@tanstack/react-query": "^5.64.1",
-        "@tanstack/react-query-devtools": "^5.66.0",
+        "@tanstack/react-query-devtools": "^5.70.0",
         "@types/lodash": "^4.17.15",
         "@types/react-syntax-highlighter": "^15.5.13",
         "@untitled-ui/icons-react": "^0.1.4",
@@ -4154,9 +4154,9 @@
       }
     },
     "node_modules/@tanstack/query-devtools": {
-      "version": "5.65.0",
-      "resolved": "https://registry.npmjs.org/@tanstack/query-devtools/-/query-devtools-5.65.0.tgz",
-      "integrity": "sha512-g5y7zc07U9D3esMdqUfTEVu9kMHoIaVBsD0+M3LPdAdD710RpTcLiNvJY1JkYXqkq9+NV+CQoemVNpQPBXVsJg==",
+      "version": "5.67.2",
+      "resolved": "https://registry.npmjs.org/@tanstack/query-devtools/-/query-devtools-5.67.2.tgz",
+      "integrity": "sha512-O4QXFFd7xqp6EX7sdvc9tsVO8nm4lpWBqwpgjpVLW5g7IeOY6VnS/xvs/YzbRhBVkKTMaJMOUGU7NhSX+YGoNg==",
       "license": "MIT",
       "funding": {
         "type": "github",
@@ -4179,19 +4179,19 @@
       }
     },
     "node_modules/@tanstack/react-query-devtools": {
-      "version": "5.66.0",
-      "resolved": "https://registry.npmjs.org/@tanstack/react-query-devtools/-/react-query-devtools-5.66.0.tgz",
-      "integrity": "sha512-uB57wA2YZaQ2fPcFW0E9O1zAGDGSbRKRx84uMk/86VyU9jWVxvJ3Uzp+zNm+nZJYsuekCIo2opTdgNuvM3cKgA==",
+      "version": "5.70.0",
+      "resolved": "https://registry.npmjs.org/@tanstack/react-query-devtools/-/react-query-devtools-5.70.0.tgz",
+      "integrity": "sha512-jFtpA3mnUoVn/ic1EVxmA6qG7z8S19nchsHciMCWOvC1Z2Mt8f0wbl1p8hNvrBpzWywZa+Hl0AxMVs48psUvhg==",
       "license": "MIT",
       "dependencies": {
-        "@tanstack/query-devtools": "5.65.0"
+        "@tanstack/query-devtools": "5.67.2"
       },
       "funding": {
         "type": "github",
         "url": "https://github.com/sponsors/tannerlinsley"
       },
       "peerDependencies": {
-        "@tanstack/react-query": "^5.66.0",
+        "@tanstack/react-query": "^5.70.0",
         "react": "^18 || ^19"
       }
     },
diff --git a/package.json b/package.json
index 2d256dba..8ee86ee8 100644
--- a/package.json
+++ b/package.json
@@ -28,7 +28,7 @@
     "@monaco-editor/react": "^4.7.0",
     "@stacklok/ui-kit": "^1.0.1-9",
     "@tanstack/react-query": "^5.64.1",
-    "@tanstack/react-query-devtools": "^5.66.0",
+    "@tanstack/react-query-devtools": "^5.70.0",
     "@types/lodash": "^4.17.15",
     "@types/react-syntax-highlighter": "^15.5.13",
     "@untitled-ui/icons-react": "^0.1.4",