From 06079659af9b80db9bac2c7f4a37eb17652fcae9 Mon Sep 17 00:00:00 2001 From: hicccc77 <98377878+hicccc77@users.noreply.github.com> Date: Sat, 28 Mar 2026 17:36:28 +0800 Subject: [PATCH] =?UTF-8?q?fix(deps):=20=E4=BF=AE=E5=A4=8D=E5=AE=89?= =?UTF-8?q?=E5=85=A8=E6=BC=8F=E6=B4=9E?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 6cea5cd..96a208f 100644 --- a/package.json +++ b/package.json @@ -69,7 +69,8 @@ "immutable": ">=4.0.0", "lodash": ">=4.17.21", "brace-expansion": ">=1.1.11", - "picomatch": ">=2.3.1" + "picomatch": ">=2.3.1", + "ajv": ">=8.18.0" } }, "build": { @@ -194,4 +195,4 @@ "tar": "^7.5.13", "immutable": "^5.1.5" } -} \ No newline at end of file +}