From 3fe02f2ce2123c02b9432a6015d9bf3c2a566750 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Feb 2022 00:51:51 +0000 Subject: [PATCH] Build(deps): 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: direct:production ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 8b5089e..c877c5b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -2272,13 +2272,13 @@ } }, "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": { diff --git a/package.json b/package.json index 2f1735c..92f8b51 100644 --- a/package.json +++ b/package.json @@ -32,6 +32,6 @@ }, "dependencies": { "istextorbinary": "^5.2.0", - "zip-local": "^0.3.4" + "zip-local": "^0.3.5" } }