From 06bec1694368d83f3035a495abd3f7fe6b7576f1 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 7 Apr 2022 16:30:28 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-ASYNC-2441827 --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index b668359b2..0991b5c93 100644 --- a/package.json +++ b/package.json @@ -43,7 +43,7 @@ "secp256k1": "secp256k1/js" }, "dependencies": { - "async": "^1.5.2", + "async": "^3.2.2", "bip38": "^1.4.0", "bitcore-lib": "^0.13.14", "bitcore-mnemonic": "~1.0.0", @@ -51,10 +51,10 @@ "grunt": "^1.0.1", "grunt-angular-gettext": "^2.2.3", "grunt-browserify": "^5.0.0", - "grunt-contrib-compress": "^1.3.0", + "grunt-contrib-compress": "^2.0.0", "grunt-contrib-concat": "^1.0.1", "grunt-contrib-copy": "^1.0.0", - "grunt-contrib-uglify": "^1.0.1", + "grunt-contrib-uglify": "^2.2.0", "grunt-contrib-watch": "^1.0.0", "grunt-exec": "^1.0.0", "jszip": "^3.1.3",