Skip to content
This repository has been archived by the owner on May 15, 2024. It is now read-only.

one-app-bundler has dependency on old version of glob-parent #529

Closed
smackfu opened this issue May 15, 2023 · 4 comments
Closed

one-app-bundler has dependency on old version of glob-parent #529

smackfu opened this issue May 15, 2023 · 4 comments

Comments

@smackfu
Copy link
Member

smackfu commented May 15, 2023

🐞 Bug Report

Describe the bug

@americanexpress/one-app-bundler is dependent on glob-parent@3.1.0 which is six years old and has security vulnerabilities.

To Reproduce

Run npm ls glob-parent from a repo using one-app-bundler.

β”‚ └─┬ webpack@4.46.0
β”‚   └─┬ watchpack@1.7.5
β”‚     └─┬ watchpack-chokidar2@2.0.1
β”‚       └─┬ chokidar@2.1.8
β”‚         └── glob-parent@3.1.0

Expected behavior

The package should be dependent on more recent versions of dependencies, especially for non-dev deps.

@smackfu smackfu changed the title one-app-bundler had dependency on old version of glob-parent one-app-bundler has dependency on old version of glob-parent May 15, 2023
@smackfu
Copy link
Member Author

smackfu commented May 15, 2023

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.

@github-actions
Copy link

This issue is stale because it has been open 30 days with no activity.

@JAdshead
Copy link
Contributor

JAdshead commented Dec 8, 2023

should be fixed by #568

Copy link

github-actions bot commented Jan 8, 2024

This issue is stale because it has been open 30 days with no activity.

@10xLaCroixDrinker 10xLaCroixDrinker closed this as not planned Won't fix, can't repro, duplicate, stale May 15, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

3 participants