Change updater to use platform agnostic and secure zip library (#2913)

This commit is contained in:
Zane
2025-06-13 13:36:36 -07:00
committed by GitHub
parent 44f1dfc0a5
commit 6d954bcbf4
3 changed files with 133 additions and 41 deletions
+3 -1
View File
@@ -101,6 +101,7 @@
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"@types/react-syntax-highlighter": "^15.5.13",
"@types/yauzl": "^2.10.3",
"ai": "^3.4.33",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
@@ -127,6 +128,7 @@
"tailwind-merge": "^2.5.4",
"tailwindcss-animate": "^1.0.7",
"unist-util-visit": "^5.0.0",
"uuid": "^11.1.0"
"uuid": "^11.1.0",
"yauzl": "^3.0.0"
}
}