From 5b14fd2df882cc3d740f6204441824546b660600 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 21 Apr 2020 20:53:23 +0800 Subject: [PATCH] chore(deps-dev): bump rewire from 4.0.1 to 5.0.0 (#187) Bumps [rewire](https://github.com/jhnns/rewire) from 4.0.1 to 5.0.0. - [Release notes](https://github.com/jhnns/rewire/releases) - [Changelog](https://github.com/jhnns/rewire/blob/master/CHANGELOG.md) - [Commits](https://github.com/jhnns/rewire/compare/v4.0.1...v5.0.0) Signed-off-by: dependabot-preview[bot] Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 580d5447..c11b5b10 100644 --- a/package.json +++ b/package.json @@ -40,7 +40,7 @@ "html-tag-validator": "^1.5.0", "mocha": "^7.0.0", "nyc": "^15.0.0", - "rewire": "^4.0.1" + "rewire": "^5.0.0" }, "dependencies": { "bluebird": "^3.5.2",