From 85ea60375ffaafb982ab9b4bf1af67e7f54cf5ad Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 1 Dec 2023 01:49:51 +0000 Subject: [PATCH] fix: node_modules/typedarray-to-buffer/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-INFLIGHT-6095116 --- node_modules/typedarray-to-buffer/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/node_modules/typedarray-to-buffer/package.json b/node_modules/typedarray-to-buffer/package.json index 208763783f..100dedd6a9 100644 --- a/node_modules/typedarray-to-buffer/package.json +++ b/node_modules/typedarray-to-buffer/package.json @@ -14,7 +14,7 @@ "is-typedarray": "^1.0.0" }, "devDependencies": { - "airtap": "0.0.4", + "airtap": "4.0.0", "standard": "*", "tape": "^4.0.0" },