From 9028fb56e0aa86017843926da6dbf4487d8fa8b7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=B0=8F=E7=8C=B4=E7=BA=B8?= Date: Tue, 19 Oct 2021 06:39:33 +0000 Subject: [PATCH 1/2] =?UTF-8?q?=E6=9B=B4=E6=96=B0deccjsunit=E7=89=88?= =?UTF-8?q?=E6=9C=AC=E5=8F=B7=20Signed-off-by:?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- compiler/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compiler/package.json b/compiler/package.json index fe0cde331..cae3d7485 100644 --- a/compiler/package.json +++ b/compiler/package.json @@ -35,7 +35,7 @@ "dependencies": { "clean-webpack-plugin": "^3.0.0", "copy-webpack-plugin": "^8.1.0", - "deccjsunit": "1.0.3", + "deccjsunit": "1.0.4", "log4js": "^6.3.0", "pegjs": "^0.10.0", "ts-loader": "^8.0.12", -- Gitee From d376642b2c793e92dc283c57b1210893626ce5f2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=B0=8F=E7=8C=B4=E7=BA=B8?= Date: Tue, 19 Oct 2021 06:40:10 +0000 Subject: [PATCH 2/2] =?UTF-8?q?=E6=9B=B4=E6=96=B0deccjsunit=E7=89=88?= =?UTF-8?q?=E6=9C=AC=E5=8F=B7=20Signed-off-by:?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- compiler/package-lock.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/compiler/package-lock.json b/compiler/package-lock.json index 7fa081a90..0673434b8 100644 --- a/compiler/package-lock.json +++ b/compiler/package-lock.json @@ -2454,8 +2454,8 @@ "dev": true }, "deccjsunit": { - "version": "1.0.3", - "resolved": "https://registry.nlark.com/deccjsunit/download/deccjsunit-1.0.3.tgz", + "version": "1.0.4", + "resolved": "https://registry.nlark.com/deccjsunit/download/deccjsunit-1.0.4.tgz", "integrity": "sha1-AcMxIKje4SsaoQiZGE14pszfiKI=" }, "decode-uri-component": { -- Gitee