Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 29, 2024
1 parent 2d17620 commit fb79fce
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 14 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.6",
"undici": "^6.21.0"
"undici": "^7.0.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.6",
"undici": "^6.21.0",
"undici": "^7.0.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": "^6.21.0",
"undici": "^7.0.0",
"whatwg-fetch": "^3.6.20"
},
"devDependencies": {
"@jest/types": "^29.6.3",
"undici": "^6.21.0",
"undici": "^7.0.0",
"whatwg-fetch": "^3.6.20"
},
"engines": {
Expand Down
20 changes: 10 additions & 10 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 fb79fce

Please sign in to comment.