From 7501812e1dca24bcffde62b0d6588239954087b6 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 1 Sep 2021 23:56:45 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-TAR-1579147 - https://snyk.io/vuln/SNYK-JS-TAR-1579152 - https://snyk.io/vuln/SNYK-JS-TAR-1579155 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index ae88ff4ca..9b9b48dab 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ "url": "https://github.com/zone117x/node-cryptonote-pool.git" }, "dependencies": { - "bignum": "0.12.5", + "bignum": "0.13.0", "async": "1.5.2", "redis": "0.12.1", "cli-color": "1.1.0",