From 9c3e2e891908ece31f485e582a4659827d69acea Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 26 May 2020 08:27:47 +0000 Subject: [PATCH] Bump karma-should from 0.0.1 to 1.0.0 Bumps [karma-should](https://github.com/seegno/karma-should) from 0.0.1 to 1.0.0. - [Release notes](https://github.com/seegno/karma-should/releases) - [Changelog](https://github.com/ruimarinho/karma-should/blob/master/CHANGELOG.md) - [Commits](https://github.com/seegno/karma-should/commits/1.0.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 b3dca55..65f98f3 100644 --- a/package.json +++ b/package.json @@ -43,7 +43,7 @@ "karma-firefox-launcher": "^0.1.4", "karma-mocha": "^0.1.10", "karma-mocha-reporter": "^0.3.1", - "karma-should": "0.0.1", + "karma-should": "1.0.0", "karma-sinon": "^1.0.4", "lodash": "^4.0.0", "mocha": "^2.4.5",