fix(next-upgrade): prompts has no `default` option, is `initial` (#70928)
`default` is from `inquirier`, for prompts, it's `initial`.
x-ref: https://www.npmjs.com/package/prompts
This made directory value undefined when user `Enter`ed the default value.
Before:

After:
