From fb3872c9f006fdaa734894ae2cd6d64a66e4957c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Apr 2021 05:21:22 +0000 Subject: [PATCH] Bump adm-zip from 0.5.3 to 0.5.5 Bumps [adm-zip](https://github.com/cthackers/adm-zip) from 0.5.3 to 0.5.5. - [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.5.3...v0.5.5) Signed-off-by: dependabot[bot] --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index a984fce..5dbbdf9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -2545,9 +2545,9 @@ "dev": true }, "adm-zip": { - "version": "0.5.3", - "resolved": "https://registry.npmjs.org/adm-zip/-/adm-zip-0.5.3.tgz", - "integrity": "sha512-zsoTXEwRNCxBzRHLENFLuecCcwzzXiEhWo1r3GP68iwi8Q/hW2RrqgeY1nfJ/AhNQNWnZq/4v0TbfMsUkI+TYw==" + "version": "0.5.5", + "resolved": "https://registry.npmjs.org/adm-zip/-/adm-zip-0.5.5.tgz", + "integrity": "sha512-IWwXKnCbirdbyXSfUDvCCrmYrOHANRZcc8NcRrvTlIApdl7PwE9oGcsYvNeJPAVY1M+70b4PxXGKIf8AEuiQ6w==" }, "aggregate-error": { "version": "3.1.0", diff --git a/package.json b/package.json index 4f53be0..bf33564 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ "@actions/core": "^1.2.6", "@actions/exec": "^1.0.4", "@actions/github": "^4.0.0", - "adm-zip": "^0.5.3", + "adm-zip": "^0.5.5", "fast-glob": "^3.2.5", "got": "^11.8.2", "picomatch": "^2.2.2",