From a2a49361da4ca6c4dc033d87004a9dcdf2d5c338 Mon Sep 17 00:00:00 2001 From: Mauricio Guzman Date: Fri, 25 Oct 2024 16:38:56 -0400 Subject: [PATCH] Add caret for body-parser dependencies --- package.json | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/package.json b/package.json index 068dfa99..75339f04 100644 --- a/package.json +++ b/package.json @@ -9,15 +9,16 @@ "license": "MIT", "repository": "expressjs/body-parser", "dependencies": { - "bytes": "3.1.2", - "content-type": "~1.0.5", - "debug": "3.1.0", - "http-errors": "2.0.0", - "iconv-lite": "0.5.2", - "on-finished": "2.4.1", - "qs": "6.13.0", + "bytes": "^3.1.2", + "content-type": "^1.0.5", + "debug": "^3.1.0", + "destroy": "^1.2.0", + "http-errors": "^2.0.0", + "iconv-lite": "^0.5.2", + "on-finished": "^2.4.1", + "qs": "^6.14.0", "raw-body": "^3.0.0", - "type-is": "^2.0.0" + "type-is": "^1.6.18" }, "devDependencies": { "eslint": "8.34.0",