From faef5b411d75769490d94d5fa92ed98a119dc62b 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:32:01 +0000 Subject: [PATCH] Bump should from 4.6.5 to 13.2.3 Bumps [should](https://github.com/shouldjs/should.js) from 4.6.5 to 13.2.3. - [Release notes](https://github.com/shouldjs/should.js/releases) - [Changelog](https://github.com/shouldjs/should.js/blob/master/History.md) - [Commits](https://github.com/shouldjs/should.js/compare/4.6.5...13.2.3) 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..94a354b 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ "koa": "^0.14.0", "koa-bodyparser": "^1.4.1", "mocha": "^2.0.1", - "should": "^4.4.1", + "should": "^13.2.3", "sinon": "^1.14.1", "supertest": "^0.15.0" },