From 9dbadaa9dd16aeed93dc465aa179b3c0aa54c0a0 Mon Sep 17 00:00:00 2001 From: Phillip Barta Date: Tue, 25 Nov 2025 21:03:26 +0100 Subject: [PATCH] deps: use tilde notation and update certain dependencies --- HISTORY.md | 3 +++ package.json | 14 +++++++------- 2 files changed, 10 insertions(+), 7 deletions(-) diff --git a/HISTORY.md b/HISTORY.md index 57165c2f..6f6031fb 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -2,6 +2,9 @@ unreleased =================== * deps: qs@~6.14.0 + * deps: use tilde notation for dependencies + * deps: http-errors@~2.0.1 + * deps: raw-body@~2.5.3 1.20.3 / 2024-09-10 =================== diff --git a/package.json b/package.json index 915cbf87..c8586349 100644 --- a/package.json +++ b/package.json @@ -9,18 +9,18 @@ "license": "MIT", "repository": "expressjs/body-parser", "dependencies": { - "bytes": "3.1.2", + "bytes": "~3.1.2", "content-type": "~1.0.5", "debug": "2.6.9", "depd": "2.0.0", - "destroy": "1.2.0", - "http-errors": "2.0.0", - "iconv-lite": "0.4.24", - "on-finished": "2.4.1", + "destroy": "~1.2.0", + "http-errors": "~2.0.1", + "iconv-lite": "~0.4.24", + "on-finished": "~2.4.1", "qs": "~6.14.0", - "raw-body": "2.5.2", + "raw-body": "~2.5.3", "type-is": "~1.6.18", - "unpipe": "1.0.0" + "unpipe": "~1.0.0" }, "devDependencies": { "eslint": "8.34.0",