From 361254dddf8667a7266ba98a297bbeb38c14f401 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 18 May 2024 08:41:15 +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-BABELTRAVERSE-5962463 --- 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..8b66b710ac 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.3", "standard": "*", "tape": "^4.0.0" },