vlc-command@1.2.0

This commit is contained in:
Feross Aboukhadijeh
2019-09-04 16:36:06 -07:00
parent 101dd356ae
commit b6234f7705
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@@ -10030,9 +10030,9 @@
} }
}, },
"vlc-command": { "vlc-command": {
"version": "1.1.2", "version": "1.2.0",
"resolved": "https://registry.npmjs.org/vlc-command/-/vlc-command-1.1.2.tgz", "resolved": "https://registry.npmjs.org/vlc-command/-/vlc-command-1.2.0.tgz",
"integrity": "sha512-KZ15RTHz96OEiQDA8oNFn1edYDWyKJIWI4gF74Am9woZo5XmVYryk5RYXSwOMvsaAgL5ejICEGCl0suQyDBu+Q==", "integrity": "sha512-YTr1w5KmxRN5CBCvplKOD6g/OjwCl5iz+SIjDbq8gWTkByYZun5duHm+OLUkBlbJrCGvMyFyNhTMQxV4Ny0v8g==",
"requires": { "requires": {
"run-parallel": "^1.1.6", "run-parallel": "^1.1.6",
"winreg": "^1.2.1" "winreg": "^1.2.1"

View File

@@ -45,7 +45,7 @@
"simple-concat": "^1.0.0", "simple-concat": "^1.0.0",
"simple-get": "^3.0.3", "simple-get": "^3.0.3",
"srt-to-vtt": "^1.1.1", "srt-to-vtt": "^1.1.1",
"vlc-command": "^1.0.1", "vlc-command": "^1.2.0",
"webtorrent": ">=0.107.6", "webtorrent": ">=0.107.6",
"winreg": "^1.2.0", "winreg": "^1.2.0",
"zero-fill": "^2.2.3" "zero-fill": "^2.2.3"