From f23b92cab2db2e680d74cc0a582562f1af176fc2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 8 Sep 2022 17:06:27 +0000 Subject: [PATCH] Bump jszip from 3.6.0 to 3.7.0 in /vue-next Bumps [jszip](https://github.com/Stuk/jszip) from 3.6.0 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.6.0...v3.7.0) --- updated-dependencies: - dependency-name: jszip dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- vue-next/packages/sfc-playground/package.json | 2 +- vue-next/yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/vue-next/packages/sfc-playground/package.json b/vue-next/packages/sfc-playground/package.json index b761ce6..8eb48c0 100644 --- a/vue-next/packages/sfc-playground/package.json +++ b/vue-next/packages/sfc-playground/package.json @@ -22,6 +22,6 @@ }, "dependencies": { "file-saver": "^2.0.5", - "jszip": "^3.6.0" + "jszip": "^3.7.0" } } diff --git a/vue-next/yarn.lock b/vue-next/yarn.lock index 285bf02..7acf4ae 100644 --- a/vue-next/yarn.lock +++ b/vue-next/yarn.lock @@ -4355,10 +4355,10 @@ jstransformer@1.0.0: is-promise "^2.0.0" promise "^7.0.1" -jszip@^3.6.0: - version "3.6.0" - resolved "https://registry.yarnpkg.com/jszip/-/jszip-3.6.0.tgz#839b72812e3f97819cc13ac4134ffced95dd6af9" - integrity sha512-jgnQoG9LKnWO3mnVNBnfhkh0QknICd1FGSrXcgrl67zioyJ4wgx25o9ZqwNtrROSflGBCGYnJfjrIyRIby1OoQ== +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"