fix(deps): update dependency jszip to ~3.7.1 (#433)

Co-authored-by: Renovate Bot <bot@renovateapp.com>
This commit is contained in:
renovate[bot] 2021-10-22 21:45:12 +07:00 committed by GitHub
parent 2dc5ee2c46
commit a7b4f69413
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.3.0",
"fluent-ffmpeg": "~2.1.2",
"helmet": "~4.6.0",
"jszip": "~3.6.0",
"jszip": "~3.7.1",
"knex": "~0.21.19",
"multer": "~1.4.3",
"node-fetch": "~2.6.5",

View File

@ -4096,10 +4096,10 @@ jsprim@^1.2.2:
json-schema "0.2.3"
verror "1.10.0"
jszip@~3.6.0:
version "3.6.0"
resolved "https://registry.yarnpkg.com/jszip/-/jszip-3.6.0.tgz#839b72812e3f97819cc13ac4134ffced95dd6af9"
integrity sha512-jgnQoG9LKnWO3mnVNBnfhkh0QknICd1FGSrXcgrl67zioyJ4wgx25o9ZqwNtrROSflGBCGYnJfjrIyRIby1OoQ==
jszip@~3.7.1:
version "3.7.1"
resolved "https://registry.yarnpkg.com/jszip/-/jszip-3.7.1.tgz#bd63401221c15625a1228c556ca8a68da6fda3d9"
integrity sha512-ghL0tz1XG9ZEmRMcEN2vt7xabrDdqHHeykgARpmZ0BiIctWxM47Vt63ZO2dnp4QYt/xJVLLy5Zv1l/xRdh2byg==
dependencies:
lie "~3.3.0"
pako "~1.0.2"