From 56100c8e4c9e302b51635abf61a3a83c2a2fd0e4 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 18 Aug 2022 09:12:40 +0000 Subject: [PATCH] fix: packages/dev-utils/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/dev-utils/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/dev-utils/package.json b/packages/dev-utils/package.json index 66346f282e..7690512282 100644 --- a/packages/dev-utils/package.json +++ b/packages/dev-utils/package.json @@ -46,10 +46,10 @@ "typescript": "3.0.1" }, "dependencies": { - "@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", + "@0x/utils": "^7.0.0", "@0x/web3-wrapper": "^7.2.0", "@types/web3-provider-engine": "^14.0.0", "chai": "^4.0.1",