From 0ec9bdca0d10ba49fcdd3fb6b714f8871ff09fca Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 26 Oct 2023 00:02:45 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-CRYPTOJS-6028119 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index e019a265..8cc947b9 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,7 @@ "start": "node ./bin/www" }, "dependencies": { - "abi-decoder": "^1.0.9", + "abi-decoder": "^2.2.0", "async": "^2.1.5", "bignumber.js": "^4.0.0", "body-parser": "~1.16.0",