From 7ef02ff523022f930613bb6a52daad8f4efedd6e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Mar 2021 04:01:55 +0000 Subject: [PATCH] Bump open from 8.0.2 to 8.0.4 Bumps [open](https://github.com/sindresorhus/open) from 8.0.2 to 8.0.4. - [Release notes](https://github.com/sindresorhus/open/releases) - [Commits](https://github.com/sindresorhus/open/compare/v8.0.2...v8.0.4) 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 d0ae511f..6532fa45 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.2", + "open": "8.0.4", "ora": "5.3.0", "parse-url": "5.0.2", "php-escape-shell": "1.0.0", diff --git a/yarn.lock b/yarn.lock index 9313a0f7..6304fef8 100644 --- a/yarn.lock +++ b/yarn.lock @@ -5718,10 +5718,10 @@ onetime@^5.1.0, onetime@^5.1.2: dependencies: mimic-fn "^2.1.0" -open@8.0.2: - version "8.0.2" - resolved "https://registry.npmjs.org/open/-/open-8.0.2.tgz#8c3e95cce93ba2fc8d99968ee8bfefecdb50b84f" - integrity sha512-NV5QmWJrTaNBLHABJyrb+nd5dXI5zfea/suWawBhkHzAbVhLLiJdrqMgxMypGK9Eznp2Ltoh7SAVkQ3XAucX7Q== +open@8.0.4: + version "8.0.4" + resolved "https://registry.npmjs.org/open/-/open-8.0.4.tgz#2fb90debffcf20f4d7be537502ed3e3ee9e5dcbc" + integrity sha512-Txc9FOcvjrr5Kv+Zb3w89uKMKiP7wH8mLdYj1xJa+YnhhntEYhbB6cQHjS4O6P+jFwMEzEQVVcpfnu9WkKNuLQ== dependencies: define-lazy-prop "^2.0.0" is-docker "^2.1.1"