Removed xmldom from dependencies

This commit is contained in:
freearhey 2019-11-01 21:27:28 +03:00
parent f09c4a9208
commit bc7a80fbc1
2 changed files with 1 additions and 8 deletions

6
package-lock.json generated
View File

@ -172,12 +172,6 @@
"sax": "^1.2.4"
}
},
"xmldom": {
"version": "0.1.27",
"resolved": "https://registry.npmjs.org/xmldom/-/xmldom-0.1.27.tgz",
"integrity": "sha1-1QH5ezvbQDr4757MIFcxh6rawOk=",
"dev": true
},
"xregexp": {
"version": "4.2.4",
"resolved": "https://registry.npmjs.org/xregexp/-/xregexp-4.2.4.tgz",

View File

@ -17,7 +17,6 @@
"fluent-ffmpeg": "^2.1.2",
"iptv-playlist-parser": "^0.3.0",
"iso-639-1": "^2.1.0",
"markdown-include": "^0.4.3",
"xmldom": "^0.1.27"
"markdown-include": "^0.4.3"
}
}