From 9b2c3ca14766043523e4a2a49ee3c7f0e3e56848 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 9 Oct 2021 21:42:00 +0000 Subject: [PATCH] fix: contracts/asset-proxy/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-LODASH-590103 --- contracts/asset-proxy/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contracts/asset-proxy/package.json b/contracts/asset-proxy/package.json index 6d4ba8b8bf..addcffdbc3 100644 --- a/contracts/asset-proxy/package.json +++ b/contracts/asset-proxy/package.json @@ -64,7 +64,7 @@ }, "dependencies": { "@0x/base-contract": "^3.0.13", - "@0x/contracts-test-utils": "^2.0.1", + "@0x/contracts-test-utils": "^3.0.0", "@0x/contracts-erc20": "^1.0.0", "@0x/contracts-erc721": "^1.0.0", "@0x/contracts-utils": "^3.0.0",