From df88e020c04d50acbccdc8591ab41c6dc18ae588 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 19 Oct 2022 15:12:37 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-MINIMATCH-3050818 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index d1a79017..757737a8 100644 --- a/package.json +++ b/package.json @@ -15,8 +15,8 @@ }, "devDependencies": { "socket.io-client": "0.9.16", - "precommit-hook": "0.3.10", - "tape": "^2.13.1" + "precommit-hook": "0.4.0", + "tape": "^4.0.0" }, "scripts": { "test": "node test.js"