Skip to content

Commit

Permalink
chore(deps-dev): bump undici from 5.28.4 to 5.28.5 in /examples/react
Browse files Browse the repository at this point in the history
Bumps [undici](https://github.com/nodejs/undici) from 5.28.4 to 5.28.5.
- [Release notes](https://github.com/nodejs/undici/releases)
- [Commits](nodejs/undici@v5.28.4...v5.28.5)

---
updated-dependencies:
- dependency-name: undici
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 22, 2025
1 parent 5e4b5f9 commit ba03461
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion examples/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
"eslint-plugin-react-hooks": "^4.6.2",
"js-levenshtein": "^1.1.6",
"start-server-and-test": "^2.0.8",
"undici": "^5.28.4"
"undici": "^5.28.5"
},
"msw": {
"workerDirectory": "public"
Expand Down
8 changes: 4 additions & 4 deletions examples/react/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -11654,10 +11654,10 @@ unbox-primitive@^1.0.2:
has-symbols "^1.0.3"
which-boxed-primitive "^1.0.2"

undici@^5.28.4:
version "5.28.4"
resolved "https://registry.yarnpkg.com/undici/-/undici-5.28.4.tgz#6b280408edb6a1a604a9b20340f45b422e373068"
integrity sha512-72RFADWFqKmUb2hmmvNODKL3p9hcB6Gt2DOQMis1SEBaV6a4MH8soBvzg+95CYhCKPFedut2JY9bMfrDl9D23g==
undici@^5.28.5:
version "5.28.5"
resolved "https://registry.yarnpkg.com/undici/-/undici-5.28.5.tgz#b2b94b6bf8f1d919bc5a6f31f2c01deb02e54d4b"
integrity sha512-zICwjrDrcrUE0pyyJc1I2QzBkLM8FINsgOrt6WjA+BgajVq9Nxu2PbFFXUrAggLfDXlZGZBVZYw7WNV5KiBiBA==
dependencies:
"@fastify/busboy" "^2.0.0"

Expand Down

0 comments on commit ba03461

Please sign in to comment.