From b792ba4c8b2631e232ef2286b3c6ed485782628f Mon Sep 17 00:00:00 2001 From: hufeng Date: Sat, 25 Mar 2023 21:23:45 +0800 Subject: [PATCH] Update typescript Signed-off-by: hufeng Change-Id: Id0daabebc7958a1e6048d53f22b770779d7ca193 --- 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 cf90a4e0e5d..37f6461ccb5 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-xdzshOkfBmEzNlU94QxhZYsjbIQ+NzX9iTGQl7a/raBFGxvLzZfQWpj2iFmucLByCaQm+Nq85fITQ4PG7Mamjg==", + "integrity": "sha512-BNjsDjorLj6kBUgw3n6/dev9BjiySfA0wKjhrzAaTcC60g3pgPtL0Juowry/WLSn002US4wGGhwUlCPORMzHow==", "dev": true }, "typical": { -- Gitee