From a0c1f41c3b45ec92e900f649a36803c8f7959c94 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 24 Jan 2025 12:15:09 +0000 Subject: [PATCH] chore(deps): update dependency cross-spawn to v7.0.6 (#69) 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 | OpenSSF | |---|---|---|---|---| | [cross-spawn](https://redirect.github.com/moxystudio/node-cross-spawn) | overrides | patch | [`7.0.5` -> `7.0.6`](https://renovatebot.com/diffs/npm/cross-spawn/7.0.5/7.0.6) | [![OpenSSF Scorecard](https://api.securityscorecards.dev/projects/github.com/moxystudio/node-cross-spawn/badge)](https://securityscorecards.dev/viewer/?uri=github.com/moxystudio/node-cross-spawn) | --- ### Release Notes
moxystudio/node-cross-spawn (cross-spawn) ### [`v7.0.6`](https://redirect.github.com/moxystudio/node-cross-spawn/blob/HEAD/CHANGELOG.md#706-2024-11-18) [Compare Source](https://redirect.github.com/moxystudio/node-cross-spawn/compare/v7.0.5...v7.0.6)
--- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, 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 was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/settlemint/solidity-token-erc1155). Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- bun.lock | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/bun.lock b/bun.lock index 20f8bbc..02f09b1 100644 --- a/bun.lock +++ b/bun.lock @@ -23,7 +23,7 @@ ], "overrides": { "ws": "7.5.10", - "cross-spawn": "7.0.5", + "cross-spawn": "7.0.6", "undici": "7.3.0", "adm-zip": "0.5.16", "@graphprotocol/graph-ts": "0.37.0", @@ -556,7 +556,7 @@ "create-require": ["create-require@1.1.1", "", {}, "sha512-dcKFX3jn0MpIaXjisoRvexIJVEKzaq7z2rZKxf+MSr9TkdmHmsU4m2lcLojrj/FHl8mk5VxMmYA+ftRkP/3oKQ=="], - "cross-spawn": ["cross-spawn@7.0.5", "", { "dependencies": { "path-key": "^3.1.0", "shebang-command": "^2.0.0", "which": "^2.0.1" } }, "sha512-ZVJrKKYunU38/76t0RMOulHOnUcbU9GbpWKAOZ0mhjr7CX6FVrH+4FrAapSOekrgFQ3f/8gwMEuIft0aKq6Hug=="], + "cross-spawn": ["cross-spawn@7.0.6", "", { "dependencies": { "path-key": "^3.1.0", "shebang-command": "^2.0.0", "which": "^2.0.1" } }, "sha512-uV2QOWP2nWzsy2aMp8aRibhi9dlzF5Hgh5SHaB9OiTGEyDTiJJyx0uy51QXdyWbtAHNua4XJzUKca3OzKUd3vA=="], "crypt": ["crypt@0.0.2", "", {}, "sha512-mCxBlsHFYh9C+HVpiEacem8FEBnMXgU9gy4zmNC+SXAZNB/1idgp/aulFJ4FgCi7GPEVbfyng092GqL2k2rmow=="], diff --git a/package.json b/package.json index b2a0b4b..7420dda 100644 --- a/package.json +++ b/package.json @@ -52,7 +52,7 @@ "elliptic": "6.6.1", "ws": "7.5.10", "adm-zip": "0.5.16", - "cross-spawn": "7.0.5", + "cross-spawn": "7.0.6", "semver": "7.6.3", "undici": "7.3.0" },