mirror of
https://github.com/quine-global/hyper.git
synced 2026-01-12 20:18:41 -09:00
Bump inquirer from 8.1.2 to 8.1.5
Bumps [inquirer](https://github.com/SBoudrias/Inquirer.js) from 8.1.2 to 8.1.5. - [Release notes](https://github.com/SBoudrias/Inquirer.js/releases) - [Commits](https://github.com/SBoudrias/Inquirer.js/compare/inquirer@8.1.2...inquirer@8.1.5) --- 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
12ebd6b2d4
commit
d6b399b2e9
2 changed files with 7 additions and 7 deletions
|
|
@ -107,7 +107,7 @@
|
|||
"eslint-plugin-prettier": "4.0.0",
|
||||
"eslint-plugin-react": "7.25.3",
|
||||
"husky": "7.0.2",
|
||||
"inquirer": "8.1.2",
|
||||
"inquirer": "8.1.5",
|
||||
"node-addon-api": "4.2.0",
|
||||
"node-gyp": "8.2.0",
|
||||
"null-loader": "4.0.1",
|
||||
|
|
|
|||
12
yarn.lock
12
yarn.lock
|
|
@ -4470,10 +4470,10 @@ 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@8.1.2:
|
||||
version "8.1.2"
|
||||
resolved "https://registry.npmjs.org/inquirer/-/inquirer-8.1.2.tgz#65b204d2cd7fb63400edd925dfe428bafd422e3d"
|
||||
integrity sha512-DHLKJwLPNgkfwNmsuEUKSejJFbkv0FMO9SMiQbjI3n5NQuCrSIBqP66ggqyz2a6t2qEolKrMjhQ3+W/xXgUQ+Q==
|
||||
inquirer@8.1.5:
|
||||
version "8.1.5"
|
||||
resolved "https://registry.npmjs.org/inquirer/-/inquirer-8.1.5.tgz#2dc5159203c826d654915b5fe6990fd17f54a150"
|
||||
integrity sha512-G6/9xUqmt/r+UvufSyrPpt84NYwhKZ9jLsgMbQzlx804XErNupor8WQdBnBRrXmBfTPpuwf1sV+ss2ovjgdXIg==
|
||||
dependencies:
|
||||
ansi-escapes "^4.2.1"
|
||||
chalk "^4.1.1"
|
||||
|
|
@ -4483,7 +4483,7 @@ inquirer@8.1.2:
|
|||
figures "^3.0.0"
|
||||
lodash "^4.17.21"
|
||||
mute-stream "0.0.8"
|
||||
ora "^5.3.0"
|
||||
ora "^5.4.1"
|
||||
run-async "^2.4.0"
|
||||
rxjs "^7.2.0"
|
||||
string-width "^4.1.0"
|
||||
|
|
@ -5983,7 +5983,7 @@ optionator@^0.9.1:
|
|||
type-check "^0.4.0"
|
||||
word-wrap "^1.2.3"
|
||||
|
||||
ora@5.4.1, ora@^5.1.0, ora@^5.2.0, ora@^5.3.0:
|
||||
ora@5.4.1, ora@^5.1.0, ora@^5.2.0, ora@^5.4.1:
|
||||
version "5.4.1"
|
||||
resolved "https://registry.npmjs.org/ora/-/ora-5.4.1.tgz#1b2678426af4ac4a509008e5e4ac9e9959db9e18"
|
||||
integrity sha512-5b6Y85tPxZZ7QytO+BQzysW31HJku27cRIlkbAXaNx+BdcVi+LlRFmVXzeF6a7JCwJpyw5c4b+YSVImQIrBpuQ==
|
||||
|
|
|
|||
Loading…
Reference in a new issue