From f651aa11938213b1cb1d88ff2f88073d77e5deb7 Mon Sep 17 00:00:00 2001 From: zhangchen168 Date: Sun, 11 Jun 2023 16:06:04 +0800 Subject: [PATCH] Update the package-lock in ts2panda Issue:https://gitee.com/openharmony/third_party_typescript/issues/I71AD8 Signed-off-by: zhangchen168 Change-Id: I418d71f1888e38f8a4c4fcce897f468f537e9eaf --- ts2panda/package-lock.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ts2panda/package-lock.json b/ts2panda/package-lock.json index 17e3f56ffd..9749c61865 100644 --- a/ts2panda/package-lock.json +++ b/ts2panda/package-lock.json @@ -4470,7 +4470,7 @@ }, "typescript": { "version": "file:deps/ohos-typescript-4.2.3-r2.tgz", - "integrity": "sha512-Kw2DlAAicDbrE0iPhktxkw9AaujBy2N0qILDVuR/DKaJcd2Jo26kBQdheHKRFkyF8h+OYwZgjOpzUjn3eNLMyg==", + "integrity": "sha512-A4avJy4dFMPB3bW4s8W40rCW08FWeQ7ljj/1XAbYQtftxScwVN3cb+fIui6nC+UozswpPheBKwMazaN80MYIlg==", "dev": true }, "typical": { -- Gitee