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

jscheffl 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 6d02bae165d fix: update dependencies to fix dependabot alarms in 
registry (#65051)
6d02bae165d is described below

commit 6d02bae165dd82a25faafcfd11fd67fb849eb3a4
Author: Jens Scheffler <[email protected]>
AuthorDate: Sat Apr 11 18:15:58 2026 +0200

    fix: update dependencies to fix dependabot alarms in registry (#65051)
---
 registry/pnpm-lock.yaml      | 11 +++++++----
 registry/pnpm-workspace.yaml |  3 +++
 2 files changed, 10 insertions(+), 4 deletions(-)

diff --git a/registry/pnpm-lock.yaml b/registry/pnpm-lock.yaml
index b7e45425f13..48328a71e64 100644
--- a/registry/pnpm-lock.yaml
+++ b/registry/pnpm-lock.yaml
@@ -7,6 +7,9 @@ settings:
 overrides:
   brace-expansion@<1.1.13: '>=1.1.13'
   liquidjs@<10.25.0: '>=10.25.0'
+  liquidjs@<=10.25.2: '>=10.25.3'
+  liquidjs@<=10.25.3: '>=10.25.4'
+  liquidjs@<=10.25.4: '>=10.25.5'
   markdown-it@>=13.0.0 <14.1.1: '>=14.1.1'
   minimatch@<3.1.3: '>=3.1.3'
   minimatch@<3.1.4: '>=3.1.4'
@@ -414,8 +417,8 @@ packages:
   [email protected]:
     resolution: {integrity: 
sha512-5aHCbzQRADcdP+ATqnDuhhJ/MRIqDkZX5pyjFHRRysS8vZ5AbqGEoFIb6pYHPZ+L/OC2Lc+xT8uHVVR5CAK/wQ==}
 
-  [email protected]:
-    resolution: {integrity: 
sha512-XpO7AiGULTG4xcTlwkcTI5JreFG7b6esLCLp+aUSh7YuQErJZEoUXre9u9rbdb0057pfWG4l0VursvLd5Q/eAw==}
+  [email protected]:
+    resolution: {integrity: 
sha512-GKiKeZjJDdVoQAu+S9rzkYsYnYhcep5W3WwZXgb5f+yq484P/k9JqamBbGYu+LBEixcUAXZr2jogdAIjB3ki1w==}
     engines: {node: '>=16'}
     hasBin: true
 
@@ -705,7 +708,7 @@ snapshots:
       iso-639-1: 3.1.5
       js-yaml: 4.1.1
       kleur: 4.1.5
-      liquidjs: 10.25.0
+      liquidjs: 10.25.5
       luxon: 3.7.2
       markdown-it: 14.1.1
       minimist: 1.2.8
@@ -1037,7 +1040,7 @@ snapshots:
     dependencies:
       uc.micro: 2.1.0
 
-  [email protected]:
+  [email protected]:
     dependencies:
       commander: 10.0.1
 
diff --git a/registry/pnpm-workspace.yaml b/registry/pnpm-workspace.yaml
index 51544ff2941..393c0ca9506 100644
--- a/registry/pnpm-workspace.yaml
+++ b/registry/pnpm-workspace.yaml
@@ -22,6 +22,9 @@ packages:
 overrides:
   brace-expansion@<1.1.13: '>=1.1.13'
   liquidjs@<10.25.0: '>=10.25.0'
+  liquidjs@<=10.25.2: '>=10.25.3'
+  liquidjs@<=10.25.3: '>=10.25.4'
+  liquidjs@<=10.25.4: '>=10.25.5'
   markdown-it@>=13.0.0 <14.1.1: '>=14.1.1'
   minimatch@<3.1.3: '>=3.1.3'
   minimatch@<3.1.4: '>=3.1.4'

Reply via email to