fix(deps): update dependency jszip to ~3.10.1 (#553)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2022-08-03 17:34:38 +07:00 committed by GitHub
parent 0dc408f82c
commit 971cf82d68
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 5 deletions

View File

@ -46,7 +46,7 @@
"fresh": "~0.5.2", "fresh": "~0.5.2",
"helmet": "~5.1.1", "helmet": "~5.1.1",
"hyper-express": "~6.4.2", "hyper-express": "~6.4.2",
"jszip": "~3.10.0", "jszip": "~3.10.1",
"knex": "~2.2.0", "knex": "~2.2.0",
"live-directory": "~2.3.2", "live-directory": "~2.3.2",
"markdown-it": "~13.0.1", "markdown-it": "~13.0.1",

View File

@ -3445,10 +3445,10 @@ json5@^1.0.1:
dependencies: dependencies:
minimist "^1.2.0" minimist "^1.2.0"
jszip@~3.10.0: jszip@~3.10.1:
version "3.10.0" version "3.10.1"
resolved "https://registry.yarnpkg.com/jszip/-/jszip-3.10.0.tgz#faf3db2b4b8515425e34effcdbb086750a346061" resolved "https://registry.yarnpkg.com/jszip/-/jszip-3.10.1.tgz#34aee70eb18ea1faec2f589208a157d1feb091c2"
integrity sha512-LDfVtOLtOxb9RXkYOwPyNBTQDL4eUbqahtoY6x07GiDJHwSYvn8sHHIw8wINImV3MqbMNve2gSuM1DDqEKk09Q== integrity sha512-xXDvecyTpGLrqFrvkrUSoxxfJI5AH7U8zxxtVclpsUtMCq4JQ290LY8AW5c7Ggnr/Y/oK+bQMbqK2qmtk3pN4g==
dependencies: dependencies:
lie "~3.3.0" lie "~3.3.0"
pako "~1.0.2" pako "~1.0.2"