Skip to content

Commit c3997cd

Browse files
committed
Update rimraf
1 parent 5c98554 commit c3997cd

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"eslint": "^6.1.0",
2929
"eslint-config-airbnb-base": "^14.0.0",
3030
"eslint-plugin-import": "^2.18.2",
31-
"rimraf": "^2.6.3"
31+
"rimraf": "^3.0.0"
3232
},
3333
"files": [
3434
"LICENSE",

yarn.lock

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2555,13 +2555,20 @@ ret@~0.1.10:
25552555
resolved "https://registry.yarnpkg.com/ret/-/ret-0.1.15.tgz#b8a4825d5bdb1fc3f6f53c2bc33f81388681c7bc"
25562556
integrity sha512-TTlYpa+OL+vMMNG24xSlQGEJ3B/RzEfUlLct7b5G/ytav+wPrplCpVMFuwzXbkecJrb6IYo1iFb0S9v37754mg==
25572557

2558-
[email protected], rimraf@^2.6.1, rimraf@^2.6.3:
2558+
[email protected], rimraf@^2.6.1:
25592559
version "2.6.3"
25602560
resolved "https://registry.yarnpkg.com/rimraf/-/rimraf-2.6.3.tgz#b2d104fe0d8fb27cf9e0a1cda8262dd3833c6cab"
25612561
integrity sha512-mwqeW5XsA2qAejG46gYdENaxXjx9onRNCfn7L0duuP4hCuTIi/QO7PDK07KJfp1d+izWPrzEJDcSqBa0OZQriA==
25622562
dependencies:
25632563
glob "^7.1.3"
25642564

2565+
rimraf@^3.0.0:
2566+
version "3.0.0"
2567+
resolved "https://registry.yarnpkg.com/rimraf/-/rimraf-3.0.0.tgz#614176d4b3010b75e5c390eb0ee96f6dc0cebb9b"
2568+
integrity sha512-NDGVxTsjqfunkds7CqsOiEnxln4Bo7Nddl3XhS4pXg5OzwkLqJ971ZVAAnB+DDLnF76N+VnDEiBHaVV8I06SUg==
2569+
dependencies:
2570+
glob "^7.1.3"
2571+
25652572
run-async@^2.2.0:
25662573
version "2.3.0"
25672574
resolved "https://registry.yarnpkg.com/run-async/-/run-async-2.3.0.tgz#0371ab4ae0bdd720d4166d7dfda64ff7a445a6c0"

0 commit comments

Comments
 (0)