From 4b60dfa75806c79b42585a9f4c35dcb282bbc69a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 12 Aug 2021 04:51:27 +0000 Subject: [PATCH] Bump jszip from 3.5.0 to 3.7.0 Bumps [jszip](https://github.com/Stuk/jszip) from 3.5.0 to 3.7.0. - [Release notes](https://github.com/Stuk/jszip/releases) - [Changelog](https://github.com/Stuk/jszip/blob/master/CHANGES.md) - [Commits](https://github.com/Stuk/jszip/compare/v3.5.0...v3.7.0) --- updated-dependencies: - dependency-name: jszip dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 8704dda..7ef5f0d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -7020,9 +7020,9 @@ } }, "jszip": { - "version": "3.5.0", - "resolved": "https://registry.npmjs.org/jszip/-/jszip-3.5.0.tgz", - "integrity": "sha512-WRtu7TPCmYePR1nazfrtuF216cIVon/3GWOvHS9QR5bIwSbnxtdpma6un3jyGGNhHsKCSzn5Ypk+EkDRvTGiFA==", + "version": "3.7.0", + "resolved": "https://registry.npmjs.org/jszip/-/jszip-3.7.0.tgz", + "integrity": "sha512-Y2OlFIzrDOPWUnpU0LORIcDn2xN7rC9yKffFM/7pGhQuhO+SUhfm2trkJ/S5amjFvem0Y+1EALz/MEPkvHXVNw==", "requires": { "lie": "~3.3.0", "pako": "~1.0.2", diff --git a/package.json b/package.json index 3bbb6ca..3999c56 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ "bootstrap-vue": "^2.17.3", "core-js": "^3.6.5", "file-saver": "^2.0.2", - "jszip": "^3.7.1", + "jszip": "^3.7.0", "papaparse": "^5.3.0", "vfg-field-array": "0.0.4", "vue": "^2.6.12",