You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openwhisk.apache.org by al...@apache.org on 2020/03/31 18:27:03 UTC

[openwhisk-wskdebug] 04/07: ensure latest yargs 15.3.0 is used as #17 depends on it

This is an automated email from the ASF dual-hosted git repository.

alexkli pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/openwhisk-wskdebug.git

commit c07093d40b9312fa2c9273c9f6ea45630e1994e7
Author: Alexander Klimetschek <ak...@adobe.com>
AuthorDate: Sun Mar 29 00:19:10 2020 -0700

    ensure latest yargs 15.3.0 is used as #17 depends on it
---
 package-lock.json | 14 +++++++-------
 package.json      |  2 +-
 2 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/package-lock.json b/package-lock.json
index 83451a2..f2f7890 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -3524,9 +3524,9 @@
             "integrity": "sha512-r9S/ZyXu/Xu9q1tYlpsLIsa3EeLXXk0VwlxqTcFRfg9EhMW+17kbt9G0NrgCmhGb5vT2hyhJZLfDGx+7+5Uj/w=="
         },
         "yargs": {
-            "version": "15.1.0",
-            "resolved": "https://registry.npmjs.org/yargs/-/yargs-15.1.0.tgz",
-            "integrity": "sha512-T39FNN1b6hCW4SOIk1XyTOWxtXdcen0t+XYrysQmChzSipvhBO8Bj0nK1ozAasdk24dNWuMZvr4k24nz+8HHLg==",
+            "version": "15.3.1",
+            "resolved": "https://registry.npmjs.org/yargs/-/yargs-15.3.1.tgz",
+            "integrity": "sha512-92O1HWEjw27sBfgmXiixJWT5hRBp2eobqXicLtPBIDBhYB+1HpwZlXmbW2luivBJHBzki+7VyCLRtAkScbTBQA==",
             "requires": {
                 "cliui": "^6.0.0",
                 "decamelize": "^1.2.0",
@@ -3538,7 +3538,7 @@
                 "string-width": "^4.2.0",
                 "which-module": "^2.0.0",
                 "y18n": "^4.0.0",
-                "yargs-parser": "^16.1.0"
+                "yargs-parser": "^18.1.1"
             },
             "dependencies": {
                 "emoji-regex": {
@@ -3592,9 +3592,9 @@
                     }
                 },
                 "yargs-parser": {
-                    "version": "16.1.0",
-                    "resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-16.1.0.tgz",
-                    "integrity": "sha512-H/V41UNZQPkUMIT5h5hiwg4QKIY1RPvoBV4XcjUbRM8Bk2oKqqyZ0DIEbTFZB0XjbtSPG8SAa/0DxCQmiRgzKg==",
+                    "version": "18.1.2",
+                    "resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-18.1.2.tgz",
+                    "integrity": "sha512-hlIPNR3IzC1YuL1c2UwwDKpXlNFBqD1Fswwh1khz5+d8Cq/8yc/Mn0i+rQXduu8hcrFKvO7Eryk+09NecTQAAQ==",
                     "requires": {
                         "camelcase": "^5.0.0",
                         "decamelize": "^1.2.0"
diff --git a/package.json b/package.json
index 1149666..4e43645 100644
--- a/package.json
+++ b/package.json
@@ -48,7 +48,7 @@
         "manakin": "^0.5.2",
         "ngrok": "^3.2.7",
         "openwhisk": "^3.21.1",
-        "yargs": "^15.1.0"
+        "yargs": "^15.3.1"
     },
     "devDependencies": {
         "chmodr": "^1.2.0",