From ae539e15f9d5b0af31764ef277f5461c93fc5827 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 28 Nov 2023 14:07:15 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-REQUEST-3361831 - 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 aa9e6c51a6..43c6234fcf 100644 --- a/package.json +++ b/package.json @@ -7,12 +7,12 @@ }, "dependencies": { "ansi_up": "^1.3.0", - "bitfinex-api-node": "^0.2.9", + "bitfinex-api-node": "^6.0.0", "coinbase-exchange": "git+https://github.com/carlos8f/coinbase-exchange-node.git#e6133d9a9e4ee3c5f911ba533529167e16e99324", "colors": "^1.1.2", "commander": "^2.9.0", "formatmicro": "^1.0.6", - "kraken-api": "^0.1.7", + "kraken-api": "^1.0.0", "micro-request": "^666.0.8", "moment": "^2.13.0", "moment-timezone": "^0.5.4",