Skip to content

Commit

Permalink
Upgrade depcheck to resolve mem CVE
Browse files Browse the repository at this point in the history
  • Loading branch information
blimmer committed Jul 11, 2019
1 parent f47c605 commit 539a9ee
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ os:
- osx

node_js:
- 7
- 10
- 8
- 6
- 4
4 changes: 2 additions & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
environment:
matrix:
- nodejs_version: 7
- nodejs_version: 10
- nodejs_version: 8
- nodejs_version: 6
- nodejs_version: 4

install:
- ps: Install-Product node $env:nodejs_version
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
"callsite-record": "^3.0.0",
"chalk": "^1.1.3",
"co": "^4.6.0",
"depcheck": "^0.6.11",
"depcheck": "^0.8.3",
"execa": "^0.2.2",
"giturl": "^1.0.0",
"global-modules": "^1.0.0",
Expand Down

0 comments on commit 539a9ee

Please sign in to comment.