Skip to content

Commit

Permalink
fix(deps): update dependency @types/shelljs to v0.8.5
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot authored and renovate[bot] committed Apr 16, 2019
1 parent 8367cb5 commit 1a1064f
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 @@ -22,7 +22,7 @@
"chalk": "2.4.2",
"commander": "2.20.0",
"shelljs": "0.8.3",
"@types/shelljs": "0.8.4"
"@types/shelljs": "0.8.5"
},
"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 @@ -1978,10 +1978,10 @@
"@types/express-serve-static-core" "*"
"@types/mime" "*"

"@types/shelljs@0.8.4":
version "0.8.4"
resolved "https://registry.yarnpkg.com/@types/shelljs/-/shelljs-0.8.4.tgz#b903e41ad5e5195b7d5e34d3cd33c94bdbd07895"
integrity sha512-UNACC6scKFVljWEvO3rHBkbbKXu3QkKPBOMCisxI7au9cnFK7tjOGPsKh5OjedAPLmtsKSarmk+YeehKTQSKtg==
"@types/shelljs@0.8.5":
version "0.8.5"
resolved "https://registry.yarnpkg.com/@types/shelljs/-/shelljs-0.8.5.tgz#1e507b2f6d1f893269bd3e851ec24419ef9beeea"
integrity sha512-bZgjwIWu9gHCjirKJoOlLzGi5N0QgZ5t7EXEuoqyWCHTuSddURXo3FOBYDyRPNOWzZ6NbkLvZnVkn483Y/tvcQ==
dependencies:
"@types/glob" "*"
"@types/node" "*"
Expand Down

0 comments on commit 1a1064f

Please sign in to comment.