1
0
mirror of https://github.com/lensapp/lens.git synced 2025-05-20 05:10:56 +00:00

chore(deps): Bump inquirer from 9.1.5 to 9.2.0

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

---
updated-dependencies:
- dependency-name: inquirer
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2023-04-24 02:11:15 +00:00 committed by Sebastian Malton
parent d3dc43778b
commit f901b7d031
2 changed files with 5 additions and 5 deletions

8
package-lock.json generated
View File

@ -18443,9 +18443,9 @@
}
},
"node_modules/inquirer": {
"version": "9.1.5",
"resolved": "https://registry.npmjs.org/inquirer/-/inquirer-9.1.5.tgz",
"integrity": "sha512-3ygAIh8gcZavV9bj6MTdYddG2zPSYswP808fKS46NOwlF0zZljVpnLCHODDqItWJDbDpLb3aouAxGaJbkxoppA==",
"version": "9.2.0",
"resolved": "https://registry.npmjs.org/inquirer/-/inquirer-9.2.0.tgz",
"integrity": "sha512-WWERbVqjsTXjXub1ZW0ZHDit1dyHqy0T9XIkky9TnmKAPrjU9Jkd59nZPK0dUuM3s73GZAZu2Jo4iFU3XSPVLA==",
"dependencies": {
"ansi-escapes": "^6.0.0",
"chalk": "^5.2.0",
@ -36917,7 +36917,7 @@
"license": "MIT",
"dependencies": {
"chalk": "^5.2.0",
"inquirer": "^9.1.4",
"inquirer": "^9.2.0",
"semver": "^7.3.8"
},
"devDependencies": {

View File

@ -20,7 +20,7 @@
},
"dependencies": {
"chalk": "^5.2.0",
"inquirer": "^9.1.4",
"inquirer": "^9.2.0",
"semver": "^7.3.8"
}
}