From 8e1d781a3f5aad36c981928f76d6a1b7de3d082e Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 20 Oct 2022 17:55:54 +0000 Subject: [PATCH] fix: upgrade @types/seedrandom from 3.0.1 to 3.0.2 Snyk has created this PR to upgrade @types/seedrandom from 3.0.1 to 3.0.2. See this package in npm: https://www.npmjs.com/package/@types/seedrandom See this project in Snyk: https://app.snyk.io/org/agentjacker/project/251aeb79-5f33-4074-a9dc-e3e3c0c5264a?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 21f42e3b5a..545ce6b397 100644 --- a/src/packages/ganache/package.json +++ b/src/packages/ganache/package.json @@ -94,7 +94,7 @@ "@trufflesuite/bigint-buffer": "1.1.10", "@types/bn.js": "^5.1.0", "@types/lru-cache": "5.1.1", - "@types/seedrandom": "3.0.1", + "@types/seedrandom": "3.0.2", "emittery": "0.10.0", "keccak": "3.0.2", "leveldown": "6.1.0",