fix(cli): update jszip to 3.8.0

This commit is contained in:
Ruben Fiszel
2025-11-27 15:11:53 +00:00
parent cabff41acf
commit d22d8b7af0
2 changed files with 11 additions and 1 deletions

10
cli/deno.lock generated
View File

@@ -69,6 +69,7 @@
"npm:express@*": "5.1.0",
"npm:get-port@7.1.0": "7.1.0",
"npm:jszip@3.7.1": "3.7.1",
"npm:jszip@3.8.0": "3.8.0",
"npm:minimatch@*": "10.0.3",
"npm:open@*": "10.2.0",
"npm:ws@*": "8.18.3"
@@ -752,6 +753,15 @@
"set-immediate-shim"
]
},
"jszip@3.8.0": {
"integrity": "sha512-cnpQrXvFSLdsR9KR5/x7zdf6c3m8IhZfZzSblFEHSqBaVwD2nvJ4CuCKLyvKvwBgZm08CgfSoiTBQLm5WW9hGw==",
"dependencies": [
"lie",
"pako",
"readable-stream",
"set-immediate-shim"
]
},
"lie@3.3.0": {
"integrity": "sha512-UaiMJzeWRlEujzAuw5LokY1L5ecNQYZKfmyZ9L7wDHb/p5etKaxXhohBcrw0EYby+G/NA52vRSN4N39dxHAIwQ==",
"dependencies": [

View File

@@ -49,7 +49,7 @@ export function yamlParseContent(
export * as Diff from "npm:diff";
export { minimatch } from "npm:minimatch";
export { default as JSZip } from "npm:jszip@3.7.1";
export { default as JSZip } from "npm:jszip@3.8.0";
export * as express from "npm:express";
export * as http from "node:http";