From c1c6fed9415aad217680857b2d7c7c652e39b204 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Mon, 13 Jul 2020 17:15:27 +0000 Subject: [PATCH] Update dependency inquirer to v7.3.2 --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 9ba5939e1c..5d50ad172e 100644 --- a/package.json +++ b/package.json @@ -57,7 +57,7 @@ "gulp-postcss": "8.0.0", "gulp-uglify": "3.0.2", "gulp-zip": "5.0.2", - "inquirer": "7.3.1", + "inquirer": "7.3.2", "postcss-color-function": "4.1.0", "postcss-custom-properties": "9.1.1", "postcss-easy-import": "3.0.0", diff --git a/yarn.lock b/yarn.lock index 7a1d58119b..0efda88075 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2465,10 +2465,10 @@ ini@^1.3.0, ini@^1.3.4: resolved "https://registry.yarnpkg.com/ini/-/ini-1.3.5.tgz#eee25f56db1c9ec6085e0c22778083f596abf927" integrity sha512-RZY5huIKCMRWDUqZlEi72f/lmXKMvuszcMBduliQ3nnWbx9X/ZBQO7DijMEYS9EhHBb2qacRUMtC7svLwe0lcw== -inquirer@7.3.1: - version "7.3.1" - resolved "https://registry.yarnpkg.com/inquirer/-/inquirer-7.3.1.tgz#ac6aba1abdfdd5ad34e7069370411edba17f6439" - integrity sha512-/+vOpHQHhoh90Znev8BXiuw1TDQ7IDxWsQnFafUEoK5+4uN5Eoz1p+3GqOj/NtzEi9VzWKQcV9Bm+i8moxedsA== +inquirer@7.3.2: + version "7.3.2" + resolved "https://registry.yarnpkg.com/inquirer/-/inquirer-7.3.2.tgz#25245d2e32dc9f33dbe26eeaada231daa66e9c7c" + integrity sha512-DF4osh1FM6l0RJc5YWYhSDB6TawiBRlbV9Cox8MWlidU218Tb7fm3lQTULyUJDfJ0tjbzl0W4q651mrCCEM55w== dependencies: ansi-escapes "^4.2.1" chalk "^4.1.0"