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 4f987b39fbb Bump react-router-dom (#61170)
4f987b39fbb is described below

commit 4f987b39fbbe9d7ff3c36101439d4facffb7392a
Author: Dependabot [bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Wed Jan 28 12:59:17 2026 -0500

    Bump react-router-dom (#61170)
    
    Bumps the core-ui-package-updates group with 1 update in the 
/airflow-core/src/airflow/api_fastapi/auth/managers/simple/ui directory: 
[react-router-dom](https://github.com/remix-run/react-router/tree/HEAD/packages/react-router-dom).
    
    
    Updates `react-router-dom` from 7.12.0 to 7.13.0
    - [Release notes](https://github.com/remix-run/react-router/releases)
    - 
[Changelog](https://github.com/remix-run/react-router/blob/main/packages/react-router-dom/CHANGELOG.md)
    - 
[Commits](https://github.com/remix-run/react-router/commits/[email protected]/packages/react-router-dom)
    
    ---
    updated-dependencies:
    - dependency-name: react-router-dom
      dependency-version: 7.13.0
      dependency-type: direct:production
      update-type: version-update:semver-minor
      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 54a1a086a3d..22dd6583e58 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
@@ -18,7 +18,7 @@
         "react-cookie": "^8.0.1",
         "react-dom": "^19.2.3",
         "react-hook-form": "^7.71.1",
-        "react-router-dom": "^7.12.0"
+        "react-router-dom": "^7.13.0"
       },
       "devDependencies": {
         "@7nohe/openapi-react-query-codegen": "^2.0.0",
@@ -7785,9 +7785,9 @@
       "integrity": 
"sha512-24e6ynE2H+OKt4kqsOvNd8kBpV65zoxbA4BVsEOB3ARVWQki/DHzaUoC5KuON/BiccDaCCTZBuOcfZs70kR8bQ=="
     },
     "node_modules/react-router": {
-      "version": "7.12.0",
-      "resolved": 
"https://registry.npmjs.org/react-router/-/react-router-7.12.0.tgz";,
-      "integrity": 
"sha512-kTPDYPFzDVGIIGNLS5VJykK0HfHLY5MF3b+xj0/tTyNYL1gF1qs7u67Z9jEhQk2sQ98SUaHxlG31g1JtF7IfVw==",
+      "version": "7.13.0",
+      "resolved": 
"https://registry.npmjs.org/react-router/-/react-router-7.13.0.tgz";,
+      "integrity": 
"sha512-PZgus8ETambRT17BUm/LL8lX3Of+oiLaPuVTRH3l1eLvSPpKO3AvhAEb5N7ihAFZQrYDqkvvWfFh9p0z9VsjLw==",
       "license": "MIT",
       "dependencies": {
         "cookie": "^1.0.1",
@@ -7807,12 +7807,12 @@
       }
     },
     "node_modules/react-router-dom": {
-      "version": "7.12.0",
-      "resolved": 
"https://registry.npmjs.org/react-router-dom/-/react-router-dom-7.12.0.tgz";,
-      "integrity": 
"sha512-pfO9fiBcpEfX4Tx+iTYKDtPbrSLLCbwJ5EqP+SPYQu1VYCXdy79GSj0wttR0U4cikVdlImZuEZ/9ZNCgoaxwBA==",
+      "version": "7.13.0",
+      "resolved": 
"https://registry.npmjs.org/react-router-dom/-/react-router-dom-7.13.0.tgz";,
+      "integrity": 
"sha512-5CO/l5Yahi2SKC6rGZ+HDEjpjkGaG/ncEP7eWFTvFxbHP8yeeI0PxTDjimtpXYlR3b3i9/WIL4VJttPrESIf2g==",
       "license": "MIT",
       "dependencies": {
-        "react-router": "7.12.0"
+        "react-router": "7.13.0"
       },
       "engines": {
         "node": ">=20.0.0"
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 21be3797fe0..ce1b1394e53 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
@@ -28,7 +28,7 @@
     "react-cookie": "^8.0.1",
     "react-dom": "^19.2.3",
     "react-hook-form": "^7.71.1",
-    "react-router-dom": "^7.12.0"
+    "react-router-dom": "^7.13.0"
   },
   "devDependencies": {
     "@7nohe/openapi-react-query-codegen": "^2.0.0",
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 0fd8de2e765..522ec9dc207 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
@@ -39,8 +39,8 @@ importers:
         specifier: ^7.71.1
         version: 7.71.1([email protected])
       react-router-dom:
-        specifier: ^7.12.0
-        version: 7.12.0([email protected]([email protected]))([email protected])
+        specifier: ^7.13.0
+        version: 7.13.0([email protected]([email protected]))([email protected])
     devDependencies:
       '@7nohe/openapi-react-query-codegen':
         specifier: ^2.0.0
@@ -2518,15 +2518,15 @@ packages:
   [email protected]:
     resolution: {integrity: 
sha512-w2GsyukL62IJnlaff/nRegPQR94C/XXamvMWmSHRJ4y7Ts/4ocGRmTHvOs8PSE6pB3dWOrD/nueuU5sduBsQ4w==}
 
-  [email protected]:
-    resolution: {integrity: 
sha512-pfO9fiBcpEfX4Tx+iTYKDtPbrSLLCbwJ5EqP+SPYQu1VYCXdy79GSj0wttR0U4cikVdlImZuEZ/9ZNCgoaxwBA==}
+  [email protected]:
+    resolution: {integrity: 
sha512-5CO/l5Yahi2SKC6rGZ+HDEjpjkGaG/ncEP7eWFTvFxbHP8yeeI0PxTDjimtpXYlR3b3i9/WIL4VJttPrESIf2g==}
     engines: {node: '>=20.0.0'}
     peerDependencies:
       react: '>=18'
       react-dom: '>=18'
 
-  [email protected]:
-    resolution: {integrity: 
sha512-kTPDYPFzDVGIIGNLS5VJykK0HfHLY5MF3b+xj0/tTyNYL1gF1qs7u67Z9jEhQk2sQ98SUaHxlG31g1JtF7IfVw==}
+  [email protected]:
+    resolution: {integrity: 
sha512-PZgus8ETambRT17BUm/LL8lX3Of+oiLaPuVTRH3l1eLvSPpKO3AvhAEb5N7ihAFZQrYDqkvvWfFh9p0z9VsjLw==}
     engines: {node: '>=20.0.0'}
     peerDependencies:
       react: '>=18'
@@ -5875,13 +5875,13 @@ snapshots:
 
   [email protected]: {}
 
-  [email protected]([email protected]([email protected]))([email protected]):
+  [email protected]([email protected]([email protected]))([email protected]):
     dependencies:
       react: 19.2.3
       react-dom: 19.2.3([email protected])
-      react-router: 7.12.0([email protected]([email protected]))([email protected])
+      react-router: 7.13.0([email protected]([email protected]))([email protected])
 
-  [email protected]([email protected]([email protected]))([email protected]):
+  [email protected]([email protected]([email protected]))([email protected]):
     dependencies:
       cookie: 1.1.1
       react: 19.2.3

Reply via email to