diff options
author | cyuamber <xuranyjy@chinamobile.com> | 2020-03-13 14:53:21 +0800 |
---|---|---|
committer | cyuamber <xuranyjy@chinamobile.com> | 2020-03-13 14:53:24 +0800 |
commit | 4b13172177f9d2f03b5fcbcd5e9f3174217ff502 (patch) | |
tree | a0771fe1af34a8542fb45d5cc51d3371781d265a /usecaseui-portal/package-lock.json | |
parent | a10a12b421cdbf885eac0394160846aa0af2d2f4 (diff) |
fix: Fix the bug of termination operation
Change-Id: I1b841b8898cdd1facd055acb96bbf4f8cdd56b53
Issue-ID: USECASEUI-369
Signed-off-by: cyuamber <xuranyjy@chinamobile.com>
Diffstat (limited to 'usecaseui-portal/package-lock.json')
-rw-r--r-- | usecaseui-portal/package-lock.json | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/usecaseui-portal/package-lock.json b/usecaseui-portal/package-lock.json index 4263998f..2ae3b21c 100644 --- a/usecaseui-portal/package-lock.json +++ b/usecaseui-portal/package-lock.json @@ -3932,12 +3932,14 @@ "balanced-match": { "version": "1.0.0", "bundled": true, - "dev": true + "dev": true, + "optional": true }, "brace-expansion": { "version": "1.1.11", "bundled": true, "dev": true, + "optional": true, "requires": { "balanced-match": "^1.0.0", "concat-map": "0.0.1" @@ -3957,7 +3959,8 @@ "concat-map": { "version": "0.0.1", "bundled": true, - "dev": true + "dev": true, + "optional": true }, "console-control-strings": { "version": "1.1.0", @@ -4105,6 +4108,7 @@ "version": "3.0.4", "bundled": true, "dev": true, + "optional": true, "requires": { "brace-expansion": "^1.1.7" } |