From 678d9c815c7293afdbaf32879fd554174b8dfa77 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 18 Aug 2022 17:01:24 +0000 Subject: [PATCH] fix: contracts/broker/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-NODEFETCH-2342118 - https://snyk.io/vuln/SNYK-JS-NODEFETCH-674311 --- contracts/broker/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contracts/broker/package.json b/contracts/broker/package.json index 19e837a608..1611a962a2 100644 --- a/contracts/broker/package.json +++ b/contracts/broker/package.json @@ -87,7 +87,7 @@ "@0x/base-contract": "^6.2.3", "@0x/order-utils": "^10.3.0", "@0x/typescript-typings": "^5.1.1", - "@0x/utils": "^5.5.1", + "@0x/utils": "^7.0.0", "ethereum-types": "^3.2.0" }, "publishConfig": {