Skip to content

Commit

Permalink
upgrade rimraf to latest (#2641)
Browse files Browse the repository at this point in the history
  • Loading branch information
paulirish committed Jul 5, 2017
1 parent e9d5a0f commit ef08106
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 10 deletions.
2 changes: 1 addition & 1 deletion chrome-launcher/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"@types/node": "6.0.66",
"lighthouse-logger": "^1.0.0",
"mkdirp": "0.5.1",
"rimraf": "2.2.8"
"rimraf": "^2.6.1"
},
"version": "0.3.0",
"description": "Launch latest Chrome with the devtools-protocol port open",
Expand Down
4 changes: 0 additions & 4 deletions chrome-launcher/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1182,10 +1182,6 @@ right-align@^0.1.1:
dependencies:
align-text "^0.1.1"

rimraf@2.2.8:
version "2.2.8"
resolved "https://registry.yarnpkg.com/rimraf/-/rimraf-2.2.8.tgz#e439be2aaee327321952730f99a8929e4fc50582"

rimraf@^2.3.3, rimraf@^2.5.4, rimraf@^2.6.1:
version "2.6.1"
resolved "https://registry.yarnpkg.com/rimraf/-/rimraf-2.6.1.tgz#c2338ec643df7a1b7fe5c54fa86f57428a55f33d"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@
"metaviewport-parser": "0.0.1",
"mkdirp": "0.5.1",
"opn": "4.0.2",
"rimraf": "2.2.8",
"rimraf": "^2.6.1",
"speedline": "1.2.0",
"update-notifier": "^2.1.0",
"whatwg-url": "4.0.0",
Expand Down
10 changes: 6 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1207,7 +1207,7 @@ glob@^5.0.15, glob@^5.0.3:
once "^1.3.0"
path-is-absolute "^1.0.0"

glob@^7.0.0, glob@^7.0.3:
glob@^7.0.0, glob@^7.0.3, glob@^7.0.5:
version "7.1.1"
resolved "https://registry.yarnpkg.com/glob/-/glob-7.1.1.tgz#805211df04faaf1c63a3600306cdf5ade50b2ec8"
dependencies:
Expand Down Expand Up @@ -2771,9 +2771,11 @@ right-align@^0.1.1:
dependencies:
align-text "^0.1.1"

rimraf@2.2.8, rimraf@^2.2.8:
version "2.2.8"
resolved "https://registry.yarnpkg.com/rimraf/-/rimraf-2.2.8.tgz#e439be2aaee327321952730f99a8929e4fc50582"
rimraf@^2.2.8, rimraf@^2.6.1:
version "2.6.1"
resolved "https://registry.yarnpkg.com/rimraf/-/rimraf-2.6.1.tgz#c2338ec643df7a1b7fe5c54fa86f57428a55f33d"
dependencies:
glob "^7.0.5"

run-async@^0.1.0:
version "0.1.0"
Expand Down

0 comments on commit ef08106

Please sign in to comment.