File tree Expand file tree Collapse file tree 2 files changed +9
-2
lines changed Expand file tree Collapse file tree 2 files changed +9
-2
lines changed Original file line number Diff line number Diff line change 28
28
"eslint" : " ^6.1.0" ,
29
29
"eslint-config-airbnb-base" : " ^14.0.0" ,
30
30
"eslint-plugin-import" : " ^2.18.2" ,
31
- "rimraf" : " ^2.6.3 "
31
+ "rimraf" : " ^3.0.0 "
32
32
},
33
33
"files" : [
34
34
" LICENSE" ,
Original file line number Diff line number Diff line change @@ -2555,13 +2555,20 @@ ret@~0.1.10:
2555
2555
resolved "https://registry.yarnpkg.com/ret/-/ret-0.1.15.tgz#b8a4825d5bdb1fc3f6f53c2bc33f81388681c7bc"
2556
2556
integrity sha512-TTlYpa+OL+vMMNG24xSlQGEJ3B/RzEfUlLct7b5G/ytav+wPrplCpVMFuwzXbkecJrb6IYo1iFb0S9v37754mg==
2557
2557
2558
- [email protected] , rimraf@^2.6.1, rimraf@^2.6.3 :
2558
+
2559
2559
version "2.6.3"
2560
2560
resolved "https://registry.yarnpkg.com/rimraf/-/rimraf-2.6.3.tgz#b2d104fe0d8fb27cf9e0a1cda8262dd3833c6cab"
2561
2561
integrity sha512-mwqeW5XsA2qAejG46gYdENaxXjx9onRNCfn7L0duuP4hCuTIi/QO7PDK07KJfp1d+izWPrzEJDcSqBa0OZQriA==
2562
2562
dependencies :
2563
2563
glob "^7.1.3"
2564
2564
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
+
2565
2572
run-async@^2.2.0 :
2566
2573
version "2.3.0"
2567
2574
resolved "https://registry.yarnpkg.com/run-async/-/run-async-2.3.0.tgz#0371ab4ae0bdd720d4166d7dfda64ff7a445a6c0"
You can’t perform that action at this time.
0 commit comments