From 7f572ec42d772a0e653ebb84362281d71b111058 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 2 Dec 2023 04:16:18 +0000 Subject: [PATCH] fix: node_modules/wrappy/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-BL-608877 --- node_modules/wrappy/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/node_modules/wrappy/package.json b/node_modules/wrappy/package.json index 277d8831b5..15f9ced9a2 100644 --- a/node_modules/wrappy/package.json +++ b/node_modules/wrappy/package.json @@ -11,7 +11,7 @@ }, "dependencies": {}, "devDependencies": { - "tap": "^2.3.1" + "tap": "^5.4.3" }, "scripts": { "test": "tap --coverage test/*.js"