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 ec6e73d70da Fix dependabot for registry (#63376)
ec6e73d70da is described below

commit ec6e73d70da0f41c5cce74fa4ddc28d027c270ff
Author: Jens Scheffler <[email protected]>
AuthorDate: Wed Mar 11 20:41:27 2026 +0100

    Fix dependabot for registry (#63376)
---
 registry/pnpm-lock.yaml      | 9 +++++----
 registry/pnpm-workspace.yaml | 2 ++
 2 files changed, 7 insertions(+), 4 deletions(-)

diff --git a/registry/pnpm-lock.yaml b/registry/pnpm-lock.yaml
index b3421a7ede6..3b183677cf0 100644
--- a/registry/pnpm-lock.yaml
+++ b/registry/pnpm-lock.yaml
@@ -5,6 +5,7 @@ settings:
   excludeLinksFromLockfile: false
 
 overrides:
+  liquidjs@<10.25.0: '>=10.25.0'
   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'
@@ -404,8 +405,8 @@ packages:
   [email protected]:
     resolution: {integrity: 
sha512-5aHCbzQRADcdP+ATqnDuhhJ/MRIqDkZX5pyjFHRRysS8vZ5AbqGEoFIb6pYHPZ+L/OC2Lc+xT8uHVVR5CAK/wQ==}
 
-  [email protected]:
-    resolution: {integrity: 
sha512-TAUNAdgwaAXjjcUFuYVJm9kOVH7zc0mTKxsG9t9Lu4qdWjB2BEblyVIYpjWcmJLMGgiYqnGNJjpNMHx0gp/46A==}
+  [email protected]:
+    resolution: {integrity: 
sha512-XpO7AiGULTG4xcTlwkcTI5JreFG7b6esLCLp+aUSh7YuQErJZEoUXre9u9rbdb0057pfWG4l0VursvLd5Q/eAw==}
     engines: {node: '>=16'}
     hasBin: true
 
@@ -693,7 +694,7 @@ snapshots:
       iso-639-1: 3.1.5
       js-yaml: 4.1.1
       kleur: 4.1.5
-      liquidjs: 10.24.0
+      liquidjs: 10.25.0
       luxon: 3.7.2
       markdown-it: 14.1.1
       minimist: 1.2.8
@@ -1023,7 +1024,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 198d76e0be7..d60faacb95e 100644
--- a/registry/pnpm-workspace.yaml
+++ b/registry/pnpm-workspace.yaml
@@ -14,8 +14,10 @@
 # KIND, either express or implied.  See the License for the
 # specific language governing permissions and limitations
 # under the License.
+
 ---
 overrides:
+  liquidjs@<10.25.0: '>=10.25.0'
   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