From ab874df01629009314b0dea40179ab7095d5bb97 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 18 Aug 2022 07:59:58 +0000 Subject: [PATCH] fix: contracts/erc20/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/erc20/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contracts/erc20/package.json b/contracts/erc20/package.json index 3e1de8ac55..2cb089672c 100644 --- a/contracts/erc20/package.json +++ b/contracts/erc20/package.json @@ -61,7 +61,7 @@ "@0x/tslint-config": "^4.1.0", "@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/lodash": "4.14.104", "@types/mocha": "^5.2.7",