diff --git a/HISTORY.md b/HISTORY.md index 22825de7..11f91b6f 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,3 +1,10 @@ +unreleased +========== + + * deps: accepts@~1.3.0 + - deps: mime-types@~2.1.7 + - deps: negotiator@0.6.0 + 1.5.2 / 2015-07-30 ================== diff --git a/package.json b/package.json index bf7408ed..0c85ddef 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,7 @@ "license": "MIT", "repository": "expressjs/compression", "dependencies": { - "accepts": "~1.2.12", + "accepts": "~1.3.0", "bytes": "2.1.0", "compressible": "~2.0.5", "debug": "~2.2.0",