From 211441a473e5d2b3a27968c30d122e2d3bae37a5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C3=ABl=20Zasso?= Date: Fri, 14 Mar 2025 12:48:32 +0100 Subject: [PATCH 1/2] lookup: use HEAD for `express-session` We need https://github.com/expressjs/session/commit/67d61ee1799a8070dff4a5b759189be2023c7a62 until their next release. --- lib/lookup.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/lookup.json b/lib/lookup.json index cc4827a5..5ebfe094 100644 --- a/lib/lookup.json +++ b/lib/lookup.json @@ -169,7 +169,8 @@ }, "express-session": { "prefix": "v", - "maintainers": "dougwilson" + "maintainers": "dougwilson", + "head": true }, "fastify": { "maintainers": ["mcollina"], From 7085452aa9a71f2044067b10418b469015a87a79 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C3=ABl=20Zasso?= Date: Fri, 14 Mar 2025 16:33:10 +0100 Subject: [PATCH 2/2] Update lib/lookup.json MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Ulises Gascón --- lib/lookup.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/lookup.json b/lib/lookup.json index 5ebfe094..35ffd637 100644 --- a/lib/lookup.json +++ b/lib/lookup.json @@ -169,7 +169,7 @@ }, "express-session": { "prefix": "v", - "maintainers": "dougwilson", + "maintainers": "ulisesGascon", "head": true }, "fastify": {