From 46a695591e1e38bad2d23bc69b90bcc12e0c18b4 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 16 Oct 2024 19:55:10 +0000 Subject: [PATCH] fix: contracts/zero-ex/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-ELLIPTIC-8187303 - https://snyk.io/vuln/SNYK-JS-ELLIPTIC-8172694 --- contracts/zero-ex/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contracts/zero-ex/package.json b/contracts/zero-ex/package.json index 72cce95de7..235ed54d97 100644 --- a/contracts/zero-ex/package.json +++ b/contracts/zero-ex/package.json @@ -82,7 +82,7 @@ "@0x/utils": "^5.5.1", "@0x/web3-wrapper": "^7.2.0", "ethereum-types": "^3.2.0", - "ethereumjs-util": "^5.1.1" + "ethereumjs-util": "^5.2.1" }, "publishConfig": { "access": "public"