From af548a34e78e1f6f5baf16b9ad98e34af2f3ac46 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Feb 2022 00:52:11 +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 7c3890d..04427f7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -4610,14 +4610,14 @@ } }, "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==", "dev": true, "requires": { "async": "^1.4.2", "graceful-fs": "^4.1.3", - "jszip": "^2.5.0", + "jszip": "^2.6.1", "q": "^1.4.1" } }