From 978743d1489c46775bd64a281838c41b3710a54f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C3=ABl=20Zasso?= Date: Sun, 24 Apr 2022 10:44:34 +0200 Subject: [PATCH] chore: update esbuild to 0.14.38 (#1366) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 137397bff90..28af56b00b3 100644 --- a/package.json +++ b/package.json @@ -40,7 +40,7 @@ "docs" ], "scripts": { - "build:node": "npx esbuild@0.14.25 index-fetch.js --bundle --platform=node --outfile=undici-fetch.js", + "build:node": "npx esbuild@0.14.38 index-fetch.js --bundle --platform=node --outfile=undici-fetch.js", "prebuild:wasm": "docker build -t llhttp_wasm_builder -f build/Dockerfile .", "build:wasm": "node build/wasm.js --docker", "lint": "standard | snazzy",