From f397073459b4f88933323a45deb9e6d4afe07f4d Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 26 May 2023 14:10:16 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-BIGNUM-5602376 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 874b92499..7366ed028 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",