diff --git a/LICENSE.txt b/LICENSE.txt index 32a3c8c0..00a5c011 100644 --- a/LICENSE.txt +++ b/LICENSE.txt @@ -1,5 +1,5 @@ Tencent is pleased to support the open source community by making Feflow available. -Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. +Copyright (C) 2019 Tencent. All rights reserved. If you have downloaded a copy of the Feflow binary from Tencent, please note that the Feflow binary is licensed under the MIT License. If you have downloaded a copy of the Feflow source code from Tencent, please note that Feflow source code is licensed under the MIT License. Your integration of Feflow into your own projects may require compliance with the MIT License. A copy of the MIT License is included in this file. diff --git a/packages/feflow-cli/package-lock.json b/packages/feflow-cli/package-lock.json index 424c00f7..6aa08a54 100644 --- a/packages/feflow-cli/package-lock.json +++ b/packages/feflow-cli/package-lock.json @@ -2383,7 +2383,7 @@ "ast-types": "^0.13.2", "escodegen": "^1.8.1", "esprima": "^4.0.0", - "vm2": "^3.9.8" + "vm2": "^3.9.19" } }, "delayed-stream": { @@ -6948,4 +6948,4 @@ "integrity": "sha512-rVksvsnNCdJ/ohGc6xgPwyN8eheCxsiLM8mxuE/t/mOVqJewPuO1miLpTHQiRgTKCLexL4MeAFVagts7HmNZ2Q==" } } -} +} \ No newline at end of file diff --git a/packages/feflow-report/package-lock.json b/packages/feflow-report/package-lock.json index 9ccf7b4a..cfd8f41f 100644 --- a/packages/feflow-report/package-lock.json +++ b/packages/feflow-report/package-lock.json @@ -27,7 +27,7 @@ "@types/caseless": "*", "@types/node": "*", "@types/tough-cookie": "*", - "form-data": "^2.5.0" + "form-data": "^2.5.4" } }, "@types/request-promise": { @@ -68,9 +68,9 @@ "integrity": "sha1-3zrhmayt+31ECqrgsp4icrJOxhk=" }, "form-data": { - "version": "2.5.1", - "resolved": "https://mirrors.tencent.com/npm/form-data/-/form-data-2.5.1.tgz", - "integrity": "sha512-m21N3WOmEEURgk6B9GLOE4RuWOFf28Lhh9qGYeNlGq4VDXUlJy2th2slBNU8Gp8EzloYZOibZJ7t5ecIrFSjVA==", + "version": "2.5.4", + "resolved": "https://mirrors.tencent.com/npm/form-data/-/form-data-2.5.4.tgz", + "integrity": "sha512-Y/3MmRiR8Nd+0CUtrbvcKtKzLWiUfpQ7DFVggH8PwmGt/0r7RSy32GuP4hpCJlQNEBusisSx1DLtD8uD386HJQ==", "requires": { "asynckit": "^0.4.0", "combined-stream": "^1.0.6", @@ -139,4 +139,4 @@ } } } -} +} \ No newline at end of file