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

View File

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