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
Im assuming there's really not much to do to fix this audit besides removing immer as dependency or submitting issue on their github. But immer has been updated to 9, maybe an upgrade to version 9 can fix?
> npm audit
# npm audit report
immer <8.0.1
Severity: high
Prototype Pollution - https://npmjs.com/advisories/1603
No fix available
node_modules/pure-store/node_modules/immer
pure-store *
Depends on vulnerable versions of immer
node_modules/pure-store
2 high severity vulnerabilities
Some issues need review, and may require choosing
a different dependency.
hello @gunn
I am using
pure-store
in my project and when i run:I get this output:
my
package.json
:The text was updated successfully, but these errors were encountered: