Update Node to version 8.15.1.

Release blog post: https://nodejs.org/en/blog/release/v8.15.1/
Security details: https://nodejs.org/en/blog/vulnerability/february-2019-security-releases/
This commit is contained in:
Ben Newman
2019-02-28 13:30:34 -05:00
parent 05e5cb9105
commit b2d7df5704
2 changed files with 9 additions and 7 deletions

View File

@@ -5,7 +5,7 @@ set -u
UNAME=$(uname)
ARCH=$(uname -m)
NODE_VERSION=8.15.0
NODE_VERSION=8.15.1
MONGO_VERSION_64BIT=4.0.4
MONGO_VERSION_32BIT=3.2.21
NPM_VERSION=6.8.0