From 29996a9b25a65acb6a0562c5c653b5fd20718b95 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 8 Sep 2022 10:57:08 +0000 Subject: [PATCH] Bump jszip from 3.2.2 to 3.7.0 Bumps [jszip](https://github.com/Stuk/jszip) from 3.2.2 to 3.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/compare/v3.2.2...v3.7.0) --- updated-dependencies: - dependency-name: jszip dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 5d41a9a..5e9d55a 100644 --- a/package.json +++ b/package.json @@ -27,7 +27,7 @@ "gatsby-plugin-react-helmet": "^3.1.14", "gatsby-plugin-theme-ui": "^0.2.43", "gatsby-source-filesystem": "^2.1.0", - "jszip": "^3.2.2", + "jszip": "^3.7.0", "lodash.isempty": "^4.4.0", "lodash.isequal": "^4.5.0", "polished": "^3.4.2", diff --git a/yarn.lock b/yarn.lock index 54a24ed..c980b67 100644 --- a/yarn.lock +++ b/yarn.lock @@ -6400,10 +6400,10 @@ jsx-ast-utils@^2.2.1: array-includes "^3.0.3" object.assign "^4.1.0" -jszip@^3.2.2: - version "3.2.2" - resolved "https://registry.yarnpkg.com/jszip/-/jszip-3.2.2.tgz#b143816df7e106a9597a94c77493385adca5bd1d" - integrity sha512-NmKajvAFQpbg3taXQXr/ccS2wcucR1AZ+NtyWp2Nq7HHVsXhcJFR8p0Baf32C2yVvBylFWVeKf+WI2AnvlPhpA== +jszip@^3.7.0: + version "3.7.0" + resolved "https://registry.yarnpkg.com/jszip/-/jszip-3.7.0.tgz#9b8b995a4e7c9024653ce743e902076a82fdf4e6" + integrity sha512-Y2OlFIzrDOPWUnpU0LORIcDn2xN7rC9yKffFM/7pGhQuhO+SUhfm2trkJ/S5amjFvem0Y+1EALz/MEPkvHXVNw== dependencies: lie "~3.3.0" pako "~1.0.2"