You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I verified that the issue exists in the latest pnpm release
pnpm version
10.10.0
Reproduction steps
Do a pnpm audit --fix twice for the same package in different versions with vulnerabilities found.
Describe the Bug
I applied two pnpm audit --fix that had two different issues at some point.
First, it added an entry, then later when I applied again, it added another, but it didnt do anything when I typed pnpm install, only after removing the previous one that it did.
I just applied the audit in another project for the first time and it generated, two versions of the same package at once. Does this mean that one of the versions wont be properly fixed? Though I dont see any messages complainig about vulnerabilities of the package. Where in the other project it did.
So, maybe the issue is it being added out of order, if a previous one were already there?
Because in this one it generated the latest version before the older.
Uh oh!
There was an error while loading. Please reload this page.
Verify latest release
pnpm version
10.10.0
Reproduction steps
Do a
pnpm audit --fix
twice for the same package in different versions with vulnerabilities found.Describe the Bug
I applied two
pnpm audit --fix
that had two different issues at some point.First, it added an entry, then later when I applied again, it added another, but it didnt do anything when I typed
pnpm install
, only after removing the previous one that it did.Expected Behavior
To remove the older version and replace with new one or at least consider the latest.
Which Node.js version are you using?
Latest LTS
Which operating systems have you used?
If your OS is a Linux based, which one it is? (Include the version if relevant)
Arch
The text was updated successfully, but these errors were encountered: