Skip to content

Commit d4072d2

Browse files
Bump undici from 5.22.1 to 5.29.0 in /fixtures/flight-esm
Bumps [undici](https://github.com/nodejs/undici) from 5.22.1 to 5.29.0. - [Release notes](https://github.com/nodejs/undici/releases) - [Commits](nodejs/undici@v5.22.1...v5.29.0) --- updated-dependencies: - dependency-name: undici dependency-version: 5.29.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent f30713a commit d4072d2

2 files changed

Lines changed: 11 additions & 6 deletions

File tree

fixtures/flight-esm/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"prompts": "^2.4.2",
1414
"react": "experimental",
1515
"react-dom": "experimental",
16-
"undici": "^5.20.0",
16+
"undici": "^5.29.0",
1717
"webpack-sources": "^3.2.0"
1818
},
1919
"scripts": {

fixtures/flight-esm/yarn.lock

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,11 @@
99
dependencies:
1010
regenerator-runtime "^0.13.11"
1111

12+
"@fastify/busboy@^2.0.0":
13+
version "2.1.1"
14+
resolved "https://registry.yarnpkg.com/@fastify/busboy/-/busboy-2.1.1.tgz#b9da6a878a371829a0502c9b6c1c143ef6663f4d"
15+
integrity sha512-vBZP4NlzfOlerQTnba4aqZoMhE/a9HY7HRqoOPaETQcSQuWEIyZMHGfVu6w9wGtGK5fED5qRs2DteVCjOH60sA==
16+
1217
abbrev@1:
1318
version "1.1.1"
1419
resolved "https://registry.yarnpkg.com/abbrev/-/abbrev-1.1.1.tgz#f8f2c887ad10bf67f634f005b6987fed3179aac8"
@@ -730,12 +735,12 @@ undefsafe@^2.0.5:
730735
resolved "https://registry.yarnpkg.com/undefsafe/-/undefsafe-2.0.5.tgz#38733b9327bdcd226db889fb723a6efd162e6e2c"
731736
integrity sha512-WxONCrssBM8TSPRqN5EmsjVrsv4A8X12J4ArBiiayv3DyyG3ZlIg6yysuuSYdZsVz3TKcTg2fd//Ujd4CHV1iA==
732737

733-
undici@^5.20.0:
734-
version "5.22.1"
735-
resolved "https://registry.yarnpkg.com/undici/-/undici-5.22.1.tgz#877d512effef2ac8be65e695f3586922e1a57d7b"
736-
integrity sha512-Ji2IJhFXZY0x/0tVBXeQwgPlLWw13GVzpsWPQ3rV50IFMMof2I55PZZxtm4P6iNq+L5znYN9nSTAq0ZyE6lSJw==
738+
undici@^5.29.0:
739+
version "5.29.0"
740+
resolved "https://registry.yarnpkg.com/undici/-/undici-5.29.0.tgz#419595449ae3f2cdcba3580a2e8903399bd1f5a3"
741+
integrity sha512-raqeBD6NQK4SkWhQzeYKd1KmIG6dllBOTt55Rmkt4HtI9mwdWtJljnrXjAFUBLTSN67HWrOIZ3EPF4kjUw80Bg==
737742
dependencies:
738-
busboy "^1.6.0"
743+
"@fastify/busboy" "^2.0.0"
739744

740745
unpipe@1.0.0:
741746
version "1.0.0"

0 commit comments

Comments
 (0)