From c45669a25460f3d618808a91d200f93455af406a Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 15 Oct 2024 17:54:47 +0000 Subject: [PATCH] fix: packages/subproviders/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-ELLIPTIC-8187303 - https://snyk.io/vuln/SNYK-JS-ELLIPTIC-8172694 --- packages/subproviders/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/subproviders/package.json b/packages/subproviders/package.json index e294c79be7..95357fd705 100644 --- a/packages/subproviders/package.json +++ b/packages/subproviders/package.json @@ -48,7 +48,7 @@ "ethereum-types": "^3.2.0", "ethereumjs-tx": "^1.3.5", "ethereumjs-util": "^5.1.1", - "ganache-core": "^2.10.2", + "ganache-core": "^2.13.2", "hdkey": "^0.7.1", "json-rpc-error": "2.0.0", "lodash": "^4.17.11",