Merge pull request #1883 from webtorrent/deps

This commit is contained in:
Feross Aboukhadijeh
2020-10-28 19:18:16 +01:00
committed by GitHub
2 changed files with 1967 additions and 1808 deletions

3743
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@@ -13,37 +13,37 @@
"dependencies": { "dependencies": {
"airplayer": "github:webtorrent/airplayer#fix-security", "airplayer": "github:webtorrent/airplayer#fix-security",
"application-config": "^2.0.0", "application-config": "^2.0.0",
"arch": "^2.1.2", "arch": "^2.2.0",
"auto-launch": "^5.0.5", "auto-launch": "^5.0.5",
"bitfield": "^3.0.0", "bitfield": "^3.0.0",
"capture-frame": "^4.0.0", "capture-frame": "^4.0.0",
"chokidar": "^3.4.2", "chokidar": "^3.4.3",
"chromecasts": "^1.9.1", "chromecasts": "^1.9.1",
"create-torrent": "^4.4.2", "create-torrent": "^4.4.2",
"debounce": "^1.2.0", "debounce": "^1.2.0",
"dlnacasts": "^0.1.0", "dlnacasts": "^0.1.0",
"drag-drop": "^6.0.2", "drag-drop": "^6.1.0",
"es6-error": "^4.1.1", "es6-error": "^4.1.1",
"fn-getter": "^1.0.0", "fn-getter": "^1.0.0",
"iso-639-1": "^2.1.4", "iso-639-1": "^2.1.4",
"languagedetect": "^2.0.0", "languagedetect": "^2.0.0",
"location-history": "^1.1.2", "location-history": "^1.1.2",
"material-ui": "^0.20.2", "material-ui": "^0.20.2",
"music-metadata": "^7.0.2", "music-metadata": "^7.4.1",
"network-address": "^1.1.2", "network-address": "^1.1.2",
"parse-torrent": "^7.1.3", "parse-torrent": "^8.0.0",
"prettier-bytes": "^1.0.4", "prettier-bytes": "^1.0.4",
"prop-types": "^15.7.2", "prop-types": "^15.7.2",
"react": "^16.13.1", "react": "^17.0.1",
"react-dom": "^16.13.1", "react-dom": "^17.0.1",
"rimraf": "^3.0.2", "rimraf": "^3.0.2",
"run-parallel": "^1.1.9", "run-parallel": "^1.1.10",
"semver": "^7.3.2", "semver": "^7.3.2",
"simple-concat": "^1.0.1", "simple-concat": "^1.0.1",
"simple-get": "^4.0.0", "simple-get": "^4.0.0",
"srt-to-vtt": "^1.1.3", "srt-to-vtt": "^1.1.3",
"vlc-command": "^1.2.0", "vlc-command": "^1.2.0",
"webtorrent": ">=0.108.6", "webtorrent": ">=0.109.2",
"winreg": "^1.2.4" "winreg": "^1.2.4"
}, },
"devDependencies": { "devDependencies": {
@@ -51,19 +51,19 @@
"buble": "^0.20.0", "buble": "^0.20.0",
"cross-zip": "^3.1.0", "cross-zip": "^3.1.0",
"depcheck": "^1.2.0", "depcheck": "^1.2.0",
"electron": "~10.1.2", "electron": "~10.1.5",
"electron-notarize": "^1.0.0", "electron-notarize": "^1.0.0",
"electron-osx-sign": "^0.4.17", "electron-osx-sign": "^0.4.17",
"electron-packager": "^15.1.0", "electron-packager": "^15.1.0",
"electron-winstaller": "^4.0.1", "electron-winstaller": "^4.0.1",
"gh-release": "^3.5.0", "gh-release": "^4.0.3",
"minimist": "^1.2.5", "minimist": "^1.2.5",
"nodemon": "^2.0.4", "nodemon": "^2.0.6",
"open": "^7.2.1", "open": "^7.3.0",
"plist": "^3.0.1", "plist": "^3.0.1",
"pngjs": "^5.0.0", "pngjs": "^6.0.0",
"run-series": "^1.1.8", "run-series": "^1.1.9",
"spectron": "~11.1.0", "spectron": "~12.0.0",
"standard": "*", "standard": "*",
"tape": "^5.0.1", "tape": "^5.0.1",
"walk-sync": "^2.2.0" "walk-sync": "^2.2.0"