From add374d94b20351cd2778f899f3d4ed8bb8c07a5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 8 Sep 2022 08:24:06 +0000 Subject: [PATCH] Bump jszip from 3.2.1 to 3.7.0 Bumps [jszip](https://github.com/Stuk/jszip) from 3.2.1 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.1...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 a21553d..98bc262 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "private": true, "dependencies": { "jspsych": "git+https://git@github.com/sandboxneu/jsPsych.git#1b326d2", - "jszip": "^3.2.1" + "jszip": "^3.7.0" }, "devDependencies": { "eslint": "^6.0.0", diff --git a/yarn.lock b/yarn.lock index 43d53aa..e99dbbd 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2633,10 +2633,10 @@ jsprim@^1.2.2: version "6.0.0" resolved "git+https://git@github.com/sandboxneu/jsPsych.git#1b326d263865a4cdbc6881d140bc3f474b8ba88d" -jszip@^3.2.1: - version "3.2.1" - resolved "https://registry.yarnpkg.com/jszip/-/jszip-3.2.1.tgz#c5d32df7274042282b157efb16e522b43435e01a" - integrity sha512-iCMBbo4eE5rb1VCpm5qXOAaUiRKRUKiItn8ah2YQQx9qymmSAY98eyQfioChEYcVQLh0zxJ3wS4A0mh90AVPvw== +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"