From 08110a80aef5a99a7b5ae3e4b128937eb2be7fed Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 30 Jan 2025 11:42:16 +0000 Subject: [PATCH] fix(deps): update dependency jszip to v3.8.0 [security] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index c252a6a..9edae5e 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "gaxios": "4.3.2", "http-errors": "^2.0.0", "http-status": "^1.4.2", - "jszip": "3.7.1", + "jszip": "3.8.0", "lodash": "^4.17.11", "luxon": "^1.21.3", "minimatch": "5.0.1", diff --git a/yarn.lock b/yarn.lock index 194f34d..56f2d10 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4627,10 +4627,10 @@ jsx-ast-utils@^3.2.1: array-includes "^3.1.4" object.assign "^4.1.2" -jszip@3.7.1: - version "3.7.1" - resolved "https://registry.yarnpkg.com/jszip/-/jszip-3.7.1.tgz#bd63401221c15625a1228c556ca8a68da6fda3d9" - integrity sha512-ghL0tz1XG9ZEmRMcEN2vt7xabrDdqHHeykgARpmZ0BiIctWxM47Vt63ZO2dnp4QYt/xJVLLy5Zv1l/xRdh2byg== +jszip@3.8.0: + version "3.8.0" + resolved "https://registry.yarnpkg.com/jszip/-/jszip-3.8.0.tgz#a2ac3c33fe96a76489765168213655850254d51b" + integrity sha512-cnpQrXvFSLdsR9KR5/x7zdf6c3m8IhZfZzSblFEHSqBaVwD2nvJ4CuCKLyvKvwBgZm08CgfSoiTBQLm5WW9hGw== dependencies: lie "~3.3.0" pako "~1.0.2"