From dbac741a49a5a64336b70c06e85c2e2706e36336 Mon Sep 17 00:00:00 2001 From: Ulises Gascon Date: Mon, 1 Dec 2025 19:35:03 +0100 Subject: [PATCH] 5.2.1 --- History.md | 5 +++++ package.json | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/History.md b/History.md index 287a8522..57128776 100644 --- a/History.md +++ b/History.md @@ -1,3 +1,8 @@ +5.2.1 / 2025-12-01 +======================= + +* Revert security fix for [CVE-2024-51999](https://www.cve.org/CVERecord?id=CVE-2024-51999) ([GHSA-pj86-cfqh-vqx6](https://github.com/expressjs/express/security/advisories/GHSA-pj86-cfqh-vqx6)) + 5.2.0 / 2025-12-01 ======================== diff --git a/package.json b/package.json index ade9ed9d..8f358830 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "express", "description": "Fast, unopinionated, minimalist web framework", - "version": "5.2.0", + "version": "5.2.1", "author": "TJ Holowaychuk ", "contributors": [ "Aaron Heckmann ",