From 34cf48f9098955c3095cf74b2d5a9b3805e28dd9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 8 Sep 2022 06:09:29 +0000 Subject: [PATCH] Bump jszip from 3.2.0 to 3.7.0 in /ide Bumps [jszip](https://github.com/Stuk/jszip) from 3.2.0 to 3.7.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.2.0...v3.7.0) --- updated-dependencies: - dependency-name: jszip dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- ide/package.json | 2 +- ide/yarn.lock | 7 ++++--- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/ide/package.json b/ide/package.json index 7e0188b..422e3e1 100644 --- a/ide/package.json +++ b/ide/package.json @@ -22,7 +22,7 @@ "express": "^4.16.4", "express-di": "^5.0.0", "file-saver": "^2.0.1", - "jszip": "^3.2.0", + "jszip": "^3.7.0", "moment": "^2.24.0", "sl-vue-tree": "^1.8.4", "vue": "^2.5.2", diff --git a/ide/yarn.lock b/ide/yarn.lock index 067c19f..5b114da 100644 --- a/ide/yarn.lock +++ b/ide/yarn.lock @@ -4030,9 +4030,10 @@ jsonfile@^2.1.0: optionalDependencies: graceful-fs "^4.1.6" -jszip@^3.2.0: - version "3.2.0" - resolved "https://registry.yarnpkg.com/jszip/-/jszip-3.2.0.tgz#1c179e8692777490ca4e9b8f3ced08f9b820da2c" +jszip@^3.7.0: + version "3.7.0" + resolved "https://registry.yarnpkg.com/jszip/-/jszip-3.7.0.tgz#9b8b995a4e7c9024653ce743e902076a82fdf4e6" + integrity sha512-Y2OlFIzrDOPWUnpU0LORIcDn2xN7rC9yKffFM/7pGhQuhO+SUhfm2trkJ/S5amjFvem0Y+1EALz/MEPkvHXVNw== dependencies: lie "~3.3.0" pako "~1.0.2"