Chore: Update and dedupe various dependencies

This commit is contained in:
Svallinn 2021-06-16 17:39:16 +01:00
parent 77e743060f
commit 990417a588
No known key found for this signature in database
GPG Key ID: 09FB527F34037CCA
2 changed files with 1948 additions and 2690 deletions

4581
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -16,7 +16,7 @@
"autolinker": "^3.14.3", "autolinker": "^3.14.3",
"bulma-pro": "^0.2.0", "bulma-pro": "^0.2.0",
"dateformat": "^4.5.1", "dateformat": "^4.5.1",
"electron-context-menu": "^3.0.0", "electron-context-menu": "^3.1.0",
"http-proxy-agent": "^4.0.1", "http-proxy-agent": "^4.0.1",
"https-proxy-agent": "^5.0.0", "https-proxy-agent": "^5.0.0",
"jquery": "^3.6.0", "jquery": "^3.6.0",
@ -31,14 +31,14 @@
"opml-to-json": "^1.0.1", "opml-to-json": "^1.0.1",
"rss-parser": "^3.12.0", "rss-parser": "^3.12.0",
"socks-proxy-agent": "^5.0.0", "socks-proxy-agent": "^5.0.0",
"video.js": "^7.10.2", "video.js": "^7.12.3",
"videojs-abloop": "^1.2.0", "videojs-abloop": "^1.2.0",
"videojs-contrib-quality-levels": "^2.1.0", "videojs-contrib-quality-levels": "^2.1.0",
"videojs-http-source-selector": "^1.1.6", "videojs-http-source-selector": "^1.1.6",
"videojs-overlay": "^2.1.4", "videojs-overlay": "^2.1.4",
"videojs-replay": "^1.1.0", "videojs-replay": "^1.1.0",
"videojs-vtt-thumbnails-freetube": "0.0.15", "videojs-vtt-thumbnails-freetube": "0.0.15",
"vue": "^2.6.12", "vue": "^2.6.14",
"vue-electron": "^1.0.6", "vue-electron": "^1.0.6",
"vue-i18n": "^8.24.4", "vue-i18n": "^8.24.4",
"vue-observe-visibility": "^1.0.0", "vue-observe-visibility": "^1.0.0",
@ -50,61 +50,60 @@
"yt-channel-info": "^2.2.0", "yt-channel-info": "^2.2.0",
"yt-comment-scraper": "^5.0.1", "yt-comment-scraper": "^5.0.1",
"yt-dash-manifest-generator": "1.1.0", "yt-dash-manifest-generator": "1.1.0",
"yt-trending-scraper": "^2.0.0", "yt-trending-scraper": "^2.0.1",
"ytdl-core": "^4.8.2", "ytdl-core": "^4.8.2",
"ytpl": "^2.2.1", "ytpl": "^2.2.1",
"ytsr": "^3.5.0" "ytsr": "^3.5.0"
}, },
"description": "A private YouTube client", "description": "A private YouTube client",
"devDependencies": { "devDependencies": {
"@babel/core": "^7.14.2", "@babel/core": "^7.14.5",
"@babel/plugin-proposal-class-properties": "^7.13.0", "@babel/plugin-proposal-class-properties": "^7.14.5",
"@babel/plugin-proposal-object-rest-spread": "^7.14.2", "@babel/plugin-proposal-object-rest-spread": "^7.14.5",
"@babel/preset-env": "^7.14.2", "@babel/preset-env": "^7.14.5",
"@babel/preset-typescript": "^7.13.0", "@babel/preset-typescript": "^7.14.5",
"@typescript-eslint/eslint-plugin": "^4.23.0", "@typescript-eslint/eslint-plugin": "^4.27.0",
"@typescript-eslint/parser": "^4.23.0", "@typescript-eslint/parser": "^4.27.0",
"acorn": "^8.2.4",
"babel-eslint": "^10.1.0", "babel-eslint": "^10.1.0",
"babel-loader": "^8.2.2", "babel-loader": "^8.2.2",
"copy-webpack-plugin": "8.1.1", "copy-webpack-plugin": "^9.0.0",
"css-loader": "^5.2.4", "css-loader": "^5.2.6",
"electron": "^12.0.7", "electron": "^12.0.11",
"electron-builder": "^22.10.5", "electron-builder": "^22.11.7",
"electron-builder-squirrel-windows": "^22.11.4", "electron-builder-squirrel-windows": "^22.11.7",
"electron-debug": "^3.2.0", "electron-debug": "^3.2.0",
"electron-rebuild": "^2.3.5", "electron-rebuild": "^2.3.5",
"eslint": "^7.26.0", "eslint": "^7.28.0",
"eslint-config-prettier": "^8.3.0", "eslint-config-prettier": "^8.3.0",
"eslint-config-standard": "^16.0.2", "eslint-config-standard": "^16.0.3",
"eslint-plugin-import": "^2.23.2", "eslint-plugin-import": "^2.23.4",
"eslint-plugin-node": "^11.1.0", "eslint-plugin-node": "^11.1.0",
"eslint-plugin-prettier": "^3.4.0", "eslint-plugin-prettier": "^3.4.0",
"eslint-plugin-promise": "^5.1.0", "eslint-plugin-promise": "^5.1.0",
"eslint-plugin-standard": "^5.0.0", "eslint-plugin-standard": "^5.0.0",
"eslint-plugin-vue": "^7.9.0", "eslint-plugin-vue": "^7.11.1",
"fast-glob": "^3.2.5", "fast-glob": "^3.2.5",
"file-loader": "^6.2.0", "file-loader": "^6.2.0",
"html-webpack-plugin": "^5.3.1", "html-webpack-plugin": "^5.3.1",
"jest": "^26.6.3", "jest": "^26.6.3",
"mini-css-extract-plugin": "^1.6.0", "mini-css-extract-plugin": "^1.6.0",
"node-abi": "^2.26.0", "node-abi": "^2.30.0",
"node-loader": "^2.0.0", "node-loader": "^2.0.0",
"npm-run-all": "^4.1.5", "npm-run-all": "^4.1.5",
"prettier": "^2.3.0", "prettier": "^2.3.1",
"sass": "^1.32.13", "sass": "^1.35.1",
"sass-loader": "^11.1.1", "sass-loader": "^12.1.0",
"style-loader": "^2.0.0", "style-loader": "^2.0.0",
"tree-kill": "1.2.2", "tree-kill": "1.2.2",
"typescript": "^4.2.4", "typescript": "^4.3.2",
"url-loader": "^4.1.1", "url-loader": "^4.1.1",
"vue-devtools": "^5.1.4", "vue-devtools": "^5.1.4",
"vue-eslint-parser": "^7.6.0", "vue-eslint-parser": "^7.6.0",
"vue-loader": "^15.9.7", "vue-loader": "^15.9.7",
"vue-style-loader": "^4.1.3", "vue-style-loader": "^4.1.3",
"vue-template-compiler": "^2.6.12", "vue-template-compiler": "^2.6.14",
"webpack": "^5.37.0", "webpack": "^5.39.0",
"webpack-cli": "^4.7.0", "webpack-cli": "^4.7.2",
"webpack-dev-server": "^3.11.2" "webpack-dev-server": "^3.11.2"
}, },
"license": "AGPL-3.0-or-later", "license": "AGPL-3.0-or-later",