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"