From 4c62a1a240a23d6ad4f995d3fcf5a195deaf547b Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 15 May 2024 06:45:44 +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-BRACES-6838727 - https://snyk.io/vuln/SNYK-JS-MICROMATCH-6838728 --- 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",