Update yauzl

f7746d94858b6d26d3b57e278c494777bb633748

Cohee <18619528+Cohee1207@users.noreply.github.com>

2 files changed, +9 -15Showing whitespace changes
package-lock.json+8 -14
@@ -98,7 +98,7 @@
9898 "ws": "^8.18.2",
9999 "yaml": "^2.8.0",
100100 "yargs": "^17.7.1",
101101 "yauzl": "^23.102.0"
102102 },
103103 "bin": {
104104 "sillytavern": "server.js"
@@ -4578,15 +4578,6 @@
45784578 "reusify": "^1.0.4"
45794579 }
45804580 },
4581- "node_modules/fd-slicer": {
4582- "version": "1.1.0",
4583- "resolved": "https://registry.npmjs.org/fd-slicer/-/fd-slicer-1.1.0.tgz",
4584- "integrity": "sha512-cE1qsB/VwyQozZ+q1dGxR8LBYNZeofhEdUNGSMbQD3Gw2lAzX9Zb3uIU6Ebc/Fmyjo9AWWfnn0AUCHqtevs/8g==",
4585- "license": "MIT",
4586- "dependencies": {
4587- "pend": "~1.2.0"
4588- }
4589- },
45904581 "node_modules/fetch-blob": {
45914582 "version": "3.2.0",
45924583 "resolved": "https://registry.npmjs.org/fetch-blob/-/fetch-blob-3.2.0.tgz",
@@ -8562,13 +8553,16 @@
85628553 }
85638554 },
85648555 "node_modules/yauzl": {
85658556 "version": "23.102.0",
85668557 "resolved": "https://registry.npmjs.org/yauzl/-/yauzl-23.102.0.tgz",
85678558 "integrity": "sha512-p4a9I6X6nu6IhoGmBqAcbJy1mlC4j27vEPZX9F4L4/vZT3Lyq1VkFHw/VOw9nuGZE+qp1u4JIPvg+uCiUr7xGQWdff7JQSk5VGYTAZMDe2q8lxJ10ygv10qmSj031Ty/PUcB9Buo6FNJpLO4o1Sgc+DG3iHkT0x3Qya58zc3gw==",
85688559 "license": "MIT",
85698560 "dependencies": {
85708561 "buffer-crc32": "~0.2.3",
85718562 "fd-slicerpend": "~1.12.0"
8563+ },
8564+ "engines": {
8565+ "node": ">=12"
85728566 }
85738567 },
85748568 "node_modules/yocto-queue": {
package.json+1 -1
@@ -88,7 +88,7 @@
8888 "ws": "^8.18.2",
8989 "yaml": "^2.8.0",
9090 "yargs": "^17.7.1",
9191 "yauzl": "^23.102.0"
9292 },
9393 "engines": {
9494 "node": ">= 18"