File tree 2 files changed +18
-10
lines changed
2 files changed +18
-10
lines changed Original file line number Diff line number Diff line change 16
16
"test" : " node ./test/index.js"
17
17
},
18
18
"devDependencies" : {
19
- "@types/fs-extra" : " ^9 .0.13 " ,
19
+ "@types/fs-extra" : " ^11 .0.1 " ,
20
20
"@types/jimp" : " ^0.2.28" ,
21
21
"@vercel/ncc" : " ^0.34.0" ,
22
- "fs-extra" : " ^10 .1.0" ,
22
+ "fs-extra" : " ^11 .1.0" ,
23
23
"jimp" : " ^0.16.2" ,
24
24
"jiti" : " ^1.16.0" ,
25
25
"typescript" : " ^4.9.3"
Original file line number Diff line number Diff line change 589
589
" @babel/runtime" " ^7.7.2"
590
590
regenerator-runtime "^0.13.3"
591
591
592
- " @types/fs-extra@^9 .0.13 " :
593
- version "9 .0.13 "
594
- resolved "https://registry.yarnpkg.com/@types/fs-extra/-/fs-extra-9 .0.13 .tgz#7594fbae04fe7f1918ce8b3d213f74ff44ac1f45 "
595
- integrity sha512-nEnwB++1u5lVDM2UI4c1+5R+FYaKfaAzS4OococimjVm3nQw3TuzH5UNsocrcTBbhnerblyHj4A49qXbIiZdpA ==
592
+ " @types/fs-extra@^11 .0.1 " :
593
+ version "11 .0.1 "
594
+ resolved "https://registry.yarnpkg.com/@types/fs-extra/-/fs-extra-11 .0.1 .tgz#f542ec47810532a8a252127e6e105f487e0a6ea5 "
595
+ integrity sha512-MxObHvNl4A69ofaTRU8DFqvgzzv8s9yRtaPPm5gud9HDNvpB3GPQFvNuTWAI59B9huVGV5jXYJwbCsmBsOGYWA ==
596
596
dependencies :
597
+ " @types/jsonfile" " *"
597
598
" @types/node" " *"
598
599
599
600
" @types/jimp@^0.2.28 " :
603
604
dependencies :
604
605
jimp "*"
605
606
607
+ " @types/jsonfile@* " :
608
+ version "6.1.1"
609
+ resolved "https://registry.yarnpkg.com/@types/jsonfile/-/jsonfile-6.1.1.tgz#ac84e9aefa74a2425a0fb3012bdea44f58970f1b"
610
+ integrity sha512-GSgiRCVeapDN+3pqA35IkQwasaCh/0YFH5dEF6S88iDvEn901DjOeH3/QPY+XYP1DFzDZPvIvfeEgk+7br5png==
611
+ dependencies :
612
+ " @types/node" " *"
613
+
606
614
" @types/node@* " :
607
615
version "16.9.4"
608
616
resolved "https://registry.yarnpkg.com/@types/node/-/node-16.9.4.tgz#a12f0ee7847cf17a97f6fdf1093cb7a9af23cca4"
@@ -656,10 +664,10 @@ file-type@^9.0.0:
656
664
resolved "https://registry.yarnpkg.com/file-type/-/file-type-9.0.0.tgz#a68d5ad07f486414dfb2c8866f73161946714a18"
657
665
integrity sha512-Qe/5NJrgIOlwijpq3B7BEpzPFcgzggOTagZmkXQY4LA6bsXKTUstK7Wp12lEJ/mLKTpvIZxmIuRcLYWT6ov9lw==
658
666
659
- fs-extra@^10 .1.0 :
660
- version "10 .1.0"
661
- resolved "https://registry.yarnpkg.com/fs-extra/-/fs-extra-10 .1.0.tgz#02873cfbc4084dde127eaa5f9905eef2325d1abf "
662
- integrity sha512-oRXApq54ETRj4eMiFzGnHWGy+zo5raudjuxN0b8H7s/RU2oW0Wvsx9O0ACRN/kRq9E8Vu/ReskGB5o3ji+FzHQ ==
667
+ fs-extra@^11 .1.0 :
668
+ version "11 .1.0"
669
+ resolved "https://registry.yarnpkg.com/fs-extra/-/fs-extra-11 .1.0.tgz#5784b102104433bb0e090f48bfc4a30742c357ed "
670
+ integrity sha512-0rcTq621PD5jM/e0a3EJoGC/1TC5ZBCERW82LQuwfGnCa1V8w7dpYH1yNu+SLb6E5dkeCBzKEyLGlFrnr+dUyw ==
663
671
dependencies :
664
672
graceful-fs "^4.2.0"
665
673
jsonfile "^6.0.1"
You can’t perform that action at this time.
0 commit comments