Skip to content

Commit 8378c73

Browse files
authored
Revert "chore(deps): bump open from 8.4.2 to 10.2.0 (#87)" (#90)
This reverts commit 81fe9a5.
1 parent 81fe9a5 commit 8378c73

File tree

2 files changed

+6
-13
lines changed

2 files changed

+6
-13
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"@heroku-cli/schema": "^1.0.25",
1111
"@oclif/core": "^2.16.0",
1212
"@oclif/plugin-help": "^5",
13-
"open": "^10.2.0",
13+
"open": "^8.4.2",
1414
"printf": "^0.6.1",
1515
"tsheredoc": "^1"
1616
},

yarn.lock

Lines changed: 5 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -5708,15 +5708,15 @@ onetime@^7.0.0:
57085708
dependencies:
57095709
mimic-function "^5.0.0"
57105710

5711-
open@^10.0.4, open@^10.2.0:
5712-
version "10.2.0"
5713-
resolved "https://registry.yarnpkg.com/open/-/open-10.2.0.tgz#b9d855be007620e80b6fb05fac98141fe62db73c"
5714-
integrity sha512-YgBpdJHPyQ2UE5x+hlSXcnejzAvD0b22U2OuAP+8OnlJT+PjWPxtgmGqKKc+RgTM63U9gN0YzrYc71R2WT/hTA==
5711+
open@^10.0.4:
5712+
version "10.1.0"
5713+
resolved "https://registry.yarnpkg.com/open/-/open-10.1.0.tgz#a7795e6e5d519abe4286d9937bb24b51122598e1"
5714+
integrity sha512-mnkeQ1qP5Ue2wd+aivTD3NHd/lZ96Lu0jgf0pwktLPtx6cTZiH7tyeGRRHs0zX0rbrahXPnXlUnbeXyaBBuIaw==
57155715
dependencies:
57165716
default-browser "^5.2.1"
57175717
define-lazy-prop "^3.0.0"
57185718
is-inside-container "^1.0.0"
5719-
wsl-utils "^0.1.0"
5719+
is-wsl "^3.1.0"
57205720

57215721
open@^8.4.2:
57225722
version "8.4.2"
@@ -7350,13 +7350,6 @@ write-file-atomic@^3.0.0:
73507350
signal-exit "^3.0.2"
73517351
typedarray-to-buffer "^3.1.5"
73527352

7353-
wsl-utils@^0.1.0:
7354-
version "0.1.0"
7355-
resolved "https://registry.yarnpkg.com/wsl-utils/-/wsl-utils-0.1.0.tgz#8783d4df671d4d50365be2ee4c71917a0557baab"
7356-
integrity sha512-h3Fbisa2nKGPxCpm89Hk33lBLsnaGBvctQopaBSOW/uIs6FTe1ATyAnKFJrzVs9vpGdsTe73WF3V4lIsk4Gacw==
7357-
dependencies:
7358-
is-wsl "^3.1.0"
7359-
73607353
xdg-basedir@^5.1.0:
73617354
version "5.1.0"
73627355
resolved "https://registry.yarnpkg.com/xdg-basedir/-/xdg-basedir-5.1.0.tgz#1efba19425e73be1bc6f2a6ceb52a3d2c884c0c9"

0 commit comments

Comments
 (0)