Skip to content

Commit

Permalink
build(deps): Bump undici from 5.12.0 to 5.25.4
Browse files Browse the repository at this point in the history
Bumps [undici](https://github.com/nodejs/undici) from 5.12.0 to 5.25.4.
- [Release notes](https://github.com/nodejs/undici/releases)
- [Commits](https://github.com/nodejs/undici/commits)

---
updated-dependencies:
- dependency-name: undici
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Oct 7, 2023
1 parent ba20a94 commit 92a61fd
Showing 1 changed file with 10 additions and 24 deletions.
34 changes: 10 additions & 24 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2268,6 +2268,11 @@
unique-filename "^1.1.1"
which "^1.3.1"

"@fastify/busboy@^2.0.0":
version "2.0.0"
resolved "https://registry.yarnpkg.com/@fastify/busboy/-/busboy-2.0.0.tgz#f22824caff3ae506b18207bad4126dbc6ccdb6b8"
integrity sha512-JUFJad5lv7jxj926GPgymrWQxxjPYuJNiNjNMzqT+HiuP6Vl3dk5xzG+8sTX96np0ZAluvaMzPsjhHZ5rNuNQQ==

"@graphql-codegen/cli@1.21.5":
version "1.21.5"
resolved "https://registry.npmjs.org/@graphql-codegen/cli/-/cli-1.21.5.tgz"
Expand Down Expand Up @@ -7582,13 +7587,6 @@ bundle@^2.1.0:
resolved "https://registry.npmjs.org/bundle/-/bundle-2.1.0.tgz"
integrity sha512-d7TeT8m2HuymDjSEmMppWe/h5SSPPUZkaWKrAofx6gNXDdZ3FL/81oOTGPG+LIaZbNr9m4rtUi98Yw0Q1vHIIw==

busboy@^1.6.0:
version "1.6.0"
resolved "https://registry.npmjs.org/busboy/-/busboy-1.6.0.tgz"
integrity sha512-8SFQbg/0hQ9xy3UNTB0YEnsNBbWfhf7RtnzpL7TkBiTBRfrQ9Fxcnz7VJsleJpyp6rVLvXiuORqjlHi5q+PYuA==
dependencies:
streamsearch "^1.1.0"

byline@^5.0.0:
version "5.0.0"
resolved "https://registry.npmjs.org/byline/-/byline-5.0.0.tgz"
Expand Down Expand Up @@ -20314,11 +20312,6 @@ stream-to-pull-stream@^1.7.1:
looper "^3.0.0"
pull-stream "^3.2.3"

streamsearch@^1.1.0:
version "1.1.0"
resolved "https://registry.npmjs.org/streamsearch/-/streamsearch-1.1.0.tgz"
integrity sha512-Mcc5wHehp9aXz1ax6bZUyY5afg9u2rv5cqQI3mRrYkGC8rW2hM02jWuwjtL++LS5qinSyhj2QfLyNsuc+VsExg==

strict-uri-encode@^1.0.0:
version "1.1.0"
resolved "https://registry.npmjs.org/strict-uri-encode/-/strict-uri-encode-1.1.0.tgz"
Expand Down Expand Up @@ -21712,19 +21705,12 @@ underscore@1.9.1:
resolved "https://registry.npmjs.org/underscore/-/underscore-1.9.1.tgz"
integrity sha512-5/4etnCkd9c8gwgowi5/om/mYO5ajCaOgdzj/oW+0eQV9WxKBDZw5+ycmKmeaTXjInS/W0BzpGLo2xR2aBwZdg==

undici@^5.14.0:
version "5.22.1"
resolved "https://registry.yarnpkg.com/undici/-/undici-5.22.1.tgz#877d512effef2ac8be65e695f3586922e1a57d7b"
integrity sha512-Ji2IJhFXZY0x/0tVBXeQwgPlLWw13GVzpsWPQ3rV50IFMMof2I55PZZxtm4P6iNq+L5znYN9nSTAq0ZyE6lSJw==
dependencies:
busboy "^1.6.0"

undici@^5.4.0:
version "5.12.0"
resolved "https://registry.npmjs.org/undici/-/undici-5.12.0.tgz"
integrity sha512-zMLamCG62PGjd9HHMpo05bSLvvwWOZgGeiWlN/vlqu3+lRo3elxktVGEyLMX+IO7c2eflLjcW74AlkhEZm15mg==
undici@^5.14.0, undici@^5.4.0:
version "5.25.4"
resolved "https://registry.yarnpkg.com/undici/-/undici-5.25.4.tgz#7d8ef81d94f84cd384986271e5e5599b6dff4296"
integrity sha512-450yJxT29qKMf3aoudzFpIciqpx6Pji3hEWaXqXmanbXF58LTAGCKxcJjxMXWu3iG+Mudgo3ZUfDB6YDFd/dAw==
dependencies:
busboy "^1.6.0"
"@fastify/busboy" "^2.0.0"

unicode-properties@^1.2.2:
version "1.3.1"
Expand Down

0 comments on commit 92a61fd

Please sign in to comment.