From aa86b7e5e9db39b82480379160aa24f7edb83006 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Thu, 25 Apr 2019 06:53:40 +0000 Subject: [PATCH] build(deps-dev): bump @types/inquirer from 6.0.0 to 6.0.1 Bumps [@types/inquirer](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/inquirer) from 6.0.0 to 6.0.1. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/inquirer) Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 8698c43b89..48e0ce45aa 100644 --- a/package.json +++ b/package.json @@ -108,7 +108,7 @@ "@types/fs-extra": "^5.0.2", "@types/glob": "7.1.1", "@types/html-webpack-plugin": "^3.2.0", - "@types/inquirer": "^6.0.0", + "@types/inquirer": "^6.0.1", "@types/listr": "^0.13.0", "@types/lodash.merge": "^4.6.4", "@types/lodash.template": "^4.4.4", diff --git a/yarn.lock b/yarn.lock index 64f73a90be..bff6486582 100644 --- a/yarn.lock +++ b/yarn.lock @@ -985,10 +985,10 @@ "@types/tapable" "*" "@types/webpack" "*" -"@types/inquirer@^6.0.0": - version "6.0.0" - resolved "https://registry.yarnpkg.com/@types/inquirer/-/inquirer-6.0.0.tgz#bbf3c915f9266e30adf78fc2f3df72f205287aca" - integrity sha512-4evhNF+xgdnXNBKouwlZl4JW7uhv9t6JSCOOEg1s61T4QP+UbvyGWTSxj2SjAXz61ZvohJkepHU6p8KzHAClbg== +"@types/inquirer@^6.0.1": + version "6.0.1" + resolved "https://registry.yarnpkg.com/@types/inquirer/-/inquirer-6.0.1.tgz#ea9b483a81f16f4f0d27d5c8d9d081dfa36c4ee9" + integrity sha512-O9rEHE9iBvYaFAGS0fAlDzqY/3CsOrRKzni4zwnAEce2JrHUEbXAce2Pwwe8ZGzmQkucwSXn1tSiKig37INgfA== dependencies: "@types/through" "*" rxjs ">=6.4.0"