Skip to content

Commit de7b955

Browse files
fix(deps): update dependency inquirer to v12
1 parent 1ed7337 commit de7b955

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
@@ -42,7 +42,7 @@
4242
"commitizen": "^4.3.1",
4343
"del-cli": "^6.0.0",
4444
"eslint": "^9.0.0",
45-
"inquirer": "^9.3.7",
45+
"inquirer": "^12.0.0",
4646
"nano-staged": "^0.8.0",
4747
"npm-package-json-lint": "^7.0.0",
4848
"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)