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 @@
98 "ws": "^8.18.2",98 "ws": "^8.18.2",
99 "yaml": "^2.8.0",99 "yaml": "^2.8.0",
100 "yargs": "^17.7.1",100 "yargs": "^17.7.1",
101 "yauzl": "^2.10.0"101 "yauzl": "^3.2.0"
102 },102 },
103 "bin": {103 "bin": {
104 "sillytavern": "server.js"104 "sillytavern": "server.js"
@@ -4578,15 +4578,6 @@
4578 "reusify": "^1.0.4"4578 "reusify": "^1.0.4"
4579 }4579 }
4580 },4580 },
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 },
4590 "node_modules/fetch-blob": {4581 "node_modules/fetch-blob": {
4591 "version": "3.2.0",4582 "version": "3.2.0",
4592 "resolved": "https://registry.npmjs.org/fetch-blob/-/fetch-blob-3.2.0.tgz",4583 "resolved": "https://registry.npmjs.org/fetch-blob/-/fetch-blob-3.2.0.tgz",
@@ -8562,13 +8553,16 @@
8562 }8553 }
8563 },8554 },
8564 "node_modules/yauzl": {8555 "node_modules/yauzl": {
8565 "version": "2.10.0",8556 "version": "3.2.0",
8566 "resolved": "https://registry.npmjs.org/yauzl/-/yauzl-2.10.0.tgz",8557 "resolved": "https://registry.npmjs.org/yauzl/-/yauzl-3.2.0.tgz",
8567 "integrity": "sha512-p4a9I6X6nu6IhoGmBqAcbJy1mlC4j27vEPZX9F4L4/vZT3Lyq1VkFHw/V/PUcB9Buo+DG3iHkT0x3Qya58zc3g==",8558 "integrity": "sha512-Ow9nuGZE+qp1u4JIPvg+uCiUr7xGQWdff7JQSk5VGYTAZMDe2q8lxJ10ygv10qmSj031Ty/6FNJpLO4o1Sgc+w==",
8568 "license": "MIT",8559 "license": "MIT",
8569 "dependencies": {8560 "dependencies": {
8570 "buffer-crc32": "~0.2.3",8561 "buffer-crc32": "~0.2.3",
8571 "fd-slicer": "~1.1.0"8562 "pend": "~1.2.0"
8563 },
8564 "engines": {
8565 "node": ">=12"
8572 }8566 }
8573 },8567 },
8574 "node_modules/yocto-queue": {8568 "node_modules/yocto-queue": {
package.json+1 -1
@@ -88,7 +88,7 @@
88 "ws": "^8.18.2",88 "ws": "^8.18.2",
89 "yaml": "^2.8.0",89 "yaml": "^2.8.0",
90 "yargs": "^17.7.1",90 "yargs": "^17.7.1",
91 "yauzl": "^2.10.0"91 "yauzl": "^3.2.0"
92 },92 },
93 "engines": {93 "engines": {
94 "node": ">= 18"94 "node": ">= 18"