Skip to content

Commit f5f0d39

Browse files
Bump xml2js from 0.4.23 to 0.5.0
1 parent fd6878f commit f5f0d39

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@
6868
"semver": "^7.3.7",
6969
"winston": "^3.0.0",
7070
"xml-crypto": "^1.4.0",
71-
"xml2js": "^0.4.23",
71+
"xml2js": "^0.5.0",
7272
"yargs": "^15.3.0"
7373
},
7474
"jest": {

yarn.lock

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5008,14 +5008,22 @@ xml-encryption@1.2.1:
50085008
xmldom "~0.1.15"
50095009
xpath "0.0.27"
50105010

5011-
xml2js@0.4.x, xml2js@^0.4.23:
5011+
xml2js@0.4.x:
50125012
version "0.4.23"
50135013
resolved "https://registry.yarnpkg.com/xml2js/-/xml2js-0.4.23.tgz#a0c69516752421eb2ac758ee4d4ccf58843eac66"
50145014
integrity sha512-ySPiMjM0+pLDftHgXY4By0uswI3SPKLDw/i3UXbnO8M/p28zqexCUoPmQFrYD+/1BzhGJSs2i1ERWKJAtiLrug==
50155015
dependencies:
50165016
sax ">=0.6.0"
50175017
xmlbuilder "~11.0.0"
50185018

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+
50195027
xmlbuilder@^11.0.0, xmlbuilder@~11.0.0:
50205028
version "11.0.1"
50215029
resolved "https://registry.yarnpkg.com/xmlbuilder/-/xmlbuilder-11.0.1.tgz#be9bae1c8a046e76b31127726347d0ad7002beb3"

0 commit comments

Comments
 (0)