Skip to content

Commit ea1f46c

Browse files
build(deps): bump @inquirer/input from 5.0.8 to 5.0.10
Bumps [@inquirer/input](https://github.com/SBoudrias/Inquirer.js) from 5.0.8 to 5.0.10. - [Release notes](https://github.com/SBoudrias/Inquirer.js/releases) - [Commits](https://github.com/SBoudrias/Inquirer.js/compare/@inquirer/input@5.0.8...@inquirer/input@5.0.10) --- updated-dependencies: - dependency-name: "@inquirer/input" dependency-version: 5.0.10 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 326b161 commit ea1f46c

3 files changed

Lines changed: 90 additions & 49 deletions

File tree

examples/oauth2-cli/07 token-file-storage/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"build:compile": "tsc"
2424
},
2525
"dependencies": {
26-
"@inquirer/input": "^5.0.8",
26+
"@inquirer/input": "^5.0.10",
2727
"@types/node": "^24.12.0",
2828
"dotenv": "^17.3.1",
2929
"oauth2-cli": "workspace:*"

examples/oauth2-cli/08 pagination/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"build:compile": "tsc"
2424
},
2525
"dependencies": {
26-
"@inquirer/input": "^5.0.8",
26+
"@inquirer/input": "^5.0.10",
2727
"@types/node": "^24.12.0",
2828
"dotenv": "^17.3.1",
2929
"oauth2-cli": "workspace:*"

0 commit comments

Comments
 (0)