Skip to content
This repository was archived by the owner on Aug 10, 2022. It is now read-only.

Commit 5d09588

Browse files
committed
Update dependency rimraf to v3
1 parent 91b637c commit 5d09588

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,6 @@
6262
"devDependencies": {
6363
"gh-pages": "2.0.1",
6464
"globby": "9.2.0",
65-
"rimraf": "2.6.3"
65+
"rimraf": "3.0.2"
6666
}
6767
}

yarn.lock

+7
Original file line numberDiff line numberDiff line change
@@ -10116,6 +10116,13 @@ rimraf@2, [email protected], rimraf@^2.2.8, rimraf@^2.5.0, rimraf@^2.5.4, rimraf@^2.6
1011610116
dependencies:
1011710117
glob "^7.1.3"
1011810118

10119+
10120+
version "3.0.2"
10121+
resolved "https://registry.yarnpkg.com/rimraf/-/rimraf-3.0.2.tgz#f1a5402ba6220ad52cc1282bac1ae3aa49fd061a"
10122+
integrity sha512-JZkJMZkAGFFPP2YqXZXPbMlMBgsxzE8ILs4lMIX/2o0L9UBw9O/Y3o6wFw/i9YLapcUJWwqbi3kdxIPdC62TIA==
10123+
dependencies:
10124+
glob "^7.1.3"
10125+
1011910126
ripemd160@^2.0.0, ripemd160@^2.0.1:
1012010127
version "2.0.2"
1012110128
resolved "https://registry.yarnpkg.com/ripemd160/-/ripemd160-2.0.2.tgz#a1c1a6f624751577ba5d07914cbc92850585890c"

0 commit comments

Comments
 (0)