### Describe the bug I did an inital wxt install using pnpm ```bash pnpm dlx wxt@latest init ``` ## Result  ```output 3 deprecated subdependencies found: glob@6.0.4, inflight@1.0.6, rimraf@2.4.5 ``` ### Reproduction No deprecated subdepenencies should be found on a clean installation of wxt ### Steps to reproduce ```bash pnpm dlx wxt@latest init ``` ### System Info ```shell Windows 11 Powershell Core ``` ### Used Package Manager pnpm ### Validations - [x] Read the [Contributing Guidelines](https://github.com/wxt-dev/wxt/blob/main/CONTRIBUTING.md). - [x] Read the [docs](https://wxt.dev/guide/installation.html). - [x] Check that there isn't [already an issue](https://github.com/wxt-dev/wxt/issues) that reports the same bug to avoid creating a duplicate. - [x] Check that this is a concrete bug. For Q&A open a [GitHub Discussion](https://github.com/wxt-dev/wxt/discussions) or join our [Discord Chat Server](https://discord.gg/ZFsZqGery9). - [x] The provided reproduction is a [minimal reproducible example](https://stackoverflow.com/help/minimal-reproducible-example) of the bug.
Describe the bug
I did an inital wxt install using pnpm
Result
Reproduction
No deprecated subdepenencies should be found on a clean installation of wxt
Steps to reproduce
System Info
Used Package Manager
pnpm
Validations