Update xml2js

This commit is contained in:
Will Boyd
2024-02-22 08:11:37 -05:00
parent e63e338743
commit 2ce3572eaf
2 changed files with 5 additions and 5 deletions
+4 -4
View File
@@ -19,7 +19,7 @@
"request-promise-native": "^1.0.8", "request-promise-native": "^1.0.8",
"turndown": "^7.1.2", "turndown": "^7.1.2",
"turndown-plugin-gfm": "^1.0.2", "turndown-plugin-gfm": "^1.0.2",
"xml2js": "^0.4.23" "xml2js": "^0.6.2"
}, },
"bin": { "bin": {
"wordpress-export-to-markdown": "index.js" "wordpress-export-to-markdown": "index.js"
@@ -2025,9 +2025,9 @@
} }
}, },
"node_modules/xml2js": { "node_modules/xml2js": {
"version": "0.4.23", "version": "0.6.2",
"resolved": "https://registry.npmjs.org/xml2js/-/xml2js-0.4.23.tgz", "resolved": "https://registry.npmjs.org/xml2js/-/xml2js-0.6.2.tgz",
"integrity": "sha512-ySPiMjM0+pLDftHgXY4By0uswI3SPKLDw/i3UXbnO8M/p28zqexCUoPmQFrYD+/1BzhGJSs2i1ERWKJAtiLrug==", "integrity": "sha512-T4rieHaC1EXcES0Kxxj4JWgaUQHDk+qwHcYOCFHfiwKz7tOVPLq7Hjq9dM1WCMhylqMEfP7hMcOIChvotiZegA==",
"dependencies": { "dependencies": {
"sax": ">=0.6.0", "sax": ">=0.6.0",
"xmlbuilder": "~11.0.0" "xmlbuilder": "~11.0.0"
+1 -1
View File
@@ -30,7 +30,7 @@
"request-promise-native": "^1.0.8", "request-promise-native": "^1.0.8",
"turndown": "^7.1.2", "turndown": "^7.1.2",
"turndown-plugin-gfm": "^1.0.2", "turndown-plugin-gfm": "^1.0.2",
"xml2js": "^0.4.23" "xml2js": "^0.6.2"
}, },
"devDependencies": { "devDependencies": {
"eslint": "^6.8.0" "eslint": "^6.8.0"