Bump inquirer from 9.1.0 to 9.1.1

Bumps [inquirer](https://github.com/SBoudrias/Inquirer.js) from 9.1.0 to 9.1.1.
- [Release notes](https://github.com/SBoudrias/Inquirer.js/releases)
- [Commits](https://github.com/SBoudrias/Inquirer.js/compare/inquirer@9.1.0...inquirer@9.1.1)

---
updated-dependencies:
- dependency-name: inquirer
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2022-09-05 15:48:54 +00:00 committed by Labhansh Agrawal
parent b4d1bec0e5
commit 1f7f54c9ed
2 changed files with 14 additions and 6 deletions

View file

@ -116,7 +116,7 @@
"eslint-plugin-prettier": "4.2.1",
"eslint-plugin-react": "7.31.1",
"husky": "8.0.1",
"inquirer": "9.1.0",
"inquirer": "9.1.1",
"node-addon-api": "5.0.0",
"node-gyp": "9.1.0",
"null-loader": "4.0.1",

View file

@ -3705,6 +3705,14 @@ figures@^4.0.1:
escape-string-regexp "^5.0.0"
is-unicode-supported "^1.2.0"
figures@^5.0.0:
version "5.0.0"
resolved "https://registry.npmjs.org/figures/-/figures-5.0.0.tgz#126cd055052dea699f8a54e8c9450e6ecfc44d5f"
integrity sha512-ej8ksPF4x6e5wvK9yevct0UCXh8TTFlWGVLlgjZuoBH1HwjIfKE/IdL5mq89sFA7zELi1VhKpmtDnrs7zWyeyg==
dependencies:
escape-string-regexp "^5.0.0"
is-unicode-supported "^1.2.0"
file-entry-cache@^6.0.1:
version "6.0.1"
resolved "https://registry.npmjs.org/file-entry-cache/-/file-entry-cache-6.0.1.tgz#211b2dd9659cb0394b073e7323ac3c933d522027"
@ -4511,17 +4519,17 @@ ini@^1.3.4, ini@~1.3.0:
resolved "https://registry.npmjs.org/ini/-/ini-1.3.7.tgz#a09363e1911972ea16d7a8851005d84cf09a9a84"
integrity sha512-iKpRpXP+CrP2jyrxvg1kMUpXDyRUFDWurxbnVT1vQPx+Wz9uCYsMIqYuSBLV+PAaZG/d7kRLKRFc9oDMsH+mFQ==
inquirer@9.1.0:
version "9.1.0"
resolved "https://registry.npmjs.org/inquirer/-/inquirer-9.1.0.tgz#446a09abe2e5a18973322bee89b42a6c304f2cd3"
integrity sha512-eukdjrBljg9t55ZnvJjvGi1OyYEzVBFsO/8o5d2MV3mc28u3x4X2kS4eJ/+9U10KiREfPkEBSeCrU/S2G/uRtw==
inquirer@9.1.1:
version "9.1.1"
resolved "https://registry.npmjs.org/inquirer/-/inquirer-9.1.1.tgz#e15a12723f4f607d1b4489b56a0ecc7a6965e17d"
integrity sha512-hfS9EJ1pVkGNbYKqzdGwMj0Dqosd36Qvxd5pFy4657QT23gmtFTSqoYBisZR75DReeSMWPNa8J0Lf6TQCz8PvA==
dependencies:
ansi-escapes "^5.0.0"
chalk "^5.0.1"
cli-cursor "^4.0.0"
cli-width "^4.0.0"
external-editor "^3.0.3"
figures "^4.0.1"
figures "^5.0.0"
lodash "^4.17.21"
mute-stream "0.0.8"
ora "^6.1.2"