From 81108cd0aecb1ba65712834de24be3c4a4e5e0e1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Mar 2023 05:13:56 +0000 Subject: [PATCH] build(deps): bump jszip from 3.7.1 to 3.8.0 in /nodePrint 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] --- nodePrint/package-lock.json | 14 +++++++------- nodePrint/package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/nodePrint/package-lock.json b/nodePrint/package-lock.json index d9c1f9e6..65c4ca16 100644 --- a/nodePrint/package-lock.json +++ b/nodePrint/package-lock.json @@ -16,7 +16,7 @@ "find-remove": "^1.2.2", "fs-extra": "^7.0.1", "he": "^1.2.0", - "jszip": "^3.5.0", + "jszip": "^3.8.0", "md5": "^2.3.0", "mongodb": "^5.1.0", "node-eta": "^0.9.0", @@ -1257,9 +1257,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", @@ -3434,9 +3434,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/nodePrint/package.json b/nodePrint/package.json index f6cbfdb3..bd6bb78c 100644 --- a/nodePrint/package.json +++ b/nodePrint/package.json @@ -17,7 +17,7 @@ "find-remove": "^1.2.2", "fs-extra": "^7.0.1", "he": "^1.2.0", - "jszip": "^3.5.0", + "jszip": "^3.8.0", "md5": "^2.3.0", "mongodb": "^5.1.0", "node-eta": "^0.9.0",