From 5a8b3ac08a854fc168fe8809ccd0715ac4147bc7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Thu, 22 Nov 2018 12:52:52 +0000 Subject: [PATCH] Update rewire requirement from ^2.5.1 to ^4.0.1 Updates the requirements on [rewire](https://github.com/jhnns/rewire) to permit the latest version. - [Release notes](https://github.com/jhnns/rewire/releases) - [Changelog](https://github.com/jhnns/rewire/blob/master/CHANGELOG.md) - [Commits](https://github.com/jhnns/rewire/commits/v4.0.1) Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 8375aea4..d1012a87 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ "html-tag-validator": "^1.5.0", "istanbul": "^0.4.3", "mocha": "^5.1.0", - "rewire": "^2.5.1" + "rewire": "^4.0.1" }, "dependencies": { "bluebird": "^3.5.2",