Skip to content

Commit

Permalink
chore: bump undici from 5.28.2 to 6.2.1
Browse files Browse the repository at this point in the history
Bumps [undici](https://github.com/nodejs/undici) from 5.28.2 to 6.2.1.
- [Release notes](https://github.com/nodejs/undici/releases)
- [Commits](nodejs/undici@v5.28.2...v6.2.1)

---
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 Jan 1, 2024
1 parent ce49b6e commit 314f50d
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion examples/controllers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"jest-ts-webcompat-resolver": "^1.0.0",
"ts-jest": "^29.1.1",
"typescript": "^5.3.3",
"undici": "^5.28.2"
"undici": "^6.2.1"
},
"jest-junit": {
"outputDirectory": "../../test-results",
Expand Down
2 changes: 1 addition & 1 deletion examples/ecmascript-decorators/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"jest-ts-webcompat-resolver": "^1.0.0",
"ts-jest": "^29.1.1",
"typescript": "^5.3.3",
"undici": "^5.28.2"
"undici": "^6.2.1"
},
"jest-junit": {
"outputDirectory": "../../test-results",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4701,10 +4701,10 @@ undici-types@~5.26.4:
resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-5.26.5.tgz#bcd539893d00b56e964fd2657a4866b221a65617"
integrity sha512-JlCMO+ehdEIKqlFxk6IfVoAUVmgz7cU7zD/h9XZ0qzeosSHmUJVOzSQvvYSYWXkFXC+IfLKSIffhv0sVZup6pA==

undici@^5.28.2:
version "5.28.2"
resolved "https://registry.yarnpkg.com/undici/-/undici-5.28.2.tgz#fea200eac65fc7ecaff80a023d1a0543423b4c91"
integrity sha512-wh1pHJHnUeQV5Xa8/kyQhO7WFa8M34l026L5P/+2TYiakvGy5Rdc8jWZVyG7ieht/0WgJLEd3kcU5gKx+6GC8w==
undici@^6.2.1:
version "6.2.1"
resolved "https://registry.yarnpkg.com/undici/-/undici-6.2.1.tgz#554293044619e065d986c37a4c92185c3bc02121"
integrity sha512-7Wa9thEM6/LMnnKtxJHlc8SrTlDmxqJecgz1iy8KlsN0/iskQXOQCuPkrZLXbElPaSw5slFFyKIKXyJ3UtbApw==
dependencies:
"@fastify/busboy" "^2.0.0"

Expand Down

0 comments on commit 314f50d

Please sign in to comment.