Bump adm-zip from 0.5.2 to 0.5.3

Bumps [adm-zip](https://github.com/cthackers/adm-zip) from 0.5.2 to 0.5.3.
- [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.2...v0.5.3)

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2021-03-07 11:52:52 +00:00 committed by GitHub
parent 17e90d1765
commit 3719b10aa6
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

@ -2665,9 +2665,9 @@
"dev": true
},
"adm-zip": {
"version": "0.5.2",
"resolved": "https://registry.npmjs.org/adm-zip/-/adm-zip-0.5.2.tgz",
"integrity": "sha512-lUI3ZSNsfQXNYNzGjt68MdxzCs0eW29lgL74y/Y2h4nARgHmH3poFWuK3LonvFbNHFt4dTb2X/QQ4c1ZUWWsJw=="
"version": "0.5.3",
"resolved": "https://registry.npmjs.org/adm-zip/-/adm-zip-0.5.3.tgz",
"integrity": "sha512-zsoTXEwRNCxBzRHLENFLuecCcwzzXiEhWo1r3GP68iwi8Q/hW2RrqgeY1nfJ/AhNQNWnZq/4v0TbfMsUkI+TYw=="
},
"aggregate-error": {
"version": "3.1.0",

View file

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