From 4798fa10ff5e7e444d5140eed658eb5c2f2f5bfd Mon Sep 17 00:00:00 2001 From: kangchongtao Date: Tue, 16 Jan 2024 03:46:03 +0000 Subject: [PATCH] =?UTF-8?q?=E5=90=8C=E6=AD=A5=E5=BD=93=E5=89=8D=E8=BD=AF?= =?UTF-8?q?=E4=BB=B6=E7=89=88=E6=9C=AC=EF=BC=8C=E6=8E=A5=E5=8F=A3=E5=B9=B6?= =?UTF-8?q?=E6=9C=AA=E5=8F=91=E7=94=9F=E5=8F=98=E6=9B=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: kangchongtao --- third_party/libuv/README.OpenSource | 2 +- third_party/node/README.OpenSource | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/third_party/libuv/README.OpenSource b/third_party/libuv/README.OpenSource index a62892ff4..0be037157 100644 --- a/third_party/libuv/README.OpenSource +++ b/third_party/libuv/README.OpenSource @@ -3,7 +3,7 @@ "Name": "libuv", "License": "MIT License", "License File": "LICENSE", - "Version Number": "v1.44.1", + "Version Number": "v1.44.2", "Owner": "sunbingxin@huawei.com", "Upstream URL": "https://github.com/libuv/libuv", "Description": "libuv is a multi-platform support library with a focus on asynchronous I/O." diff --git a/third_party/node/README.OpenSource b/third_party/node/README.OpenSource index 4679c4961..19eb392ef 100644 --- a/third_party/node/README.OpenSource +++ b/third_party/node/README.OpenSource @@ -3,7 +3,7 @@ "Name": "node", "License": "ISC License,Public Domain,MIT License,Free Software Foundation - MIT License,Apache License V2.0,ICU License,zlib/libpng License,BSD 2-Clause License,BSD 3-Clause License", "License File": "LICENSE", - "Version Number": "14.21.2", + "Version Number": "18.18.2", "Owner": "sunbingxin@huawei.com", "Upstream URL": "http://www.nodejs.org/", "Description": "Node.js is an open-source, cross-platform, JavaScript runtime environment. It executes JavaScript code outside of a browser." -- Gitee