Skip to content

Commit

Permalink
chore(): update node engine to 6.11.1 (#765)
Browse files Browse the repository at this point in the history
update node to 6.11.1 due to this vulnerability:
https://nodejs.org/en/blog/vulnerability/july-2017-security-releases/
  • Loading branch information
jeremysmartt authored and emoralesb05 committed Jul 19, 2017
1 parent df4fbf1 commit c3a056b
Show file tree
Hide file tree
Showing 10 changed files with 6 additions and 26 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ sudo: required
dist: trusty
language: node_js
node_js:
- '6.9.4'
- '6.11.1'
branches:
only:
- master
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"finish-release": "bash scripts/finish-release"
},
"engines": {
"node": ">6.9",
"node": ">=6.11.1 < 7",
"npm": ">3"
},
"repository": {
Expand Down Expand Up @@ -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",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<md-divider></md-divider>
<md-card-content>
<h3>Command Line Build Tasks</h3>
<h4>Important: Make sure you have Node 6.9 or greater!</h4>
<h4>Important: Make sure you have Node 6.11.1 or greater!</h4>
<p>
First install the CLI
</p>
Expand Down
2 changes: 1 addition & 1 deletion src/app/components/docs/overview/overview.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ <h3>Create a new Git repository for your product</h3>
<h3>Start Developing!</h3>
<h4>Prerequisites</h4>
<ul>
<li>Node 6.9+</li>
<li>Node 6.11.1+</li>
<li>NPM 3+</li>
<li>Angular CLI</li>
<li>Protractor (for testing)</li>
Expand Down
4 changes: 0 additions & 4 deletions src/platform/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,6 @@
],
"scripts": {
},
"engines": {
"node": ">=6.9",
"npm": ">= 3"
},
"repository": {
"type": "git",
"url": "https://github.com/teradata/covalent.git"
Expand Down
4 changes: 0 additions & 4 deletions src/platform/dynamic-forms/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,6 @@
],
"scripts": {
},
"engines": {
"node": ">=6.9",
"npm": ">= 3"
},
"repository": {
"type": "git",
"url": "https://github.com/teradata/covalent.git"
Expand Down
4 changes: 0 additions & 4 deletions src/platform/highlight/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,6 @@
],
"scripts": {
},
"engines": {
"node": ">=6.9",
"npm": ">= 3"
},
"repository": {
"type": "git",
"url": "https://github.com/teradata/covalent.git"
Expand Down
4 changes: 0 additions & 4 deletions src/platform/http/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,6 @@
],
"scripts": {
},
"engines": {
"node": ">=6.9",
"npm": ">= 3"
},
"repository": {
"type": "git",
"url": "https://github.com/teradata/covalent.git"
Expand Down
4 changes: 0 additions & 4 deletions src/platform/markdown/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,6 @@
],
"scripts": {
},
"engines": {
"node": ">=6.9",
"npm": ">= 3"
},
"repository": {
"type": "git",
"url": "https://github.com/teradata/covalent.git"
Expand Down

0 comments on commit c3a056b

Please sign in to comment.