File tree Expand file tree Collapse file tree 3 files changed +3
-10
lines changed Expand file tree Collapse file tree 3 files changed +3
-10
lines changed Original file line number Diff line number Diff line change 55
55
56
56
argv . parse ( process . argv ) ;
57
57
58
- const async = require ( 'async' ) ;
58
+ const async = require ( 'neo- async' ) ;
59
59
const dir = require ( 'node-dir' ) ;
60
60
const fs = require ( 'fs' ) ;
61
61
const parser = require ( '../dist/main' ) ;
Original file line number Diff line number Diff line change 44
44
"@babel/core" : " ^7.7.5" ,
45
45
"@babel/runtime" : " ^7.7.6" ,
46
46
"ast-types" : " ^0.13.2" ,
47
- "async" : " ^2.1.4" ,
48
47
"commander" : " ^2.19.0" ,
49
48
"doctrine" : " ^3.0.0" ,
49
+ "neo-async" : " ^2.6.1" ,
50
50
"node-dir" : " ^0.1.10" ,
51
51
"strip-indent" : " ^3.0.0"
52
52
},
Original file line number Diff line number Diff line change @@ -1091,13 +1091,6 @@ async-limiter@~1.0.0:
1091
1091
resolved "https://registry.yarnpkg.com/async-limiter/-/async-limiter-1.0.1.tgz#dd379e94f0db8310b08291f9d64c3209766617fd"
1092
1092
integrity sha512-csOlWGAcRFJaI6m+F2WKdnMKr4HhdhFVBk0H/QbJFMCr+uO2kwohwXQPxw/9OCxp05r5ghVBFSyioixx3gfkNQ==
1093
1093
1094
- async@^2.1.4 :
1095
- version "2.6.3"
1096
- resolved "https://registry.yarnpkg.com/async/-/async-2.6.3.tgz#d72625e2344a3656e3a3ad4fa749fa83299d82ff"
1097
- integrity sha512-zflvls11DCy+dQWzTW2dzuilv8Z5X/pjfmZOWba6TNIVDm+2UDaJmXSOXlasHKfNBs8oo3M0aT50fDEWfKZjXg==
1098
- dependencies :
1099
- lodash "^4.17.14"
1100
-
1101
1094
asynckit@^0.4.0 :
1102
1095
version "0.4.0"
1103
1096
resolved "https://registry.yarnpkg.com/asynckit/-/asynckit-0.4.0.tgz#c79ed97f7f34cb8f2ba1bc9790bcc366474b4b79"
@@ -3229,7 +3222,7 @@ natural-compare@^1.4.0:
3229
3222
resolved "https://registry.yarnpkg.com/natural-compare/-/natural-compare-1.4.0.tgz#4abebfeed7541f2c27acfb29bdbbd15c8d5ba4f7"
3230
3223
integrity sha1-Sr6/7tdUHywnrPspvbvRXI1bpPc=
3231
3224
3232
- neo-async@^2.6.0 :
3225
+ neo-async@^2.6.0, neo-async@^2.6.1 :
3233
3226
version "2.6.1"
3234
3227
resolved "https://registry.yarnpkg.com/neo-async/-/neo-async-2.6.1.tgz#ac27ada66167fa8849a6addd837f6b189ad2081c"
3235
3228
integrity sha512-iyam8fBuCUpWeKPGpaNMetEocMt364qkCsfL9JuhjXX6dRnguRVOfk2GZaDpPjcOKiiXCPINZC1GczQ7iTq3Zw==
You can’t perform that action at this time.
0 commit comments