Skip to content

Commit

Permalink
fix(deps): update dependency inquirer to v9
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored May 15, 2024
1 parent 1abbd2c commit efd67b9
Show file tree
Hide file tree
Showing 3 changed files with 109 additions and 40 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
"@nrwl/workspace": "16.10.0",
"@swc/core": "1.4.17",
"@swc/register": "0.1.10",
"@types/inquirer": "8.2.10",
"@types/inquirer": "9.0.7",
"@types/node": "18.19.33",
"@types/react": "^18.0.25",
"@types/react-dom": "^18.0.8",
Expand All @@ -78,7 +78,7 @@
"hanbi": "1.0.3",
"hastscript": "^7.2.0",
"husky": "8.0.3",
"inquirer": "8.2.6",
"inquirer": "9.2.21",
"lint-staged": "13.3.0",
"nx": "16.10.0",
"nx-uvu": "1.3.1",
Expand Down
4 changes: 2 additions & 2 deletions packages/nest-commander/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,11 @@
"@golevelup/nestjs-discovery": "4.0.1",
"commander": "11.1.0",
"cosmiconfig": "8.3.6",
"inquirer": "8.2.6"
"inquirer": "9.2.21"
},
"peerDependencies": {
"@nestjs/common": "^8.0.0 || ^9.0.0 || ^10.0.0",
"@nestjs/core": "^8.0.0 || ^9.0.0 || ^10.0.0",
"@types/inquirer": "^8.1.3"
"@types/inquirer": "^8.1.3 || ^9.0.0"
}
}
141 changes: 105 additions & 36 deletions pnpm-lock.yaml

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

0 comments on commit efd67b9

Please sign in to comment.