From f92353c850fab5bc169d8cf4a9e5af4738bd90ef Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 27 Mar 2024 23:14:12 +0000 Subject: [PATCH] fix: upgrade emittery from 0.10.0 to 0.13.1 Snyk has created this PR to upgrade emittery from 0.10.0 to 0.13.1. See this package in npm: https://www.npmjs.com/package/emittery See this project in Snyk: https://app.snyk.io/org/sammytezzy/project/f4dd26f1-43f9-4242-9530-869ac62eded8?utm_source=github&utm_medium=referral&page=upgrade-pr --- src/chains/ethereum/block/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/chains/ethereum/block/package.json b/src/chains/ethereum/block/package.json index ee5a455e8c..c35309b444 100644 --- a/src/chains/ethereum/block/package.json +++ b/src/chains/ethereum/block/package.json @@ -63,6 +63,6 @@ "@ganache/ethereum-utils": "0.8.0", "@ganache/rlp": "0.8.0", "@ganache/utils": "0.8.0", - "emittery": "0.10.0" + "emittery": "0.13.1" } }