Skip to content

Commit 4e0c7c9

Browse files
chore(deps): update dependency rimraf to v4
1 parent 59822bf commit 4e0c7c9

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
"husky": "7.0.4",
5151
"jest": "27.5.1",
5252
"prettier": "2.8.3",
53-
"rimraf": "3.0.2"
53+
"rimraf": "4.1.2"
5454
},
5555
"dependencies": {
5656
"lodash": "^4.17.15"

yarn.lock

+6-1
Original file line numberDiff line numberDiff line change
@@ -3748,7 +3748,12 @@ resolve@^1.10.1, resolve@^1.12.0, resolve@^1.14.2, resolve@^1.20.0, resolve@^1.2
37483748
path-parse "^1.0.7"
37493749
supports-preserve-symlinks-flag "^1.0.0"
37503750

3751-
[email protected], rimraf@^3.0.0, rimraf@^3.0.2:
3751+
3752+
version "4.1.2"
3753+
resolved "https://registry.yarnpkg.com/rimraf/-/rimraf-4.1.2.tgz#20dfbc98083bdfaa28b01183162885ef213dbf7c"
3754+
integrity sha512-BlIbgFryTbw3Dz6hyoWFhKk+unCcHMSkZGrTFVAx2WmttdBSonsdtRlwiuTbDqTKr+UlXIUqJVS4QT5tUzGENQ==
3755+
3756+
rimraf@^3.0.0, rimraf@^3.0.2:
37523757
version "3.0.2"
37533758
resolved "https://registry.yarnpkg.com/rimraf/-/rimraf-3.0.2.tgz#f1a5402ba6220ad52cc1282bac1ae3aa49fd061a"
37543759
integrity sha512-JZkJMZkAGFFPP2YqXZXPbMlMBgsxzE8ILs4lMIX/2o0L9UBw9O/Y3o6wFw/i9YLapcUJWwqbi3kdxIPdC62TIA==

0 commit comments

Comments
 (0)