File tree Expand file tree Collapse file tree 2 files changed +10
-9
lines changed Expand file tree Collapse file tree 2 files changed +10
-9
lines changed Original file line number Diff line number Diff line change 1+ import fs from 'node:fs'
2+
13import { build } from 'esbuild'
2- import fs from 'fs'
34
45const { dependencies } = JSON . parse ( fs . readFileSync ( './package.json' , 'utf8' ) )
56// we need esbuild to process esm dependencies while leaving cjs compatible ones
Original file line number Diff line number Diff line change 3939 "reset" : " node reset"
4040 },
4141 "dependencies" : {
42- "bellajs" : " ^11.1.3 " ,
43- "cross-fetch" : " ^4.0 .0" ,
44- "fast-xml-parser" : " ^4.3.6 " ,
42+ "bellajs" : " ^11.2.0 " ,
43+ "cross-fetch" : " ^4.1 .0" ,
44+ "fast-xml-parser" : " ^4.5.1 " ,
4545 "html-entities" : " ^2.5.2"
4646 },
4747 "devDependencies" : {
48- "esbuild" : " ^0.21 .0" ,
49- "eslint" : " ^9.2 .0" ,
50- "globals" : " ^15.1 .0" ,
51- "https-proxy-agent" : " ^7.0.4 " ,
48+ "esbuild" : " ^0.25 .0" ,
49+ "eslint" : " ^9.20 .0" ,
50+ "globals" : " ^15.14 .0" ,
51+ "https-proxy-agent" : " ^7.0.6 " ,
5252 "jest" : " ^29.7.0" ,
53- "nock" : " ^13.5.4 "
53+ "nock" : " ^14.0.1 "
5454 },
5555 "keywords" : [
5656 " extractor" ,
You can’t perform that action at this time.
0 commit comments