Describe the bug
The shell-quote has a security vulnerability in version < 1.8.4 (GHSA-w7jw-789q-3m8p), the main branch has been updated #591 but the current release of this package (9.2.1) does not include it.
Do you plan to release a new version of the package soon?
Current workaround
{
...
"pnpm": {
"overrides": {
"shell-quote": ">=1.8.4"
}
},
}
Describe the bug
The shell-quote has a security vulnerability in version < 1.8.4 (GHSA-w7jw-789q-3m8p), the main branch has been updated #591 but the current release of this package (9.2.1) does not include it.
Do you plan to release a new version of the package soon?
Current workaround
{ ... "pnpm": { "overrides": { "shell-quote": ">=1.8.4" } }, }