File tree Expand file tree Collapse file tree 2 files changed +10
-2
lines changed Expand file tree Collapse file tree 2 files changed +10
-2
lines changed Original file line number Diff line number Diff line change 68
68
"semver" : " ^7.3.7" ,
69
69
"winston" : " ^3.0.0" ,
70
70
"xml-crypto" : " ^1.4.0" ,
71
- "xml2js" : " ^0.4.23 " ,
71
+ "xml2js" : " ^0.5.0 " ,
72
72
"yargs" : " ^15.3.0"
73
73
},
74
74
"jest" : {
Original file line number Diff line number Diff line change @@ -5008,14 +5008,22 @@ xml-encryption@1.2.1:
5008
5008
xmldom "~0.1.15"
5009
5009
xpath "0.0.27"
5010
5010
5011
- xml2js@0.4.x, xml2js@^0.4.23 :
5011
+ xml2js@0.4.x :
5012
5012
version "0.4.23"
5013
5013
resolved "https://registry.yarnpkg.com/xml2js/-/xml2js-0.4.23.tgz#a0c69516752421eb2ac758ee4d4ccf58843eac66"
5014
5014
integrity sha512-ySPiMjM0+pLDftHgXY4By0uswI3SPKLDw/i3UXbnO8M/p28zqexCUoPmQFrYD+/1BzhGJSs2i1ERWKJAtiLrug==
5015
5015
dependencies :
5016
5016
sax ">=0.6.0"
5017
5017
xmlbuilder "~11.0.0"
5018
5018
5019
+ xml2js@^0.5.0 :
5020
+ version "0.5.0"
5021
+ resolved "https://registry.yarnpkg.com/xml2js/-/xml2js-0.5.0.tgz#d9440631fbb2ed800203fad106f2724f62c493b7"
5022
+ integrity sha512-drPFnkQJik/O+uPKpqSgr22mpuFHqKdbS835iAQrUC73L2F5WkboIRd63ai/2Yg6I1jzifPFKH2NTK+cfglkIA==
5023
+ dependencies :
5024
+ sax ">=0.6.0"
5025
+ xmlbuilder "~11.0.0"
5026
+
5019
5027
xmlbuilder@^11.0.0, xmlbuilder@~11.0.0 :
5020
5028
version "11.0.1"
5021
5029
resolved "https://registry.yarnpkg.com/xmlbuilder/-/xmlbuilder-11.0.1.tgz#be9bae1c8a046e76b31127726347d0ad7002beb3"
You can’t perform that action at this time.
0 commit comments