From 4fcc70efae4e3ab7fda8cd0ff88e8e9ef4ca81ec Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 27 Oct 2020 04:19:44 +0000 Subject: [PATCH] Bump truffle from 5.1.49 to 5.1.50 Bumps [truffle](https://github.com/trufflesuite/truffle) from 5.1.49 to 5.1.50. - [Release notes](https://github.com/trufflesuite/truffle/releases) - [Commits](https://github.com/trufflesuite/truffle/compare/truffle@5.1.49...truffle@5.1.50) Signed-off-by: dependabot-preview[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index dd3e39a..77bf551 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ "devDependencies": { "patch-package": "^6.2.2", "postinstall-postinstall": "^2.1.0", - "truffle": "^5.1.42", + "truffle": "^5.1.50", "web3": "^1.2.11" }, "dependencies": { diff --git a/yarn.lock b/yarn.lock index 38c72b1..5939533 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4406,10 +4406,10 @@ tough-cookie@~2.5.0: psl "^1.1.28" punycode "^2.1.1" -truffle@^5.1.42: - version "5.1.49" - resolved "https://registry.yarnpkg.com/truffle/-/truffle-5.1.49.tgz#c9edc95192047ff4d170fcad235d26d0c4545de5" - integrity sha512-SkCfYRPhruowxH+qpJBAvM0u5+j/LK51U85ErXeiuRhyCNEWMNjUtISHTlEZ0KLr0Kki68iXk+o2UekN4Nlp5g== +truffle@^5.1.50: + version "5.1.50" + resolved "https://registry.yarnpkg.com/truffle/-/truffle-5.1.50.tgz#78d7f06f0fbd6ec6d5651d4ba90cecf2c16d332f" + integrity sha512-SCAn29Z2i713BsUVfxRqM7AcvBuodTfFa1O9IX2KtqYs4/ACjJCp+702aRb63R9NowCeQ8WawrgRbYlmzCtpPA== dependencies: app-module-path "^2.2.0" mocha "8.1.2"