From feb3578c12eba2391c5e41825b816a5b993554f2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 Feb 2023 09:48:37 +0000 Subject: [PATCH] Build(deps): bump jszip from 3.7.1 to 3.8.0 Bumps [jszip](https://github.com/Stuk/jszip) from 3.7.1 to 3.8.0. - [Release notes](https://github.com/Stuk/jszip/releases) - [Changelog](https://github.com/Stuk/jszip/blob/main/CHANGES.md) - [Commits](https://github.com/Stuk/jszip/compare/v3.7.1...v3.8.0) --- updated-dependencies: - dependency-name: jszip dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- src/management-system/package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/src/management-system/package.json b/src/management-system/package.json index 6546c95aa..5f704d3f0 100644 --- a/src/management-system/package.json +++ b/src/management-system/package.json @@ -92,7 +92,7 @@ "js-md5": "^0.7.3", "jsonwebtoken": "^8.5.1", "jspdf": "^2.3.0", - "jszip": "^3.4.0", + "jszip": "^3.8.0", "material-design-icons-iconfont": "^5.0.1", "min-dash": "^3.5.0", "min-dom": "^3.1.1", diff --git a/yarn.lock b/yarn.lock index 034b0246a..bf59ff24b 100644 --- a/yarn.lock +++ b/yarn.lock @@ -11080,10 +11080,10 @@ jsprim@^1.2.2: json-schema "0.4.0" verror "1.10.0" -jszip@^3.0.0, jszip@^3.1.0, jszip@^3.4.0: - version "3.7.1" - resolved "https://registry.yarnpkg.com/jszip/-/jszip-3.7.1.tgz#bd63401221c15625a1228c556ca8a68da6fda3d9" - integrity sha512-ghL0tz1XG9ZEmRMcEN2vt7xabrDdqHHeykgARpmZ0BiIctWxM47Vt63ZO2dnp4QYt/xJVLLy5Zv1l/xRdh2byg== +jszip@^3.0.0, jszip@^3.1.0, 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"