From 899924569a688105afd89c8073f845fe94fb4c78 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 18 Aug 2022 23:37:23 +0000 Subject: [PATCH] fix: packages/0x.js/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 --- packages/0x.js/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/0x.js/package.json b/packages/0x.js/package.json index 33b3a51e9a..f187e80e5a 100644 --- a/packages/0x.js/package.json +++ b/packages/0x.js/package.json @@ -85,7 +85,7 @@ "@0x/subproviders": "^6.1.1", "@0x/types": "^3.2.0", "@0x/typescript-typings": "^5.1.1", - "@0x/utils": "^5.5.1", + "@0x/utils": "^7.0.0", "@0x/web3-wrapper": "^7.2.0", "@types/node": "12.12.54", "@types/web3-provider-engine": "^14.0.0",