From 253b82ffc6e94f013b27ffcb07ca50b1693c4bc5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 8 Sep 2022 03:10:48 +0000 Subject: [PATCH] Bump jszip in /gtas-parent/gtas-webapp/src/main/webapp/resources Bumps [jszip](https://github.com/Stuk/jszip) from 2.6.1 to 2.7.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/commits) --- updated-dependencies: - dependency-name: jszip dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .../main/webapp/resources/package-lock.json | 30 ++++++++++++++----- .../src/main/webapp/resources/package.json | 2 +- 2 files changed, 23 insertions(+), 9 deletions(-) diff --git a/gtas-parent/gtas-webapp/src/main/webapp/resources/package-lock.json b/gtas-parent/gtas-webapp/src/main/webapp/resources/package-lock.json index cf67e73163..fb2405490d 100644 --- a/gtas-parent/gtas-webapp/src/main/webapp/resources/package-lock.json +++ b/gtas-parent/gtas-webapp/src/main/webapp/resources/package-lock.json @@ -1338,10 +1338,23 @@ "q": "1.5.1" }, "dependencies": { + "jszip": { + "version": "2.6.1", + "resolved": "https://registry.npmjs.org/jszip/-/jszip-2.6.1.tgz", + "integrity": "sha512-C4Z++nYQv+CudUkCWUdz+yKVhQiFJjuWSmRJ5Sg3d3/OzcJ6U4ooUYlmE3+rJXrVk89KWQaiJ9mPp/VLQ4D66g==", + "requires": { + "pako": "~1.0.2" + } + }, "lodash": { "version": "3.10.1", "resolved": "https://registry.npmjs.org/lodash/-/lodash-3.10.1.tgz", "integrity": "sha1-W/Rejkm6QYnhfUgnid/RW9FAt7Y=" + }, + "pako": { + "version": "1.0.11", + "resolved": "https://registry.npmjs.org/pako/-/pako-1.0.11.tgz", + "integrity": "sha512-4hLB8Py4zZce5s4yd9XzopqwVv/yGNhV1Bl8NTmCq1763HeK2+EwVTv+leGeL13Dnh2wfbqowVPXCIO0z4taYw==" } } }, @@ -2043,7 +2056,8 @@ }, "dependencies": { "file-saver": { - "version": "github:eligrey/FileSaver.js#e865e37af9f9947ddcced76b549e27dc45c1cb2e" + "version": "github:eligrey/FileSaver.js#e865e37af9f9947ddcced76b549e27dc45c1cb2e", + "from": "github:eligrey/FileSaver.js#e865e37af9f9947ddcced76b549e27dc45c1cb2e" } } }, @@ -2059,17 +2073,17 @@ } }, "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.10" + "pako": "~1.0.2" }, "dependencies": { "pako": { - "version": "1.0.10", - "resolved": "https://registry.npmjs.org/pako/-/pako-1.0.10.tgz", - "integrity": "sha512-0DTvPVU3ed8+HNXOu5Bs+o//Mbdj9VNQMUOe9oKCwh8l0GNwpTDMKCWbRjgtD291AWnkAgkqA/LOnQS8AmS1tw==" + "version": "1.0.11", + "resolved": "https://registry.npmjs.org/pako/-/pako-1.0.11.tgz", + "integrity": "sha512-4hLB8Py4zZce5s4yd9XzopqwVv/yGNhV1Bl8NTmCq1763HeK2+EwVTv+leGeL13Dnh2wfbqowVPXCIO0z4taYw==" } } }, diff --git a/gtas-parent/gtas-webapp/src/main/webapp/resources/package.json b/gtas-parent/gtas-webapp/src/main/webapp/resources/package.json index bcbb29f712..4d3f168275 100644 --- a/gtas-parent/gtas-webapp/src/main/webapp/resources/package.json +++ b/gtas-parent/gtas-webapp/src/main/webapp/resources/package.json @@ -41,7 +41,7 @@ "jquery": "2.2.3", "jquery-extendext": "^0.1.1", "jspdf": "^1.3.4", - "jszip": "^2.6.1", + "jszip": "^2.7.0", "lodash": "^4.17.15", "material-date-picker": "~1.2.1", "microplugin": "0.0.3",