Skip to content

Commit 108f881

Browse files
Bump open from 0.0.5 to 6.0.0
Bumps [open](https://github.com/sindresorhus/open) from 0.0.5 to 6.0.0. - [Release notes](https://github.com/sindresorhus/open/releases) - [Commits](https://github.com/sindresorhus/open/commits/v6.0.0) Signed-off-by: dependabot[bot] <[email protected]>
1 parent 6d8bd9d commit 108f881

File tree

2 files changed

+12
-5
lines changed

2 files changed

+12
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
"copy-paste": "^1.3.0",
5757
"diff2html": "^2.7.0",
5858
"extend": "^3.0.2",
59-
"open": "^0.0.5",
59+
"open": "^6.0.0",
6060
"request": "^2.88.0",
6161
"yargs": "^12.0.5"
6262
},

yarn.lock

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -990,6 +990,11 @@ is-typedarray@~1.0.0:
990990
resolved "https://registry.yarnpkg.com/is-typedarray/-/is-typedarray-1.0.0.tgz#e479c80858df0c1b11ddda6940f96011fcda4a9a"
991991
integrity sha1-5HnICFjfDBsR3dppQPlgEfzaSpo=
992992

993+
is-wsl@^1.1.0:
994+
version "1.1.0"
995+
resolved "https://registry.yarnpkg.com/is-wsl/-/is-wsl-1.1.0.tgz#1f16e4aa22b04d1336b66188a66af3c600c3a66d"
996+
integrity sha1-HxbkqiKwTRM2tmGIpmrzxgDDpm0=
997+
993998
994999
version "0.0.1"
9951000
resolved "https://registry.yarnpkg.com/isarray/-/isarray-0.0.1.tgz#8a18acfca9a8f4177e09abfc6038939b05d1eedf"
@@ -1442,10 +1447,12 @@ onetime@^2.0.0:
14421447
dependencies:
14431448
mimic-fn "^1.0.0"
14441449

1445-
open@^0.0.5:
1446-
version "0.0.5"
1447-
resolved "https://registry.yarnpkg.com/open/-/open-0.0.5.tgz#42c3e18ec95466b6bf0dc42f3a2945c3f0cad8fc"
1448-
integrity sha1-QsPhjslUZra/DcQvOilFw/DK2Pw=
1450+
open@^6.0.0:
1451+
version "6.0.0"
1452+
resolved "https://registry.yarnpkg.com/open/-/open-6.0.0.tgz#cae5e2c1a3a1bfaee0d0acc8c4b7609374750346"
1453+
integrity sha512-/yb5mVZBz7mHLySMiSj2DcLtMBbFPJk5JBKEkHVZFxZAPzeg3L026O0T+lbdz1B2nyDnkClRSwRQJdeVUIF7zw==
1454+
dependencies:
1455+
is-wsl "^1.1.0"
14491456

14501457
optimist@^0.6.1:
14511458
version "0.6.1"

0 commit comments

Comments
 (0)