Skip to content

Commit 01c04a7

Browse files
Update dependency rimraf to v3 (#21)
Co-authored-by: Renovate Bot <[email protected]>
1 parent 500918b commit 01c04a7

File tree

2 files changed

+2
-8
lines changed

2 files changed

+2
-8
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"ava": "4.1.0",
2121
"benchmark": "^2.1.4",
2222
"npm-run-all": "^4.1.5",
23-
"rimraf": "2.7.1",
23+
"rimraf": "3.0.2",
2424
"typescript": "4.6.3"
2525
},
2626
"typings": "./dist/index.d.ts",

yarn.lock

+1-7
Original file line numberDiff line numberDiff line change
@@ -1094,13 +1094,7 @@ reusify@^1.0.4:
10941094
resolved "https://registry.yarnpkg.com/reusify/-/reusify-1.0.4.tgz#90da382b1e126efc02146e90845a88db12925d76"
10951095
integrity sha512-U9nH88a3fc/ekCF1l0/UP1IosiuIjyTh7hBvXVMHYgVcfGvt897Xguj2UOLDeI5BG2m7/uwyaLVT6fbtCwTyzw==
10961096

1097-
1098-
version "2.7.1"
1099-
resolved "https://registry.yarnpkg.com/rimraf/-/rimraf-2.7.1.tgz#35797f13a7fdadc566142c29d4f07ccad483e3ec"
1100-
dependencies:
1101-
glob "^7.1.3"
1102-
1103-
rimraf@^3.0.2:
1097+
[email protected], rimraf@^3.0.2:
11041098
version "3.0.2"
11051099
resolved "https://registry.yarnpkg.com/rimraf/-/rimraf-3.0.2.tgz#f1a5402ba6220ad52cc1282bac1ae3aa49fd061a"
11061100
integrity sha512-JZkJMZkAGFFPP2YqXZXPbMlMBgsxzE8ILs4lMIX/2o0L9UBw9O/Y3o6wFw/i9YLapcUJWwqbi3kdxIPdC62TIA==

0 commit comments

Comments
 (0)