From 4fcfdbd3e96b1eb2bb590f5593ee70ab1575f609 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 7 Aug 2019 21:26:57 +0000 Subject: [PATCH] Update coveralls requirement from ^2.13.1 to ^3.0.6 Updates the requirements on [coveralls](https://github.com/nickmerwin/node-coveralls) to permit the latest version. - [Release notes](https://github.com/nickmerwin/node-coveralls/releases) - [Commits](https://github.com/nickmerwin/node-coveralls/commits) 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 69de21e..c10c6ae 100644 --- a/package.json +++ b/package.json @@ -79,7 +79,7 @@ "jest": "^20.0.4", "enzyme": "^2.9.1", "enzyme-to-json": "^1.5.1", - "coveralls": "^2.13.1", + "coveralls": "^3.0.6", "pre-commit": "1.x", "rc-test": "6.x", "rc-tools": "6.x",