From 9b1d0a1b8dc9387294bd1722dd34c8ee45a2b927 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 28 Apr 2022 21:25:55 +0000 Subject: [PATCH] Bump async from 2.6.1 to 2.6.4 in /travis/scripts/stress Bumps [async](https://github.com/caolan/async) from 2.6.1 to 2.6.4. - [Release notes](https://github.com/caolan/async/releases) - [Changelog](https://github.com/caolan/async/blob/v2.6.4/CHANGELOG.md) - [Commits](https://github.com/caolan/async/compare/v2.6.1...v2.6.4) --- updated-dependencies: - dependency-name: async dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- travis/scripts/stress/package.json | 2 +- travis/scripts/stress/yarn.lock | 14 +++++++------- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/travis/scripts/stress/package.json b/travis/scripts/stress/package.json index d326da9..59d81fe 100644 --- a/travis/scripts/stress/package.json +++ b/travis/scripts/stress/package.json @@ -5,7 +5,7 @@ }, "license": "ISC", "dependencies": { - "async": "^2.6.1", + "async": "^2.6.4", "csv-parse": "^3.0.0", "ethereumjs-tx": "^1.3.7", "winston": "^3.1.0" diff --git a/travis/scripts/stress/yarn.lock b/travis/scripts/stress/yarn.lock index 01333e9..46038cc 100644 --- a/travis/scripts/stress/yarn.lock +++ b/travis/scripts/stress/yarn.lock @@ -2,11 +2,11 @@ # yarn lockfile v1 -async@^2.6.0, async@^2.6.1: - version "2.6.1" - resolved "https://registry.yarnpkg.com/async/-/async-2.6.1.tgz#b245a23ca71930044ec53fa46aa00a3e87c6a610" +async@^2.6.0, async@^2.6.4: + version "2.6.4" + resolved "https://registry.yarnpkg.com/async/-/async-2.6.4.tgz#706b7ff6084664cd7eae713f6f965433b5504221" dependencies: - lodash "^4.17.10" + lodash "^4.17.14" bindings@^1.2.1: version "1.3.0" @@ -256,9 +256,9 @@ kuler@1.0.x: dependencies: colornames "^1.1.1" -lodash@^4.17.10: - version "4.17.10" - resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.10.tgz#1b7793cf7259ea38fb3661d4d38b3260af8ae4e7" +lodash@^4.17.14: + version "4.17.21" + resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.21.tgz#679591c564c3bffaae8454cf0b3df370c3d6911c" logform@^1.9.1: version "1.9.1"