Skip to content

Commit c8c935c

Browse files
committed
Upgrade xml2js package
1 parent f386307 commit c8c935c

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"ssl-checker": "^2.0.7",
2323
"uglify-js": "^3.6.1",
2424
"whois": "^2.14.2",
25-
"xml2js": "^0.4.22"
25+
"xml2js": "^0.6.2"
2626
},
2727
"repository": {
2828
"type": "git",

yarn.lock

+7-7
Original file line numberDiff line numberDiff line change
@@ -1469,9 +1469,9 @@ ejs@^3.1.10:
14691469
jake "^10.8.5"
14701470

14711471
electron-to-chromium@^1.4.820:
1472-
version "1.5.1"
1473-
resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.5.1.tgz#24640bd4dcfaccb6d82bb4c3f4c7311503241581"
1474-
integrity sha512-FKbOCOQ5QRB3VlIbl1LZQefWIYwszlBloaXcY2rbfpu9ioJnNh3TK03YtIDKDo3WKBi8u+YV4+Fn2CkEozgf4w==
1472+
version "1.5.2"
1473+
resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.5.2.tgz#6126ad229ce45e781ec54ca40db0504787f23d19"
1474+
integrity sha512-kc4r3U3V3WLaaZqThjYz/Y6z8tJe+7K0bbjUVo3i+LWIypVdMx5nXCkwRe6SWbY6ILqLdc1rKcKmr3HoH7wjSQ==
14751475

14761476
emittery@^0.13.1:
14771477
version "0.13.1"
@@ -3488,10 +3488,10 @@ write-file-atomic@^4.0.2:
34883488
imurmurhash "^0.1.4"
34893489
signal-exit "^3.0.7"
34903490

3491-
xml2js@^0.4.22:
3492-
version "0.4.23"
3493-
resolved "https://registry.yarnpkg.com/xml2js/-/xml2js-0.4.23.tgz#a0c69516752421eb2ac758ee4d4ccf58843eac66"
3494-
integrity sha512-ySPiMjM0+pLDftHgXY4By0uswI3SPKLDw/i3UXbnO8M/p28zqexCUoPmQFrYD+/1BzhGJSs2i1ERWKJAtiLrug==
3491+
xml2js@^0.6.2:
3492+
version "0.6.2"
3493+
resolved "https://registry.yarnpkg.com/xml2js/-/xml2js-0.6.2.tgz#dd0b630083aa09c161e25a4d0901e2b2a929b499"
3494+
integrity sha512-T4rieHaC1EXcES0Kxxj4JWgaUQHDk+qwHcYOCFHfiwKz7tOVPLq7Hjq9dM1WCMhylqMEfP7hMcOIChvotiZegA==
34953495
dependencies:
34963496
sax ">=0.6.0"
34973497
xmlbuilder "~11.0.0"

0 commit comments

Comments
 (0)