Skip to content

Commit

Permalink
fix(deps): update dependency shelljs to v0.8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot authored and swashata committed Nov 13, 2018
1 parent 1b460a1 commit fd98103
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"dependencies": {
"chalk": "2.4.1",
"commander": "2.19.0",
"shelljs": "0.8.2"
"shelljs": "0.8.3"
},
"engines": {
"node": ">=8.9.0"
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -10419,10 +10419,10 @@ [email protected]:
array-reduce "~0.0.0"
jsonify "~0.0.0"

[email protected].2:
version "0.8.2"
resolved "https://registry.yarnpkg.com/shelljs/-/shelljs-0.8.2.tgz#345b7df7763f4c2340d584abb532c5f752ca9e35"
integrity sha512-pRXeNrCA2Wd9itwhvLp5LZQvPJ0wU6bcjaTMywHHGX5XWhVN2nzSu7WV0q+oUY7mGK3mgSkDDzP3MgjqdyIgbQ==
[email protected].3:
version "0.8.3"
resolved "https://registry.yarnpkg.com/shelljs/-/shelljs-0.8.3.tgz#a7f3319520ebf09ee81275b2368adb286659b097"
integrity sha512-fc0BKlAWiLpwZljmOvAOTE/gXawtCoNrP5oaY7KIaQbbyHeQVg01pSEuEGvGh3HEdBU4baCD7wQBwADmM/7f7A==
dependencies:
glob "^7.0.0"
interpret "^1.0.0"
Expand Down

0 comments on commit fd98103

Please sign in to comment.