Skip to content
This repository was archived by the owner on Jan 7, 2021. It is now read-only.

Commit 4055ab4

Browse files
committed
(update): upgrade node-expat to work with NodeJs 12
1 parent 27e69ca commit 4055ab4

File tree

2 files changed

+22
-14
lines changed

2 files changed

+22
-14
lines changed

package-lock.json

Lines changed: 20 additions & 12 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "xml2json",
3-
"version": "0.11.2",
3+
"version": "0.11.3",
44
"description": "Converts xml to json and vice-versa, using node-expat.",
55
"repository": "git://github.com/buglabs/node-xml2json.git",
66
"license": "MIT",
@@ -11,7 +11,7 @@
1111
"dependencies": {
1212
"hoek": "^4.2.1",
1313
"joi": "^13.1.2",
14-
"node-expat": "^2.3.17"
14+
"node-expat": "^2.3.18"
1515
},
1616
"bin": {
1717
"xml2json": "bin/xml2json"

0 commit comments

Comments
 (0)