From bfbef80a37ad75d7b9955c783fa364f173e25146 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 29 Apr 2020 02:02:50 +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/244c6430-96f6-4fca-9a7c-1d84d8e2482b?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 d8f9fd2..47f7071 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,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",