Skip to content

Commit

Permalink
chore(deps): update better-opn (#27100)
Browse files Browse the repository at this point in the history
  • Loading branch information
hoobdeebla committed Sep 30, 2020
1 parent e085f63 commit fcdedc0
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 12 deletions.
2 changes: 1 addition & 1 deletion packages/gatsby-cli/package.json
Expand Up @@ -13,7 +13,7 @@
"@babel/code-frame": "^7.10.4",
"@hapi/joi": "^15.1.1",
"@types/common-tags": "^1.8.0",
"better-opn": "^1.0.0",
"better-opn": "^2.0.0",
"chalk": "^2.4.2",
"clipboardy": "^2.3.0",
"common-tags": "^1.8.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby/package.json
Expand Up @@ -36,7 +36,7 @@
"babel-plugin-lodash": "3.3.4",
"babel-plugin-remove-graphql-queries": "^2.9.20",
"babel-preset-gatsby": "^0.5.11",
"better-opn": "1.0.0",
"better-opn": "^2.0.0",
"better-queue": "^3.8.10",
"bluebird": "^3.7.2",
"body-parser": "^1.19.0",
Expand Down
21 changes: 11 additions & 10 deletions yarn.lock
Expand Up @@ -5684,12 +5684,12 @@ better-assert@~1.0.0:
dependencies:
callsite "1.0.0"

better-opn@1.0.0, better-opn@^1.0.0:
version "1.0.0"
resolved "https://registry.yarnpkg.com/better-opn/-/better-opn-1.0.0.tgz#0454e4bb9115c6a9e4e5744417dd9c97fb9fce41"
integrity sha512-q3eO2se4sFbTERB1dFBDdjTiIIpRohMErpwBX21lhPvmgmQNNrcQj0zbWRhMREDesJvyod9kxBS3kOtdAvkB/A==
better-opn@^2.0.0:
version "2.0.0"
resolved "https://registry.yarnpkg.com/better-opn/-/better-opn-2.0.0.tgz#c70d198e51164bdc220306a28a885d9ac7a14c44"
integrity sha512-PPbGRgO/K0LowMHbH/JNvaV3qY3Vt+A2nH28fzJxy16h/DfR5OsVti6ldGl6S9SMsyUqT13sltikiAVtI6tKLA==
dependencies:
open "^6.4.0"
open "^7.0.3"

better-queue-memory@^1.0.1:
version "1.0.3"
Expand Down Expand Up @@ -17506,12 +17506,13 @@ onetime@^5.1.0:
dependencies:
mimic-fn "^2.1.0"

open@^6.4.0:
version "6.4.0"
resolved "https://registry.yarnpkg.com/open/-/open-6.4.0.tgz#5c13e96d0dc894686164f18965ecfe889ecfc8a9"
integrity sha512-IFenVPgF70fSm1keSd2iDBIDIBZkroLeuffXq+wKTzTJlBpesFWojV9lb8mzOfaAzM1sr7HQHuO0vtV0zYekGg==
open@^7.0.3:
version "7.2.1"
resolved "https://registry.yarnpkg.com/open/-/open-7.2.1.tgz#07b0ade11a43f2a8ce718480bdf3d7563a095195"
integrity sha512-xbYCJib4spUdmcs0g/2mK1nKo/jO2T7INClWd/beL7PFkXRWgr8B23ssDHX/USPn2M2IjDR5UdpYs6I67SnTSA==
dependencies:
is-wsl "^1.1.0"
is-docker "^2.0.0"
is-wsl "^2.1.1"

opencollective-postinstall@^2.0.0, opencollective-postinstall@^2.0.2:
version "2.0.2"
Expand Down

0 comments on commit fcdedc0

Please sign in to comment.