From e73b20ad725d3318979b87eaec4197c2ea4d2ec8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Apr 2022 07:31:55 +0000 Subject: [PATCH] chore(deps): bump jszip from 3.6.0 to 3.7.0 Bumps [jszip](https://github.com/Stuk/jszip) from 3.6.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.6.0...v3.7.0) --- updated-dependencies: - dependency-name: jszip dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 9ee091b..080fe8b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -25,7 +25,7 @@ "jquery": "^3.4.1", "jquery-ui": "^1.12.1", "jstree": "^3.3.9", - "jszip": "^3.3.0", + "jszip": "^3.7.0", "lodash.get": "^4.4.2", "lodash.set": "^4.3.2", "lodash.unset": "^4.5.2", @@ -9836,9 +9836,9 @@ } }, "node_modules/jszip": { - "version": "3.6.0", - "resolved": "https://registry.npm.taobao.org/jszip/download/jszip-3.6.0.tgz?cache=0&sync_timestamp=1612932543317&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fjszip%2Fdownload%2Fjszip-3.6.0.tgz", - "integrity": "sha1-g5tygS4/l4GcwTrEE0/87ZXdavk=", + "version": "3.7.0", + "resolved": "https://registry.npmjs.org/jszip/-/jszip-3.7.0.tgz", + "integrity": "sha512-Y2OlFIzrDOPWUnpU0LORIcDn2xN7rC9yKffFM/7pGhQuhO+SUhfm2trkJ/S5amjFvem0Y+1EALz/MEPkvHXVNw==", "dependencies": { "lie": "~3.3.0", "pako": "~1.0.2", @@ -29112,9 +29112,9 @@ } }, "jszip": { - "version": "3.6.0", - "resolved": "https://registry.npm.taobao.org/jszip/download/jszip-3.6.0.tgz?cache=0&sync_timestamp=1612932543317&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fjszip%2Fdownload%2Fjszip-3.6.0.tgz", - "integrity": "sha1-g5tygS4/l4GcwTrEE0/87ZXdavk=", + "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 e432c18..e702391 100644 --- a/package.json +++ b/package.json @@ -43,7 +43,7 @@ "jquery": "^3.4.1", "jquery-ui": "^1.12.1", "jstree": "^3.3.9", - "jszip": "^3.3.0", + "jszip": "^3.7.0", "lodash.get": "^4.4.2", "lodash.set": "^4.3.2", "lodash.unset": "^4.5.2",