Skip to content

Commit

Permalink
fix(Dependencies): Use opn instead of open
Browse files Browse the repository at this point in the history
More secure
  • Loading branch information
thewtex committed Jul 24, 2018
1 parent ddc3892 commit 3705456
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 15 deletions.
2 changes: 1 addition & 1 deletion bin/ItkVtkImageViewer-cli.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ var program = require('commander');
var ipList = require('./network');
var server = require('./server');
var pkg = require('../package.json');
var openFn = require('open');
var openFn = require('opn');
var shell = require('shelljs');

var app = null;
Expand Down
19 changes: 6 additions & 13 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"curry": "^1.2.0",
"express": "4.16.2",
"itk": "9.1.1",
"open": "0.0.5",
"opn": "^5.3.0",
"vtk.js": "7.4.10"
},
"devDependencies": {
Expand Down

0 comments on commit 3705456

Please sign in to comment.