From 963af341f45ddaf07b81943265f69138bbc01785 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 15 Jul 2023 03:56:15 +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/sammyfilly/project/ba4ec2c9-3983-436d-8b16-35ab8b63a366?utm_source=github&utm_medium=referral&page=upgrade-pr --- src/packages/ganache/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/packages/ganache/package.json b/src/packages/ganache/package.json index 4288d682e9..2878d61832 100644 --- a/src/packages/ganache/package.json +++ b/src/packages/ganache/package.json @@ -100,7 +100,7 @@ "abstract-level": "1.0.3", "abstract-leveldown": "7.2.0", "async-eventemitter": "0.2.4", - "emittery": "0.10.0", + "emittery": "0.13.1", "keccak": "3.0.2", "leveldown": "6.1.0", "secp256k1": "4.0.3"