diff --git a/package-lock.json b/package-lock.json index 02c1a7d0..62ef113a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -18,7 +18,7 @@ "compare-versions": "^3.6.0", "detect-port": "^1.2.3", "duplex-child-process": "^1.0.1", - "jszip": "^3.4.0", + "jszip": "^3.7.0", "libsodium-wrappers": "^0.7.8", "lodash": "^4.17.20", "mdns": "^2.7.2", @@ -15857,9 +15857,9 @@ } }, "node_modules/jszip": { - "version": "3.6.0", - "resolved": "https://registry.npmjs.org/jszip/-/jszip-3.6.0.tgz", - "integrity": "sha512-jgnQoG9LKnWO3mnVNBnfhkh0QknICd1FGSrXcgrl67zioyJ4wgx25o9ZqwNtrROSflGBCGYnJfjrIyRIby1OoQ==", + "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", @@ -40416,9 +40416,9 @@ } }, "jszip": { - "version": "3.6.0", - "resolved": "https://registry.npmjs.org/jszip/-/jszip-3.6.0.tgz", - "integrity": "sha512-jgnQoG9LKnWO3mnVNBnfhkh0QknICd1FGSrXcgrl67zioyJ4wgx25o9ZqwNtrROSflGBCGYnJfjrIyRIby1OoQ==", + "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 a25a8361..3bd9e772 100644 --- a/package.json +++ b/package.json @@ -125,7 +125,7 @@ "compare-versions": "^3.6.0", "detect-port": "^1.2.3", "duplex-child-process": "^1.0.1", - "jszip": "^3.4.0", + "jszip": "^3.7.0", "libsodium-wrappers": "^0.7.8", "lodash": "^4.17.20", "mdns": "^2.7.2",