Skip to content

Commit

Permalink
npm(deps): bump inquirer and @types/inquirer
Browse files Browse the repository at this point in the history
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 9.2.8 to 9.2.15
- [Release notes](https://github.com/SBoudrias/Inquirer.js/releases)
- [Commits](https://github.com/SBoudrias/Inquirer.js/compare/[email protected]@9.2.15)

Updates `@types/inquirer` from 9.0.3 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-patch
- dependency-name: "@types/inquirer"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Feb 24, 2024
1 parent 839bf2c commit 1d39108
Show file tree
Hide file tree
Showing 2 changed files with 185 additions and 40 deletions.
221 changes: 183 additions & 38 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"@babel/core": "^7.21.8",
"@babel/preset-env": "^7.22.5",
"@babel/preset-typescript": "^7.23.3",
"@types/inquirer": "^9.0.3",
"@types/inquirer": "^9.0.7",
"@types/jest": "^29.5.1",
"@typescript-eslint/eslint-plugin": "^6.20.0",
"@typescript-eslint/parser": "^6.20.0",
Expand All @@ -58,7 +58,7 @@
"@axe-core/puppeteer": "^4.7.3",
"commander": "^11.1.0",
"csv-parse": "^5.4.0",
"inquirer": "^9.2.7",
"inquirer": "^9.2.15",
"loud-rejection": "^2.2.0",
"ora": "^6.3.0",
"read-pkg-up": "^10.0.0"
Expand Down

0 comments on commit 1d39108

Please sign in to comment.