From 6149a621403e153398380a258424cf99ee732f7c Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 18 Sep 2019 06:45:03 +0000 Subject: [PATCH] Update coveralls requirement from ^2.13.1 to ^3.0.6 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) 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 1be8abb..53da191 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "url": "https://github.com/Gaafar/pkg-require.git" }, "devDependencies": { - "coveralls": "^2.13.1", + "coveralls": "^3.0.6", "eslint": "^3.17.1", "eslint-config-airbnb": "^10.0.1", "eslint-plugin-import": "^1.14.0",