From 0eab0276daf23c4cf1e4d96766e88602b3eb870f Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 3 Jun 2025 08:21:42 +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 d5dbcc4..4453a84 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ "devDependencies": { "blanket": "1.x.x", "catbox-memory": "^2.0.1", - "coveralls": "2.x.x", + "coveralls": "3.0.0", "hapi": "^17.0.0", "jshint": "2.x.x", "mocha": "^10.2.0",