Bump adm-zip from 0.5.18 to 0.6.0

Bumps [adm-zip](https://github.com/cthackers/adm-zip) from 0.5.18 to 0.6.0.
- [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.18...v0.6.0)

---
updated-dependencies:
- dependency-name: adm-zip
  dependency-version: 0.6.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2026-07-11 07:04:34 +00:00
committed by GitHub
parent c0dce01013
commit 47fc06373f
2 changed files with 9 additions and 9 deletions

16
package-lock.json generated
View File

@@ -51,7 +51,7 @@
"@vitejs/plugin-react": "^6.0.3",
"@vitest/browser": "^4.0.3",
"@vitest/coverage-v8": "^4.1.2",
"adm-zip": "^0.5.18",
"adm-zip": "^0.6.0",
"axe-core": "^4.12.1",
"chalk": "^5.6.2",
"eslint": "^9.39.2",
@@ -4084,12 +4084,12 @@
}
},
"node_modules/adm-zip": {
"version": "0.5.18",
"resolved": "https://registry.npmjs.org/adm-zip/-/adm-zip-0.5.18.tgz",
"integrity": "sha512-ufJnssQGbxzLNS1Ho9bCtX4rQKCCvoVuDLHoJyc3F9dOGDB4BkWs2Ci0kv53lqocAEQ/Cbi+I2XCsNYGqVYqng==",
"version": "0.6.0",
"resolved": "https://registry.npmjs.org/adm-zip/-/adm-zip-0.6.0.tgz",
"integrity": "sha512-XleryMhbuksdKtofnWZ9Sk+4CUTbms4Mb/EU32SZwToAyZ5RgVos/ki8n+yr0LWHOGKuakbXTuuYNHLQjhddgg==",
"dev": true,
"engines": {
"node": ">=12.0"
"node": ">=14.0"
}
},
"node_modules/ajv": {
@@ -12446,9 +12446,9 @@
"requires": {}
},
"adm-zip": {
"version": "0.5.18",
"resolved": "https://registry.npmjs.org/adm-zip/-/adm-zip-0.5.18.tgz",
"integrity": "sha512-ufJnssQGbxzLNS1Ho9bCtX4rQKCCvoVuDLHoJyc3F9dOGDB4BkWs2Ci0kv53lqocAEQ/Cbi+I2XCsNYGqVYqng==",
"version": "0.6.0",
"resolved": "https://registry.npmjs.org/adm-zip/-/adm-zip-0.6.0.tgz",
"integrity": "sha512-XleryMhbuksdKtofnWZ9Sk+4CUTbms4Mb/EU32SZwToAyZ5RgVos/ki8n+yr0LWHOGKuakbXTuuYNHLQjhddgg==",
"dev": true
},
"ajv": {

View File

@@ -64,7 +64,7 @@
"@vitejs/plugin-react": "^6.0.3",
"@vitest/browser": "^4.0.3",
"@vitest/coverage-v8": "^4.1.2",
"adm-zip": "^0.5.18",
"adm-zip": "^0.6.0",
"axe-core": "^4.12.1",
"chalk": "^5.6.2",
"eslint": "^9.39.2",