Skip to content

Commit a03905b

Browse files
github-actions[bot]fardjad
authored andcommitted
Upgrade dependencies
@inquirer/prompts: ^5.0.0 parse-my-command: ^0.3.30
1 parent 5244769 commit a03905b

File tree

2 files changed

+88
-103
lines changed

2 files changed

+88
-103
lines changed

package-lock.json

Lines changed: 85 additions & 100 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "interactive-commander",
3-
"version": "0.5.163",
3+
"version": "0.5.164",
44
"description": "Commander.js with integrated interactive prompts",
55
"keywords": [
66
"commander",
@@ -52,9 +52,9 @@
5252
"test:coverage": "c8 --reporter=lcov npm run test"
5353
},
5454
"dependencies": {
55-
"@inquirer/prompts": "^4.3.1",
55+
"@inquirer/prompts": "^5.0.0",
5656
"commander": "^12.0.0",
57-
"parse-my-command": "^0.3.29"
57+
"parse-my-command": "^0.3.30"
5858
},
5959
"devDependencies": {
6060
"@trivago/prettier-plugin-sort-imports": "^4.3.0",

0 commit comments

Comments
 (0)