diff --git a/ui/app/package.json b/ui/app/package.json index fe90a87..d035c3d 100644 --- a/ui/app/package.json +++ b/ui/app/package.json @@ -22,7 +22,7 @@ "clipboard": "^2.0.8", "d3": "^7.1.1", "file-saver": "^2.0.5", - "jszip": "^3.7.1", + "jszip": "^3.8.0", "nuxt": "^2.15.8", "prism-themes": "^1.9.0", "random-material-color": "^1.0.5", diff --git a/ui/app/yarn.lock b/ui/app/yarn.lock index aa15b5b..8335b2a 100644 --- a/ui/app/yarn.lock +++ b/ui/app/yarn.lock @@ -7271,10 +7271,10 @@ jsonfile@^6.0.1: optionalDependencies: graceful-fs "^4.1.6" -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== +jszip@^3.8.0: + version "3.8.0" + resolved "https://registry.yarnpkg.com/jszip/-/jszip-3.8.0.tgz#a2ac3c33fe96a76489765168213655850254d51b" + integrity sha512-cnpQrXvFSLdsR9KR5/x7zdf6c3m8IhZfZzSblFEHSqBaVwD2nvJ4CuCKLyvKvwBgZm08CgfSoiTBQLm5WW9hGw== dependencies: lie "~3.3.0" pako "~1.0.2"