Skip to content

Commit e51aa88

Browse files
committed
Update esbuild to 0.19.10 (#3415)
Signed-off-by: Matteo Collina <hello@matteocollina.com>
1 parent 99102cc commit e51aa88

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
"main": "index.js",
6363
"types": "index.d.ts",
6464
"scripts": {
65-
"build:node": "npx esbuild@0.19.4 index-fetch.js --bundle --platform=node --outfile=undici-fetch.js --define:esbuildDetection=1 --keep-names && node scripts/strip-comments.js",
65+
"build:node": "npx esbuild@0.19.10 index-fetch.js --bundle --platform=node --outfile=undici-fetch.js --define:esbuildDetection=1 --keep-names && node scripts/strip-comments.js",
6666
"prebuild:wasm": "node build/wasm.js --prebuild",
6767
"build:wasm": "node build/wasm.js --docker",
6868
"lint": "standard | snazzy",

0 commit comments

Comments
 (0)