From 0ccdc8abe46674d8b516aeb962dbad2cb746f2ec Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Mon, 27 Aug 2018 11:18:14 +0000 Subject: [PATCH] build(deps): bump inquirer from 6.1.0 to 6.2.0 Bumps [inquirer](https://github.com/SBoudrias/Inquirer.js) from 6.1.0 to 6.2.0. - [Release notes](https://github.com/SBoudrias/Inquirer.js/releases) - [Commits](https://github.com/SBoudrias/Inquirer.js/compare/inquirer@6.1.0...inquirer@6.2.0) Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 9d6fd80d..4c036c2d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -4836,9 +4836,9 @@ "dev": true }, "inquirer": { - "version": "6.1.0", - "resolved": "https://registry.npmjs.org/inquirer/-/inquirer-6.1.0.tgz", - "integrity": "sha512-f9K2MMx/G/AVmJSaZg2a+GVLRRmTdlGLbwxsibNd6yNTxXujqxPypjCnxnC0y4+Wb/rNY5KyKuq06AO5jrE+7w==", + "version": "6.2.0", + "resolved": "https://registry.npmjs.org/inquirer/-/inquirer-6.2.0.tgz", + "integrity": "sha512-QIEQG4YyQ2UYZGDC4srMZ7BjHOmNk1lR2JQj5UknBapklm6WHA+VVH7N+sUdX3A7NeCfGF8o4X1S3Ao7nAcIeg==", "requires": { "ansi-escapes": "^3.0.0", "chalk": "^2.0.0", @@ -4846,7 +4846,7 @@ "cli-width": "^2.0.0", "external-editor": "^3.0.0", "figures": "^2.0.0", - "lodash": "^4.3.0", + "lodash": "^4.17.10", "mute-stream": "0.0.7", "run-async": "^2.2.0", "rxjs": "^6.1.0", diff --git a/package.json b/package.json index 01e03e09..d8eaff18 100644 --- a/package.json +++ b/package.json @@ -92,7 +92,7 @@ ], "dependencies": { "chalk": "2.4.1", - "inquirer": "6.1.0", + "inquirer": "6.2.0", "lodash.get": "4.4.2", "lodash.mergewith": "4.6.1", "lodash.set": "4.3.2",