Skip to content

Commit 68be38b

Browse files
chore(deps): update dependency undici to v7.6.0 (#122)
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.5.0` -> `7.6.0`](https://renovatebot.com/diffs/npm/undici/7.5.0/7.6.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.6.0`](https://redirect.github.com/nodejs/undici/releases/tag/v7.6.0) [Compare Source](https://redirect.github.com/nodejs/undici/compare/v7.5.0...v7.6.0) #### What's Changed - Update WPT by [@&#8203;github-actions](https://redirect.github.com/github-actions) in [https://github.com/nodejs/undici/pull/4067](https://redirect.github.com/nodejs/undici/pull/4067) - lib: limit string split length by [@&#8203;gurgunday](https://redirect.github.com/gurgunday) in [https://github.com/nodejs/undici/pull/4098](https://redirect.github.com/nodejs/undici/pull/4098) - docs/PULL_REQUEST_TEMPLATE: deep-link to certificate of origin by [@&#8203;alxndrsn](https://redirect.github.com/alxndrsn) in [https://github.com/nodejs/undici/pull/4102](https://redirect.github.com/nodejs/undici/pull/4102) - cache: fix typo by [@&#8203;alxndrsn](https://redirect.github.com/alxndrsn) in [https://github.com/nodejs/undici/pull/4101](https://redirect.github.com/nodejs/undici/pull/4101) - disable header de-duplication in test servers by [@&#8203;alxndrsn](https://redirect.github.com/alxndrsn) in [https://github.com/nodejs/undici/pull/4110](https://redirect.github.com/nodejs/undici/pull/4110) - CacheRevalidationHandler: add missing header to comment by [@&#8203;alxndrsn](https://redirect.github.com/alxndrsn) in [https://github.com/nodejs/undici/pull/4111](https://redirect.github.com/nodejs/undici/pull/4111) - Fix typo in Agent.md by [@&#8203;Exifers](https://redirect.github.com/Exifers) in [https://github.com/nodejs/undici/pull/4115](https://redirect.github.com/nodejs/undici/pull/4115) - build(deps-dev): bump [@&#8203;matteo](https://redirect.github.com/matteo).collina/tspl from 0.1.1 to 0.2.0 by [@&#8203;dependabot](https://redirect.github.com/dependabot) in [https://github.com/nodejs/undici/pull/4119](https://redirect.github.com/nodejs/undici/pull/4119) - fix 4105 by [@&#8203;KhafraDev](https://redirect.github.com/KhafraDev) in [https://github.com/nodejs/undici/pull/4117](https://redirect.github.com/nodejs/undici/pull/4117) - Update WPT by [@&#8203;github-actions](https://redirect.github.com/github-actions) in [https://github.com/nodejs/undici/pull/4100](https://redirect.github.com/nodejs/undici/pull/4100) - cache: ensure vary & revalidation headers are case-insensitive by [@&#8203;alxndrsn](https://redirect.github.com/alxndrsn) in [https://github.com/nodejs/undici/pull/4112](https://redirect.github.com/nodejs/undici/pull/4112) #### New Contributors - [@&#8203;alxndrsn](https://redirect.github.com/alxndrsn) made their first contribution in [https://github.com/nodejs/undici/pull/4102](https://redirect.github.com/nodejs/undici/pull/4102) - [@&#8203;Exifers](https://redirect.github.com/Exifers) made their first contribution in [https://github.com/nodejs/undici/pull/4115](https://redirect.github.com/nodejs/undici/pull/4115) **Full Changelog**: nodejs/undici@v7.5.0...v7.6.0 </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:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMDcuMSIsInVwZGF0ZWRJblZlciI6IjM5LjIwNy4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiXX0=--> ## Summary by Sourcery Chores: - Upgrade undici package to the latest minor version 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 dbd5a42 commit 68be38b

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
@@ -26,7 +26,7 @@
2626
"overrides": {
2727
"ws": "8.18.1",
2828
"cross-spawn": "7.0.6",
29-
"undici": "7.5.0",
29+
"undici": "7.6.0",
3030
"adm-zip": "0.5.16",
3131
"@graphprotocol/graph-ts": "0.38.0",
3232
"cookie": "1.0.2",
@@ -1389,7 +1389,7 @@
13891389

13901390
"uint8arrays": ["uint8arrays@5.1.0", "", { "dependencies": { "multiformats": "^13.0.0" } }, "sha512-vA6nFepEmlSKkMBnLBaUMVvAC4G3CTmO58C12y4sq6WPDOR7mOFYOi7GlrQ4djeSbP6JG9Pv9tJDM97PedRSww=="],
13911391

1392-
"undici": ["undici@7.5.0", "", {}, "sha512-NFQG741e8mJ0fLQk90xKxFdaSM7z4+IQpAgsFI36bCDY9Z2+aXXZjVy2uUksMouWfMI9+w5ejOq5zYYTBCQJDQ=="],
1392+
"undici": ["undici@7.6.0", "", {}, "sha512-gaFsbThjrDGvAaD670r81RZro/s6H2PVZF640Qn0p5kZK+/rim7/mmyfp2W7VB5vOMaFM8vuFBJUaMlaZTYHlA=="],
13931393

13941394
"undici-types": ["undici-types@6.19.8", "", {}, "sha512-ve2KP6f/JnbPBFyobGHuerC9g1FYGn/F8n1LWTwNxCEzd6IfqTwUQcNXgEtmmQ6DlRrC1hrSrBnCZPokRrDHjw=="],
13951395

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
"adm-zip": "0.5.16",
5656
"cross-spawn": "7.0.6",
5757
"semver": "7.7.1",
58-
"undici": "7.5.0",
58+
"undici": "7.6.0",
5959
"axios": "1.8.4",
6060
"cookie": "1.0.2",
6161
"ejs": "3.1.10"

0 commit comments

Comments
 (0)