Replies: 2 comments
-
|
I think the package name here is The npm page you linked is for So this registry URL should also be:
If Dependabot or your audit output is showing |
Beta Was this translation helpful? Give feedback.
-
|
ty for catching that! i seemed to have made a typo while entering the package name by hand into package.json |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Select Topic Area
General
Body
I'm using the npm package mjml for writing email templates, which depends on the package minmatch, found here - https://www.npmjs.com/package/minimatch . A recent Github dependabot security alert says that the minmatch package needs to be updated to patch a bug. But when either trying to allow Dependabot to create the fix, or doing it myself in my local repository with
pnpm audit --fix, I get an error - https://registry.npmjs.org/minmatch 404 not found. The package appears to be there on npmjs but not in the registry.Beta Was this translation helpful? Give feedback.
All reactions