server: Update yauzl

This commit is contained in:
Elian Doran 2024-07-20 15:41:01 +03:00
parent 8a507d3cc0
commit 1a5b3ab0e3
No known key found for this signature in database
2 changed files with 8 additions and 8 deletions

14
package-lock.json generated
View File

@ -81,7 +81,7 @@
"unescape": "1.0.1", "unescape": "1.0.1",
"ws": "8.16.0", "ws": "8.16.0",
"xml2js": "0.6.2", "xml2js": "0.6.2",
"yauzl": "3.1.2" "yauzl": "^3.1.3"
}, },
"bin": { "bin": {
"trilium": "src/www.js" "trilium": "src/www.js"
@ -13463,9 +13463,9 @@
} }
}, },
"node_modules/yauzl": { "node_modules/yauzl": {
"version": "3.1.2", "version": "3.1.3",
"resolved": "https://registry.npmjs.org/yauzl/-/yauzl-3.1.2.tgz", "resolved": "https://registry.npmjs.org/yauzl/-/yauzl-3.1.3.tgz",
"integrity": "sha512-621iCPgEG1wXViDZS/L3h9F8TgrdQV1eayJlJ8j5A2SZg8OdY/1DLf+VxNeD+q5QbMFEAbjjR8nITj7g4nKa0Q==", "integrity": "sha512-JCCdmlJJWv7L0q/KylOekyRaUrdEoUxWkWVcgorosTROCFWiS9p2NNPE9Yb91ak7b1N5SxAZEliWpspbZccivw==",
"dependencies": { "dependencies": {
"buffer-crc32": "~0.2.3", "buffer-crc32": "~0.2.3",
"pend": "~1.2.0" "pend": "~1.2.0"
@ -23717,9 +23717,9 @@
"dev": true "dev": true
}, },
"yauzl": { "yauzl": {
"version": "3.1.2", "version": "3.1.3",
"resolved": "https://registry.npmjs.org/yauzl/-/yauzl-3.1.2.tgz", "resolved": "https://registry.npmjs.org/yauzl/-/yauzl-3.1.3.tgz",
"integrity": "sha512-621iCPgEG1wXViDZS/L3h9F8TgrdQV1eayJlJ8j5A2SZg8OdY/1DLf+VxNeD+q5QbMFEAbjjR8nITj7g4nKa0Q==", "integrity": "sha512-JCCdmlJJWv7L0q/KylOekyRaUrdEoUxWkWVcgorosTROCFWiS9p2NNPE9Yb91ak7b1N5SxAZEliWpspbZccivw==",
"requires": { "requires": {
"buffer-crc32": "~0.2.3", "buffer-crc32": "~0.2.3",
"pend": "~1.2.0" "pend": "~1.2.0"

View File

@ -105,7 +105,7 @@
"unescape": "1.0.1", "unescape": "1.0.1",
"ws": "8.16.0", "ws": "8.16.0",
"xml2js": "0.6.2", "xml2js": "0.6.2",
"yauzl": "3.1.2" "yauzl": "^3.1.3"
}, },
"devDependencies": { "devDependencies": {
"@types/archiver": "^6.0.2", "@types/archiver": "^6.0.2",