From 33fa6f10f739dc342583681b40e6f768253800e8 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 24 Mar 2022 16:05:53 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-MINIMIST-2429795 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 5ceb9d710..16fe562b9 100644 --- a/package.json +++ b/package.json @@ -38,7 +38,7 @@ "bluebird": "^2.9.24", "bugsnag-js": "^2.4.7", "classnames": "^1.2.0", - "coveralls": "^2.11.2", + "coveralls": "^3.0.0", "deep-extend": "^0.4.0", "dockerode": "^2.1.4", "exec": "0.2.0",