This repository was archived by the owner on Apr 13, 2023. It is now read-only.
File tree 2 files changed +11
-10
lines changed
2 files changed +11
-10
lines changed Original file line number Diff line number Diff line change 54
54
"loader-utils" : " ^2.0.3" ,
55
55
"minimatch" : " ^3.0.5" ,
56
56
"qs" : " ^6.10.3" ,
57
- "json5" : " 2.2.3"
57
+ "json5" : " 2.2.3" ,
58
+ "xml2js" : " ^0.5.0"
58
59
},
59
60
"scripts" : {
60
61
"lint" : " eslint . --ext .ts,.tsx" ,
Original file line number Diff line number Diff line change @@ -10705,18 +10705,18 @@ xml-name-validator@^3.0.0:
10705
10705
resolved "https://registry.yarnpkg.com/xml-name-validator/-/xml-name-validator-3.0.0.tgz#6ae73e06de4d8c6e47f9fb181f78d648ad457c6a"
10706
10706
integrity sha512-A5CUptxDsvxKJEU3yO6DuWBSJz/qizqzJKOMIfUJHETbBw/sFaDxgd6fxm1ewUaM0jZ444Fc5vC5ROYurg/4Pw==
10707
10707
10708
-
10709
- version "0.4.19 "
10710
- resolved "https://registry.yarnpkg.com/xml2js/-/xml2js-0.4.19 .tgz#686c20f213209e94abf0d1bcf1efaa291c7827a7 "
10711
- integrity sha512-esZnJZJOiJR9wWKMyuvSE1y6Dq5LCuJanqhxslH2bxM6duahNZ+HMpCLhBQGZkbX6xRf8x1Y2eJlgt2q3qo49Q ==
10708
+
10709
+ version "0.5.0 "
10710
+ resolved "https://registry.yarnpkg.com/xml2js/-/xml2js-0.5.0 .tgz#d9440631fbb2ed800203fad106f2724f62c493b7 "
10711
+ integrity sha512-drPFnkQJik/O+uPKpqSgr22mpuFHqKdbS835iAQrUC73L2F5WkboIRd63ai/2Yg6I1jzifPFKH2NTK+cfglkIA ==
10712
10712
dependencies :
10713
10713
sax ">=0.6.0"
10714
- xmlbuilder "~9 .0.1 "
10714
+ xmlbuilder "~11 .0.0 "
10715
10715
10716
- xmlbuilder@~9 .0.1 :
10717
- version "9 .0.7 "
10718
- resolved "https://registry.yarnpkg.com/xmlbuilder/-/xmlbuilder-9 .0.7 .tgz#132ee63d2ec5565c557e20f4c22df9aca686b10d "
10719
- integrity sha1-Ey7mPS7FVlxVfiD0wi35rKaGsQ0 =
10716
+ xmlbuilder@~11 .0.0 :
10717
+ version "11 .0.1 "
10718
+ resolved "https://registry.yarnpkg.com/xmlbuilder/-/xmlbuilder-11 .0.1 .tgz#be9bae1c8a046e76b31127726347d0ad7002beb3 "
10719
+ integrity sha512-fDlsI/kFEx7gLvbecc0/ohLG50fugQp8ryHzMTuW9vSa1GJ0XYWKnhsUx7oie3G98+r56aTQIUB4kht42R3JvA= =
10720
10720
10721
10721
xmlchars@^2.2.0 :
10722
10722
version "2.2.0"
You can’t perform that action at this time.
0 commit comments