Skip to content
This repository was archived by the owner on Sep 11, 2024. It is now read-only.

Commit a3defa6

Browse files
Update dependency rimraf to v4 (#10234)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent d9d0ab3 commit a3defa6

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
@@ -211,7 +211,7 @@
211211
"postcss-scss": "^4.0.4",
212212
"prettier": "2.8.0",
213213
"raw-loader": "^4.0.2",
214-
"rimraf": "^3.0.2",
214+
"rimraf": "^4.0.0",
215215
"stylelint": "^14.9.1",
216216
"stylelint-config-prettier": "^9.0.4",
217217
"stylelint-config-standard": "^29.0.0",

yarn.lock

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7763,6 +7763,11 @@ rimraf@^3.0.0, rimraf@^3.0.2:
77637763
dependencies:
77647764
glob "^7.1.3"
77657765

7766+
rimraf@^4.0.0:
7767+
version "4.1.2"
7768+
resolved "https://registry.yarnpkg.com/rimraf/-/rimraf-4.1.2.tgz#20dfbc98083bdfaa28b01183162885ef213dbf7c"
7769+
integrity sha512-BlIbgFryTbw3Dz6hyoWFhKk+unCcHMSkZGrTFVAx2WmttdBSonsdtRlwiuTbDqTKr+UlXIUqJVS4QT5tUzGENQ==
7770+
77667771
rrweb-snapshot@^1.1.14:
77677772
version "1.1.14"
77687773
resolved "https://registry.yarnpkg.com/rrweb-snapshot/-/rrweb-snapshot-1.1.14.tgz#9d4d9be54a28a893373428ee4393ec7e5bd83fcc"

0 commit comments

Comments
 (0)