diff --git a/yarn.lock b/yarn.lock index 49f37a2..cb089a0 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1151,6 +1151,10 @@ version "8.44.0" resolved "https://registry.npmjs.org/@eslint/js/-/js-8.44.0.tgz" +"@fastify/busboy@^2.0.0": + version "2.1.0" + resolved "https://registry.yarnpkg.com/@fastify/busboy/-/busboy-2.1.0.tgz#0709e9f4cb252351c609c6e6d8d6779a8d25edff" + "@humanwhocodes/config-array@^0.11.10": version "0.11.10" resolved "https://registry.npmjs.org/@humanwhocodes/config-array/-/config-array-0.11.10.tgz" @@ -2799,12 +2803,6 @@ builtins@^5.0.1: dependencies: semver "^7.0.0" -busboy@^1.6.0: - version "1.6.0" - resolved "https://registry.npmjs.org/busboy/-/busboy-1.6.0.tgz" - dependencies: - streamsearch "^1.1.0" - c12@^1.4.2: version "1.4.2" resolved "https://registry.npmjs.org/c12/-/c12-1.4.2.tgz" @@ -6570,10 +6568,6 @@ std-env@^3.3.3: version "3.3.3" resolved "https://registry.npmjs.org/std-env/-/std-env-3.3.3.tgz" -streamsearch@^1.1.0: - version "1.1.0" - resolved "https://registry.npmjs.org/streamsearch/-/streamsearch-1.1.0.tgz" - "string-width@^1.0.2 || 2 || 3 || 4", string-width@^4.1.0, string-width@^4.2.0, string-width@^4.2.3: version "4.2.3" resolved "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz" @@ -6983,10 +6977,10 @@ unctx@^2.3.1: unplugin "^1.3.1" undici@^5.22.1: - version "5.22.1" - resolved "https://registry.npmjs.org/undici/-/undici-5.22.1.tgz" + version "5.28.2" + resolved "https://registry.yarnpkg.com/undici/-/undici-5.28.2.tgz#fea200eac65fc7ecaff80a023d1a0543423b4c91" dependencies: - busboy "^1.6.0" + "@fastify/busboy" "^2.0.0" unenv@^1.0.2, unenv@^1.5.1: version "1.5.2"