From c3423693b60f054352a84e2ac0a548aab8fe08ca Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 15 Mar 2023 20:23:50 +0000 Subject: [PATCH] chore(deps): update dependency open to v8.4.2 (#649) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [open](https://togithub.com/sindresorhus/open) | [`8.4.0` -> `8.4.2`](https://renovatebot.com/diffs/npm/open/8.4.0/8.4.2) | [![age](https://badges.renovateapi.com/packages/npm/open/8.4.2/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/open/8.4.2/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/open/8.4.2/compatibility-slim/8.4.0)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/open/8.4.2/confidence-slim/8.4.0)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes
sindresorhus/open ### [`v8.4.2`](https://togithub.com/sindresorhus/open/releases/tag/v8.4.2) [Compare Source](https://togithub.com/sindresorhus/open/compare/v8.4.1...v8.4.2) - Fix support for Podman [`51fae87`](https://togithub.com/sindresorhus/open/commit/51fae87) ### [`v8.4.1`](https://togithub.com/sindresorhus/open/releases/tag/v8.4.1) [Compare Source](https://togithub.com/sindresorhus/open/compare/v8.4.0...v8.4.1) - Fix `allowNonzeroExitCode` option ([#​296](https://togithub.com/sindresorhus/open/issues/296)) [`051edca`](https://togithub.com/sindresorhus/open/commit/051edca) - Fix the `app` argument with WSL ([#​295](https://togithub.com/sindresorhus/open/issues/295)) [`4cf1a6d`](https://togithub.com/sindresorhus/open/commit/4cf1a6d)
--- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://app.renovatebot.com/dashboard#github/peaceiris/hugo-theme-iris). Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- package-lock.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index 37e939def..6707f5e17 100644 --- a/package-lock.json +++ b/package-lock.json @@ -8098,9 +8098,9 @@ } }, "node_modules/open": { - "version": "8.4.0", - "resolved": "https://registry.npmjs.org/open/-/open-8.4.0.tgz", - "integrity": "sha512-XgFPPM+B28FtCCgSb9I+s9szOC1vZRSwgWsRUA5ylIxRTgKozqjOCrVOqGsYABPYK5qnfqClxZTFBa8PKt2v6Q==", + "version": "8.4.2", + "resolved": "https://registry.npmjs.org/open/-/open-8.4.2.tgz", + "integrity": "sha512-7x81NCL719oNbsq/3mh+hVrAWmFuEYUqrq/Iw3kUzH8ReypT9QQ0BLoJS7/G9k6N81XjW4qHWtjWwe/9eLy1EQ==", "dev": true, "dependencies": { "define-lazy-prop": "^2.0.0", @@ -16704,9 +16704,9 @@ } }, "open": { - "version": "8.4.0", - "resolved": "https://registry.npmjs.org/open/-/open-8.4.0.tgz", - "integrity": "sha512-XgFPPM+B28FtCCgSb9I+s9szOC1vZRSwgWsRUA5ylIxRTgKozqjOCrVOqGsYABPYK5qnfqClxZTFBa8PKt2v6Q==", + "version": "8.4.2", + "resolved": "https://registry.npmjs.org/open/-/open-8.4.2.tgz", + "integrity": "sha512-7x81NCL719oNbsq/3mh+hVrAWmFuEYUqrq/Iw3kUzH8ReypT9QQ0BLoJS7/G9k6N81XjW4qHWtjWwe/9eLy1EQ==", "dev": true, "requires": { "define-lazy-prop": "^2.0.0",