From 763965bf74709babf3627075813210d43ca9822f Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 12 Aug 2021 02:31:41 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-TAR-1536758 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 874b9249..025798c9 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.0", "bluebird": "3.4.7", "body-parser": "^1.16.0", "bufferutil": "^1.3.0",