From b103acb6707981d0ea95caec9db55a524c19b7a1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Fri, 22 Feb 2019 21:16:10 +0000 Subject: [PATCH] chore(deps-dev): update coveralls requirement from ^2.13.1 to ^3.0.3 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.3) Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 69de21e..3883f6a 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.3", "pre-commit": "1.x", "rc-test": "6.x", "rc-tools": "6.x",