Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

glob-parent unsafe #231

Closed
zjy01 opened this issue Jul 16, 2021 · 2 comments · Fixed by #248 · May be fixed by Omrisnyk/npm-lockfiles#126, Omrisnyk/npm-lockfiles#130 or Omrisnyk/npm-lockfiles#133
Closed

glob-parent unsafe #231

zjy01 opened this issue Jul 16, 2021 · 2 comments · Fixed by #248 · May be fixed by Omrisnyk/npm-lockfiles#126, Omrisnyk/npm-lockfiles#130 or Omrisnyk/npm-lockfiles#133
Labels

Comments

@zjy01
Copy link

zjy01 commented Jul 16, 2021

add-asset-html-webpack-plugin has a deep dependencie with glob-parent
glob-parent@3.1.0 is unsafe any more.
we need to upgrade it to >= 5.1.2

├─┬ add-asset-html-webpack-plugin@3.2.0
│ └─┬ globby@9.2.0
│   └─┬ fast-glob@2.2.7
│     └── glob-parent@3.1.0 
@monako97
Copy link

+1

SimenB added a commit that referenced this issue Mar 8, 2022
Fixes #231

BREAKING CHANGE: `filename` no longer accepts a glob pattern, that must be passed as `glob` instead.
@github-actions
Copy link

github-actions bot commented Mar 8, 2022

🎉 This issue has been resolved in version 5.0.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment