Skip to content
This repository was archived by the owner on Feb 2, 2024. It is now read-only.

Commit e1cdd9c

Browse files
committed
chore: use latest version jszip
1 parent 557ae10 commit e1cdd9c

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "excel-builder-webpacker",
3-
"version": "2.1.3",
3+
"version": "2.1.4",
44
"description": "Customized version of excel-builder that can be run with webpack and other bundlers",
55
"main": "dist/index.js",
66
"files": [
@@ -29,7 +29,7 @@
2929
"@vercel/ncc": "^0.27.0"
3030
},
3131
"dependencies": {
32-
"jszip": "3.5.0",
32+
"jszip": "^3.7.1",
3333
"lodash": "^4.17.21",
3434
"q": "^1.5.1"
3535
}

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,10 @@ isarray@~1.0.0:
2727
resolved "https://registry.yarnpkg.com/isarray/-/isarray-1.0.0.tgz#bb935d48582cba168c06834957a54a3e07124f11"
2828
integrity sha1-u5NdSFgsuhaMBoNJV6VKPgcSTxE=
2929

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==
3434
dependencies:
3535
lie "~3.3.0"
3636
pako "~1.0.2"

0 commit comments

Comments
 (0)