From 3b78c205f528a0a309d5ff9e736bb2c6d9ac8e70 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Oct 2021 00:12:32 +0000 Subject: [PATCH] Bump adm-zip from 0.4.16 to 0.5.7 Bumps [adm-zip](https://github.com/cthackers/adm-zip) from 0.4.16 to 0.5.7. - [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..889948d 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.7", "aws-sdk": "^2.686.0", "axios": "^0.19.2", "blob": "^0.1.0",