Update dependencies

This commit is contained in:
Preston 2020-12-14 15:11:39 -05:00
parent 2b31078e05
commit eb7ef448c0
2 changed files with 370 additions and 377 deletions

721
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -25,7 +25,7 @@
"material-design-icons": "^3.0.1", "material-design-icons": "^3.0.1",
"nedb": "^1.8.0", "nedb": "^1.8.0",
"opml-to-json": "0.0.3", "opml-to-json": "0.0.3",
"rss-parser": "^3.9.0", "rss-parser": "^3.10.0",
"video.js": "7.10.2", "video.js": "7.10.2",
"videojs-abloop": "^1.2.0", "videojs-abloop": "^1.2.0",
"videojs-contrib-quality-levels": "^2.0.9", "videojs-contrib-quality-levels": "^2.0.9",
@ -47,28 +47,28 @@
"yt-dash-manifest-generator": "^1.1.0", "yt-dash-manifest-generator": "^1.1.0",
"yt-trending-scraper": "^1.0.4", "yt-trending-scraper": "^1.0.4",
"yt-xml2vtt": "^1.1.3", "yt-xml2vtt": "^1.1.3",
"ytdl-core": "^4.1.5", "ytdl-core": "4.1.4",
"ytpl": "^2.0.1", "ytpl": "^2.0.1",
"ytsr": "^2.0.1" "ytsr": "^2.0.1"
}, },
"description": "A private YouTube client", "description": "A private YouTube client",
"devDependencies": { "devDependencies": {
"@babel/core": "^7.12.9", "@babel/core": "^7.12.10",
"@babel/plugin-proposal-class-properties": "^7.12.1", "@babel/plugin-proposal-class-properties": "^7.12.1",
"@babel/plugin-proposal-object-rest-spread": "^7.12.1", "@babel/plugin-proposal-object-rest-spread": "^7.12.1",
"@babel/preset-env": "^7.12.7", "@babel/preset-env": "^7.12.10",
"@babel/preset-typescript": "^7.12.7", "@babel/preset-typescript": "^7.12.7",
"@typescript-eslint/eslint-plugin": "^4.9.1", "@typescript-eslint/eslint-plugin": "^4.10.0",
"@typescript-eslint/parser": "^4.9.1", "@typescript-eslint/parser": "^4.10.0",
"acorn": "^8.0.4", "acorn": "^8.0.4",
"babel-eslint": "^10.1.0", "babel-eslint": "^10.1.0",
"babel-loader": "^8.2.2", "babel-loader": "^8.2.2",
"copy-webpack-plugin": "^6.4.0", "copy-webpack-plugin": "^7.0.0",
"css-loader": "^5.0.1", "css-loader": "^5.0.1",
"devtron": "^1.4.0", "devtron": "^1.4.0",
"electron": "^11.0.4", "electron": "^11.1.0",
"electron-builder": "^22.9.1", "electron-builder": "^22.9.1",
"electron-builder-squirrel-windows": "^22.9.1", "electron-builder-squirrel-windows": "^22.10.3",
"electron-debug": "^3.1.0", "electron-debug": "^3.1.0",
"electron-rebuild": "^2.3.4", "electron-rebuild": "^2.3.4",
"eslint": "^7.15.0", "eslint": "^7.15.0",
@ -76,7 +76,7 @@
"eslint-config-standard": "^16.0.2", "eslint-config-standard": "^16.0.2",
"eslint-plugin-import": "^2.22.1", "eslint-plugin-import": "^2.22.1",
"eslint-plugin-node": "^11.1.0", "eslint-plugin-node": "^11.1.0",
"eslint-plugin-prettier": "^3.2.0", "eslint-plugin-prettier": "^3.3.0",
"eslint-plugin-promise": "^4.2.1", "eslint-plugin-promise": "^4.2.1",
"eslint-plugin-standard": "^5.0.0", "eslint-plugin-standard": "^5.0.0",
"eslint-plugin-vue": "^7.2.0", "eslint-plugin-vue": "^7.2.0",
@ -84,7 +84,7 @@
"file-loader": "^6.2.0", "file-loader": "^6.2.0",
"html-webpack-plugin": "^4.5.0", "html-webpack-plugin": "^4.5.0",
"jest": "^26.6.3", "jest": "^26.6.3",
"mini-css-extract-plugin": "^1.3.2", "mini-css-extract-plugin": "^1.3.3",
"node-abi": "^2.19.3", "node-abi": "^2.19.3",
"node-loader": "^1.0.2", "node-loader": "^1.0.2",
"npm-run-all": "^4.1.5", "npm-run-all": "^4.1.5",
@ -93,10 +93,10 @@
"sass-loader": "^10.1.0", "sass-loader": "^10.1.0",
"style-loader": "^2.0.0", "style-loader": "^2.0.0",
"tree-kill": "1.2.2", "tree-kill": "1.2.2",
"typescript": "^4.1.2", "typescript": "^4.1.3",
"url-loader": "^4.1.1", "url-loader": "^4.1.1",
"vue-devtools": "^5.1.4", "vue-devtools": "^5.1.4",
"vue-eslint-parser": "^7.2.0", "vue-eslint-parser": "^7.3.0",
"vue-loader": "^15.9.5", "vue-loader": "^15.9.5",
"vue-style-loader": "^4.1.2", "vue-style-loader": "^4.1.2",
"vue-template-compiler": "^2.6.12", "vue-template-compiler": "^2.6.12",