From 2e93e361d19d2df4a14d9c305835730beb8f0a31 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:40 +0000 Subject: [PATCH] Bump should from 7.1.1 to 13.2.3 Bumps [should](https://github.com/shouldjs/should.js) from 7.1.1 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/7.1.1...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 67a6106..94f69c2 100644 --- a/package.json +++ b/package.json @@ -30,7 +30,7 @@ "body-parser": "^1.14.1", "jshint": "^2.8.0", "mocha": "^2.3.3", - "should": "^7.1.0", + "should": "^13.2.3", "sinon": "^1.14.1", "supertest": "^0.15.0" },