From 18293a94a8cd0b281a95b3d8d5451f9719abb259 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 14 Sep 2021 16:17:56 +0000 Subject: [PATCH] build(deps): bump jszip from 3.7.0 to 3.7.1 Bumps [jszip](https://github.com/Stuk/jszip) from 3.7.0 to 3.7.1. - [Release notes](https://github.com/Stuk/jszip/releases) - [Changelog](https://github.com/Stuk/jszip/blob/master/CHANGES.md) - [Commits](https://github.com/Stuk/jszip/compare/v3.7.0...v3.7.1) --- updated-dependencies: - dependency-name: jszip dependency-type: direct:production update-type: version-update:semver-patch ... 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 99925966..c75bf2c3 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ "canvas": "^2.8.0", "copy-webpack-plugin": "^6.4.1", "file-saver": "^2.0.5", - "jszip": "^3.7.0", + "jszip": "^3.7.1", "license-webpack-plugin": "^2.3.21", "monaco-editor-webpack-plugin": "^4.1.2", "monaco-themes": "^0.3.3", diff --git a/yarn.lock b/yarn.lock index 4ded79e5..298b57a1 100644 --- a/yarn.lock +++ b/yarn.lock @@ -7576,10 +7576,10 @@ jsprim@^1.2.2: array-includes "^3.1.2" object.assign "^4.1.2" -jszip@^3.5.0, 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== +jszip@^3.5.0, 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== dependencies: lie "~3.3.0" pako "~1.0.2"