From 3f942871ae7ec9533093e2d4a1c14b213af608c4 Mon Sep 17 00:00:00 2001 From: Bryan Ashby Date: Thu, 7 Sep 2017 21:21:24 -0600 Subject: [PATCH] * Update packages * Remove application/x-arj from mimeUtils hack - is included in mime-db now. --- core/mime_util.js | 1 - package.json | 32 ++++++++++++++++---------------- 2 files changed, 16 insertions(+), 17 deletions(-) diff --git a/core/mime_util.js b/core/mime_util.js index bdb88a53..1e2bd32c 100644 --- a/core/mime_util.js +++ b/core/mime_util.js @@ -14,7 +14,6 @@ function startup(cb) { // Add in types (not yet) supported by mime-db -- and therefor, mime-types // const ADDITIONAL_EXT_MIMETYPES = { - arj : 'application/x-arj', ans : 'text/x-ansi', gz : 'application/gzip', // not in mime-types 2.1.15 :( }; diff --git a/package.json b/package.json index ec508841..219a4290 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "enigma-bbs", - "version": "0.0.7-alpha", + "version": "0.0.8-alpha", "description": "ENiGMA½ Bulletin Board System", "author": "Bryan Ashby ", "license": "BSD-2-Clause", @@ -19,34 +19,34 @@ "retro" ], "dependencies": { - "async": "^2.4.0", + "async": "^2.5.0", "binary": "0.3.x", "buffers": "NuSkooler/node-buffers", - "bunyan": "^1.8.10", - "farmhash": "^1.2.1", - "fs-extra": "^3.0.1", + "bunyan": "^1.8.12", + "exiftool": "^0.0.3", + "farmhash": "^2.0.1", + "fs-extra": "^4.0.1", "gaze": "^1.1.2", + "graceful-fs": "^4.1.11", "hashids": "^1.1.1", - "hjson": "^2.4.2", - "iconv-lite": "^0.4.17", - "inquirer": "^3.0.6", + "hjson": "^3.1.0", + "iconv-lite": "^0.4.18", + "inquirer": "^3.2.3", "later": "1.2.0", "lodash": "^4.17.4", - "mime-types": "^2.1.15", + "mime-types": "^2.1.17", "minimist": "1.2.x", "moment": "^2.18.1", - "nodemailer": "^4.0.1", + "node-glob": "^1.2.0", + "nodemailer": "^4.1.0", "ptyw.js": "NuSkooler/ptyw.js", "sanitize-filename": "^1.6.1", - "sqlite3": "^3.1.1", + "sqlite3": "^3.1.9", "ssh2": "^0.5.5", "temptmp": "^1.0.0", - "uuid": "^3.0.1", + "uuid": "^3.1.0", "uuid-parse": "^1.0.0", - "ws" : "^3.0.0", - "graceful-fs" : "^4.1.11", - "exiftool" : "^0.0.3", - "node-glob" : "^1.2.0" + "ws": "^3.1.0" }, "devDependencies": {}, "engines": {