diff --git a/package-lock.json b/package-lock.json index 8577c58..1678725 100644 --- a/package-lock.json +++ b/package-lock.json @@ -16,7 +16,7 @@ "bybit-api": "^4.5.3", "coinbase-api": "^1.1.11", "gateio-api": "^1.4.2", - "https-proxy-agent": "latest", + "https-proxy-agent": "*", "kucoin-api": "^2.5.0", "okx-api": "^3.1.2", "socks-proxy-agent": "^8.0.5" @@ -3701,15 +3701,16 @@ "license": "ISC" }, "node_modules/follow-redirects": { - "version": "1.15.9", - "resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.15.9.tgz", - "integrity": "sha512-gew4GsXizNgdoRyqmyfMHyAmXsZDk6mHkSxZFCzW9gwlbtOW44CDtYavM+y+72qD/Vq2l550kMF52DT8fOLJqQ==", + "version": "1.16.0", + "resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.16.0.tgz", + "integrity": "sha512-y5rN/uOsadFT/JfYwhxRS5R7Qce+g3zG97+JrtFZlC9klX/W5hD7iiLzScI4nZqUS7DNUdhPgw4xI8W2LuXlUw==", "funding": [ { "type": "individual", "url": "https://github.com/sponsors/RubenVerborgh" } ], + "license": "MIT", "engines": { "node": ">=4.0" },