From d192bd6df37daab178f832141e406d410d65f1f2 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 29 Apr 2020 04:10:39 +0200 Subject: [PATCH] fix: upgrade coveralls from 3.0.9 to 3.1.0 Snyk has created this PR to upgrade coveralls from 3.0.9 to 3.1.0. See this package in NPM: https://www.npmjs.com/package/coveralls See this project in Snyk: https://app.snyk.io/org/randytarampi/project/9a31bce3-39e1-45b0-857f-c1a8e3a679fd?utm_source=github&utm_medium=upgrade-pr --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 6201052..53e51a2 100644 --- a/package.json +++ b/package.json @@ -62,7 +62,7 @@ "@semantic-release/changelog": "^5.0.0", "@semantic-release/git": "^9.0.0", "chai": "^4.2.0", - "coveralls": "^3.0.9", + "coveralls": "^3.1.0", "eslint-plugin-import": "^2.19.1", "gulp": "^4.0.2", "gulp-eslint": "^6.0.0",