This is an automated email from the ASF dual-hosted git repository. afs pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/jena.git
commit f806c1982ebadd77ad94b71911c5fd6eb2dbfb9d Author: Andy Seaborne <[email protected]> AuthorDate: Thu Apr 16 09:15:36 2026 +0100 Set version resolutions for picomatch and minimatch --- jena-fuseki2/jena-fuseki-ui/package.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/jena-fuseki2/jena-fuseki-ui/package.json b/jena-fuseki2/jena-fuseki-ui/package.json index 7192636c5c..1edf563d52 100644 --- a/jena-fuseki2/jena-fuseki-ui/package.json +++ b/jena-fuseki2/jena-fuseki-ui/package.json @@ -81,7 +81,9 @@ "webpack": "^5.104.1" }, "resolutions": { - "on-headers": "^1.1.0" + "on-headers": ">=1.1.0", + "picomatch": ">=4.0.4", + "minimatch": ">=9.0.7" }, "packageManager": "[email protected]+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e" }
