From 2dad63887a7d46df959c3dfb2ceed6907fd61a16 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Sep 2022 22:20:19 +0000 Subject: [PATCH] :arrow_up: Bump inquirer from 9.1.1 to 9.1.2 Bumps [inquirer](https://github.com/SBoudrias/Inquirer.js) from 9.1.1 to 9.1.2. - [Release notes](https://github.com/SBoudrias/Inquirer.js/releases) - [Commits](https://github.com/SBoudrias/Inquirer.js/compare/inquirer@9.1.1...inquirer@9.1.2) --- updated-dependencies: - dependency-name: inquirer dependency-type: direct:development update-type: version-update:semver-patch ... 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 af4679e..ef7aa23 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ "@types/mustache": "^4.2.1", "@types/node": "^18.0.1", "glob": "^8.0.3", - "inquirer": "^9.1.1", + "inquirer": "^9.1.2", "js-yaml": "^4.1.0", "markdown-tableify": "^0.0.4", "markdown-toc": "^1.2.0", diff --git a/yarn.lock b/yarn.lock index 3a8793d..3c67a0e 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1490,10 +1490,10 @@ inherits@2, inherits@^2.0.3, inherits@^2.0.4, inherits@~2.0.3: resolved "https://registry.yarnpkg.com/inherits/-/inherits-2.0.4.tgz#0fa2c64f932917c3433a0ded55363aae37416b7c" integrity sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ== -inquirer@^9.1.1: - version "9.1.1" - resolved "https://registry.yarnpkg.com/inquirer/-/inquirer-9.1.1.tgz#e15a12723f4f607d1b4489b56a0ecc7a6965e17d" - integrity sha512-hfS9EJ1pVkGNbYKqzdGwMj0Dqosd36Qvxd5pFy4657QT23gmtFTSqoYBisZR75DReeSMWPNa8J0Lf6TQCz8PvA== +inquirer@^9.1.2: + version "9.1.2" + resolved "https://registry.yarnpkg.com/inquirer/-/inquirer-9.1.2.tgz#37f5486f3de0e38820aad83a1f75c52c747e2f9a" + integrity sha512-Hj2Ml1WpxKJU2npP2Rj0OURGkHV+GtNW2CwFdHDiXlqUBAUrWTcZHxCkFywX/XHzOS7wrG/kExgJFbUkVgyHzg== dependencies: ansi-escapes "^5.0.0" chalk "^5.0.1"