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

jacopoc pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/ofbiz-framework.git


The following commit(s) were added to refs/heads/trunk by this push:
     new 4bd9d1d2f0 Bump brace-expansion to 5.0.8 and minimatch to 10.2.5
4bd9d1d2f0 is described below

commit 4bd9d1d2f0ae82ed8689ddccf7e8c3eb64df9c2e
Author: Jacopo Cappellato <[email protected]>
AuthorDate: Mon Jul 27 10:26:47 2026 +0200

    Bump brace-expansion to 5.0.8 and minimatch to 10.2.5
---
 framework/rest-api/package-lock.json | 37 ++++++++++++++++++++++--------------
 framework/rest-api/package.json      |  3 ++-
 2 files changed, 25 insertions(+), 15 deletions(-)

diff --git a/framework/rest-api/package-lock.json 
b/framework/rest-api/package-lock.json
index 6f43cc1c7c..777b9306dc 100644
--- a/framework/rest-api/package-lock.json
+++ b/framework/rest-api/package-lock.json
@@ -170,18 +170,24 @@
             "license": "Python-2.0"
         },
         "node_modules/balanced-match": {
-            "version": "1.0.2",
-            "resolved": 
"https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.2.tgz";,
-            "integrity": 
"sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==",
-            "license": "MIT"
+            "version": "4.0.4",
+            "resolved": 
"https://registry.npmjs.org/balanced-match/-/balanced-match-4.0.4.tgz";,
+            "integrity": 
"sha512-BLrgEcRTwX2o6gGxGOCNyMvGSp35YofuYzw9h1IMTRmKqttAZZVU67bdb9Pr2vUHA8+j3i2tJfjO6C6+4myGTA==",
+            "license": "MIT",
+            "engines": {
+                "node": "18 || 20 || >=22"
+            }
         },
         "node_modules/brace-expansion": {
-            "version": "2.1.2",
-            "resolved": 
"https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.1.2.tgz";,
-            "integrity": 
"sha512-w5JZcKgdhDOgOwm8H+KgbosopHMuGcl6qbulwjtz3SM7I7P3yW1eAjzMPLrIE+NQ9vjgANKHWeMHnrT0OXW1oA==",
+            "version": "5.0.8",
+            "resolved": 
"https://registry.npmjs.org/brace-expansion/-/brace-expansion-5.0.8.tgz";,
+            "integrity": 
"sha512-JZyDyq3D4AUifKTPOB7DELf6XsB3WdPuNxCtob1vFXPsSXhdAiHBWJ/tJ8HAc9aH84BK+5JFZLNkJKx3G9kzQg==",
             "license": "MIT",
             "dependencies": {
-                "balanced-match": "^1.0.0"
+                "balanced-match": "^4.0.2"
+            },
+            "engines": {
+                "node": "20 || >=22"
             }
         },
         "node_modules/call-me-maybe": {
@@ -562,15 +568,18 @@
             }
         },
         "node_modules/minimatch": {
-            "version": "5.1.9",
-            "resolved": 
"https://registry.npmjs.org/minimatch/-/minimatch-5.1.9.tgz";,
-            "integrity": 
"sha512-7o1wEA2RyMP7Iu7GNba9vc0RWWGACJOCZBJX2GJWip0ikV+wcOsgVuY9uE8CPiyQhkGFSlhuSkZPavN7u1c2Fw==",
-            "license": "ISC",
+            "version": "10.2.5",
+            "resolved": 
"https://registry.npmjs.org/minimatch/-/minimatch-10.2.5.tgz";,
+            "integrity": 
"sha512-MULkVLfKGYDFYejP07QOurDLLQpcjk7Fw+7jXS2R2czRQzR56yHRveU5NDJEOviH+hETZKSkIk5c+T23GjFUMg==",
+            "license": "BlueOak-1.0.0",
             "dependencies": {
-                "brace-expansion": "^2.0.1"
+                "brace-expansion": "^5.0.5"
             },
             "engines": {
-                "node": ">=10"
+                "node": "18 || 20 || >=22"
+            },
+            "funding": {
+                "url": "https://github.com/sponsors/isaacs";
             }
         },
         "node_modules/mobx": {
diff --git a/framework/rest-api/package.json b/framework/rest-api/package.json
index a0fe4569b7..5a45b8eaef 100644
--- a/framework/rest-api/package.json
+++ b/framework/rest-api/package.json
@@ -9,7 +9,8 @@
     },
     "overrides": {
         "js-yaml": "4.3.0",
-        "brace-expansion": "2.1.2",
+        "minimatch": "10.2.5",
+        "brace-expansion": "5.0.8",
         "fast-xml-parser": "5.10.1",
         "dompurify": "3.4.12"
     }

Reply via email to