one-app-cli
one-app-cli copied to clipboard
one-app-bundler has dependency on old version of glob-parent
ð Bug Report
Describe the bug
@americanexpress/one-app-bundler is dependent on [email protected] which is six years old and has security vulnerabilities.
To Reproduce
Run npm ls glob-parent
from a repo using one-app-bundler.
â ââ⎠[email protected]
â ââ⎠[email protected]
â ââ⎠[email protected]
â ââ⎠[email protected]
â âââ [email protected]
Expected behavior
The package should be dependent on more recent versions of dependencies, especially for non-dev deps.
This is probably not fixable without upgrading to webpack 5.
webpack@4 depends on watchpack@1. Current version of watchpack is v2, which doesn't even have a chokidar dependency anymore.
This issue is stale because it has been open 30 days with no activity.
should be fixed by https://github.com/americanexpress/one-app-cli/pull/568
This issue is stale because it has been open 30 days with no activity.