Updating deps

master
Mark Moffat 2019-10-26 17:20:29 +10:30
parent ad6bd83c23
commit a6cae144f2
2 changed files with 837 additions and 749 deletions

1550
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -13,38 +13,38 @@
"node": "10.16.0" "node": "10.16.0"
}, },
"dependencies": { "dependencies": {
"ajv": "^6.10.1", "ajv": "^6.10.2",
"ajv-keywords": "^3.4.1", "ajv-keywords": "^3.4.1",
"async": "^2.6.2", "async": "^2.6.3",
"axios": "^0.19.0", "axios": "^0.19.0",
"bcryptjs": "^2.4.3", "bcryptjs": "^2.4.3",
"body-parser": "^1.19.0", "body-parser": "^1.19.0",
"cheerio": "^0.22.0", "cheerio": "^0.22.0",
"colors": "^1.3.3", "colors": "^1.4.0",
"connect-mongodb-session": "^1.4.0", "connect-mongodb-session": "^2.2.0",
"cookie-parser": "^1.4.4", "cookie-parser": "^1.4.4",
"express": "^4.17.1", "express": "^4.17.1",
"express-handlebars": "^3.1.0", "express-handlebars": "^3.1.0",
"express-session": "^1.16.2", "express-session": "^1.17.0",
"glob": "^7.1.5", "glob": "^7.1.5",
"helmet": "^3.18.0", "helmet": "^3.21.2",
"html-entities": "^1.2.0", "html-entities": "^1.2.0",
"jsonschema": "^1.2.4", "jsonschema": "^1.2.4",
"lodash": "^4.17.14", "lodash": "^4.17.15",
"lunr": "^2.3.6", "lunr": "^2.3.8",
"mime-db": "^1.40.0", "mime-db": "^1.42.0",
"mime-type": "^3.0.7", "mime-type": "^3.0.7",
"moment": "^2.24.0", "moment": "^2.24.0",
"mongodb": "2.2.3", "mongodb": "^3.3.3",
"mongodb-uri": "^0.9.7", "mongodb-uri": "^0.9.7",
"morgan": "^1.9.1", "morgan": "^1.9.1",
"multer": "^1.4.1", "multer": "^1.4.2",
"node-cron": "^2.0.3", "node-cron": "^2.0.3",
"nodemailer": "^4.7.0", "nodemailer": "^4.7.0",
"numeral": "^2.0.6", "numeral": "^2.0.6",
"paypal-rest-sdk": "^1.6.9", "paypal-rest-sdk": "^1.6.9",
"rand-token": "^0.4.0", "rand-token": "^0.4.0",
"rimraf": "^2.6.3", "rimraf": "^2.7.1",
"sanitize-html": "^1.20.1", "sanitize-html": "^1.20.1",
"sitemap": "^1.6.0", "sitemap": "^1.6.0",
"strip-bom": "^3.0.0", "strip-bom": "^3.0.0",
@ -52,14 +52,14 @@
"uglifycss": "0.0.27" "uglifycss": "0.0.27"
}, },
"devDependencies": { "devDependencies": {
"ava": "^2.2.0", "ava": "^2.4.0",
"eslint": "^6.0.1", "eslint": "^6.6.0",
"eslint-config-airbnb-base": "^13.2.0", "eslint-config-airbnb-base": "^13.2.0",
"eslint-config-standard": "^13.0.0", "eslint-config-standard": "^13.0.1",
"eslint-plugin-import": "^2.18.0", "eslint-plugin-import": "^2.18.2",
"eslint-plugin-node": "^9.1.0", "eslint-plugin-node": "^9.2.0",
"eslint-plugin-promise": "^4.2.1", "eslint-plugin-promise": "^4.2.1",
"eslint-plugin-standard": "^4.0.0", "eslint-plugin-standard": "^4.0.1",
"gulp": "^4.0.2", "gulp": "^4.0.2",
"gulp-clean-css": "^3.10.0", "gulp-clean-css": "^3.10.0",
"gulp-minify": "^3.1.0", "gulp-minify": "^3.1.0",