mirror of
https://github.com/quine-global/hyper.git
synced 2026-01-12 20:18:41 -09:00
Bump inquirer from 9.2.7 to 9.2.8
Bumps [inquirer](https://github.com/SBoudrias/Inquirer.js) from 9.2.7 to 9.2.8. - [Release notes](https://github.com/SBoudrias/Inquirer.js/releases) - [Commits](https://github.com/SBoudrias/Inquirer.js/compare/inquirer@9.2.7...inquirer@9.2.8) --- 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:
parent
0f220ceab6
commit
7dbff2716f
2 changed files with 7 additions and 7 deletions
|
|
@ -120,7 +120,7 @@
|
|||
"eslint-plugin-prettier": "^5.0.0",
|
||||
"eslint-plugin-react": "7.32.2",
|
||||
"husky": "8.0.3",
|
||||
"inquirer": "9.2.7",
|
||||
"inquirer": "9.2.8",
|
||||
"node-addon-api": "7.0.0",
|
||||
"null-loader": "4.0.1",
|
||||
"parse-url": "8.1.0",
|
||||
|
|
|
|||
12
yarn.lock
12
yarn.lock
|
|
@ -2220,7 +2220,7 @@ chalk@2.4.2, chalk@^2.0.0:
|
|||
escape-string-regexp "^1.0.5"
|
||||
supports-color "^5.3.0"
|
||||
|
||||
chalk@5.3.0, chalk@^5.2.0:
|
||||
chalk@5.3.0, chalk@^5.2.0, chalk@^5.3.0:
|
||||
version "5.3.0"
|
||||
resolved "https://registry.npmjs.org/chalk/-/chalk-5.3.0.tgz#67c20a7ebef70e7f3970a01f90fa210cb6860385"
|
||||
integrity sha512-dLitG79d+GV1Nb/VYcCDFivJeK1hiukt9QjRNVOsUtTy1rR1YJsmpGGTZ3qJos+uw7WmWF4wUwBd9jxjocFC2w==
|
||||
|
|
@ -4306,13 +4306,13 @@ inline-style-prefixer@^6.0.0:
|
|||
css-in-js-utils "^3.1.0"
|
||||
fast-loops "^1.1.3"
|
||||
|
||||
inquirer@9.2.7:
|
||||
version "9.2.7"
|
||||
resolved "https://registry.npmjs.org/inquirer/-/inquirer-9.2.7.tgz#61e00658efa9b4c76a83c2c3cb3ceb88fec70ac7"
|
||||
integrity sha512-Bf52lnfvNxGPJPltiNO2tLBp3zC339KNlGMqOkW+dsvNikBhcVDK5kqU2lVX2FTPzuXUFX5WJDlsw//w3ZwoTw==
|
||||
inquirer@9.2.8:
|
||||
version "9.2.8"
|
||||
resolved "https://registry.npmjs.org/inquirer/-/inquirer-9.2.8.tgz#35481704912c5a15985c380fd5493a8e6651b14e"
|
||||
integrity sha512-SJ0fVfgIzZL1AD6WvFhivlh5/3hN6WeAvpvPrpPXH/8MOcQHeXhinmSm5CDJNRC2Q+sLh9YJ5k8F8/5APMXSfw==
|
||||
dependencies:
|
||||
ansi-escapes "^4.3.2"
|
||||
chalk "^5.2.0"
|
||||
chalk "^5.3.0"
|
||||
cli-cursor "^3.1.0"
|
||||
cli-width "^4.0.0"
|
||||
external-editor "^3.0.3"
|
||||
|
|
|
|||
Loading…
Reference in a new issue