From 44271c7d62ebf7b98e995bb2a4d48e7964d1cd10 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 19 Sep 2026 05:14:36 +0000 Subject: [PATCH] chore(deps): bump adm-zip from 0.5.16 to 0.6.1 Bumps [adm-zip](https://github.com/cthackers/adm-zip) from 0.5.16 to 0.6.1. - [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.16...v0.6.1) --- updated-dependencies: - dependency-name: adm-zip dependency-version: 0.6.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- package-lock.json | 10 +++++----- server/aws-lsp-codewhisperer/package.json | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index d737aeecb3..129c62e225 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11733,12 +11733,12 @@ } }, "node_modules/adm-zip": { - "version": "0.5.16", - "resolved": "https://registry.npmjs.org/adm-zip/-/adm-zip-0.5.16.tgz", - "integrity": "sha512-TGw5yVi4saajsSEgz25grObGHEUaDrniwvA2qwSC060KfqGPdglhvPMA2lPIoxs3PQIItj2iag35fONcQqgUaQ==", + "version": "0.6.1", + "resolved": "https://registry.npmjs.org/adm-zip/-/adm-zip-0.6.1.tgz", + "integrity": "sha512-Xwrja8nx9e5o2N1my4DsKCeKpdrnACyr1wtbPxBDgGzKzKyE9kRtBFA8mWldI+RVlD7CBZNWY/wQ2+ydwOR6kQ==", "license": "MIT", "engines": { - "node": ">=12.0" + "node": ">=14.0" } }, "node_modules/agent-base": { @@ -30376,7 +30376,7 @@ "@modelcontextprotocol/sdk": "^1.23.0", "@mozilla/readability": "^0.6.0", "@smithy/node-http-handler": "^2.5.0", - "adm-zip": "^0.5.10", + "adm-zip": "^0.6.1", "archiver": "^7.0.1", "async-mutex": "^0.5.0", "axios": "^1.8.4", diff --git a/server/aws-lsp-codewhisperer/package.json b/server/aws-lsp-codewhisperer/package.json index 9b6e9417f5..591d11e6f8 100644 --- a/server/aws-lsp-codewhisperer/package.json +++ b/server/aws-lsp-codewhisperer/package.json @@ -43,7 +43,7 @@ "@modelcontextprotocol/sdk": "^1.23.0", "@mozilla/readability": "^0.6.0", "@smithy/node-http-handler": "^2.5.0", - "adm-zip": "^0.5.10", + "adm-zip": "^0.6.1", "archiver": "^7.0.1", "async-mutex": "^0.5.0", "axios": "^1.8.4",