From a3bdd339e50709947220b0d12626b3cc4ec756c9 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 30 Jun 2022 01:40:19 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-HAWK-2808852 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index fb39ed91..5ba53f9c 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",