fix(deps): update dependency jszip to ~3.6.0 (#379)

Co-authored-by: Renovate Bot <bot@renovateapp.com>
This commit is contained in:
renovate[bot] 2021-02-12 13:02:31 +07:00 committed by GitHub
parent 8ec81cdbb0
commit abd7d4f52a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 5 deletions

View File

@ -42,7 +42,7 @@
"express-rate-limit": "~5.2.5",
"fluent-ffmpeg": "~2.1.2",
"helmet": "~4.4.1",
"jszip": "~3.5.0",
"jszip": "~3.6.0",
"knex": "~0.21.17",
"multer": "~1.4.2",
"node-fetch": "~2.6.1",

View File

@ -4038,10 +4038,10 @@ jsprim@^1.2.2:
json-schema "0.2.3"
verror "1.10.0"
jszip@~3.5.0:
version "3.5.0"
resolved "https://registry.yarnpkg.com/jszip/-/jszip-3.5.0.tgz#b4fd1f368245346658e781fec9675802489e15f6"
integrity sha512-WRtu7TPCmYePR1nazfrtuF216cIVon/3GWOvHS9QR5bIwSbnxtdpma6un3jyGGNhHsKCSzn5Ypk+EkDRvTGiFA==
jszip@~3.6.0:
version "3.6.0"
resolved "https://registry.yarnpkg.com/jszip/-/jszip-3.6.0.tgz#839b72812e3f97819cc13ac4134ffced95dd6af9"
integrity sha512-jgnQoG9LKnWO3mnVNBnfhkh0QknICd1FGSrXcgrl67zioyJ4wgx25o9ZqwNtrROSflGBCGYnJfjrIyRIby1OoQ==
dependencies:
lie "~3.3.0"
pako "~1.0.2"