From c855731bc9b92fca065b0e7a3f14095b2519ae6f Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 25 May 2024 04:04:12 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-HAWK-6969142 --- 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",