From 2027b87a27396d418f7848cc7fc4c353d798c3d9 Mon Sep 17 00:00:00 2001 From: Josh Buker Date: Tue, 8 Oct 2024 10:10:56 +0000 Subject: [PATCH] fix(deps): cookie@0.7.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Ulises Gascón --- History.md | 5 +++++ package.json | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/History.md b/History.md index 2592c976bf..1bf1328200 100644 --- a/History.md +++ b/History.md @@ -1,3 +1,8 @@ +unreleased +========== + +* Update `cookie` semver lock to address CVE-2024-47764 + 5.0.0 / 2024-09-10 ========================= * remove: diff --git a/package.json b/package.json index 3a10ae4dc5..473f6a8612 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ "body-parser": "^2.0.1", "content-disposition": "^1.0.0", "content-type": "~1.0.4", - "cookie": "0.6.0", + "cookie": "0.7.1", "cookie-signature": "^1.2.1", "debug": "4.3.6", "depd": "2.0.0",