From cbe7fec9fd30e3b0a38e5e78f804d89e46ac71a3 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 27 Nov 2023 20:26:28 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-ANSIREGEX-1583908 - https://snyk.io/vuln/SNYK-JS-BL-608877 - https://snyk.io/vuln/SNYK-JS-HAWK-2808852 - https://snyk.io/vuln/SNYK-JS-REQUEST-3361831 - https://snyk.io/vuln/SNYK-JS-TAR-1536528 - https://snyk.io/vuln/SNYK-JS-TAR-1536531 - https://snyk.io/vuln/SNYK-JS-TAR-1536758 - https://snyk.io/vuln/SNYK-JS-TAR-1579147 - https://snyk.io/vuln/SNYK-JS-TAR-1579152 - https://snyk.io/vuln/SNYK-JS-TAR-1579155 - https://snyk.io/vuln/SNYK-JS-TOUGHCOOKIE-5672873 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index fb39ed91..ab0c8978 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", @@ -32,7 +32,7 @@ "range": "0.0.3", "redis": "^2.6.5", "request": "^2.79.0", - "request-json": "0.6.1", + "request-json": "0.6.4", "shapeshift.io": "1.3.0", "socketio": "^1.0.0", "sprintf-js": "^1.0.3",