fix(deps): update dependency yauzl to v3.2.0

This commit is contained in:
renovate[bot] 2024-11-21 21:52:45 +00:00 committed by GitHub
parent 79a906e695
commit 35bc2ade9c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 6 additions and 5 deletions

9
package-lock.json generated
View File

@ -96,7 +96,7 @@
"vanilla-js-wheel-zoom": "9.0.4",
"ws": "8.18.0",
"xml2js": "0.6.2",
"yauzl": "3.1.3"
"yauzl": "3.2.0"
},
"bin": {
"trilium": "src/main.js"
@ -17001,9 +17001,10 @@
}
},
"node_modules/yauzl": {
"version": "3.1.3",
"resolved": "https://registry.npmjs.org/yauzl/-/yauzl-3.1.3.tgz",
"integrity": "sha512-JCCdmlJJWv7L0q/KylOekyRaUrdEoUxWkWVcgorosTROCFWiS9p2NNPE9Yb91ak7b1N5SxAZEliWpspbZccivw==",
"version": "3.2.0",
"resolved": "https://registry.npmjs.org/yauzl/-/yauzl-3.2.0.tgz",
"integrity": "sha512-Ow9nuGZE+qp1u4JIPvg+uCiUr7xGQWdff7JQSk5VGYTAZMDe2q8lxJ10ygv10qmSj031Ty/6FNJpLO4o1Sgc+w==",
"license": "MIT",
"dependencies": {
"buffer-crc32": "~0.2.3",
"pend": "~1.2.0"

View File

@ -137,7 +137,7 @@
"vanilla-js-wheel-zoom": "9.0.4",
"ws": "8.18.0",
"xml2js": "0.6.2",
"yauzl": "3.1.3"
"yauzl": "3.2.0"
},
"devDependencies": {
"@electron-forge/cli": "7.5.0",