From 663210918afbc22f34d9a73481c5caa9fb7640ea Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Thu, 20 Dec 2018 06:38:06 +0000 Subject: [PATCH] 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 0a102a21..0f3cd0c0 100644 --- a/package.json +++ b/package.json @@ -39,7 +39,7 @@ "devDependencies": { "axios": "^0.18.0", "co-busboy": "^1.3.0", - "coveralls": "^2.13.1", + "coveralls": "^3.0.2", "expect.js": "0.3.x", "jest": "^20.0.1", "pre-commit": "1.x",