From 06bb344ffb6aa1f3f604102498d371c354fe4b4b Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 24 Mar 2024 21:24:59 +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-WEB3UTILS-6229337 --- contracts/zero-ex/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/contracts/zero-ex/package.json b/contracts/zero-ex/package.json index 72cce95de7..7aa3bc76d6 100644 --- a/contracts/zero-ex/package.json +++ b/contracts/zero-ex/package.json @@ -57,7 +57,7 @@ "@0x/contracts-gen": "^2.0.10", "@0x/contracts-erc20": "^3.2.1", "@0x/contracts-test-utils": "^5.3.4", - "@0x/dev-utils": "^3.3.0", + "@0x/dev-utils": "^5.0.0", "@0x/order-utils": "^10.3.0", "@0x/sol-compiler": "^4.1.1", "@0x/ts-doc-gen": "^0.0.22", @@ -76,7 +76,7 @@ }, "dependencies": { "@0x/base-contract": "^6.2.3", - "@0x/subproviders": "^6.1.1", + "@0x/subproviders": "^7.0.0", "@0x/types": "^3.2.0", "@0x/typescript-typings": "^5.1.1", "@0x/utils": "^5.5.1",