Skip to content

Commit 71337d6

Browse files
chore(deps): bump rimraf to ^4.0.0 (#901)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 0addf3c commit 71337d6

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
@@ -70,7 +70,7 @@
7070
"q": "^1.5.1",
7171
"request": "^2.88",
7272
"request-promise-native": "^1.0.9",
73-
"rimraf": "^3.0.2",
73+
"rimraf": "^4.0.0",
7474
"serve": "^14.0.0",
7575
"typescript": "^4.3.2"
7676
},

yarn.lock

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5603,6 +5603,11 @@ rimraf@^3.0.0, rimraf@^3.0.2:
56035603
dependencies:
56045604
glob "^7.1.3"
56055605

5606+
rimraf@^4.0.0:
5607+
version "4.0.7"
5608+
resolved "https://registry.yarnpkg.com/rimraf/-/rimraf-4.0.7.tgz#f438c7d6a2d5e5cca1d81e3904a48ac7b053a542"
5609+
integrity sha512-CUEDDrZvc0swDgVdXGiv3FcYYQMpJxjvSGt85Amj6yU+MCVWurrLCeLiJDdJPHCzNJnwuebBEdcO//eP11Xa7w==
5610+
56065611
run-parallel@^1.1.9:
56075612
version "1.2.0"
56085613
resolved "https://registry.yarnpkg.com/run-parallel/-/run-parallel-1.2.0.tgz#66d1368da7bdf921eb9d95bd1a9229e7f21a43ee"

0 commit comments

Comments
 (0)