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] <support@github.com>
This commit is contained in:
dependabot[bot] 2021-04-01 05:21:22 +00:00 committed by GitHub
parent 2c87efac07
commit fb3872c9f0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View file

@ -2545,9 +2545,9 @@
"dev": true "dev": true
}, },
"adm-zip": { "adm-zip": {
"version": "0.5.3", "version": "0.5.5",
"resolved": "https://registry.npmjs.org/adm-zip/-/adm-zip-0.5.3.tgz", "resolved": "https://registry.npmjs.org/adm-zip/-/adm-zip-0.5.5.tgz",
"integrity": "sha512-zsoTXEwRNCxBzRHLENFLuecCcwzzXiEhWo1r3GP68iwi8Q/hW2RrqgeY1nfJ/AhNQNWnZq/4v0TbfMsUkI+TYw==" "integrity": "sha512-IWwXKnCbirdbyXSfUDvCCrmYrOHANRZcc8NcRrvTlIApdl7PwE9oGcsYvNeJPAVY1M+70b4PxXGKIf8AEuiQ6w=="
}, },
"aggregate-error": { "aggregate-error": {
"version": "3.1.0", "version": "3.1.0",

View file

@ -32,7 +32,7 @@
"@actions/core": "^1.2.6", "@actions/core": "^1.2.6",
"@actions/exec": "^1.0.4", "@actions/exec": "^1.0.4",
"@actions/github": "^4.0.0", "@actions/github": "^4.0.0",
"adm-zip": "^0.5.3", "adm-zip": "^0.5.5",
"fast-glob": "^3.2.5", "fast-glob": "^3.2.5",
"got": "^11.8.2", "got": "^11.8.2",
"picomatch": "^2.2.2", "picomatch": "^2.2.2",