From ac1023d10cc256b0eb542876be8c09fd98aef3e0 Mon Sep 17 00:00:00 2001 From: Sebastian Beltran Date: Mon, 24 Nov 2025 20:49:46 -0500 Subject: [PATCH 1/2] deps: use tilde notation for dependencies Signed-off-by: Sebastian Beltran --- package.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index aabb1c36..bdba1dfc 100644 --- a/package.json +++ b/package.json @@ -10,10 +10,10 @@ "license": "MIT", "repository": "stream-utils/raw-body", "dependencies": { - "bytes": "3.1.2", - "http-errors": "2.0.0", - "iconv-lite": "0.4.24", - "unpipe": "1.0.0" + "bytes": "~3.1.2", + "http-errors": "~2.0.1", + "iconv-lite": "~0.4.24", + "unpipe": "~1.0.0" }, "devDependencies": { "bluebird": "3.7.2", From cd282f7a0b3abae310acbd2f0682f889ec7fd862 Mon Sep 17 00:00:00 2001 From: Sebastian Beltran Date: Tue, 25 Nov 2025 09:00:14 -0500 Subject: [PATCH 2/2] update history Signed-off-by: Sebastian Beltran --- HISTORY.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/HISTORY.md b/HISTORY.md index baf0e2d8..ca5685fb 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,3 +1,10 @@ +unreleased +================== + * deps: http-errors@2.0.1 + - deps: statuses@2.0.2 + - deps: use tilde notation for dependencies + * deps: use tilde notation for dependencies + 2.5.2 / 2023-02-21 ==================