File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change 15
15
"@reactions/component" : " ^2.0.2" ,
16
16
"@typescript-eslint/eslint-plugin" : " 4.30.0" ,
17
17
"@typescript-eslint/parser" : " 4.30.0" ,
18
- "async" : " ^2.4.0 " ,
18
+ "async" : " ^3.2.2 " ,
19
19
"babel-eslint" : " ^10.1.0" ,
20
20
"babel-preset-fbjs" : " ^3.4.0" ,
21
21
"clang-format" : " ^1.2.4" ,
Original file line number Diff line number Diff line change @@ -2005,6 +2005,11 @@ async@^2.4.0:
2005
2005
dependencies :
2006
2006
lodash "^4.17.14"
2007
2007
2008
+ async@^3.2.2 :
2009
+ version "3.2.3"
2010
+ resolved "https://registry.yarnpkg.com/async/-/async-3.2.3.tgz#ac53dafd3f4720ee9e8a160628f18ea91df196c9"
2011
+ integrity sha512-spZRyzKL5l5BZQrr/6m/SqFdBN0q3OCI0f9rjfBzCMBIP4p75P620rR3gTmaksNOhmzgdxcaxdNfMy6anrbM0g==
2012
+
2008
2013
asynckit@^0.4.0 :
2009
2014
version "0.4.0"
2010
2015
resolved "https://registry.yarnpkg.com/asynckit/-/asynckit-0.4.0.tgz#c79ed97f7f34cb8f2ba1bc9790bcc366474b4b79"
You can’t perform that action at this time.
0 commit comments