From 5dfb6a7eaa5772b7598e1f80c302ee5703d8b01e Mon Sep 17 00:00:00 2001 From: hufeng Date: Tue, 28 Jun 2022 21:26:55 +0800 Subject: [PATCH] Update ts2panda's package-lock.json Description: Update ts2panda's package-lock.json by latest 'repo.huaweicloud.com/npm' Signed-off-by: hufeng Change-Id: Ie437c412014aeb025c4c46260ddf6d1570542abd --- 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 74fc589655..370841374e 100644 --- a/ts2panda/package-lock.json +++ b/ts2panda/package-lock.json @@ -5817,7 +5817,7 @@ }, "fsevents": { "version": "1.2.13", - "resolved": "https://registry.npmmirror.com/fsevents/-/fsevents-1.2.13.tgz", + "resolved": "https://repo.huaweicloud.com/repository/npm/fsevents/-/fsevents-1.2.13.tgz", "integrity": "sha512-oWb1Z6mkHIskLzEJ/XWX0srkpkTQ7vaopMQkyaEIoq0fmtFVxOthb8cCxeT+p3ynTdkk/RZwbgG4brR5BeWECw==", "dev": true, "optional": true -- Gitee