From d5f41c0b1524e95f5104d6ea7143e95bfaa9c09a Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 20 Aug 2023 23:29:12 +0000 Subject: [PATCH] feat: upgrade @truffle/abi-utils from 0.2.4 to 1.0.1 Snyk has created this PR to upgrade @truffle/abi-utils from 0.2.4 to 1.0.1. See this package in npm: https://www.npmjs.com/package/@truffle/abi-utils See this project in Snyk: https://app.snyk.io/org/woodpile37/project/fd850637-423a-4efe-a39b-914ded24da34?utm_source=github&utm_medium=referral&page=upgrade-pr --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 534d9b86f98..39e465b5fcb 100644 --- a/package.json +++ b/package.json @@ -54,7 +54,7 @@ "@nomiclabs/hardhat-web3": "^2.0.0", "@openzeppelin/docs-utils": "^0.1.0", "@openzeppelin/test-helpers": "^0.5.13", - "@truffle/abi-utils": "^0.3.8", + "@truffle/abi-utils": "^1.0.1", "chai": "^4.2.0", "eslint": "^7.0.0", "eslint-config-standard": "^14.1.1",