Skip to content

Commit 626e5ae

Browse files
Bump undici from 5.10.0 to 5.19.1 in /examples/with-sveltekit (#1532)
Bumps [undici](https://github.com/nodejs/undici) from 5.10.0 to 5.19.1. - [Release notes](https://github.com/nodejs/undici/releases) - [Commits](nodejs/undici@v5.10.0...v5.19.1) --- updated-dependencies: - dependency-name: undici dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Adam Carpenter <[email protected]>
1 parent fe11c73 commit 626e5ae

File tree

1 file changed

+17
-3
lines changed

1 file changed

+17
-3
lines changed

examples/with-sveltekit/yarn.lock

Lines changed: 17 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1470,6 +1470,13 @@ buffer@^6.0.3:
14701470
base64-js "^1.3.1"
14711471
ieee754 "^1.2.1"
14721472

1473+
busboy@^1.6.0:
1474+
version "1.6.0"
1475+
resolved "https://registry.yarnpkg.com/busboy/-/busboy-1.6.0.tgz#966ea36a9502e43cdb9146962523b92f531f6893"
1476+
integrity sha512-8SFQbg/0hQ9xy3UNTB0YEnsNBbWfhf7RtnzpL7TkBiTBRfrQ9Fxcnz7VJsleJpyp6rVLvXiuORqjlHi5q+PYuA==
1477+
dependencies:
1478+
streamsearch "^1.1.0"
1479+
14731480
callsites@^3.0.0:
14741481
version "3.1.0"
14751482
resolved "https://registry.npmjs.org/callsites/-/callsites-3.1.0.tgz#b3630abd8943432f54b3f0519238e33cd7df2f73"
@@ -2992,6 +2999,11 @@ split-on-first@^1.0.0:
29922999
resolved "https://registry.npmjs.org/split-on-first/-/split-on-first-1.1.0.tgz#f610afeee3b12bce1d0c30425e76398b78249a5f"
29933000
integrity sha512-43ZssAJaMusuKWL8sKUBQXHWOpq8d6CfN/u1p4gUzfJkM05C8rxTmYrkIPTXapZpORA6LkkzcUulJ8FqA7Uudw==
29943001

3002+
streamsearch@^1.1.0:
3003+
version "1.1.0"
3004+
resolved "https://registry.yarnpkg.com/streamsearch/-/streamsearch-1.1.0.tgz#404dd1e2247ca94af554e841a8ef0eaa238da764"
3005+
integrity sha512-Mcc5wHehp9aXz1ax6bZUyY5afg9u2rv5cqQI3mRrYkGC8rW2hM02jWuwjtL++LS5qinSyhj2QfLyNsuc+VsExg==
3006+
29953007
strict-uri-encode@^2.0.0:
29963008
version "2.0.0"
29973009
resolved "https://registry.npmjs.org/strict-uri-encode/-/strict-uri-encode-2.0.0.tgz#b9c7330c7042862f6b142dc274bbcc5866ce3546"
@@ -3190,9 +3202,11 @@ typescript@^4.9.4, typescript@^4.9.5:
31903202
integrity sha512-1FXk9E2Hm+QzZQ7z+McJiHL4NW1F2EzMu9Nq9i3zAaGqibafqYwCVU6WyWAuyQRRzOlxou8xZSyXLEN8oKj24g==
31913203

31923204
undici@^5.8.1:
3193-
version "5.10.0"
3194-
resolved "https://registry.npmjs.org/undici/-/undici-5.10.0.tgz#dd9391087a90ccfbd007568db458674232ebf014"
3195-
integrity sha512-c8HsD3IbwmjjbLvoZuRI26TZic+TSEe8FPMLLOkN1AfYRhdjnKBU6yL+IwcSCbdZiX4e5t0lfMDLDCqj4Sq70g==
3205+
version "5.19.1"
3206+
resolved "https://registry.yarnpkg.com/undici/-/undici-5.19.1.tgz#92b1fd3ab2c089b5a6bd3e579dcda8f1934ebf6d"
3207+
integrity sha512-YiZ61LPIgY73E7syxCDxxa3LV2yl3sN8spnIuTct60boiiRaE1J8mNWHO8Im2Zi/sFrPusjLlmRPrsyraSqX6A==
3208+
dependencies:
3209+
busboy "^1.6.0"
31963210

31973211
uri-js@^4.2.2:
31983212
version "4.4.1"

0 commit comments

Comments
 (0)