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"