Skip to content

Commit

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

---
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 1, 2023
1 parent 48a1499 commit 5b25eb7
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.2.2",
"undici": "^5.27.0"
"undici": "^5.28.2"
},
"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.2.2",
"undici": "^5.27.0"
"undici": "^5.28.2"
},
"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 @@ -4665,10 +4665,10 @@ typescript@^5.2.2:
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.2.2.tgz#5ebb5e5a5b75f085f22bc3f8460fba308310fa78"
integrity sha512-mI4WrpHsbCIcwT9cF4FZvr80QUeKvsUsUvKDoR+X/7XHQH98xYD8YHZg7ANtz2GtZt/CBq2QJ0thkGJMHfqc1w==

undici@^5.27.0:
version "5.27.0"
resolved "https://registry.yarnpkg.com/undici/-/undici-5.27.0.tgz#789f2e40ce982b5507899abc2c2ddeb2712b4554"
integrity sha512-l3ydWhlhOJzMVOYkymLykcRRXqbUaQriERtR70B9LzNkZ4bX52Fc8wbTDneMiwo8T+AemZXvXaTx+9o5ROxrXg==
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==
dependencies:
"@fastify/busboy" "^2.0.0"

Expand Down

0 comments on commit 5b25eb7

Please sign in to comment.