From 9e4048938e9946c6c437cc55bbc711c359abcee7 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 17 Dec 2019 10:24:26 +0800 Subject: [PATCH] chore(deps): bump klaw from 2.1.1 to 3.0.0 (#5097) Bumps [klaw](https://github.com/jprichardson/node-klaw) from 2.1.1 to 3.0.0. - [Release notes](https://github.com/jprichardson/node-klaw/releases) - [Changelog](https://github.com/jprichardson/node-klaw/blob/master/CHANGELOG.md) - [Commits](https://github.com/jprichardson/node-klaw/compare/2.1.1...3.0.0) Signed-off-by: dependabot-preview[bot] --- packages/taro-cli/package.json | 2 +- packages/taro-cli/yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/packages/taro-cli/package.json b/packages/taro-cli/package.json index c538b172de0f..4487ffc6a607 100644 --- a/packages/taro-cli/package.json +++ b/packages/taro-cli/package.json @@ -86,7 +86,7 @@ "glob": "^7.1.2", "inquirer": "^5.2.0", "joi": "^14.0.6", - "klaw": "^2.1.1", + "klaw": "^3.0.0", "latest-version": "^4.0.0", "lodash": "^4.17.5", "mem-fs": "^1.1.3", diff --git a/packages/taro-cli/yarn.lock b/packages/taro-cli/yarn.lock index 5b4efe8d06b9..c95d4f2a3445 100644 --- a/packages/taro-cli/yarn.lock +++ b/packages/taro-cli/yarn.lock @@ -6533,10 +6533,10 @@ klaw@^1.0.0: optionalDependencies: graceful-fs "^4.1.9" -klaw@^2.1.1: - version "2.1.1" - resolved "https://registry.yarnpkg.com/klaw/-/klaw-2.1.1.tgz#42b76894701169cc910fd0d19ce677b5fb378af1" - integrity sha1-QrdolHARacyRD9DRnOZ3tfs3ivE= +klaw@^3.0.0: + version "3.0.0" + resolved "https://registry.yarnpkg.com/klaw/-/klaw-3.0.0.tgz#b11bec9cf2492f06756d6e809ab73a2910259146" + integrity sha512-0Fo5oir+O9jnXu5EefYbVK+mHMBeEVEy2cmctR1O1NECcCkPRreJKrS6Qt/j3KC2C148Dfo9i3pCmCMsdqGr0g== dependencies: graceful-fs "^4.1.9"