Bump adm-zip from 0.5.12 to 0.5.16

Bumps [adm-zip](https://github.com/cthackers/adm-zip) from 0.5.12 to 0.5.16.
- [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.12...v0.5.16)

---
updated-dependencies:
- dependency-name: adm-zip
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2024-09-02 19:43:27 +00:00 committed by GitHub
parent 7d0bbc27fa
commit ec74b9fb0a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 6 additions and 6 deletions

10
package-lock.json generated
View file

@ -9,7 +9,7 @@
"version": "0.60", "version": "0.60",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"adm-zip": "^0.5.12", "adm-zip": "^0.5.16",
"bcrypt": "^5.1.1", "bcrypt": "^5.1.1",
"dockerode": "^4.0.2", "dockerode": "^4.0.2",
"dockerode-compose": "^1.4.0", "dockerode-compose": "^1.4.0",
@ -143,11 +143,11 @@
} }
}, },
"node_modules/adm-zip": { "node_modules/adm-zip": {
"version": "0.5.12", "version": "0.5.16",
"resolved": "https://registry.npmjs.org/adm-zip/-/adm-zip-0.5.12.tgz", "resolved": "https://registry.npmjs.org/adm-zip/-/adm-zip-0.5.16.tgz",
"integrity": "sha512-6TVU49mK6KZb4qG6xWaaM4C7sA/sgUMLy/JYMOzkcp3BvVLpW0fXDFQiIzAuxFCt/2+xD7fNIiPFAoLZPhVNLQ==", "integrity": "sha512-TGw5yVi4saajsSEgz25grObGHEUaDrniwvA2qwSC060KfqGPdglhvPMA2lPIoxs3PQIItj2iag35fONcQqgUaQ==",
"engines": { "engines": {
"node": ">=6.0" "node": ">=12.0"
} }
}, },
"node_modules/agent-base": { "node_modules/agent-base": {

View file

@ -12,7 +12,7 @@
"author": "lllllllillllllillll", "author": "lllllllillllllillll",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"adm-zip": "^0.5.12", "adm-zip": "^0.5.16",
"bcrypt": "^5.1.1", "bcrypt": "^5.1.1",
"dockerode": "^4.0.2", "dockerode": "^4.0.2",
"dockerode-compose": "^1.4.0", "dockerode-compose": "^1.4.0",