From acdcb85a24738b4584fbb479f61fcfa7fed20aaf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 30 Sep 2025 06:42:41 +0000 Subject: [PATCH] Bump yauzl from 2.10.0 to 3.2.0 Bumps [yauzl](https://github.com/thejoshwolfe/yauzl) from 2.10.0 to 3.2.0. - [Commits](https://github.com/thejoshwolfe/yauzl/compare/2.10.0...3.2.0) --- updated-dependencies: - dependency-name: yauzl dependency-version: 3.2.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package-lock.json | 22 ++++++++-------------- package.json | 2 +- 2 files changed, 9 insertions(+), 15 deletions(-) diff --git a/package-lock.json b/package-lock.json index 491167b7e5..f590662a44 100644 --- a/package-lock.json +++ b/package-lock.json @@ -26,7 +26,7 @@ "ua-client-hints-js": "0.1.2", "ua-parser-js": "1.0.40", "ws": "8.18.3", - "yauzl": "2.10.0" + "yauzl": "3.2.0" }, "bin": { "meshcentral": "bin/meshcentral" @@ -884,15 +884,6 @@ "integrity": "sha512-/d9sfos4yxzpwkDkuN7k2SqFKtYNmCTzgfEpz82x34IM9/zc8KGxQoXg1liNC/izpRM/MBdt44Nmx41ZWqk+FQ==", "license": "MIT" }, - "node_modules/fd-slicer": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/fd-slicer/-/fd-slicer-1.1.0.tgz", - "integrity": "sha512-cE1qsB/VwyQozZ+q1dGxR8LBYNZeofhEdUNGSMbQD3Gw2lAzX9Zb3uIU6Ebc/Fmyjo9AWWfnn0AUCHqtevs/8g==", - "license": "MIT", - "dependencies": { - "pend": "~1.2.0" - } - }, "node_modules/finalhandler": { "version": "1.3.1", "resolved": "https://registry.npmjs.org/finalhandler/-/finalhandler-1.3.1.tgz", @@ -2517,13 +2508,16 @@ } }, "node_modules/yauzl": { - "version": "2.10.0", - "resolved": "https://registry.npmjs.org/yauzl/-/yauzl-2.10.0.tgz", - "integrity": "sha512-p4a9I6X6nu6IhoGmBqAcbJy1mlC4j27vEPZX9F4L4/vZT3Lyq1VkFHw/V/PUcB9Buo+DG3iHkT0x3Qya58zc3g==", + "version": "3.2.0", + "resolved": "https://registry.npmjs.org/yauzl/-/yauzl-3.2.0.tgz", + "integrity": "sha512-Ow9nuGZE+qp1u4JIPvg+uCiUr7xGQWdff7JQSk5VGYTAZMDe2q8lxJ10ygv10qmSj031Ty/6FNJpLO4o1Sgc+w==", "license": "MIT", "dependencies": { "buffer-crc32": "~0.2.3", - "fd-slicer": "~1.1.0" + "pend": "~1.2.0" + }, + "engines": { + "node": ">=12" } }, "node_modules/yauzl/node_modules/buffer-crc32": { diff --git a/package.json b/package.json index 4a5b81da12..285066b1ba 100644 --- a/package.json +++ b/package.json @@ -54,7 +54,7 @@ "ua-client-hints-js": "0.1.2", "ua-parser-js": "1.0.40", "ws": "8.18.3", - "yauzl": "2.10.0" + "yauzl": "3.2.0" }, "engines": { "node": ">=16.0.0"