Skip to content

Commit

Permalink
chore(deps): bump inquirer and @types/inquirer (#2766)
Browse files Browse the repository at this point in the history
* chore(deps): bump inquirer and @types/inquirer

Bumps [inquirer](https://github.com/SBoudrias/Inquirer.js) and [@types/inquirer](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/inquirer). These dependencies needed to be updated together.

Updates `inquirer` from 6.2.2 to 9.2.17
- [Release notes](https://github.com/SBoudrias/Inquirer.js/releases)
- [Commits](https://github.com/SBoudrias/Inquirer.js/compare/inquirer@6.2.2...inquirer@9.2.17)

Updates `@types/inquirer` from 7.3.0 to 9.0.7
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/inquirer)

---
updated-dependencies:
- dependency-name: inquirer
  dependency-type: direct:production
  update-type: version-update:semver-major
- dependency-name: "@types/inquirer"
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

* Changed inquirer to latest known commonjs compatible version

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Justin Wilaby <jwilaby@salesforce.com>
  • Loading branch information
dependabot[bot] and justinwilaby committed Apr 3, 2024
1 parent c3d2ea9 commit be8d0b6
Show file tree
Hide file tree
Showing 7 changed files with 32 additions and 178 deletions.
2 changes: 1 addition & 1 deletion packages/apps-v5/package.json
Expand Up @@ -20,7 +20,7 @@
"filesize": "^4.0.0",
"fs-extra": "^7.0.1",
"heroku-cli-util": "^8.0.11",
"inquirer": "^6.2.2",
"inquirer": "^8.2.6",
"js-yaml": "^3.12.1",
"lodash": "^4.17.21",
"shell-escape": "^0.2.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/certs-v5/package.json
Expand Up @@ -19,7 +19,7 @@
"@heroku-cli/notifications": "^1.2.4",
"date-fns": "^1.29.0",
"heroku-cli-util": "^8.0.11",
"inquirer": "^6.2.2",
"inquirer": "^8.2.6",
"lodash": "^4.17.21",
"psl": "^1.1.29"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/ci-v5/package.json
Expand Up @@ -20,7 +20,7 @@
"github-url-to-object": "^4.0.4",
"got": "^9.6.0",
"heroku-cli-util": "^8.0.11",
"inquirer": "^7.0.0",
"inquirer": "^8.2.6",
"lodash.flatten": "^4.4.0",
"shell-escape": "^0.2.0",
"temp": "^0.9.4",
Expand Down
4 changes: 2 additions & 2 deletions packages/cli/package.json
Expand Up @@ -57,7 +57,7 @@
"got": "^9.6.0",
"heroku-cli-util": "^8.0.12",
"http-call": "5.3.0",
"inquirer": "^7.3.0",
"inquirer": "^8.2.6",
"lodash": "^4.17.21",
"netrc-parser": "3.1.6",
"node-fetch": "^2.6.7",
Expand All @@ -84,7 +84,7 @@
"@types/fs-extra": "^5.0.5",
"@types/glob": "^7.1.1",
"@types/got": "^9.6.7",
"@types/inquirer": "7.3.0",
"@types/inquirer": "^8.2.10",
"@types/lodash": "^4.14.123",
"@types/mocha": "^5.2.6",
"@types/nock": "^9.3.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/container-registry-v5/package.json
Expand Up @@ -18,7 +18,7 @@
"heroku-cli-util": "^8.0.11",
"heroku-container-registry": "^4.99.0",
"http-call": "^5.2.3",
"inquirer": "^6.2.2"
"inquirer": "^8.2.6"
},
"devDependencies": {
"@oclif/plugin-legacy": "^1.3.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/orgs-v5/package.json
Expand Up @@ -40,7 +40,7 @@
"dependencies": {
"@heroku-cli/command": "^9.0.2",
"heroku-cli-util": "^8.0.11",
"inquirer": "^6.2.2",
"inquirer": "^8.2.6",
"lodash": "^4.17.21",
"lodash.flatten": "^4.4.0"
},
Expand Down

0 comments on commit be8d0b6

Please sign in to comment.