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",