From d3bfeffd439910cbea78c8bc98985087c30b33f9 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 4 Feb 2020 00:01:35 +0000 Subject: [PATCH] Bump testdouble-chai from 0.4.0 to 0.5.0 Bumps [testdouble-chai](https://github.com/BaseCase/testdouble-chai) from 0.4.0 to 0.5.0. - [Release notes](https://github.com/BaseCase/testdouble-chai/releases) - [Commits](https://github.com/BaseCase/testdouble-chai/compare/v0.4.0...v0.5.0) Signed-off-by: dependabot-preview[bot] --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 33ef64e..05f4552 100644 --- a/package-lock.json +++ b/package-lock.json @@ -4732,9 +4732,9 @@ } }, "testdouble-chai": { - "version": "0.4.0", - "resolved": "https://registry.npmjs.org/testdouble-chai/-/testdouble-chai-0.4.0.tgz", - "integrity": "sha1-bnos/lBtRZ0JREDZqNVnp6xcfLw=", + "version": "0.5.0", + "resolved": "https://registry.npmjs.org/testdouble-chai/-/testdouble-chai-0.5.0.tgz", + "integrity": "sha1-zhr1MnI4Q1c1wE+85ilisaan5vo=", "dev": true }, "theredoc": { diff --git a/package.json b/package.json index 5800ffa..aa80a23 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ "jshint": "^2.9.6", "mocha": "^5.2.0", "testdouble": "^3.8.1", - "testdouble-chai": "0.4.0" + "testdouble-chai": "0.5.0" }, "repository": { "type": "git",