updated package.json

This commit is contained in:
Pitu 2019-02-22 00:52:35 +09:00
parent a284a9a064
commit 500eb4f9a0
1 changed files with 20 additions and 20 deletions

View File

@ -30,43 +30,43 @@
"node": ">=8.0.0"
},
"dependencies": {
"adm-zip": "^0.4.11",
"adm-zip": "^0.4.13",
"axios": "^0.18.0",
"bcrypt": "^2.0.1",
"body-parser": "^1.18.2",
"bcrypt": "^3.0.4",
"body-parser": "^1.18.3",
"buefy": "0.6.3",
"busboy": "^0.2.14",
"chalk": "^2.4.1",
"compression": "^1.7.2",
"cors": "^2.8.4",
"cors": "^2.8.5",
"dotenv": "^6.2.0",
"dumper.js": "^1.1.1",
"express": "^4.16.3",
"express-rate-limit": "^2.11.0",
"dumper.js": "^1.3.1",
"express": "^4.16.4",
"express-rate-limit": "^3.4.0",
"fluent-ffmpeg": "^2.1.2",
"fs-jetpack": "^1.3.0",
"fuse.js": "^3.2.0",
"helmet": "^3.12.0",
"fs-jetpack": "^2.2.2",
"fuse.js": "^3.4.0",
"helmet": "^3.15.1",
"imagesloaded": "^4.1.4",
"jsonwebtoken": "^8.2.1",
"knex": "^0.14.6",
"moment": "^2.22.1",
"multer": "^1.3.0",
"jsonwebtoken": "^8.5.0",
"knex": "^0.16.3",
"moment": "^2.24.0",
"multer": "^1.4.1",
"nuxt": "^2.4.3",
"nuxt-dropzone": "^0.2.7",
"nuxt-dropzone": "^0.2.8",
"one-liner": "^1.3.0",
"path": "^0.12.7",
"pg": "^7.4.3",
"pg": "^7.8.1",
"qoa": "^0.2.0",
"randomstring": "^1.1.5",
"serve-static": "^1.13.2",
"sharp": "^0.20.3",
"sharp": "^0.21.3",
"sqlite3": "^4.0.6",
"v-clipboard": "^1.0.4",
"v-clipboard": "^2.2.1",
"vue-analytics": "^5.16.2",
"vue-axios": "^2.0.2",
"vue-axios": "^2.1.4",
"vue-isyourpasswordsafe": "^1.0.2",
"vue-plyr": "^2.1.1",
"vue-plyr": "^5.1.0",
"vue-timeago": "^3.4.4",
"vue2-transitions": "^0.2.3"
},