Skip to content

Commit

Permalink
chore: bump undici from 7.0.0 to 7.1.0 (#3682)
Browse files Browse the repository at this point in the history
Bumps [undici](https://github.com/nodejs/undici) from 7.0.0 to 7.1.0.
- [Release notes](https://github.com/nodejs/undici/releases)
- [Commits](nodejs/undici@v7.0.0...v7.1.0)

---
updated-dependencies:
- dependency-name: undici
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Dec 5, 2024
1 parent 6c23741 commit ff6c2bb
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion packages/fetch-impl/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
},
"devDependencies": {
"tinybench": "^3.0.7",
"undici": "^7.0.0"
"undici": "^7.1.0"
},
"engines": {
"node": ">=20.18.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/rpc-transport-http/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@
},
"devDependencies": {
"tinybench": "^3.0.7",
"undici": "^7.0.0",
"undici": "^7.1.0",
"zx": "^8.2.4"
},
"peerDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions packages/test-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@
],
"peerDependencies": {
"jest-dev-server": "^10.0.0",
"undici": "^7.0.0",
"undici": "^7.1.0",
"whatwg-fetch": "^3.6.20"
},
"devDependencies": {
"@jest/types": "^29.6.3",
"undici": "^7.0.0",
"undici": "^7.1.0",
"whatwg-fetch": "^3.6.20"
},
"engines": {
Expand Down
18 changes: 9 additions & 9 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit ff6c2bb

Please sign in to comment.