From 5b55f7ab1cc71c4003bf761457453c76b691ee6f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 31 Oct 2022 14:21:08 -0700 Subject: [PATCH] chore(deps): bump jszip from 3.10.0 to 3.10.1 (#4370) Bumps [jszip](https://github.com/Stuk/jszip) from 3.10.0 to 3.10.1. - [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.10.0...v3.10.1) --- updated-dependencies: - dependency-name: jszip dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 8d4d2502a..b13eebbd3 100644 --- a/package.json +++ b/package.json @@ -112,7 +112,7 @@ "jsdom": "^20.0.0", "json-loader": "0.5.7", "jsonwebtoken": "^8.5.0", - "jszip": "^3.10.0", + "jszip": "^3.10.1", "kbar": "0.1.0-beta.28", "koa": "^2.13.4", "koa-body": "^4.2.0", diff --git a/yarn.lock b/yarn.lock index 82b2fc8f1..1c927c703 100644 --- a/yarn.lock +++ b/yarn.lock @@ -9948,10 +9948,10 @@ jsonwebtoken@^8.5.0: array-includes "^3.1.1" object.assign "^4.1.1" -jszip@^3.10.0, jszip@^3.7.1: - version "3.10.0" - resolved "https://registry.yarnpkg.com/jszip/-/jszip-3.10.0.tgz#faf3db2b4b8515425e34effcdbb086750a346061" - integrity sha512-LDfVtOLtOxb9RXkYOwPyNBTQDL4eUbqahtoY6x07GiDJHwSYvn8sHHIw8wINImV3MqbMNve2gSuM1DDqEKk09Q== +jszip@^3.10.1, jszip@^3.7.1: + version "3.10.1" + resolved "https://registry.yarnpkg.com/jszip/-/jszip-3.10.1.tgz#34aee70eb18ea1faec2f589208a157d1feb091c2" + integrity sha512-xXDvecyTpGLrqFrvkrUSoxxfJI5AH7U8zxxtVclpsUtMCq4JQ290LY8AW5c7Ggnr/Y/oK+bQMbqK2qmtk3pN4g== dependencies: lie "~3.3.0" pako "~1.0.2"