From 830b09c86c48307d02affe01da3d4c4e8eb744ee Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 Feb 2023 17:11:44 +0000 Subject: [PATCH] Bump jszip from 3.7.1 to 3.8.0 in /curator/static/js/tnrs Bumps [jszip](https://github.com/Stuk/jszip) from 3.7.1 to 3.8.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/compare/v3.7.1...v3.8.0) --- updated-dependencies: - dependency-name: jszip dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- curator/static/js/tnrs/package-lock.json | 14 +++++++------- curator/static/js/tnrs/package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) 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": {