summaryrefslogtreecommitdiff
path: root/tools/node_modules/eslint/node_modules/inquirer/package.json
diff options
context:
space:
mode:
authorRuben Bridgewater <ruben@bridgewater.de>2019-06-11 15:38:07 +0200
committerMichaël Zasso <targos@protonmail.com>2019-07-02 11:46:46 +0200
commitb744bd9dcb31385152ba4a32b87d9d9335f0b298 (patch)
treeded1086bdb5232e886f7ba6530a667d5d06e21f0 /tools/node_modules/eslint/node_modules/inquirer/package.json
parent3c047b391910768c3e43e1eeea58a564663c2228 (diff)
downloadandroid-node-v8-b744bd9dcb31385152ba4a32b87d9d9335f0b298.tar.gz
android-node-v8-b744bd9dcb31385152ba4a32b87d9d9335f0b298.tar.bz2
android-node-v8-b744bd9dcb31385152ba4a32b87d9d9335f0b298.zip
tools: update eslint
This updates eslint from v6.0.0-alpha.2 to v6.0.1 This also removes eslint-disable comments about `bigint` typeof checks. Those would otherwise have caused linting errors now that `bigint` is accepted as valid entry. PR-URL: https://github.com/nodejs/node/pull/28173 Reviewed-By: Michaël Zasso <targos@protonmail.com> Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com> Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: Yongsheng Zhang <zyszys98@gmail.com>
Diffstat (limited to 'tools/node_modules/eslint/node_modules/inquirer/package.json')
-rw-r--r--tools/node_modules/eslint/node_modules/inquirer/package.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/node_modules/eslint/node_modules/inquirer/package.json b/tools/node_modules/eslint/node_modules/inquirer/package.json
index 02c7b4a849..686c4cea9c 100644
--- a/tools/node_modules/eslint/node_modules/inquirer/package.json
+++ b/tools/node_modules/eslint/node_modules/inquirer/package.json
@@ -40,7 +40,7 @@
"lib",
"README.md"
],
- "gitHead": "ee1cc700ad48f10fc304055ec733fb6be6c1d09c",
+ "gitHead": "b951b48e46930b3fe6300b7f42f58d3042579619",
"homepage": "https://github.com/SBoudrias/Inquirer.js#readme",
"keywords": [
"command",
@@ -63,5 +63,5 @@
"prepublishOnly": "cp ../../README.md .",
"test": "nyc mocha test/**/* -r ./test/before"
},
- "version": "6.3.1"
+ "version": "6.4.1"
} \ No newline at end of file