Skip to content

Commit

Permalink
Update inquirer to version 9.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
depfu[bot] committed Apr 24, 2023
1 parent b55b923 commit b1f4e66
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"homepage": "https://github.com/laststance/eslint-config-ts-prefixer",
"dependencies": {
"commander": "^10.0.1",
"inquirer": "^9.1.5"
"inquirer": "^9.2.0"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^5.59.0",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1127,10 +1127,10 @@ inherits@2, inherits@^2.0.3, inherits@^2.0.4:
resolved "https://registry.yarnpkg.com/inherits/-/inherits-2.0.4.tgz#0fa2c64f932917c3433a0ded55363aae37416b7c"
integrity sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==

inquirer@^9.1.5:
version "9.1.5"
resolved "https://registry.yarnpkg.com/inquirer/-/inquirer-9.1.5.tgz#2aa48cd3ab76b2d759c86756023dfb107cbb7d45"
integrity sha512-3ygAIh8gcZavV9bj6MTdYddG2zPSYswP808fKS46NOwlF0zZljVpnLCHODDqItWJDbDpLb3aouAxGaJbkxoppA==
inquirer@^9.2.0:
version "9.2.0"
resolved "https://registry.yarnpkg.com/inquirer/-/inquirer-9.2.0.tgz#930d56d682cda629419e80eb92c45828a0fa5924"
integrity sha512-WWERbVqjsTXjXub1ZW0ZHDit1dyHqy0T9XIkky9TnmKAPrjU9Jkd59nZPK0dUuM3s73GZAZu2Jo4iFU3XSPVLA==
dependencies:
ansi-escapes "^6.0.0"
chalk "^5.2.0"
Expand Down

0 comments on commit b1f4e66

Please sign in to comment.