返回提交历史
Modified
package-lock.json
+3
-3
XFEstudio/SpaceNinjaServer
chore: update yauzl (#4219)
This is what mongodb-memory-server-core uses for unzipping. 3.3.1 seems to fix an issue where sometimes it would just 'freeze'. Reviewed-on: https://onlyg.it/OpenWF/SpaceNinjaServer/pulls/4219 Co-authored-by: Sainan <63328889+Sainan@users.noreply.github.com> Co-committed-by: Sainan <63328889+Sainan@users.noreply.github.com>
74c3cfd6
代码差异
1 个文件
+3
-3
@@ -5147,9 +5147,9 @@
5147
5147
}
5148
5148
},
5149
5149
"node_modules/yauzl": {
5150
"version": "3.3.0",
5151
"resolved": "https://registry.npmjs.org/yauzl/-/yauzl-3.3.0.tgz",
5152
"integrity": "sha512-PtGEvEP30p7sbIBJKUBjUnqgTVOyMURc4dLo9iNyAJnNIEz9pm88cCXF21w94Kg3k6RXkeZh5DHOGS0qEONvNQ==",
5150
"version": "3.3.1",
5151
"resolved": "https://registry.npmjs.org/yauzl/-/yauzl-3.3.1.tgz",
5152
"integrity": "sha512-RNPCUkiE/ZgO4w8i9U5yDQVHaFDdnzaFANElRvpJteCspvmv2VqrRb9lvS6odVD+jqI/zDsxAHJVsafpcheVQQ==",
5153
5153
"license": "MIT",
5154
5154
"dependencies": {
5155
5155
"buffer-crc32": "~0.2.3",