From 02361be3265fb0371866660ebf1ec8fcba74bb8c Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" Date: Thu, 6 Jun 2019 21:27:40 +0000 Subject: [PATCH] Update coveralls requirement from ^2.13.1 to ^3.0.4 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/3.0.4) 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..c5efb37 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.4", "pre-commit": "1.x", "rc-test": "6.x", "rc-tools": "6.x",