about summary refs log tree commit diff
path: root/package.json
diff options
context:
space:
mode:
authorYamagishi Kazutoshi <ykzts@desire.sh>2019-03-15 11:53:38 +0900
committerEugen Rochko <eugen@zeonfederated.com>2019-03-15 03:53:38 +0100
commit317c43b75be027f971c1c7e28890fdd37b63e931 (patch)
tree65ca4d7542076e8f7d77779815a4876115bf338f /package.json
parentd94e21f933f53010f9a3b182e7fde919d73b09a0 (diff)
Upgrade yargs to v12.0 (#9862)
Diffstat (limited to 'package.json')
-rw-r--r--package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json
index 5fa6fa8b7..3d14c50cb 100644
--- a/package.json
+++ b/package.json
@@ -151,7 +151,7 @@
     "react-intl-translations-manager": "^5.0.3",
     "react-test-renderer": "^16.7.0",
     "webpack-dev-server": "^3.1.14",
-    "yargs": "^8.0.2"
+    "yargs": "^12.0.5"
   },
   "optionalDependencies": {
     "fsevents": "*"