fix: Remove unzipper as it cannot handle zip within zip (#6162)

This commit is contained in:
Tom Moor
2023-11-15 19:32:17 -05:00
committed by GitHub
parent 68a3d327f6
commit 726613bf1d
11 changed files with 272 additions and 145 deletions

View File

@@ -222,7 +222,6 @@
"tmp": "^0.2.1",
"turndown": "^7.1.2",
"umzug": "^3.2.1",
"unzipper": "0.10.11",
"utf8": "^3.0.0",
"utility-types": "^3.10.0",
"uuid": "^8.3.2",
@@ -233,6 +232,7 @@
"ws": "^7.5.9",
"y-indexeddb": "^9.0.11",
"y-protocols": "^1.0.5",
"yauzl": "^2.10.0",
"yjs": "^13.6.1",
"zod": "^3.22.4"
},
@@ -302,9 +302,9 @@
"@types/throng": "^5.0.4",
"@types/tmp": "^0.2.3",
"@types/turndown": "^5.0.1",
"@types/unzipper": "^0.10.9",
"@types/utf8": "^3.0.1",
"@types/validator": "^13.7.17",
"@types/yauzl": "^2.10.3",
"@typescript-eslint/eslint-plugin": "^5.62.0",
"@typescript-eslint/parser": "^5.62.0",
"babel-eslint": "^10.1.0",