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

andy pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/jena.git


The following commit(s) were added to refs/heads/main by this push:
     new 91b09c5263 GH-3353: Add resolve on-headers to at least version 1.1.0
91b09c5263 is described below

commit 91b09c5263002d0055fae5f2c1ed8dfa68c8f8fc
Author: Andy Seaborne <[email protected]>
AuthorDate: Tue Jul 29 11:19:05 2025 +0100

    GH-3353: Add resolve on-headers to at least version 1.1.0
---
 jena-fuseki2/jena-fuseki-ui/package.json | 4 +++-
 jena-fuseki2/jena-fuseki-ui/yarn.lock    | 8 ++++----
 2 files changed, 7 insertions(+), 5 deletions(-)

diff --git a/jena-fuseki2/jena-fuseki-ui/package.json 
b/jena-fuseki2/jena-fuseki-ui/package.json
index e2aa959ff1..036862757d 100644
--- a/jena-fuseki2/jena-fuseki-ui/package.json
+++ b/jena-fuseki2/jena-fuseki-ui/package.json
@@ -77,6 +77,8 @@
     "wait-on": "^8.0.0",
     "webpack": "^5"
   },
-  "resolutions": {},
+  "resolutions": {
+    "on-headers": "^1.1.0"
+  },
   "packageManager": 
"[email protected]+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
 }
diff --git a/jena-fuseki2/jena-fuseki-ui/yarn.lock 
b/jena-fuseki2/jena-fuseki-ui/yarn.lock
index 75d737c208..386f538e33 100644
--- a/jena-fuseki2/jena-fuseki-ui/yarn.lock
+++ b/jena-fuseki2/jena-fuseki-ui/yarn.lock
@@ -5565,10 +5565,10 @@ on-finished@~2.3.0:
   dependencies:
     ee-first "1.1.1"
 
-on-headers@~1.0.2:
-  version "1.0.2"
-  resolved 
"https://registry.yarnpkg.com/on-headers/-/on-headers-1.0.2.tgz#772b0ae6aaa525c399e489adfad90c403eb3c28f";
-  integrity 
sha512-pZAE+FJLoyITytdqK0U5s+FIpjN0JP3OzFi/u8Rx+EV5/W+JTWGXG8xFzevE7AjBfDqHv/8vL8qQsIhHnqRkrA==
+on-headers@^1.1.0, on-headers@~1.0.2:
+  version "1.1.0"
+  resolved 
"https://registry.yarnpkg.com/on-headers/-/on-headers-1.1.0.tgz#59da4f91c45f5f989c6e4bcedc5a3b0aed70ff65";
+  integrity 
sha512-737ZY3yNnXy37FHkQxPzt4UZ2UWPWiCZWLvFZ4fu5cueciegX0zGPnrlY6bwRg4FdQOe9YU8MkmJwGhoMybl8A==
 
 once@^1.3.0, once@^1.3.1, once@^1.4.0:
   version "1.4.0"

Reply via email to