From c2b92b7e2b920b4d213e473e4617ca19a84144fb Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 25 May 2020 13:33:04 +0000 Subject: [PATCH] Bump koa-bodyparser from 1.6.0 to 4.3.0 Bumps [koa-bodyparser](https://github.com/koajs/bodyparser) from 1.6.0 to 4.3.0. - [Release notes](https://github.com/koajs/bodyparser/releases) - [Changelog](https://github.com/koajs/bodyparser/blob/master/History.md) - [Commits](https://github.com/koajs/bodyparser/compare/1.6.0...4.3.0) 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 b21df78..c38eefd 100644 --- a/package.json +++ b/package.json @@ -30,7 +30,7 @@ "co-supertest": "0.0.8", "jshint": "^2.8.0", "koa": "^0.14.0", - "koa-bodyparser": "^1.4.1", + "koa-bodyparser": "^4.3.0", "mocha": "^2.0.1", "should": "^4.4.1", "sinon": "^1.14.1",