From c128754eee44369998f0e728826fb9e9f6480cc6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Fri, 23 Nov 2018 06:20:46 +0000 Subject: [PATCH] Update coveralls requirement from ^2.11.2 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 f9d3d03..79e63c5 100644 --- a/package.json +++ b/package.json @@ -30,7 +30,7 @@ }, "devDependencies": { "chai": "^1.9.1", - "coveralls": "^2.11.2", + "coveralls": "^3.0.2", "gulp": "^3.8.9", "gulp-istanbul": "^0.5.0", "gulp-jshint": "^1.8.6",