From f4a71159fd53cee21ffa51d4ca06ba6ae9b76b36 Mon Sep 17 00:00:00 2001 From: bietiaop <1527109126@qq.com> Date: Wed, 29 Jan 2025 21:34:59 +0800 Subject: [PATCH] =?UTF-8?q?fix(dep):=20=E5=B0=9D=E8=AF=95=E8=A7=A3?= =?UTF-8?q?=E5=86=B3peek-readable=E4=BE=9D=E8=B5=96=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/package.json b/package.json index 507d609a..c160e97b 100644 --- a/package.json +++ b/package.json @@ -61,5 +61,8 @@ "qrcode-terminal": "^0.12.0", "silk-wasm": "^3.6.1", "ws": "^8.18.0" + }, + "overrides": { + "peek-readable": "5.3.1" } }