From 21056ba3ab9bb674740bcb6049776cac01bde6c5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 12 Aug 2026 21:34:10 +0000 Subject: [PATCH] build(deps): bump yauzl and @types/yauzl in /admin Bumps [yauzl](https://github.com/thejoshwolfe/yauzl) and [@types/yauzl](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/yauzl). These dependencies needed to be updated together. Updates `yauzl` from 3.2.0 to 3.4.0 - [Commits](https://github.com/thejoshwolfe/yauzl/compare/3.2.0...3.4.0) Updates `@types/yauzl` from 2.10.3 to 3.4.0 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/yauzl) --- updated-dependencies: - dependency-name: yauzl dependency-version: 3.4.0 dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: "@types/yauzl" dependency-version: 3.4.0 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- admin/package-lock.json | 86 ++++++++++++++++++++++++++++++++--------- admin/package.json | 4 +- 2 files changed, 70 insertions(+), 20 deletions(-) diff --git a/admin/package-lock.json b/admin/package-lock.json index 81fc865..3610326 100644 --- a/admin/package-lock.json +++ b/admin/package-lock.json @@ -84,7 +84,7 @@ "tesseract.js": "7.0.0", "url-join": "5.0.0", "yaml": "2.8.3", - "yauzl": "3.2.0" + "yauzl": "3.4.0" }, "devDependencies": { "@adonisjs/assembler": "7.8.2", @@ -104,7 +104,7 @@ "@types/react-dom": "19.2.3", "@types/stopword": "2.0.3", "@types/stream-json": "1.7.7", - "@types/yauzl": "2.10.3", + "@types/yauzl": "3.4.0", "eslint": "9.39.2", "hot-hook": "0.4.0", "prettier": "3.8.1", @@ -5973,6 +5973,66 @@ "node": ">=14.0.0" } }, + "node_modules/@tailwindcss/oxide-wasm32-wasi/node_modules/@emnapi/core": { + "version": "1.10.0", + "inBundle": true, + "license": "MIT", + "optional": true, + "dependencies": { + "@emnapi/wasi-threads": "1.2.1", + "tslib": "^2.4.0" + } + }, + "node_modules/@tailwindcss/oxide-wasm32-wasi/node_modules/@emnapi/runtime": { + "version": "1.10.0", + "inBundle": true, + "license": "MIT", + "optional": true, + "dependencies": { + "tslib": "^2.4.0" + } + }, + "node_modules/@tailwindcss/oxide-wasm32-wasi/node_modules/@emnapi/wasi-threads": { + "version": "1.2.1", + "inBundle": true, + "license": "MIT", + "optional": true, + "dependencies": { + "tslib": "^2.4.0" + } + }, + "node_modules/@tailwindcss/oxide-wasm32-wasi/node_modules/@napi-rs/wasm-runtime": { + "version": "1.1.4", + "inBundle": true, + "license": "MIT", + "optional": true, + "dependencies": { + "@tybys/wasm-util": "^0.10.1" + }, + "funding": { + "type": "github", + "url": "https://github.com/sponsors/Brooooooklyn" + }, + "peerDependencies": { + "@emnapi/core": "^1.7.1", + "@emnapi/runtime": "^1.7.1" + } + }, + "node_modules/@tailwindcss/oxide-wasm32-wasi/node_modules/@tybys/wasm-util": { + "version": "0.10.1", + "inBundle": true, + "license": "MIT", + "optional": true, + "dependencies": { + "tslib": "^2.4.0" + } + }, + "node_modules/@tailwindcss/oxide-wasm32-wasi/node_modules/tslib": { + "version": "2.8.1", + "inBundle": true, + "license": "0BSD", + "optional": true + }, "node_modules/@tailwindcss/oxide-win32-arm64-msvc": { "version": "4.3.0", "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-win32-arm64-msvc/-/oxide-win32-arm64-msvc-4.3.0.tgz", @@ -6785,9 +6845,9 @@ "license": "MIT" }, "node_modules/@types/yauzl": { - "version": "2.10.3", - "resolved": "https://registry.npmjs.org/@types/yauzl/-/yauzl-2.10.3.tgz", - "integrity": "sha512-oJoftv0LSuaDZE3Le4DbKX+KS9G36NzOeSap90UIK0yMA/NhKJhqlSGtNDORNRaIbQfzjXDrQa0ytJ6mNRGz/Q==", + "version": "3.4.0", + "resolved": "https://registry.npmjs.org/@types/yauzl/-/yauzl-3.4.0.tgz", + "integrity": "sha512-NRPn5w6h8dhcnmx3YIRQcqMywY/+nND/uOkJessedcrowO3C0AssHp3tMJpxKAwOhFOo0OV1y9VtsC5hbKKBAw==", "dev": true, "license": "MIT", "dependencies": { @@ -8226,15 +8286,6 @@ "ieee754": "^1.1.13" } }, - "node_modules/buffer-crc32": { - "version": "0.2.13", - "resolved": "https://registry.npmjs.org/buffer-crc32/-/buffer-crc32-0.2.13.tgz", - "integrity": "sha512-VO9Ht/+p3SN7SKWqcrgEzjGbRSJYTx+Q1pTQC0wrWqHx0vpJraQ6GtHx8tvcg1rlK1byhU5gccxgOgj7B0TDkQ==", - "license": "MIT", - "engines": { - "node": "*" - } - }, "node_modules/buildcheck": { "version": "0.0.7", "resolved": "https://registry.npmjs.org/buildcheck/-/buildcheck-0.0.7.tgz", @@ -19772,12 +19823,11 @@ } }, "node_modules/yauzl": { - "version": "3.2.0", - "resolved": "https://registry.npmjs.org/yauzl/-/yauzl-3.2.0.tgz", - "integrity": "sha512-Ow9nuGZE+qp1u4JIPvg+uCiUr7xGQWdff7JQSk5VGYTAZMDe2q8lxJ10ygv10qmSj031Ty/6FNJpLO4o1Sgc+w==", + "version": "3.4.0", + "resolved": "https://registry.npmjs.org/yauzl/-/yauzl-3.4.0.tgz", + "integrity": "sha512-jIH9yLR9wqr0wOS0TpBvo/g/2UgZH5qePVbjgRliiF0BYvOZyaBknKsF+x9Iht0O6sqgnB93rCICdOZFecJuDw==", "license": "MIT", "dependencies": { - "buffer-crc32": "~0.2.3", "pend": "~1.2.0" }, "engines": { diff --git a/admin/package.json b/admin/package.json index 333eaea..4f926ff 100644 --- a/admin/package.json +++ b/admin/package.json @@ -56,7 +56,7 @@ "@types/react-dom": "19.2.3", "@types/stopword": "2.0.3", "@types/stream-json": "1.7.7", - "@types/yauzl": "2.10.3", + "@types/yauzl": "3.4.0", "eslint": "9.39.2", "hot-hook": "0.4.0", "prettier": "3.8.1", @@ -140,7 +140,7 @@ "tesseract.js": "7.0.0", "url-join": "5.0.0", "yaml": "2.8.3", - "yauzl": "3.2.0" + "yauzl": "3.4.0" }, "hotHook": { "boundaries": [