From 8cdb9dd3a2f924e4f843250de4bfa94940a9530f Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 26 May 2024 22:54:26 +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-BABELTRAVERSE-5962463 --- 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..a3afb0feb3 100644 --- a/contracts/erc20/package.json +++ b/contracts/erc20/package.json @@ -55,7 +55,7 @@ "@0x/contracts-gen": "^2.0.10", "@0x/contracts-test-utils": "^5.3.4", "@0x/contracts-utils": "^4.5.1", - "@0x/dev-utils": "^3.3.0", + "@0x/dev-utils": "^5.0.0", "@0x/sol-compiler": "^4.1.1", "@0x/ts-doc-gen": "^0.0.22", "@0x/tslint-config": "^4.1.0",