dep upgrades part 1

This commit is contained in:
Calvin Montgomery 2021-03-21 21:09:45 -07:00
parent bb165606d6
commit 9e5a63d880
1 changed files with 17 additions and 19 deletions

View File

@ -8,38 +8,36 @@
},
"license": "MIT",
"dependencies": {
"@calzoneman/express-babel-decorators": "^1.0.0",
"@calzoneman/jsli": "^2.0.1",
"@cytube/mediaquery": "0.0.25",
"bcrypt": "^5.0.0",
"bluebird": "^3.5.1",
"body-parser": "^1.18.2",
"bcrypt": "^5.0.1",
"bluebird": "^3.7.2",
"body-parser": "^1.19.0",
"cheerio": "^1.0.0-rc.2",
"clone": "^2.1.1",
"compression": "^1.5.2",
"cookie-parser": "^1.4.0",
"clone": "^2.1.2",
"compression": "^1.7.4",
"cookie-parser": "^1.4.5",
"create-error": "^0.3.1",
"csrf": "^3.0.0",
"csrf": "^3.1.0",
"cytubefilters": "github:calzoneman/cytubefilters#c67b2dab2dc5cc5ed11018819f71273d0f8a1bf5",
"express": "^4.16.2",
"express": "^4.17.1",
"express-minify": "^1.0.0",
"graceful-fs": "^4.1.2",
"json-typecheck": "^0.1.3",
"knex": "^0.20.3",
"lodash": "^4.17.5",
"morgan": "^1.6.1",
"lodash": "^4.17.21",
"morgan": "^1.10.0",
"mysql": "^2.9.0",
"nodemailer": "^6.2.1",
"nodemailer": "^6.5.0",
"prom-client": "^10.0.2",
"proxy-addr": "^2.0.2",
"pug": "^2.0.0-beta3",
"redis": "^2.4.2",
"proxy-addr": "^2.0.6",
"pug": "^3.0.2",
"redis": "^3.0.2",
"sanitize-html": "^1.14.1",
"serve-static": "^1.13.2",
"serve-static": "^1.14.1",
"socket.io": "^2.0.3",
"source-map-support": "^0.5.3",
"sprintf-js": "^1.0.3",
"toml": "^2.3.0",
"source-map-support": "^0.5.19",
"toml": "^3.0.0",
"uuid": "^3.2.1",
"yamljs": "^0.2.8"
},