From 4cc8d8c670e5e86f0745e7c54d963e2f800a24f3 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 5 Nov 2022 06:34:42 +0000 Subject: [PATCH] fix: package.json & yarn.lock to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-LOADERUTILS-3043105 --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 48863d1ec..68fc529b1 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,7 @@ "ethereumjs-abi": "^0.6.5", "ethereumjs-tx": "1.3.1", "g": "^2.0.1", - "ganache-cli": "6.1.0", + "ganache-cli": "6.1.4", "lodash": "^4.17.10", "mkdirp": "^0.5.1", "npm": "^6.2.0", diff --git a/yarn.lock b/yarn.lock index 48955ea09..56611b19a 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2941,12 +2941,12 @@ g@^2.0.1: version "2.0.1" resolved "https://registry.yarnpkg.com/g/-/g-2.0.1.tgz#0b5963ebd0ca70e3bc8c6766934a021821c8b857" -ganache-cli@6.1.0: - version "6.1.0" - resolved "https://registry.yarnpkg.com/ganache-cli/-/ganache-cli-6.1.0.tgz#486c846497204b644166b5f0f74c9b41d02bdc25" +ganache-cli@6.1.4: + version "6.1.4" + resolved "https://registry.yarnpkg.com/ganache-cli/-/ganache-cli-6.1.4.tgz#23a9b90a2d3abb136968193f5bade15d32c520bc" + integrity sha512-3plZrwSmuip2z6OsXHMhTc775Phyxqz6K2qiQ7COdXviq4lkX/UYnAta6FOEib0oXTNx4yy/p7YPLjzweh7szg== dependencies: source-map-support "^0.5.3" - webpack-cli "^2.0.9" gauge@~2.7.3: version "2.7.4"