This repository was archived by the owner on Feb 2, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " excel-builder-webpacker" ,
3
- "version" : " 2.1.3 " ,
3
+ "version" : " 2.1.4 " ,
4
4
"description" : " Customized version of excel-builder that can be run with webpack and other bundlers" ,
5
5
"main" : " dist/index.js" ,
6
6
"files" : [
29
29
"@vercel/ncc" : " ^0.27.0"
30
30
},
31
31
"dependencies" : {
32
- "jszip" : " 3.5.0 " ,
32
+ "jszip" : " ^3.7.1 " ,
33
33
"lodash" : " ^4.17.21" ,
34
34
"q" : " ^1.5.1"
35
35
}
Original file line number Diff line number Diff line change @@ -27,10 +27,10 @@ isarray@~1.0.0:
27
27
resolved "https://registry.yarnpkg.com/isarray/-/isarray-1.0.0.tgz#bb935d48582cba168c06834957a54a3e07124f11"
28
28
integrity sha1-u5NdSFgsuhaMBoNJV6VKPgcSTxE=
29
29
30
- jszip@3.5.0 :
31
- version "3.5.0 "
32
- resolved "https://registry.yarnpkg.com/jszip/-/jszip-3.5.0 .tgz#b4fd1f368245346658e781fec9675802489e15f6 "
33
- integrity sha512-WRtu7TPCmYePR1nazfrtuF216cIVon/3GWOvHS9QR5bIwSbnxtdpma6un3jyGGNhHsKCSzn5Ypk+EkDRvTGiFA ==
30
+ jszip@^3.7.1 :
31
+ version "3.7.1 "
32
+ resolved "https://registry.yarnpkg.com/jszip/-/jszip-3.7.1 .tgz#bd63401221c15625a1228c556ca8a68da6fda3d9 "
33
+ integrity sha512-ghL0tz1XG9ZEmRMcEN2vt7xabrDdqHHeykgARpmZ0BiIctWxM47Vt63ZO2dnp4QYt/xJVLLy5Zv1l/xRdh2byg ==
34
34
dependencies :
35
35
lie "~3.3.0"
36
36
pako "~1.0.2"
You can’t perform that action at this time.
0 commit comments