From f1be4c236fb3ce4ff81aa5f67221203b0bae97a1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 8 Oct 2021 00:04:07 +0000 Subject: [PATCH] Bump adm-zip from 0.4.16 to 0.5.9 Bumps [adm-zip](https://github.com/cthackers/adm-zip) from 0.4.16 to 0.5.9. - [Release notes](https://github.com/cthackers/adm-zip/releases) - [Changelog](https://github.com/cthackers/adm-zip/blob/master/history.md) - [Commits](https://github.com/cthackers/adm-zip/commits) --- updated-dependencies: - dependency-name: adm-zip dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 101c803..77c1b42 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ "debug": "node ./bin/www -e DEBUG=true" }, "dependencies": { - "adm-zip": "^0.4.14", + "adm-zip": "^0.5.9", "aws-sdk": "^2.686.0", "axios": "^0.19.2", "blob": "^0.1.0",