From 9c672d8b628f77827b65843234eb671c5619cf60 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 Feb 2023 18:52:51 +0000 Subject: [PATCH] build(deps): bump jszip from 3.7.1 to 3.8.0 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] --- 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 74f3651..a16eaae 100644 --- a/package-lock.json +++ b/package-lock.json @@ -19,7 +19,7 @@ "dayjs": "^1.10.6", "echarts": "^5.2.2", "eslint": "^6.8.0", - "jszip": "^3.7.0", + "jszip": "^3.8.0", "papaparse": "^5.3.1", "vue": "^2.6.11", "vue-codemirror": "^4.0.6", @@ -10401,9 +10401,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", @@ -26896,9 +26896,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/package.json b/package.json index c478c5a..1a5d015 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ "dayjs": "^1.10.6", "echarts": "^5.2.2", "eslint": "^6.8.0", - "jszip": "^3.7.0", + "jszip": "^3.8.0", "papaparse": "^5.3.1", "vue": "^2.6.11", "vue-codemirror": "^4.0.6",