Skip to content

Commit 6427c74

Browse files
chore(deps): update dependency undici to v7.5.0 (#130)
This PR contains the following updates: | Package | Type | Update | Change | OpenSSF | |---|---|---|---|---| | [undici](https://undici.nodejs.org) ([source](https://redirect.github.com/nodejs/undici)) | overrides | minor | [`7.4.0` -> `7.5.0`](https://renovatebot.com/diffs/npm/undici/7.4.0/7.5.0) | [![OpenSSF Scorecard](https://api.securityscorecards.dev/projects/github.com/nodejs/undici/badge)](https://securityscorecards.dev/viewer/?uri=github.com/nodejs/undici) | --- ### Release Notes <details> <summary>nodejs/undici (undici)</summary> ### [`v7.5.0`](https://redirect.github.com/nodejs/undici/compare/v7.4.0...a180465f3ae472d1cc860badcc36bda5566ff2a5) [Compare Source](https://redirect.github.com/nodejs/undici/compare/v7.4.0...a180465f3ae472d1cc860badcc36bda5566ff2a5) </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-empty). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xOTQuMSIsInVwZGF0ZWRJblZlciI6IjM5LjE5NC4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiXX0=--> ## Summary by Sourcery Chores: - Update the undici dependency from version 7.4.0 to 7.5.0. 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 324101e commit 6427c74

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

bun.lock

+2-2
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"overrides": {
2424
"ws": "8.18.1",
2525
"cross-spawn": "7.0.6",
26-
"undici": "7.4.0",
26+
"undici": "7.5.0",
2727
"adm-zip": "0.5.16",
2828
"@graphprotocol/graph-ts": "0.38.0",
2929
"cookie": "1.0.2",
@@ -1378,7 +1378,7 @@
13781378

13791379
"uint8arrays": ["[email protected]", "", { "dependencies": { "multiformats": "^13.0.0" } }, "sha512-vA6nFepEmlSKkMBnLBaUMVvAC4G3CTmO58C12y4sq6WPDOR7mOFYOi7GlrQ4djeSbP6JG9Pv9tJDM97PedRSww=="],
13801380

1381-
"undici": ["undici@7.4.0", "", {}, "sha512-PUQM3/es3noM24oUn10u3kNNap0AbxESOmnssmW+dOi9yGwlUSi5nTNYl3bNbTkWOF8YZDkx2tCmj9OtQ3iGGw=="],
1381+
"undici": ["undici@7.5.0", "", {}, "sha512-NFQG741e8mJ0fLQk90xKxFdaSM7z4+IQpAgsFI36bCDY9Z2+aXXZjVy2uUksMouWfMI9+w5ejOq5zYYTBCQJDQ=="],
13821382

13831383
"undici-types": ["[email protected]", "", {}, "sha512-Ny6QZ2Nju20vw1SRHe3d9jVu6gJ+4e3+MMpqu7pqE5HT6WsTSlce++GQmK5UXS8mzV8DSYHrQH+Xrf2jVcuKNg=="],
13841384

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
"adm-zip": "0.5.16",
5353
"cross-spawn": "7.0.6",
5454
"semver": "7.7.1",
55-
"undici": "7.4.0",
55+
"undici": "7.5.0",
5656
"axios": "1.8.3",
5757
"cookie": "1.0.2",
5858
"ejs": "3.1.10"

0 commit comments

Comments
 (0)