Skip to content

Commit ba57245

Browse files
Bump undici from 5.28.3 to 5.28.4 (#2552)
* Bump undici from 5.28.3 to 5.28.4 Bumps [undici](https://github.com/nodejs/undici) from 5.28.3 to 5.28.4. - [Release notes](https://github.com/nodejs/undici/releases) - [Commits](nodejs/undici@v5.28.3...v5.28.4) --- updated-dependencies: - dependency-name: undici dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> * Upgrade undici * Add changeset --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Bret Little <[email protected]>
1 parent 9bc19de commit ba57245

File tree

3 files changed

+15
-5
lines changed

3 files changed

+15
-5
lines changed

.changeset/cold-pens-allow.md

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@shopify/hydrogen': patch
3+
---
4+
5+
Update dependencies

packages/hydrogen/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@
153153
"react-helmet-async": "^1.3.0",
154154
"serve-static": "^1.15.0",
155155
"set-cookie-parser": "^2.5.0",
156-
"undici": "^5.28.3",
156+
"undici": "^6.13.0",
157157
"uuid": "^8.3.2",
158158
"vite-plugin-inspect": "^0.3.6",
159159
"web-streams-polyfill": "^3.2.0",

yarn.lock

+9-4
Original file line numberDiff line numberDiff line change
@@ -14825,13 +14825,18 @@ [email protected]:
1482514825
resolved "https://registry.yarnpkg.com/undici/-/undici-5.9.1.tgz#fc9fd85dd488f965f153314a63d9426a11f3360b"
1482614826
integrity sha512-6fB3a+SNnWEm4CJbgo0/CWR8RGcOCQP68SF4X0mxtYTq2VNN8T88NYrWVBAeSX+zb7bny2dx2iYhP3XHi00omg==
1482714827

14828-
undici@^5.1.0, undici@^5.28.3, undici@^5.5.1:
14829-
version "5.28.3"
14830-
resolved "https://registry.yarnpkg.com/undici/-/undici-5.28.3.tgz#a731e0eff2c3fcfd41c1169a869062be222d1e5b"
14831-
integrity sha512-3ItfzbrhDlINjaP0duwnNsKpDQk3acHI3gVJ1z4fmwMK31k5G9OVIAMLSIaP6w4FaGkaAkN6zaQO9LUvZ1t7VA==
14828+
undici@^5.1.0, undici@^5.5.1:
14829+
version "5.28.4"
14830+
resolved "https://registry.yarnpkg.com/undici/-/undici-5.28.4.tgz#6b280408edb6a1a604a9b20340f45b422e373068"
14831+
integrity sha512-72RFADWFqKmUb2hmmvNODKL3p9hcB6Gt2DOQMis1SEBaV6a4MH8soBvzg+95CYhCKPFedut2JY9bMfrDl9D23g==
1483214832
dependencies:
1483314833
"@fastify/busboy" "^2.0.0"
1483414834

14835+
undici@^6.13.0:
14836+
version "6.13.0"
14837+
resolved "https://registry.yarnpkg.com/undici/-/undici-6.13.0.tgz#7edbf4b7f3aac5f8a681d515151bf55cb3589d72"
14838+
integrity sha512-Q2rtqmZWrbP8nePMq7mOJIN98M0fYvSgV89vwl/BQRT4mDOeY2GXZngfGpcBBhtky3woM7G24wZV3Q304Bv6cw==
14839+
1483514840
unherit@^1.0.4:
1483614841
version "1.1.3"
1483714842
resolved "https://registry.yarnpkg.com/unherit/-/unherit-1.1.3.tgz#6c9b503f2b41b262330c80e91c8614abdaa69c22"

0 commit comments

Comments
 (0)