Skip to content

Commit ef08106

Browse files
authored
upgrade rimraf to latest (#2641)
1 parent e9d5a0f commit ef08106

File tree

4 files changed

+8
-10
lines changed

4 files changed

+8
-10
lines changed

chrome-launcher/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"@types/node": "6.0.66",
2626
"lighthouse-logger": "^1.0.0",
2727
"mkdirp": "0.5.1",
28-
"rimraf": "2.2.8"
28+
"rimraf": "^2.6.1"
2929
},
3030
"version": "0.3.0",
3131
"description": "Launch latest Chrome with the devtools-protocol port open",

chrome-launcher/yarn.lock

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1182,10 +1182,6 @@ right-align@^0.1.1:
11821182
dependencies:
11831183
align-text "^0.1.1"
11841184

1185-
rimraf@2.2.8:
1186-
version "2.2.8"
1187-
resolved "https://registry.yarnpkg.com/rimraf/-/rimraf-2.2.8.tgz#e439be2aaee327321952730f99a8929e4fc50582"
1188-
11891185
rimraf@^2.3.3, rimraf@^2.5.4, rimraf@^2.6.1:
11901186
version "2.6.1"
11911187
resolved "https://registry.yarnpkg.com/rimraf/-/rimraf-2.6.1.tgz#c2338ec643df7a1b7fe5c54fa86f57428a55f33d"

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@
8080
"metaviewport-parser": "0.0.1",
8181
"mkdirp": "0.5.1",
8282
"opn": "4.0.2",
83-
"rimraf": "2.2.8",
83+
"rimraf": "^2.6.1",
8484
"speedline": "1.2.0",
8585
"update-notifier": "^2.1.0",
8686
"whatwg-url": "4.0.0",

yarn.lock

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1207,7 +1207,7 @@ glob@^5.0.15, glob@^5.0.3:
12071207
once "^1.3.0"
12081208
path-is-absolute "^1.0.0"
12091209

1210-
glob@^7.0.0, glob@^7.0.3:
1210+
glob@^7.0.0, glob@^7.0.3, glob@^7.0.5:
12111211
version "7.1.1"
12121212
resolved "https://registry.yarnpkg.com/glob/-/glob-7.1.1.tgz#805211df04faaf1c63a3600306cdf5ade50b2ec8"
12131213
dependencies:
@@ -2771,9 +2771,11 @@ right-align@^0.1.1:
27712771
dependencies:
27722772
align-text "^0.1.1"
27732773

2774-
rimraf@2.2.8, rimraf@^2.2.8:
2775-
version "2.2.8"
2776-
resolved "https://registry.yarnpkg.com/rimraf/-/rimraf-2.2.8.tgz#e439be2aaee327321952730f99a8929e4fc50582"
2774+
rimraf@^2.2.8, rimraf@^2.6.1:
2775+
version "2.6.1"
2776+
resolved "https://registry.yarnpkg.com/rimraf/-/rimraf-2.6.1.tgz#c2338ec643df7a1b7fe5c54fa86f57428a55f33d"
2777+
dependencies:
2778+
glob "^7.0.5"
27772779

27782780
run-async@^0.1.0:
27792781
version "0.1.0"

0 commit comments

Comments
 (0)