From 5a84aa51d39c0bd9921ed525a623d31583116556 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Sep 2021 00:08:13 +0000 Subject: [PATCH] Bump adm-zip from 0.4.16 to 0.5.6 Bumps [adm-zip](https://github.com/cthackers/adm-zip) from 0.4.16 to 0.5.6. - [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/compare/v0.4.16...v0.5.6) --- 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..a666242 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.6", "aws-sdk": "^2.686.0", "axios": "^0.19.2", "blob": "^0.1.0",