diff options
author | dependabot[bot] <support@dependabot.com> | 2018-07-14 02:25:06 +0800 |
---|---|---|
committer | dependabot[bot] <support@dependabot.com> | 2018-07-14 02:25:06 +0800 |
commit | a3dc398da532ccf68793659f7ccb82dd0f8d117f (patch) | |
tree | 98ecd4fec38f8d73219d1294dd5d01ed21418150 /yarn.lock | |
parent | 26363931ed8ba35a55073d00c4fe128c7e616acc (diff) | |
download | dexon-sol-tools-a3dc398da532ccf68793659f7ccb82dd0f8d117f.tar dexon-sol-tools-a3dc398da532ccf68793659f7ccb82dd0f8d117f.tar.gz dexon-sol-tools-a3dc398da532ccf68793659f7ccb82dd0f8d117f.tar.bz2 dexon-sol-tools-a3dc398da532ccf68793659f7ccb82dd0f8d117f.tar.lz dexon-sol-tools-a3dc398da532ccf68793659f7ccb82dd0f8d117f.tar.xz dexon-sol-tools-a3dc398da532ccf68793659f7ccb82dd0f8d117f.tar.zst dexon-sol-tools-a3dc398da532ccf68793659f7ccb82dd0f8d117f.zip |
Bump npm-run-all from 4.1.2 to 4.1.3
Bumps [npm-run-all](https://github.com/mysticatea/npm-run-all) from 4.1.2 to 4.1.3.
- [Release notes](https://github.com/mysticatea/npm-run-all/releases)
- [Commits](https://github.com/mysticatea/npm-run-all/compare/v4.1.2...v4.1.3)
Signed-off-by: dependabot[bot] <support@dependabot.com>
Diffstat (limited to 'yarn.lock')
-rw-r--r-- | yarn.lock | 11 |
1 files changed, 6 insertions, 5 deletions
@@ -3205,7 +3205,7 @@ cross-spawn@^5.0.1, cross-spawn@^5.1.0: shebang-command "^1.2.0" which "^1.2.9" -cross-spawn@^6.0.5: +cross-spawn@^6.0.4, cross-spawn@^6.0.5: version "6.0.5" resolved "https://registry.yarnpkg.com/cross-spawn/-/cross-spawn-6.0.5.tgz#4a5ec7c64dfae22c3a14124dbacdee846d80cbc4" dependencies: @@ -4518,6 +4518,7 @@ ethereumjs-wallet@~0.6.0: ethers@0xproject/ethers.js#eip-838-reasons, ethers@3.0.22: version "3.0.18" + uid b91342bd200d142af0165d6befddf783c8ae8447 resolved "https://codeload.github.com/0xproject/ethers.js/tar.gz/b91342bd200d142af0165d6befddf783c8ae8447" dependencies: aes-js "3.0.0" @@ -8472,13 +8473,13 @@ now-and-later@^2.0.0: dependencies: once "^1.3.2" -npm-run-all@^4.1.2: - version "4.1.2" - resolved "https://registry.yarnpkg.com/npm-run-all/-/npm-run-all-4.1.2.tgz#90d62d078792d20669139e718621186656cea056" +npm-run-all@4.1.3, npm-run-all@^4.1.2: + version "4.1.3" + resolved "https://registry.yarnpkg.com/npm-run-all/-/npm-run-all-4.1.3.tgz#49f15b55a66bb4101664ce270cb18e7103f8f185" dependencies: ansi-styles "^3.2.0" chalk "^2.1.0" - cross-spawn "^5.1.0" + cross-spawn "^6.0.4" memorystream "^0.3.1" minimatch "^3.0.4" ps-tree "^1.1.0" |