From deed4b1a3efcba1ef5783839b4daa3d5febad559 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 22 Sep 2021 17:50:59 -0300 Subject: [PATCH] chore(deps) Update dependency @types/inquirer to v8.1.2 (#2636) Co-authored-by: Renovate Bot --- tooling/cli.js/package.json | 2 +- tooling/cli.js/yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/tooling/cli.js/package.json b/tooling/cli.js/package.json index eb7c94c5c..19de7a035 100644 --- a/tooling/cli.js/package.json +++ b/tooling/cli.js/package.json @@ -84,7 +84,7 @@ "@types/global-agent": "2.1.1", "@types/imagemin": "7.0.1", "@types/imagemin-optipng": "5.2.1", - "@types/inquirer": "8.1.1", + "@types/inquirer": "8.1.2", "@types/ms": "0.7.31", "@types/semver": "7.3.8", "@types/sharp": "0.29.2", diff --git a/tooling/cli.js/yarn.lock b/tooling/cli.js/yarn.lock index 93574ac2b..c0f601807 100644 --- a/tooling/cli.js/yarn.lock +++ b/tooling/cli.js/yarn.lock @@ -1669,10 +1669,10 @@ dependencies: "@types/node" "*" -"@types/inquirer@8.1.1": - version "8.1.1" - resolved "https://registry.yarnpkg.com/@types/inquirer/-/inquirer-8.1.1.tgz#885e39b53ed3fe3ea48de416aaeeb02e8253e1f7" - integrity sha512-01diGjEMJjyTCOXwlnhEQcNH8LYRzy3zpqk19WxKBKmV1nt9yAmpNNS577OWAVhekAesULxIkG1PwsCvjqWYKA== +"@types/inquirer@8.1.2": + version "8.1.2" + resolved "https://registry.yarnpkg.com/@types/inquirer/-/inquirer-8.1.2.tgz#48be1d741fa39ade7ce099dbdb8a077eee8f5090" + integrity sha512-TYNYd9YEb1SdEo71AJ2sSYSS22gYiLV1/UzDjGY51Tx0LuVSbY3ftFR+eOP8qjowFKvDUnC2jmQP3hLulg6y6Q== dependencies: "@types/through" "*" rxjs "^7.2.0"