fix(cli): update jszip to 3.8.0
This commit is contained in:
10
cli/deno.lock
generated
10
cli/deno.lock
generated
@@ -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": [
|
||||
|
||||
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user