From 7969d3b0f45d2059d85c1deb62e9499dda3e8935 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 22 Mar 2024 15:57:19 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-TAR-6476909 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index fb39ed91..68e0a13d 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ "license": "MIT", "dependencies": { "async": "2.1.4", - "bignum": "^0.12.5", + "bignum": "^0.13.1", "bluebird": "3.4.7", "body-parser": "^1.16.0", "bufferutil": "^1.3.0",