Skip to content

Commit

Permalink
chore: bump undici from 6.21.0 to 7.0.0 (#3642)
Browse files Browse the repository at this point in the history
* chore: bump undici from 6.21.0 to 7.0.0

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]>

* chore: bump undici-types from 6.21.0 to 7.0.0

Bumps [undici-types](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-types
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>

---------

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 2, 2024
1 parent 96e38b8 commit bc26b9c
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 20 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
4 changes: 2 additions & 2 deletions packages/rpc-transport-http/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -75,11 +75,11 @@
"@solana/errors": "workspace:*",
"@solana/rpc-spec": "workspace:*",
"@solana/rpc-spec-types": "workspace:*",
"undici-types": "^6.21.0"
"undici-types": "^7.0.0"
},
"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
30 changes: 15 additions & 15 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 bc26b9c

Please sign in to comment.