Skip to content

Commit

Permalink
refactor(package): updates dependencies to fix CVE-2015-8315 (#62)
Browse files Browse the repository at this point in the history
  • Loading branch information
shellscape authored and michael-ciniawsky committed Aug 14, 2018
1 parent 4f3833b commit 7843bb3
Show file tree
Hide file tree
Showing 4 changed files with 208 additions and 1,139 deletions.
9 changes: 3 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,13 @@ matrix:
fast_finish: true
include:
- os: linux
node_js: '6'
node_js: '8'
env: JOB_PART=test
- os: linux
node_js: '4.3'
env: JOB_PART=test
- os: linux
node_js: '7'
node_js: '9'
env: JOB_PART=test
before_install:
- nvm --version
- node --version
script:
- yarn run travis:$JOB_PART
- npm run travis:$JOB_PART
Loading

0 comments on commit 7843bb3

Please # to comment.