From 8ec9906eadcf76db2681b191fe789b5f5ff6a259 Mon Sep 17 00:00:00 2001 From: "snyk-io[bot]" <141718529+snyk-io[bot]@users.noreply.github.com> Date: Wed, 23 Oct 2024 16:16:23 +0000 Subject: [PATCH] fix: node_modules/lru-cache/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-INFLIGHT-6095116 --- node_modules/lru-cache/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/node_modules/lru-cache/package.json b/node_modules/lru-cache/package.json index ef11862319611..d5dae88b79279 100644 --- a/node_modules/lru-cache/package.json +++ b/node_modules/lru-cache/package.json @@ -59,7 +59,7 @@ "marked": "^4.2.12", "mkdirp": "^2.1.5", "prettier": "^2.6.2", - "tap": "^18.5.7", + "tap": "^20.0.0", "tshy": "^1.8.0", "tslib": "^2.4.0", "typedoc": "^0.25.3",