mirror of
https://github.com/IrosTheBeggar/mStream.git
synced 2025-10-27 07:31:02 +00:00
upgrade dependacies
This commit is contained in:
parent
af04d5653e
commit
aeb364121d
20
package.json
20
package.json
@ -6,8 +6,8 @@
|
||||
"bin": {
|
||||
"mstream": "cli-boot-wrapper.js"
|
||||
},
|
||||
"engines" : {
|
||||
"node" : ">=8.0.0"
|
||||
"engines": {
|
||||
"node": ">=8.0.0"
|
||||
},
|
||||
"scripts": {
|
||||
"start": "node cli-boot-wrapper.js",
|
||||
@ -69,24 +69,24 @@
|
||||
}
|
||||
},
|
||||
"dependencies": {
|
||||
"archiver": "^3.0.0",
|
||||
"archiver": "^3.1.1",
|
||||
"auto-launch": "^5.0.5",
|
||||
"axios": "^0.19.0",
|
||||
"body-parser": "^1.19.0",
|
||||
"busboy": "^0.3.1",
|
||||
"colors": "^1.3.3",
|
||||
"commander": "^2.20.0",
|
||||
"commander": "^3.0.1",
|
||||
"electron-updater": "4.0.14",
|
||||
"express": "^4.17.1",
|
||||
"inquirer": "^6.4.1",
|
||||
"inquirer": "^7.0.0",
|
||||
"inquirer-select-directory": "^1.2.0",
|
||||
"jsonwebtoken": "^8.5.0",
|
||||
"lokijs": "^1.5.6",
|
||||
"jsonwebtoken": "^8.5.1",
|
||||
"lokijs": "^1.5.7",
|
||||
"make-dir": "^3.0.0",
|
||||
"mime-types": "^2.1.22",
|
||||
"mime-types": "^2.1.24",
|
||||
"music-metadata": "^3.8.0",
|
||||
"nanoid": "^2.0.3",
|
||||
"nanoid": "^2.1.1",
|
||||
"winston": "^3.2.1",
|
||||
"ws": "^6.2.1"
|
||||
"ws": "^7.1.2"
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user