Bump inquirer from 9.2.15 to 9.2.16

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

---
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] 2024-03-20 12:47:26 +00:00 committed by Labhansh Agrawal
parent 392fee843e
commit fbe1c5d8ae
2 changed files with 11 additions and 11 deletions

View file

@ -122,7 +122,7 @@
"eslint-plugin-prettier": "^5.1.3", "eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-react": "7.34.1", "eslint-plugin-react": "7.34.1",
"husky": "9.0.11", "husky": "9.0.11",
"inquirer": "9.2.15", "inquirer": "9.2.16",
"node-addon-api": "8.0.0", "node-addon-api": "8.0.0",
"null-loader": "4.0.1", "null-loader": "4.0.1",
"parse-url": "8.1.0", "parse-url": "8.1.0",

View file

@ -853,12 +853,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.12": "@ljharb/through@^2.3.13":
version "2.3.12" version "2.3.13"
resolved "https://registry.npmjs.org/@ljharb/through/-/through-2.3.12.tgz#c418c43060eee193adce48b15c2206096a28e9ea" resolved "https://registry.npmjs.org/@ljharb/through/-/through-2.3.13.tgz#b7e4766e0b65aa82e529be945ab078de79874edc"
integrity sha512-ajo/heTlG3QgC8EGP6APIejksVAYt4ayz4tqoP3MolFELzcH1x1fzwEYRJTPO0IELutZ5HQ0c26/GqAYy79u3g== integrity sha512-/gKJun8NNiWGZJkGzI/Ragc53cOdcLNdzjLaIa+GEjguQs0ulsurx8WN0jijdK9yPqDvziX995sMRLyLt1uZMQ==
dependencies: dependencies:
call-bind "^1.0.5" call-bind "^1.0.7"
"@malept/cross-spawn-promise@^1.1.0": "@malept/cross-spawn-promise@^1.1.0":
version "1.1.1" version "1.1.1"
@ -4950,12 +4950,12 @@ inline-style-prefixer@^7.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.15: inquirer@9.2.16:
version "9.2.15" version "9.2.16"
resolved "https://registry.npmjs.org/inquirer/-/inquirer-9.2.15.tgz#2135a36190a6e5c92f5d205e0af1fea36b9d3492" resolved "https://registry.npmjs.org/inquirer/-/inquirer-9.2.16.tgz#9291fbfdf96fd793179c9575f76fa50a5ed27349"
integrity sha512-vI2w4zl/mDluHt9YEQ/543VTCwPKWiHzKtm9dM2V0NdFcqEexDAjUHzO1oA60HRNaVifGXXM1tRRNluLVHa0Kg== integrity sha512-qzgbB+yNjgSzk2omeqMDtO9IgJet/UL67luT1MaaggRpGK73DBQct5Q4pipwFQcIKK1GbMODYd4UfsRCkSP1DA==
dependencies: dependencies:
"@ljharb/through" "^2.3.12" "@ljharb/through" "^2.3.13"
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"