Skip to content

Commit

Permalink
chore: bump undici from 6.19.7 to 6.19.8 (#3117)
Browse files Browse the repository at this point in the history
Bumps [undici](https://github.com/nodejs/undici) from 6.19.7 to 6.19.8.
- [Release notes](https://github.com/nodejs/undici/releases)
- [Commits](nodejs/undici@v6.19.7...v6.19.8)

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

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 Aug 20, 2024
1 parent 9c3f179 commit d0b2212
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,6 +7,6 @@
},
"devDependencies": {
"tinybench": "^2.9.0",
"undici": "^6.19.7"
"undici": "^6.19.8"
}
}
2 changes: 1 addition & 1 deletion packages/rpc-transport-http/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
},
"devDependencies": {
"tinybench": "^2.9.0",
"undici": "^6.19.7",
"undici": "^6.19.8",
"zx": "^8.1.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.19.7",
"undici": "^6.19.8",
"whatwg-fetch": "^3.6.20"
},
"devDependencies": {
"@jest/types": "^29.6.3",
"undici": "^6.19.7",
"undici": "^6.19.8",
"whatwg-fetch": "^3.6.20"
}
}
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 d0b2212

Please sign in to comment.