Bump inquirer from 9.2.11 to 9.2.12

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

---
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] 2023-11-14 10:16:44 +00:00 committed by Labhansh Agrawal
parent 090b543e65
commit 67977379b2
2 changed files with 12 additions and 10 deletions

View file

@ -122,7 +122,7 @@
"eslint-plugin-prettier": "^5.0.1", "eslint-plugin-prettier": "^5.0.1",
"eslint-plugin-react": "7.33.2", "eslint-plugin-react": "7.33.2",
"husky": "8.0.3", "husky": "8.0.3",
"inquirer": "9.2.11", "inquirer": "9.2.12",
"node-addon-api": "7.0.0", "node-addon-api": "7.0.0",
"null-loader": "4.0.1", "null-loader": "4.0.1",
"parse-url": "8.1.0", "parse-url": "8.1.0",

View file

@ -863,10 +863,12 @@
"@jridgewell/resolve-uri" "3.1.0" "@jridgewell/resolve-uri" "3.1.0"
"@jridgewell/sourcemap-codec" "1.4.14" "@jridgewell/sourcemap-codec" "1.4.14"
"@ljharb/through@^2.3.9": "@ljharb/through@^2.3.11":
version "2.3.9" version "2.3.11"
resolved "https://registry.npmjs.org/@ljharb/through/-/through-2.3.9.tgz#85f221eb82f9d555e180e87d6e50fb154af85408" resolved "https://registry.npmjs.org/@ljharb/through/-/through-2.3.11.tgz#783600ff12c06f21a76cc26e33abd0b1595092f9"
integrity sha512-yN599ZBuMPPK4tdoToLlvgJB4CLK8fGl7ntfy0Wn7U6ttNvHYurd81bfUiK/6sMkiIwm65R6ck4L6+Y3DfVbNQ== integrity sha512-ccfcIDlogiXNq5KcbAwbaO7lMh3Tm1i3khMPYpxlK8hH/W53zN81KM9coerRLOnTGu3nfXIniAmQbRI9OxbC0w==
dependencies:
call-bind "^1.0.2"
"@malept/cross-spawn-promise@^1.1.0": "@malept/cross-spawn-promise@^1.1.0":
version "1.1.1" version "1.1.1"
@ -4579,12 +4581,12 @@ inline-style-prefixer@^6.0.0:
css-in-js-utils "^3.1.0" css-in-js-utils "^3.1.0"
fast-loops "^1.1.3" fast-loops "^1.1.3"
inquirer@9.2.11: inquirer@9.2.12:
version "9.2.11" version "9.2.12"
resolved "https://registry.npmjs.org/inquirer/-/inquirer-9.2.11.tgz#e9003755c233a414fceda1891c23bd622cad4a95" resolved "https://registry.npmjs.org/inquirer/-/inquirer-9.2.12.tgz#0348e9311765b7c93fce143bb1c0ef1ae879b1d7"
integrity sha512-B2LafrnnhbRzCWfAdOXisUzL89Kg8cVJlYmhqoi3flSiV/TveO+nsXwgKr9h9PIo+J1hz7nBSk6gegRIMBBf7g== integrity sha512-mg3Fh9g2zfuVWJn6lhST0O7x4n03k7G8Tx5nvikJkbq8/CK47WDVm+UznF0G6s5Zi0KcyUisr6DU8T67N5U+1Q==
dependencies: dependencies:
"@ljharb/through" "^2.3.9" "@ljharb/through" "^2.3.11"
ansi-escapes "^4.3.2" ansi-escapes "^4.3.2"
chalk "^5.3.0" chalk "^5.3.0"
cli-cursor "^3.1.0" cli-cursor "^3.1.0"