From c7b5d492376f0356e19d67162f91259b1e314e59 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 Feb 2023 13:39:48 +0000 Subject: [PATCH] build(deps): bump jszip from 3.4.0 to 3.8.0 in /packages/webapp Bumps [jszip](https://github.com/Stuk/jszip) from 3.4.0 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.4.0...v3.8.0) --- updated-dependencies: - dependency-name: jszip dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- packages/webapp/package.json | 2 +- packages/webapp/yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/packages/webapp/package.json b/packages/webapp/package.json index 1b51dc3..171dcfe 100644 --- a/packages/webapp/package.json +++ b/packages/webapp/package.json @@ -30,7 +30,7 @@ "github-markdown-css": "^4.0.0", "husky": "^4.2.5", "jsonwebtoken": "^8.5.1", - "jszip": "^3.4.0", + "jszip": "^3.8.0", "lint-staged": "^10.1.5", "monaco-editor-webpack-plugin": "^1.9.0", "node-sass": "^4.13.1", diff --git a/packages/webapp/yarn.lock b/packages/webapp/yarn.lock index 9f2a81d..f01d874 100644 --- a/packages/webapp/yarn.lock +++ b/packages/webapp/yarn.lock @@ -6963,10 +6963,10 @@ jsx-ast-utils@^2.2.1, jsx-ast-utils@^2.2.3: array-includes "^3.0.3" object.assign "^4.1.0" -jszip@^3.4.0: - version "3.4.0" - resolved "https://registry.yarnpkg.com/jszip/-/jszip-3.4.0.tgz#1a69421fa5f0bb9bc222a46bca88182fba075350" - integrity sha512-gZAOYuPl4EhPTXT0GjhI3o+ZAz3su6EhLrKUoAivcKqyqC7laS5JEv4XWZND9BgcDcF83vI85yGbDmDR6UhrIg== +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"