Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorMichaël Zasso <targos@protonmail.com>2022-05-02 15:15:50 +0300
committerMichaël Zasso <targos@protonmail.com>2022-05-02 15:39:34 +0300
commit2a4c8263c302ae00e22c9236d01feef0da80f5f1 (patch)
treea2f36df214e0b043c1d548b59c21122a7bbb0b50 /tools
parentbf9240ae8c82f2b275109528eff4ffa43207fde1 (diff)
deps: update undici to 5.1.1
PR-URL: https://github.com/nodejs/node/pull/42939 Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com> Reviewed-By: Robert Nagy <ronagy@icloud.com> Reviewed-By: Matteo Collina <matteo.collina@gmail.com> Reviewed-By: Mohammed Keyvanzadeh <mohammadkeyvanzade94@gmail.com>
Diffstat (limited to 'tools')
-rwxr-xr-xtools/update-undici.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/update-undici.sh b/tools/update-undici.sh
index 40920df9d8f..8350e215272 100755
--- a/tools/update-undici.sh
+++ b/tools/update-undici.sh
@@ -29,7 +29,7 @@ rm -f deps/undici/undici.js
)
mv undici-tmp/node_modules/undici deps/undici/src
-mv deps/undici/src/undici.js deps/undici/undici.js
+mv deps/undici/src/undici-fetch.js deps/undici/undici.js
cp deps/undici/src/LICENSE deps/undici/LICENSE
rm -rf undici-tmp/