From efe8be7865838f68613ac02c7e6aa2a29375af69 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 18 Sep 2026 18:46:25 +0000 Subject: [PATCH] Bump adm-zip from 0.6.0 to 0.6.1 in /native-lib/node Bumps [adm-zip](https://github.com/cthackers/adm-zip) from 0.6.0 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.6.0...v0.6.1) --- updated-dependencies: - dependency-name: adm-zip dependency-version: 0.6.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- native-lib/node/package-lock.json | 18 +++++++++--------- native-lib/node/package.json | 2 +- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/native-lib/node/package-lock.json b/native-lib/node/package-lock.json index f9182f79..a97e5c52 100644 --- a/native-lib/node/package-lock.json +++ b/native-lib/node/package-lock.json @@ -13,12 +13,7 @@ "win32" ], "dependencies": { - "adm-zip": "^0.6.0" - }, - "optionalDependencies": { - "dataweave-native-darwin-arm64": "0.0.1", - "dataweave-native-linux-x64": "0.0.1", - "dataweave-native-win32-x64": "0.0.1" + "adm-zip": "^0.6.1" }, "devDependencies": { "@types/node": "^20", @@ -30,6 +25,11 @@ }, "engines": { "node": ">=18" + }, + "optionalDependencies": { + "dataweave-native-darwin-arm64": "0.0.1", + "dataweave-native-linux-x64": "0.0.1", + "dataweave-native-win32-x64": "0.0.1" } }, "node_modules/@ampproject/remapping": { @@ -1227,9 +1227,9 @@ } }, "node_modules/adm-zip": { - "version": "0.6.0", - "resolved": "https://registry.npmjs.org/adm-zip/-/adm-zip-0.6.0.tgz", - "integrity": "sha512-XleryMhbuksdKtofnWZ9Sk+4CUTbms4Mb/EU32SZwToAyZ5RgVos/ki8n+yr0LWHOGKuakbXTuuYNHLQjhddgg==", + "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": ">=14.0" diff --git a/native-lib/node/package.json b/native-lib/node/package.json index ed03b070..1598cbe5 100644 --- a/native-lib/node/package.json +++ b/native-lib/node/package.json @@ -40,7 +40,7 @@ "url": "https://github.com/mulesoft/data-weave-cli/issues" }, "dependencies": { - "adm-zip": "^0.6.0" + "adm-zip": "^0.6.1" }, "optionalDependencies": { "dataweave-native-linux-x64": "0.0.1",