Skip to content

Commit 56fb74d

Browse files
chore(deps): update dependency cross-spawn to v7.0.6 (#100)
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 <details> <summary>moxystudio/node-cross-spawn (cross-spawn)</summary> ### [`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) </details> --- ### 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. --- - [ ] <!-- rebase-check -->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-erc721a). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xMjUuMSIsInVwZGF0ZWRJblZlciI6IjM5LjEyNS4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiXX0=--> Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 227f4d7 commit 56fb74d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

bun.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
],
2626
"overrides": {
2727
"ws": "8.18.0",
28-
"cross-spawn": "7.0.5",
28+
"cross-spawn": "7.0.6",
2929
"undici": "7.3.0",
3030
"adm-zip": "0.5.16",
3131
"@graphprotocol/graph-ts": "0.37.0",
@@ -560,7 +560,7 @@
560560

561561
"create-require": ["create-require@1.1.1", "", {}, "sha512-dcKFX3jn0MpIaXjisoRvexIJVEKzaq7z2rZKxf+MSr9TkdmHmsU4m2lcLojrj/FHl8mk5VxMmYA+ftRkP/3oKQ=="],
562562

563-
"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=="],
563+
"cross-spawn": ["cross-spawn@7.0.6", "", { "dependencies": { "path-key": "^3.1.0", "shebang-command": "^2.0.0", "which": "^2.0.1" } }, "sha512-uV2QOWP2nWzsy2aMp8aRibhi9dlzF5Hgh5SHaB9OiTGEyDTiJJyx0uy51QXdyWbtAHNua4XJzUKca3OzKUd3vA=="],
564564

565565
"crypt": ["crypt@0.0.2", "", {}, "sha512-mCxBlsHFYh9C+HVpiEacem8FEBnMXgU9gy4zmNC+SXAZNB/1idgp/aulFJ4FgCi7GPEVbfyng092GqL2k2rmow=="],
566566

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
"elliptic": "6.6.1",
5454
"ws": "8.18.0",
5555
"adm-zip": "0.5.16",
56-
"cross-spawn": "7.0.5",
56+
"cross-spawn": "7.0.6",
5757
"semver": "7.6.3",
5858
"undici": "7.3.0"
5959
},

0 commit comments

Comments
 (0)