From b7fa0a4f3a396e3f61dc1b41a3de990011d0af99 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Thu, 20 Dec 2018 06:29:27 +0000 Subject: [PATCH] build(deps-dev): update coveralls requirement from ^2.13.1 to ^3.0.2 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.2) Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 579300e..1f1725d 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.2", "pre-commit": "1.x", "rc-test": "6.x", "rc-tools": "6.x",