From 21781682b776d0483cb9985535643a671539755f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Apr 2021 11:05:44 +0000 Subject: [PATCH] Bump open from 8.0.5 to 8.0.6 Bumps [open](https://github.com/sindresorhus/open) from 8.0.5 to 8.0.6. - [Release notes](https://github.com/sindresorhus/open/releases) - [Commits](https://github.com/sindresorhus/open/compare/v8.0.5...v8.0.6) Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 41c9df43..f6e3f93a 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ "json-loader": "0.5.7", "mousetrap": "chabou/mousetrap#useCapture", "ms": "2.1.3", - "open": "8.0.5", + "open": "8.0.6", "ora": "5.4.0", "parse-url": "5.0.2", "php-escape-shell": "1.0.0", diff --git a/yarn.lock b/yarn.lock index 95948eea..e35c792e 100644 --- a/yarn.lock +++ b/yarn.lock @@ -5968,10 +5968,10 @@ onetime@^5.1.0, onetime@^5.1.2: dependencies: mimic-fn "^2.1.0" -open@8.0.5: - version "8.0.5" - resolved "https://registry.npmjs.org/open/-/open-8.0.5.tgz#92ee3faafef4ddbe78006f7881572f3e81430b8f" - integrity sha512-hkPXCz7gijWp2GoWqsQ4O/5p7F6d5pIQ/+9NyeWG1nABJ4zvLi9kJRv1a44kVf5p13wK0WMoiRA+Xey68yOytA== +open@8.0.6: + version "8.0.6" + resolved "https://registry.npmjs.org/open/-/open-8.0.6.tgz#bdf94a80b4ef5685d8c7b58fb0fbbe5729b37204" + integrity sha512-vDOC0KwGabMPFtIpCO2QOnQeOz0N2rEkbuCuxICwLMUCrpv+A7NHrrzJ2dQReJmVluHhO4pYRh/Pn6s8t7Op6Q== dependencies: define-lazy-prop "^2.0.0" is-docker "^2.1.1"