From 9d5e81ee20f2c08ab9f79884e584092f050147f6 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 11 Oct 2022 21:31:05 +0000 Subject: [PATCH] fix: upgrade coveralls from 3.0.9 to 3.1.1 Snyk has created this PR to upgrade coveralls from 3.0.9 to 3.1.1. See this package in npm: https://www.npmjs.com/package/coveralls See this project in Snyk: https://app.snyk.io/org/swyftx-pty-ltd/project/0a1ef510-c826-47dd-a6e1-80bee2fe7354?utm_source=github&utm_medium=referral&page=upgrade-pr --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 0856f0b..b1447b1 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ "devDependencies": { "async-once": "^1.0.1", "babel-eslint": "^10.0.3", - "coveralls": "^3.0.9", + "coveralls": "^3.1.1", "gulp": "^4.0.2", "gulp-eslint": "^6.0.0", "gulp-mocha": "^7.0.2",