Skip to content

Commit

Permalink
chore(deps): update dependency cross-spawn to v7.0.6 (#69)
Browse files Browse the repository at this point in the history
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-erc1155).

<!--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>
  • Loading branch information
renovate[bot] authored Jan 24, 2025
1 parent 2cbe543 commit a0c1f41
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions bun.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -556,7 +556,7 @@

"create-require": ["[email protected]", "", {}, "sha512-dcKFX3jn0MpIaXjisoRvexIJVEKzaq7z2rZKxf+MSr9TkdmHmsU4m2lcLojrj/FHl8mk5VxMmYA+ftRkP/3oKQ=="],

"cross-spawn": ["[email protected].5", "", { "dependencies": { "path-key": "^3.1.0", "shebang-command": "^2.0.0", "which": "^2.0.1" } }, "sha512-ZVJrKKYunU38/76t0RMOulHOnUcbU9GbpWKAOZ0mhjr7CX6FVrH+4FrAapSOekrgFQ3f/8gwMEuIft0aKq6Hug=="],
"cross-spawn": ["[email protected].6", "", { "dependencies": { "path-key": "^3.1.0", "shebang-command": "^2.0.0", "which": "^2.0.1" } }, "sha512-uV2QOWP2nWzsy2aMp8aRibhi9dlzF5Hgh5SHaB9OiTGEyDTiJJyx0uy51QXdyWbtAHNua4XJzUKca3OzKUd3vA=="],

"crypt": ["[email protected]", "", {}, "sha512-mCxBlsHFYh9C+HVpiEacem8FEBnMXgU9gy4zmNC+SXAZNB/1idgp/aulFJ4FgCi7GPEVbfyng092GqL2k2rmow=="],

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
},
Expand Down

0 comments on commit a0c1f41

Please sign in to comment.