From 3a4e0f20af90550e86207afb47be342fe9b1a204 Mon Sep 17 00:00:00 2001 From: CloudQuery Bot <102256036+cq-bot@users.noreply.github.com> Date: Thu, 31 Oct 2024 22:50:17 -0400 Subject: [PATCH] fix(deps): Update dependency execa to v9.5.1 (#1143) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [execa](https://togithub.com/sindresorhus/execa) | dependencies | minor | [`9.4.0` -> `9.5.1`](https://renovatebot.com/diffs/npm/execa/9.4.0/9.5.1) | --- ### Release Notes
sindresorhus/execa (execa) ### [`v9.5.1`](https://togithub.com/sindresorhus/execa/releases/tag/v9.5.1) [Compare Source](https://togithub.com/sindresorhus/execa/compare/v9.5.0...v9.5.1) #### Bug fixes - Fix odd characters being printed in `verbose` mode on Windows (thanks [@​IIIMADDINIII](https://togithub.com/IIIMADDINIII)). ([#​1167](https://togithub.com/sindresorhus/execa/issues/1167)) ### [`v9.5.0`](https://togithub.com/sindresorhus/execa/releases/tag/v9.5.0) [Compare Source](https://togithub.com/sindresorhus/execa/compare/v9.4.1...v9.5.0) #### Features - When redirecting `stdout` or `stderr` to a file, [allow appending](https://togithub.com/sindresorhus/execa/blob/main/docs/output.md#file-output) instead of overwriting. ([#​1166](https://togithub.com/sindresorhus/execa/issues/1166)) ```js await execa({stdout: {file: 'output.txt', append: true}})`npm run build`; ``` ### [`v9.4.1`](https://togithub.com/sindresorhus/execa/releases/tag/v9.4.1) [Compare Source](https://togithub.com/sindresorhus/execa/compare/v9.4.0...v9.4.1) #### Bug fixes - Fix using `process.execPath` with Deno. Thanks [@​w3cj](https://togithub.com/w3cj)! ([#​1160](https://togithub.com/sindresorhus/execa/issues/1160))
--- ### Configuration 📅 **Schedule**: Branch creation - "before 4am on the first day of the month" (UTC), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **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 [Renovate Bot](https://togithub.com/renovatebot/renovate). --- scripts/dbt-pack/package-lock.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/scripts/dbt-pack/package-lock.json b/scripts/dbt-pack/package-lock.json index b136025ca..deff9eaa5 100644 --- a/scripts/dbt-pack/package-lock.json +++ b/scripts/dbt-pack/package-lock.json @@ -1006,9 +1006,9 @@ } }, "node_modules/execa": { - "version": "9.4.0", - "resolved": "https://registry.npmjs.org/execa/-/execa-9.4.0.tgz", - "integrity": "sha512-yKHlle2YGxZE842MERVIplWwNH5VYmqqcPFgtnlU//K8gxuFFXu0pwd/CrfXTumFpeEiufsP7+opT/bPJa1yVw==", + "version": "9.5.1", + "resolved": "https://registry.npmjs.org/execa/-/execa-9.5.1.tgz", + "integrity": "sha512-QY5PPtSonnGwhhHDNI7+3RvY285c7iuJFFB+lU+oEzMY/gEGJ808owqJsrr8Otd1E/x07po1LkUBmdAc5duPAg==", "license": "MIT", "dependencies": { "@sindresorhus/merge-streams": "^4.0.0",