From 683fbf32104bc190befebef03a8ca3fd8030e360 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 9 Mar 2020 23:47:26 -0700 Subject: [PATCH] build(deps): bump open from 7.0.2 to 7.0.3 (#1558) * build(deps): bump open from 7.0.2 to 7.0.3 Bumps [open](https://github.com/sindresorhus/open) from 7.0.2 to 7.0.3. - [Release notes](https://github.com/sindresorhus/open/releases) - [Commits](https://github.com/sindresorhus/open/compare/v7.0.2...v7.0.3) Signed-off-by: dependabot-preview[bot] * Finish upgrading via bolt Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> Co-authored-by: dependabot-preview[bot] --- package.json | 2 +- packages/installer/exe/package.json | 2 +- yarn.lock | 8 ++++---- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index 8ca9632f7..abc3fb926 100644 --- a/package.json +++ b/package.json @@ -60,7 +60,7 @@ "mime-types": "^2.1.25", "node-fetch": "^2.6.0", "nugget": "^2.0.1", - "open": "^7.0.1", + "open": "^7.0.3", "ora": "^4.0.3", "parse-author": "^2.0.0", "pretty-ms": "^6.0.1", diff --git a/packages/installer/exe/package.json b/packages/installer/exe/package.json index 8595edd50..8177f1cbc 100644 --- a/packages/installer/exe/package.json +++ b/packages/installer/exe/package.json @@ -15,6 +15,6 @@ }, "dependencies": { "@electron-forge/installer-base": "6.0.0-beta.50", - "open": "^7.0.1" + "open": "^7.0.3" } } diff --git a/yarn.lock b/yarn.lock index 73a1dbb64..2c2e07450 100644 --- a/yarn.lock +++ b/yarn.lock @@ -7001,10 +7001,10 @@ onetime@^5.1.0: dependencies: mimic-fn "^2.1.0" -open@^7.0.1: - version "7.0.2" - resolved "https://registry.yarnpkg.com/open/-/open-7.0.2.tgz#fb3681f11f157f2361d2392307548ca1792960e8" - integrity sha512-70E/pFTPr7nZ9nLDPNTcj3IVqnNvKuP4VsBmoKV9YGTnChe0mlS3C4qM7qKarhZ8rGaHKLfo+vBTHXDp6ZSyLQ== +open@^7.0.3: + version "7.0.3" + resolved "https://registry.yarnpkg.com/open/-/open-7.0.3.tgz#db551a1af9c7ab4c7af664139930826138531c48" + integrity sha512-sP2ru2v0P290WFfv49Ap8MF6PkzGNnGlAwHweB4WR4mr5d2d0woiCluUeJ218w7/+PmoBy9JmYgD5A4mLcWOFA== dependencies: is-docker "^2.0.0" is-wsl "^2.1.1"