Skip to content

Commit b05682a

Browse files
fix(deps): update dependency inquirer to v12
1 parent a56fc43 commit b05682a

File tree

3 files changed

+358
-35
lines changed

3 files changed

+358
-35
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"commitizen": "^4.3.1",
4040
"del-cli": "^6.0.0",
4141
"eslint": "^9.0.0",
42-
"inquirer": "^9.3.7",
42+
"inquirer": "^12.0.0",
4343
"nano-staged": "^0.8.0",
4444
"npm-package-json-lint": "^7.0.0",
4545
"simple-git-hooks": "^2.7.0",

packages/project-files/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,6 @@
3333
},
3434
"dependencies": {
3535
"@octokit/rest": "^20.0.0",
36-
"inquirer": "^9.0.0"
36+
"inquirer": "^12.0.0"
3737
}
3838
}

0 commit comments

Comments
 (0)