From 18752a3a66f74d9eeb9da4c330f5f8e145a08a06 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 7 Jul 2020 19:40:29 +0000 Subject: [PATCH] Bump koa-compress from 3.1.0 to 5.0.1 Bumps [koa-compress](https://github.com/koajs/compress) from 3.1.0 to 5.0.1. - [Release notes](https://github.com/koajs/compress/releases) - [Changelog](https://github.com/koajs/compress/blob/master/HISTORY.md) - [Commits](https://github.com/koajs/compress/compare/3.1.0...v5.0.1) Signed-off-by: dependabot-preview[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 1e7212b..e7e334c 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ "jsonwebtoken": "^8.5.1", "koa": "^2.11.0", "koa-bodyparser": "^4.2.1", - "koa-compress": "^3.0.0", + "koa-compress": "^5.0.1", "koa-cookie": "^1.0.0", "koa-mount": "^4.0.0", "koa-router": "^7.4.0",