This is an automated email from the ASF dual-hosted git repository.

vincbeck pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git


The following commit(s) were added to refs/heads/main by this push:
     new dcf4267b460 Bump @tanstack/react-query (#60947)
dcf4267b460 is described below

commit dcf4267b460488043fb2bb8667aa43dd1d87ea1d
Author: Dependabot [bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Thu Jan 22 13:41:50 2026 -0500

    Bump @tanstack/react-query (#60947)
    
    Bumps the core-ui-package-updates group with 1 update in the 
/airflow-core/src/airflow/api_fastapi/auth/managers/simple/ui directory: 
[@tanstack/react-query](https://github.com/TanStack/query/tree/HEAD/packages/react-query).
    
    
    Updates `@tanstack/react-query` from 5.90.18 to 5.90.19
    - [Release notes](https://github.com/TanStack/query/releases)
    - 
[Changelog](https://github.com/TanStack/query/blob/main/packages/react-query/CHANGELOG.md)
    - 
[Commits](https://github.com/TanStack/query/commits/@tanstack/[email protected]/packages/react-query)
    
    ---
    updated-dependencies:
    - dependency-name: "@tanstack/react-query"
      dependency-version: 5.90.19
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: core-ui-package-updates
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] 
<49699333+dependabot[bot]@users.noreply.github.com>
---
 .../auth/managers/simple/ui/package-lock.json          | 16 ++++++++--------
 .../api_fastapi/auth/managers/simple/ui/package.json   |  2 +-
 .../api_fastapi/auth/managers/simple/ui/pnpm-lock.yaml | 18 +++++++++---------
 3 files changed, 18 insertions(+), 18 deletions(-)

diff --git 
a/airflow-core/src/airflow/api_fastapi/auth/managers/simple/ui/package-lock.json
 
b/airflow-core/src/airflow/api_fastapi/auth/managers/simple/ui/package-lock.json
index e7dc287f140..9087f063ff6 100644
--- 
a/airflow-core/src/airflow/api_fastapi/auth/managers/simple/ui/package-lock.json
+++ 
b/airflow-core/src/airflow/api_fastapi/auth/managers/simple/ui/package-lock.json
@@ -11,7 +11,7 @@
         "@chakra-ui/react": "^3.31.0",
         "@hey-api/client-axios": "^0.9.1",
         "@hey-api/openapi-ts": "^0.90.4",
-        "@tanstack/react-query": "^5.90.18",
+        "@tanstack/react-query": "^5.90.19",
         "axios": "^1.13.2",
         "next-themes": "^0.4.6",
         "react": "^19.2.3",
@@ -2318,9 +2318,9 @@
       }
     },
     "node_modules/@tanstack/query-core": {
-      "version": "5.90.18",
-      "resolved": 
"https://registry.npmjs.org/@tanstack/query-core/-/query-core-5.90.18.tgz";,
-      "integrity": 
"sha512-rbGx6bHgPNVzutP7BEr+53UPKohpckqlMAad+To9UxTbeaQ+kC/1SDRj+QzkwbQ7qhLT/1IKp34yS6thda6fzA==",
+      "version": "5.90.19",
+      "resolved": 
"https://registry.npmjs.org/@tanstack/query-core/-/query-core-5.90.19.tgz";,
+      "integrity": 
"sha512-GLW5sjPVIvH491VV1ufddnfldyVB+teCnpPIvweEfkpRx7CfUmUGhoh9cdcUKBh/KwVxk22aNEDxeTsvmyB/WA==",
       "license": "MIT",
       "funding": {
         "type": "github",
@@ -2328,12 +2328,12 @@
       }
     },
     "node_modules/@tanstack/react-query": {
-      "version": "5.90.18",
-      "resolved": 
"https://registry.npmjs.org/@tanstack/react-query/-/react-query-5.90.18.tgz";,
-      "integrity": 
"sha512-KqNZX0C5IFz4639zR1ilnQ288tQdJrMNLtzmlzyJ14xauBkhtLEy3mPU/V4KiHsr41eL1ILZbDP36TB12lYfCQ==",
+      "version": "5.90.19",
+      "resolved": 
"https://registry.npmjs.org/@tanstack/react-query/-/react-query-5.90.19.tgz";,
+      "integrity": 
"sha512-qTZRZ4QyTzQc+M0IzrbKHxSeISUmRB3RPGmao5bT+sI6ayxSRhn0FXEnT5Hg3as8SBFcRosrXXRFB+yAcxVxJQ==",
       "license": "MIT",
       "dependencies": {
-        "@tanstack/query-core": "5.90.18"
+        "@tanstack/query-core": "5.90.19"
       },
       "funding": {
         "type": "github",
diff --git 
a/airflow-core/src/airflow/api_fastapi/auth/managers/simple/ui/package.json 
b/airflow-core/src/airflow/api_fastapi/auth/managers/simple/ui/package.json
index ff10e037750..b333e7599ce 100644
--- a/airflow-core/src/airflow/api_fastapi/auth/managers/simple/ui/package.json
+++ b/airflow-core/src/airflow/api_fastapi/auth/managers/simple/ui/package.json
@@ -21,7 +21,7 @@
     "@chakra-ui/react": "^3.31.0",
     "@hey-api/client-axios": "^0.9.1",
     "@hey-api/openapi-ts": "^0.90.4",
-    "@tanstack/react-query": "^5.90.18",
+    "@tanstack/react-query": "^5.90.19",
     "axios": "^1.13.2",
     "next-themes": "^0.4.6",
     "react": "^19.2.3",
diff --git 
a/airflow-core/src/airflow/api_fastapi/auth/managers/simple/ui/pnpm-lock.yaml 
b/airflow-core/src/airflow/api_fastapi/auth/managers/simple/ui/pnpm-lock.yaml
index 756c172479d..921a3275437 100644
--- 
a/airflow-core/src/airflow/api_fastapi/auth/managers/simple/ui/pnpm-lock.yaml
+++ 
b/airflow-core/src/airflow/api_fastapi/auth/managers/simple/ui/pnpm-lock.yaml
@@ -18,8 +18,8 @@ importers:
         specifier: ^0.90.4
         version: 0.90.4([email protected])([email protected])
       '@tanstack/react-query':
-        specifier: ^5.90.18
-        version: 5.90.18([email protected])
+        specifier: ^5.90.19
+        version: 5.90.19([email protected])
       axios:
         specifier: ^1.13.2
         version: 1.13.2
@@ -843,11 +843,11 @@ packages:
   '@swc/[email protected]':
     resolution: {integrity: 
sha512-iAoY/qRhNH8a/hBvm3zKj9qQ4oc2+3w1unPJa2XvTK3XjeLXtzcCingVPw/9e5mn1+0yPqxcBGp9Jf0pkfMb1g==}
 
-  '@tanstack/[email protected]':
-    resolution: {integrity: 
sha512-rbGx6bHgPNVzutP7BEr+53UPKohpckqlMAad+To9UxTbeaQ+kC/1SDRj+QzkwbQ7qhLT/1IKp34yS6thda6fzA==}
+  '@tanstack/[email protected]':
+    resolution: {integrity: 
sha512-GLW5sjPVIvH491VV1ufddnfldyVB+teCnpPIvweEfkpRx7CfUmUGhoh9cdcUKBh/KwVxk22aNEDxeTsvmyB/WA==}
 
-  '@tanstack/[email protected]':
-    resolution: {integrity: 
sha512-KqNZX0C5IFz4639zR1ilnQ288tQdJrMNLtzmlzyJ14xauBkhtLEy3mPU/V4KiHsr41eL1ILZbDP36TB12lYfCQ==}
+  '@tanstack/[email protected]':
+    resolution: {integrity: 
sha512-qTZRZ4QyTzQc+M0IzrbKHxSeISUmRB3RPGmao5bT+sI6ayxSRhn0FXEnT5Hg3as8SBFcRosrXXRFB+yAcxVxJQ==}
     peerDependencies:
       react: ^18 || ^19
 
@@ -3675,11 +3675,11 @@ snapshots:
     dependencies:
       '@swc/counter': 0.1.3
 
-  '@tanstack/[email protected]': {}
+  '@tanstack/[email protected]': {}
 
-  '@tanstack/[email protected]([email protected])':
+  '@tanstack/[email protected]([email protected])':
     dependencies:
-      '@tanstack/query-core': 5.90.18
+      '@tanstack/query-core': 5.90.19
       react: 19.2.3
 
   '@testing-library/[email protected]':

Reply via email to