XFE Git
XFE Studio Git
Git 首页 全局搜索
XFE 主站 文档 NuGet

SpaceNinjaServer

A simple server for a small space ninja game

公开
关注 0 Fork 1 Star 0
返回提交历史

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
Sainan <63328889+Sainan@users.noreply.github.com>
提交于

代码差异

1 个文件 +3 -3
Modified package-lock.json +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",