Skip to content

Commit 3bb2a43

Browse files
chore(deps): update dependency rimraf to v4 (#352)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 9f699c8 commit 3bb2a43

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@
6868
"nyc": "^15.0.0",
6969
"opener": "^1.5.1",
7070
"prettier": "^2.0.5",
71-
"rimraf": "^3.0.0",
71+
"rimraf": "^4.0.0",
7272
"shipjs": "^0.25.0",
7373
"ts-node": "^10.0.0",
7474
"typescript": "^4.3.2",

yarn.lock

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9576,6 +9576,11 @@ rimraf@^3.0.0, rimraf@^3.0.2:
95769576
dependencies:
95779577
glob "^7.1.3"
95789578

9579+
rimraf@^4.0.0:
9580+
version "4.0.4"
9581+
resolved "https://registry.yarnpkg.com/rimraf/-/rimraf-4.0.4.tgz#8d0a91709fdc294d40f59c773f63c44e8dc878f1"
9582+
integrity sha512-R0hoVr9xTwemarQjoWlNt/nb5dEGVTBhVdkRmEX2zEkT8T6onH0XKiGjuaC7rNNj/gYzY2p4NVRJ3sjO1ascHQ==
9583+
95799584
ripemd160@^2.0.0, ripemd160@^2.0.1:
95809585
version "2.0.2"
95819586
resolved "https://registry.yarnpkg.com/ripemd160/-/ripemd160-2.0.2.tgz#a1c1a6f624751577ba5d07914cbc92850585890c"

0 commit comments

Comments
 (0)