From 31db7d38b3b81c4fb255a311804311faa477e9c0 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 3 Dec 2023 07:05:32 +0000 Subject: [PATCH] fix: deps/npm/node_modules/wrappy/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-INFLIGHT-6095116 --- deps/npm/node_modules/wrappy/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deps/npm/node_modules/wrappy/package.json b/deps/npm/node_modules/wrappy/package.json index 130752046714d6..7088f8f3fd2d52 100644 --- a/deps/npm/node_modules/wrappy/package.json +++ b/deps/npm/node_modules/wrappy/package.json @@ -11,7 +11,7 @@ }, "dependencies": {}, "devDependencies": { - "tap": "^2.3.1" + "tap": "^18.0.0" }, "scripts": { "test": "tap --coverage test/*.js"