diff --git a/curator/static/js/tnrs/package-lock.json b/curator/static/js/tnrs/package-lock.json index f05586d8..74f20afe 100644 --- a/curator/static/js/tnrs/package-lock.json +++ b/curator/static/js/tnrs/package-lock.json @@ -12,7 +12,7 @@ "acorn": "^6.4.1", "blob-polyfill": "1.x", "file-saver": "1.3.x", - "jszip": "^3.7.1", + "jszip": "^3.8.0", "papaparse": "^5.3.2" }, "devDependencies": { @@ -1454,9 +1454,9 @@ } }, "node_modules/jszip": { - "version": "3.7.1", - "resolved": "https://registry.npmjs.org/jszip/-/jszip-3.7.1.tgz", - "integrity": "sha512-ghL0tz1XG9ZEmRMcEN2vt7xabrDdqHHeykgARpmZ0BiIctWxM47Vt63ZO2dnp4QYt/xJVLLy5Zv1l/xRdh2byg==", + "version": "3.8.0", + "resolved": "https://registry.npmjs.org/jszip/-/jszip-3.8.0.tgz", + "integrity": "sha512-cnpQrXvFSLdsR9KR5/x7zdf6c3m8IhZfZzSblFEHSqBaVwD2nvJ4CuCKLyvKvwBgZm08CgfSoiTBQLm5WW9hGw==", "dependencies": { "lie": "~3.3.0", "pako": "~1.0.2", @@ -3649,9 +3649,9 @@ } }, "jszip": { - "version": "3.7.1", - "resolved": "https://registry.npmjs.org/jszip/-/jszip-3.7.1.tgz", - "integrity": "sha512-ghL0tz1XG9ZEmRMcEN2vt7xabrDdqHHeykgARpmZ0BiIctWxM47Vt63ZO2dnp4QYt/xJVLLy5Zv1l/xRdh2byg==", + "version": "3.8.0", + "resolved": "https://registry.npmjs.org/jszip/-/jszip-3.8.0.tgz", + "integrity": "sha512-cnpQrXvFSLdsR9KR5/x7zdf6c3m8IhZfZzSblFEHSqBaVwD2nvJ4CuCKLyvKvwBgZm08CgfSoiTBQLm5WW9hGw==", "requires": { "lie": "~3.3.0", "pako": "~1.0.2", diff --git a/curator/static/js/tnrs/package.json b/curator/static/js/tnrs/package.json index 84a22ee9..68c229dd 100644 --- a/curator/static/js/tnrs/package.json +++ b/curator/static/js/tnrs/package.json @@ -27,7 +27,7 @@ "acorn": "^6.4.1", "blob-polyfill": "1.x", "file-saver": "1.3.x", - "jszip": "^3.7.1", + "jszip": "^3.8.0", "papaparse": "^5.3.2" }, "devDependencies": {