File tree 2 files changed +10
-9
lines changed
2 files changed +10
-9
lines changed Original file line number Diff line number Diff line change
1
+ import fs from 'node:fs'
2
+
1
3
import { build } from 'esbuild'
2
- import fs from 'fs'
3
4
4
5
const { dependencies } = JSON . parse ( fs . readFileSync ( './package.json' , 'utf8' ) )
5
6
// we need esbuild to process esm dependencies while leaving cjs compatible ones
Original file line number Diff line number Diff line change 39
39
"reset" : " node reset"
40
40
},
41
41
"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 " ,
45
45
"html-entities" : " ^2.5.2"
46
46
},
47
47
"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 " ,
52
52
"jest" : " ^29.7.0" ,
53
- "nock" : " ^13.5.4 "
53
+ "nock" : " ^14.0.1 "
54
54
},
55
55
"keywords" : [
56
56
" extractor" ,
You can’t perform that action at this time.
0 commit comments