Skip to content

Commit

Permalink
chore(deps): bump klaw from 2.1.1 to 3.0.0 (#5097)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot-preview[bot] authored and luckyadam committed Dec 24, 2019
1 parent 824636d commit c35a94b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion packages/taro-cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
8 changes: 4 additions & 4 deletions packages/taro-cli/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down

0 comments on commit c35a94b

Please sign in to comment.