From fcf9d2f137f9912580ca160fef05381b57401323 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 8 Sep 2022 03:03:48 +0000 Subject: [PATCH] Bump jszip from 2.6.1 to 2.7.0 Bumps [jszip](https://github.com/Stuk/jszip) from 2.6.1 to 2.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/commits) --- 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 7361e06e..2e0fcfe6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -18,7 +18,7 @@ "file-saver": "^1.3.3", "fs-extra": "3.0.1", "html-webpack-plugin": "2.29.0", - "jszip": "^2.6.0", + "jszip": "^2.7.0", "katex": "^0.8.2", "mathjax": "^2.7.2-rc", "moment": "^2.24.0", @@ -8417,9 +8417,9 @@ } }, "node_modules/jszip": { - "version": "2.6.1", - "resolved": "https://registry.npmjs.org/jszip/-/jszip-2.6.1.tgz", - "integrity": "sha1-uI86ey5noqBIFSmCx6N1bZxIKPA=", + "version": "2.7.0", + "resolved": "https://registry.npmjs.org/jszip/-/jszip-2.7.0.tgz", + "integrity": "sha512-JIsRKRVC3gTRo2vM4Wy9WBC3TRcfnIZU8k65Phi3izkvPH975FowRYtKGT6PxevA0XnJ/yO8b0QwV0ydVyQwfw==", "dependencies": { "pako": "~1.0.2" } @@ -23756,9 +23756,9 @@ "dev": true }, "jszip": { - "version": "2.6.1", - "resolved": "https://registry.npmjs.org/jszip/-/jszip-2.6.1.tgz", - "integrity": "sha1-uI86ey5noqBIFSmCx6N1bZxIKPA=", + "version": "2.7.0", + "resolved": "https://registry.npmjs.org/jszip/-/jszip-2.7.0.tgz", + "integrity": "sha512-JIsRKRVC3gTRo2vM4Wy9WBC3TRcfnIZU8k65Phi3izkvPH975FowRYtKGT6PxevA0XnJ/yO8b0QwV0ydVyQwfw==", "requires": { "pako": "~1.0.2" } diff --git a/package.json b/package.json index e3326d29..0027ca0f 100644 --- a/package.json +++ b/package.json @@ -43,7 +43,7 @@ "file-saver": "^1.3.3", "fs-extra": "3.0.1", "html-webpack-plugin": "2.29.0", - "jszip": "^2.6.0", + "jszip": "^2.7.0", "katex": "^0.8.2", "mathjax": "^2.7.2-rc", "moment": "^2.24.0",