From c5737e0452a7e21361e1abbd35826cd762d504f4 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 23 May 2024 05:22:08 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-HAWK-6969142 --- 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",