From c3a056bc750422e44602dbca4e3a47b3230f716c Mon Sep 17 00:00:00 2001 From: Jeremy Smartt Date: Wed, 19 Jul 2017 16:30:38 -0700 Subject: [PATCH] chore(): update node engine to 6.11.1 (#765) update node to 6.11.1 due to this vulnerability: https://nodejs.org/en/blog/vulnerability/july-2017-security-releases/ --- .travis.yml | 2 +- README.md | 2 +- package.json | 4 ++-- .../components/docs/build-tasks/build-tasks.component.html | 2 +- src/app/components/docs/overview/overview.component.html | 2 +- src/platform/core/package.json | 4 ---- src/platform/dynamic-forms/package.json | 4 ---- src/platform/highlight/package.json | 4 ---- src/platform/http/package.json | 4 ---- src/platform/markdown/package.json | 4 ---- 10 files changed, 6 insertions(+), 26 deletions(-) diff --git a/.travis.yml b/.travis.yml index 69868b763a..bea868becf 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,7 +2,7 @@ sudo: required dist: trusty language: node_js node_js: -- '6.9.4' +- '6.11.1' branches: only: - master diff --git a/README.md b/README.md index 890975d4ab..22cf318436 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ Covalent is a reusable UI platform from Teradata for building web applications w ## Setup -* Ensure you have Node 6.9.1 or up and NPM 3+ installed. +* Ensure you have Node 6.11.1 or up and NPM 3+ installed. * Install Angular CLI `npm i -g @angular/cli@latest` * Install Typescript `npm i -g typescript` * Install TSLint `npm install -g tslint` diff --git a/package.json b/package.json index 3fad810248..643f3ec895 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ "finish-release": "bash scripts/finish-release" }, "engines": { - "node": ">6.9", + "node": ">=6.11.1 < 7", "npm": ">3" }, "repository": { @@ -67,7 +67,7 @@ "@angular/platform-browser-dynamic": "^4.2.0", "@angular/platform-server": "^4.2.0", "@angular/router": "^4.2.0", - "@covalent/code-editor": "^1.0.0-alpha.6-5", + "@covalent/code-editor": "^1.0.0-alpha.6-7", "@ngx-translate/core": "7.0.0", "@ngx-translate/http-loader": "0.1.0", "@swimlane/ngx-charts": "5.3.1", diff --git a/src/app/components/docs/build-tasks/build-tasks.component.html b/src/app/components/docs/build-tasks/build-tasks.component.html index ada89fdf8c..2b14cbf7d0 100644 --- a/src/app/components/docs/build-tasks/build-tasks.component.html +++ b/src/app/components/docs/build-tasks/build-tasks.component.html @@ -4,7 +4,7 @@

Command Line Build Tasks

-

Important: Make sure you have Node 6.9 or greater!

+

Important: Make sure you have Node 6.11.1 or greater!

First install the CLI

diff --git a/src/app/components/docs/overview/overview.component.html b/src/app/components/docs/overview/overview.component.html index d8055d0810..0fc1003b86 100644 --- a/src/app/components/docs/overview/overview.component.html +++ b/src/app/components/docs/overview/overview.component.html @@ -32,7 +32,7 @@

Create a new Git repository for your product

Start Developing!

Prerequisites