From 90706f87986f42a3e9faf807da3c44f3b0d9e280 Mon Sep 17 00:00:00 2001 From: Bryan Ashby Date: Sun, 14 Jan 2018 22:00:00 -0700 Subject: [PATCH] * Move to Node.js 8.x LTS * Update some packages --- WHATSNEW.md | 4 ++++ package.json | 8 ++++---- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/WHATSNEW.md b/WHATSNEW.md index 667c296f..594418a7 100644 --- a/WHATSNEW.md +++ b/WHATSNEW.md @@ -1,6 +1,10 @@ # Whats New This document attempts to track **major** changes and additions in ENiGMA½. For details, see GitHub. +## 0.0.9-alpha +* Development is now against Node.js 8.x LTS. While other Node.js series may continue to work, you're own your own and YMMV! + + ## 0.0.8-alpha * [Mystic BBS style](http://wiki.mysticbbs.com/doku.php?id=displaycodes) extended pipe color codes. These allow for example, to set "iCE" background colors. * File descriptions (FILE_ID.DIZ, etc.) now support Renegade |## pipe, PCBoard, and other less common color codes found commonly in BBS era scene releases. diff --git a/package.json b/package.json index 678628f1..b44cc894 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "enigma-bbs", - "version": "0.0.8-alpha", + "version": "0.0.9-alpha", "description": "ENiGMA½ Bulletin Board System", "author": "Bryan Ashby ", "license": "BSD-2-Clause", @@ -33,12 +33,12 @@ "hashids": "^1.1.1", "hjson": "^3.1.0", "iconv-lite": "^0.4.18", - "inquirer": "^4.0.1", + "inquirer": "^5.0.0", "later": "1.2.0", "lodash": "^4.17.4", "mime-types": "^2.1.17", "minimist": "1.2.x", - "moment": "^2.20.0", + "moment": "^2.20.1", "nodemailer": "^4.4.1", "ptyw.js": "NuSkooler/ptyw.js", "rlogin": "^1.0.0", @@ -50,7 +50,7 @@ "temptmp": "^1.0.0", "uuid": "^3.1.0", "uuid-parse": "^1.0.0", - "ws": "^3.3.3", + "ws": "^4.0.0", "xxhash": "^0.2.4", "yazl": "^2.4.2" },