diff --git a/HISTORY.md b/HISTORY.md index db20e478..ff4b8e54 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -8,6 +8,9 @@ unreleased - deps: statuses@'>= 1.3.0 < 2' - perf: enable strict mode * deps: qs@6.2.0 + * deps: raw-body@~2.1.7 + - deps: bytes@2.4.0 + - perf: remove double-cleanup on happy path * deps: type-is@~1.6.13 - deps: mime-types@~2.1.11 diff --git a/package.json b/package.json index b2958bd5..2cf291fb 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ "iconv-lite": "0.4.13", "on-finished": "~2.3.0", "qs": "6.2.0", - "raw-body": "~2.1.6", + "raw-body": "~2.1.7", "type-is": "~1.6.13" }, "devDependencies": {