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

Vulnerabilities loader-utils npm #58

Open
jthibodeauCrakmedia opened this issue Mar 15, 2024 · 2 comments
Open

Vulnerabilities loader-utils npm #58

jthibodeauCrakmedia opened this issue Mar 15, 2024 · 2 comments

Comments

@jthibodeauCrakmedia
Copy link

Their is a vulnerabilitie that is introduce by using package webpack-inject-plugin.

See an alternative solution adierkens/webpack-inject-plugin#66 to remove that vulnerabilite.

@jthibodeauCrakmedia
Copy link
Author

jthibodeauCrakmedia commented Mar 15, 2024

A proposed solution #59

@Aetherinox
Copy link

Aetherinox commented May 10, 2024

Another note for people who cannot live without this plugin for some reason, just update the dependency with the vulnerability. It works fine.

  "overrides": {
    "webpack-inject-plugin": {
      "loader-utils": "^1.4.2"
    }
  }

Probably better to use the banner plugin as it has more control.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants