From dbd95f0292bdff1f0db9f7486dd4cb92d91e8d2f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 8 Sep 2022 03:03:47 +0000 Subject: [PATCH] chore(deps): bump jszip in /source/Mustache.Reports.NodeJS 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] --- source/Mustache.Reports.NodeJS/package-lock.json | 16 ++++++++-------- source/Mustache.Reports.NodeJS/package.json | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/source/Mustache.Reports.NodeJS/package-lock.json b/source/Mustache.Reports.NodeJS/package-lock.json index eb94cee..799d9de 100644 --- a/source/Mustache.Reports.NodeJS/package-lock.json +++ b/source/Mustache.Reports.NodeJS/package-lock.json @@ -98,7 +98,7 @@ "elementtree": { "version": "0.1.6", "resolved": "https://registry.npmjs.org/elementtree/-/elementtree-0.1.6.tgz", - "integrity": "sha1-KsTEbqMFFsjEy9teOsdBjlkt4gw=", + "integrity": "sha512-3PFZPanYTg5tPl84pM+Eu04xWYWi8+FF970UgE7CThRdRR77paLrj/qiv7NyEdy0qL1KFvVvpwbWjhL1D7+pTQ==", "requires": { "sax": "0.3.5" } @@ -142,9 +142,9 @@ "integrity": "sha1-R+Y/evVa+m+S4VAOaQ64uFKcCZo=" }, "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.2" } @@ -186,9 +186,9 @@ } }, "pako": { - "version": "1.0.6", - "resolved": "https://registry.npmjs.org/pako/-/pako-1.0.6.tgz", - "integrity": "sha512-lQe48YPsMJAig+yngZ87Lus+NF+3mtu7DVOBu6b/gHO1YpKwIj5AWjZ/TOS7i46HD/UixzWb1zeWDZfGZ3iYcg==" + "version": "1.0.11", + "resolved": "https://registry.npmjs.org/pako/-/pako-1.0.11.tgz", + "integrity": "sha512-4hLB8Py4zZce5s4yd9XzopqwVv/yGNhV1Bl8NTmCq1763HeK2+EwVTv+leGeL13Dnh2wfbqowVPXCIO0z4taYw==" }, "qs": { "version": "6.5.1", @@ -209,7 +209,7 @@ "sax": { "version": "0.3.5", "resolved": "https://registry.npmjs.org/sax/-/sax-0.3.5.tgz", - "integrity": "sha1-iPz8H3PAyLvVt8d2ttPzUB7tBz0=" + "integrity": "sha512-b8euO9HV4Tf3a9lIfIb/uHQ6FHaw/wxYgASH8Q/pssuF+zifxzfnlMHHJTN94bhYbMKOF2ZWLMBscp6KKR2kmw==" }, "setprototypeof": { "version": "1.0.3", diff --git a/source/Mustache.Reports.NodeJS/package.json b/source/Mustache.Reports.NodeJS/package.json index 67cf061..33b17a0 100644 --- a/source/Mustache.Reports.NodeJS/package.json +++ b/source/Mustache.Reports.NodeJS/package.json @@ -10,7 +10,7 @@ "commander": "^2.9.0", "docxtemplater": "3.4.1", "docxtemplater-image-module": "3.1.0", - "jszip": "2.6.1", + "jszip": "2.7.0", "moment": "^2.20.1", "winston": "^2.3.1", "xlsx-template": "git://github.com/T-rav/xlsx-template.git"