update deps

merge-requests/208/head
Thomas Lynch 4 years ago
parent e65015540a
commit 56562a9e52
  1. 30
      package-lock.json
  2. 3
      package.json

30
package-lock.json generated

@ -377,32 +377,6 @@
"@types/node": "^10.0.3"
}
},
"@tohru/gm": {
"version": "git+https://gitgud.io/fatchan/gm.git#9357bdfc4c527ab155f64bd850cded14d6105caa",
"from": "git+https://gitgud.io/fatchan/gm.git",
"requires": {
"array-parallel": "^0.1.3",
"array-series": "^0.1.5",
"cross-spawn": "^7.0.3",
"debug": "^4.1.1",
"tmp": "^0.2.1"
},
"dependencies": {
"debug": {
"version": "4.3.1",
"resolved": "https://registry.npmjs.org/debug/-/debug-4.3.1.tgz",
"integrity": "sha512-doEwdvm4PCeK4K3RQN2ZC2BYUBaxwLARCqZmMjtF8a51J2Rb0xpVloFRnCODwqjpwnAoao4pelN8l3RJdv3gRQ==",
"requires": {
"ms": "2.1.2"
}
},
"ms": {
"version": "2.1.2",
"resolved": "https://registry.npmjs.org/ms/-/ms-2.1.2.tgz",
"integrity": "sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w=="
}
}
},
"@tokenizer/token": {
"version": "0.1.1",
"resolved": "https://registry.npmjs.org/@tokenizer/token/-/token-0.1.1.tgz",
@ -2686,8 +2660,8 @@
}
},
"express-fileupload": {
"version": "git+https://gitgud.io/fatchan/express-fileupload.git#f6ca9cdc400bfd4ee94b6c1011a7007546469f94",
"from": "git+https://gitgud.io/fatchan/express-fileupload.git#f6ca9cdc400bfd4ee94b6c1011a7007546469f94",
"version": "git+https://gitgud.io/fatchan/express-fileupload.git#6f472bc3123d1f7e6371b9242145164fb4a5e706",
"from": "git+https://gitgud.io/fatchan/express-fileupload.git#6f472bc3123d1f7e6371b9242145164fb4a5e706",
"requires": {
"busboy": "^0.3.1"
}

@ -5,7 +5,6 @@
"description": "",
"main": "server.js",
"dependencies": {
"@tohru/gm": "git+https://gitgud.io/fatchan/gm.git",
"bcrypt": "^5.0.0",
"bull": "^3.20.0",
"cache-pug-templates": "^2.0.3",
@ -15,7 +14,7 @@
"del": "^6.0.0",
"dnsbl": "^3.2.0",
"express": "^4.17.1",
"express-fileupload": "git+https://gitgud.io/fatchan/express-fileupload.git#f6ca9cdc400bfd4ee94b6c1011a7007546469f94",
"express-fileupload": "git+https://gitgud.io/fatchan/express-fileupload.git#6f472bc3123d1f7e6371b9242145164fb4a5e706",
"express-session": "^1.17.0",
"file-type": "^15.0.1",
"fluent-ffmpeg": "^2.1.2",

Loading…
Cancel
Save