From 6b129a5d6f820c0f0531d6b4492706de6eed7739 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jun 2026 16:52:28 +0000 Subject: [PATCH] build(deps): bump adm-zip from 0.5.17 to 0.5.18 Bumps [adm-zip](https://github.com/cthackers/adm-zip) from 0.5.17 to 0.5.18. - [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.17...v0.5.18) --- updated-dependencies: - dependency-name: adm-zip dependency-version: 0.5.18 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 2c2ac91..3440a02 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,7 +12,7 @@ "@actions/core": "^3.0.1", "@types/archiver": "^8.0.0", "@vercel/ncc": "^0.44.0", - "adm-zip": "^0.5.17", + "adm-zip": "^0.5.18", "comment-json": "^5.0.0", "fast-glob": "^3.3.3" }, @@ -2541,9 +2541,9 @@ } }, "node_modules/adm-zip": { - "version": "0.5.17", - "resolved": "https://registry.npmjs.org/adm-zip/-/adm-zip-0.5.17.tgz", - "integrity": "sha512-+Ut8d9LLqwEvHHJl1+PIHqoyDxFgVN847JTVM3Izi3xHDWPE4UtzzXysMZQs64DMcrJfBeS/uoEP4AD3HQHnQQ==", + "version": "0.5.18", + "resolved": "https://registry.npmjs.org/adm-zip/-/adm-zip-0.5.18.tgz", + "integrity": "sha512-ufJnssQGbxzLNS1Ho9bCtX4rQKCCvoVuDLHoJyc3F9dOGDB4BkWs2Ci0kv53lqocAEQ/Cbi+I2XCsNYGqVYqng==", "license": "MIT", "engines": { "node": ">=12.0" diff --git a/package.json b/package.json index 1c0c995..3cb6473 100644 --- a/package.json +++ b/package.json @@ -49,7 +49,7 @@ "@actions/core": "^3.0.1", "@types/archiver": "^8.0.0", "@vercel/ncc": "^0.44.0", - "adm-zip": "^0.5.17", + "adm-zip": "^0.5.18", "comment-json": "^5.0.0", "fast-glob": "^3.3.3" }