Updated dependencies

This commit is contained in:
freearhey 2019-10-08 20:43:13 +03:00
parent e0ae8b4404
commit 9d4e71ab4d
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@ -57,9 +57,9 @@
}
},
"iptv-playlist-parser": {
"version": "0.2.1",
"resolved": "https://registry.npmjs.org/iptv-playlist-parser/-/iptv-playlist-parser-0.2.1.tgz",
"integrity": "sha512-62k3RJ6qRGN2pk0Eg9SrosL7lL0qpgAI2alOXVMEOfJpgyWbR1CEO1WlMjS87eNo3Y+5JNMGdNjoeQjRzIqpXQ==",
"version": "0.2.2",
"resolved": "https://registry.npmjs.org/iptv-playlist-parser/-/iptv-playlist-parser-0.2.2.tgz",
"integrity": "sha512-F0BoyFJNv2NxhAGU/lJnQJ5J6eDktmJdoOi06C4SEuBHv3y61eLNjcbFi/kE9TlAo8Lry4t4U0Io+MOQX3mXHw==",
"dev": true,
"requires": {
"decamelize": "^3.2.0",

View File

@ -11,7 +11,7 @@
"dependencies": {},
"devDependencies": {
"axios": ">=0.18.1",
"iptv-playlist-parser": "^0.2.1",
"iptv-playlist-parser": "^0.2.2",
"xmldom": "^0.1.27"
}
}