Skip to content

Commit e702efc

Browse files
committed
chore(deps): introduce open and remove opn (#1865)
Because opn was renamed to open.
1 parent 9b8f845 commit e702efc

File tree

3 files changed

+505
-2
lines changed

3 files changed

+505
-2
lines changed

lib/utils/runOpen.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
'use strict';
22

3-
const open = require('opn');
3+
const open = require('open');
44
const isAbsoluteUrl = require('is-absolute-url');
55

66
function runOpen(uri, options, log) {

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
"is-absolute-url": "^3.0.0",
5353
"killable": "^1.0.1",
5454
"loglevel": "^1.6.3",
55-
"opn": "^5.5.0",
55+
"open": "^6.2.0",
5656
"p-retry": "^3.0.1",
5757
"portfinder": "^1.0.21",
5858
"schema-utils": "^1.0.0",

0 commit comments

Comments
 (0)