Skip to content

Commit 86a2f9f

Browse files
authored
Update dependency rimraf to v3.0.2 (#309)
1 parent ae73540 commit 86a2f9f

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
"np": "6.0.0",
5757
"npm-run-all": "4.1.5",
5858
"prettier": "1.19.1",
59-
"rimraf": "3.0.1",
59+
"rimraf": "3.0.2",
6060
"rollup": "1.31.0",
6161
"sirv-cli": "0.4.5",
6262
"typescript": "3.7.5"

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3587,10 +3587,10 @@ reusify@^1.0.0:
35873587
resolved "https://registry.yarnpkg.com/reusify/-/reusify-1.0.4.tgz#90da382b1e126efc02146e90845a88db12925d76"
35883588
integrity sha512-U9nH88a3fc/ekCF1l0/UP1IosiuIjyTh7hBvXVMHYgVcfGvt897Xguj2UOLDeI5BG2m7/uwyaLVT6fbtCwTyzw==
35893589

3590-
3591-
version "3.0.1"
3592-
resolved "https://registry.yarnpkg.com/rimraf/-/rimraf-3.0.1.tgz#48d3d4cb46c80d388ab26cd61b1b466ae9ae225a"
3593-
integrity sha512-IQ4ikL8SjBiEDZfk+DFVwqRK8md24RWMEJkdSlgNLkyyAImcjf8SWvU1qFMDOb4igBClbTQ/ugPqXcRwdFTxZw==
3590+
3591+
version "3.0.2"
3592+
resolved "https://registry.yarnpkg.com/rimraf/-/rimraf-3.0.2.tgz#f1a5402ba6220ad52cc1282bac1ae3aa49fd061a"
3593+
integrity sha512-JZkJMZkAGFFPP2YqXZXPbMlMBgsxzE8ILs4lMIX/2o0L9UBw9O/Y3o6wFw/i9YLapcUJWwqbi3kdxIPdC62TIA==
35943594
dependencies:
35953595
glob "^7.1.3"
35963596

0 commit comments

Comments
 (0)