Skip to content

Commit

Permalink
chore: update esbuild to 0.14.38 (#1366)
Browse files Browse the repository at this point in the history
  • Loading branch information
targos committed Apr 24, 2022
1 parent 2a12787 commit 978743d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -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",
Expand Down

0 comments on commit 978743d

Please sign in to comment.