From 16f2f2941685665eecaf5eb7148f1e0aed7c9aa1 Mon Sep 17 00:00:00 2001 From: youbing54 Date: Wed, 11 Dec 2024 11:34:53 +0800 Subject: [PATCH] =?UTF-8?q?IssueNo:=20https://gitee.com/openharmony/arkui?= =?UTF-8?q?=5Face=5Fengine=5Flite/issues/IBAJ80=20describe:=20=E6=A0=87?= =?UTF-8?q?=E7=AD=BE=E5=88=86=E6=94=AF=E4=BD=BF=E7=94=A8=E4=B8=8D=E5=AE=89?= =?UTF-8?q?=E5=85=A8=E7=9A=84=E4=B8=89=E6=96=B9=E7=BB=84=E4=BB=B6json-sche?= =?UTF-8?q?ma=200.2.3=E7=89=88=E6=9C=AC=E6=8C=91=E5=8D=954.1release=20Feat?= =?UTF-8?q?ure=20or=20Bugfix:=20Bugfix=20Binary=20Source:Yes=20Signed-off-?= =?UTF-8?q?by:=20youbing54?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frameworks/packages/runtime-core/package-lock.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/frameworks/packages/runtime-core/package-lock.json b/frameworks/packages/runtime-core/package-lock.json index c34000e6..ba723d4d 100755 --- a/frameworks/packages/runtime-core/package-lock.json +++ b/frameworks/packages/runtime-core/package-lock.json @@ -6776,8 +6776,8 @@ "dev": true }, "json-schema": { - "version": "0.2.3", - "resolved": "https://registry.npm.taobao.org/json-schema/download/json-schema-0.2.3.tgz?cache=0&sync_timestamp=1567740732347&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fjson-schema%2Fdownload%2Fjson-schema-0.2.3.tgz", + "version": "0.4.0", + "resolved": "https://registry.npm.taobao.org/json-schema/download/json-schema-0.4.0.tgz?cache=0&sync_timestamp=1567740732347&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fjson-schema%2Fdownload%2Fjson-schema-0.4.0.tgz", "integrity": "sha1-tIDIkuWaLwWVTOcnvT8qTogvnhM=", "dev": true }, -- Gitee