From e43168426e54e70837fb7a3c3d7917dbd7b3fd82 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Jun 2021 21:35:03 +0000 Subject: [PATCH] build(deps-dev): bump @types/inquirer from 7.3.1 to 7.3.2 --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 6951065d..df78bf49 100644 --- a/package.json +++ b/package.json @@ -55,7 +55,7 @@ }, "devDependencies": { "@types/debug": "^4.1.5", - "@types/inquirer": "^7.3.1", + "@types/inquirer": "^7.3.2", "@types/lodash": "^4.14.170", "@types/node": "^15.12.2", "@types/sinon": "^10.0.2", diff --git a/yarn.lock b/yarn.lock index 7f521389..be0e7d5b 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1121,10 +1121,10 @@ dependencies: "@types/node" "*" -"@types/inquirer@^7.3.1": - version "7.3.1" - resolved "https://registry.npmjs.org/@types/inquirer/-/inquirer-7.3.1.tgz#1f231224e7df11ccfaf4cf9acbcc3b935fea292d" - integrity sha512-osD38QVIfcdgsPCT0V3lD7eH0OFurX71Jft18bZrsVQWVRt6TuxRzlr0GJLrxoHZR2V5ph7/qP8se/dcnI7o0g== +"@types/inquirer@^7.3.2": + version "7.3.2" + resolved "https://registry.npmjs.org/@types/inquirer/-/inquirer-7.3.2.tgz#35d2ef4d98dd42feeb4e1256cdeb9f13f457d420" + integrity sha512-EkeX/hU0SWinA2c7Qu/+6+7KbepFPYJcjankUgtA/VSY6BlVHybL0Cgyey9PDbXwhNXnNGBLU3t+MORp23RgAw== dependencies: "@types/through" "*" rxjs "^6.4.0"