diff --git a/HISTORY.md b/HISTORY.md index baf0e2d..ca5685f 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 ================== diff --git a/package.json b/package.json index aabb1c3..bdba1df 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",