From 88956e72c9fb22cd042ce8ae9c727d761f085aa4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Feb 2022 00:52:51 +0000 Subject: [PATCH] Bump zip-local from 0.3.4 to 0.3.5 Bumps [zip-local](https://github.com/Mostafa-Samir/zip-local) from 0.3.4 to 0.3.5. - [Release notes](https://github.com/Mostafa-Samir/zip-local/releases) - [Changelog](https://github.com/Mostafa-Samir/zip-local/blob/master/CHANGELOG.md) - [Commits](https://github.com/Mostafa-Samir/zip-local/commits) --- updated-dependencies: - dependency-name: zip-local dependency-type: indirect ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index b3d7e85..801aa82 100644 --- a/package-lock.json +++ b/package-lock.json @@ -8611,13 +8611,13 @@ "integrity": "sha1-AI4G2AlDIMNy28L47XagymyKxBk=" }, "zip-local": { - "version": "0.3.4", - "resolved": "https://registry.npmjs.org/zip-local/-/zip-local-0.3.4.tgz", - "integrity": "sha1-4pMZByV6lGR56lvQ0OIK3+srWgc=", + "version": "0.3.5", + "resolved": "https://registry.npmjs.org/zip-local/-/zip-local-0.3.5.tgz", + "integrity": "sha512-GRV3D5TJY+/PqyeRm5CYBs7xVrKTKzljBoEXvocZu0HJ7tPEcgpSOYa2zFIsCZWgKWMuc4U3yMFgFkERGFIB9w==", "requires": { "async": "^1.4.2", "graceful-fs": "^4.1.3", - "jszip": "^2.5.0", + "jszip": "^2.6.1", "q": "^1.4.1" }, "dependencies": {