npm i firebase@latest
gives these security warnings:
โโโโโโโโโโโโโโโโโฌโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ
โ Low โ Prototype Pollution โ
โโโโโโโโโโโโโโโโโผโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโค
โ Package โ minimist โ
โโโโโโโโโโโโโโโโโผโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโค
โ Patched in โ >=0.2.1 <1.0.0 || >=1.2.3 โ
โโโโโโโโโโโโโโโโโผโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโค
โ Dependency of โ firebase โ
โโโโโโโโโโโโโโโโโผโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโค
โ Path โ firebase > @firebase/firestore > grpc > node-pre-gyp > โ
โ โ mkdirp > minimist โ
โโโโโโโโโโโโโโโโโผโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโค
โ More info โ https://npmjs.com/advisories/1179
I couldn't figure out how to label this issue, so I've labeled it for a human to triage. Hang tight.
I did a fresh install of firebase and I got [email protected].
Can you try removing node_modules and package-lock.json and do a fresh install to see if it resolves the issue?
I have tried clearing it, and have [email protected] but still end up with the npm warning. Seems like this is an issue elsewhere.
Same problem. Any solution? Safe to use on live server?
We are getting the same issue as well, with fresh install of Firebase, tried the removal of nodes+package-lock.json and it's still persisting
Hey @mesqueeb. We need more information to resolve this issue but there hasn't been an update in 5 weekdays. I'm marking the issue as stale and if there are no new updates in the next 5 days I will close it automatically.
If you have more information that will help us get to the bottom of this, just add a comment!
Hi @google-oss-bot ๐
What info do you need more?
Same issue here.
low vulnerabilities all regarding minimistTried to clear my package-lock.json and delete node_modules folder + npm install on project folder but that did not fix the issue.
Same on my end as well. Showing 3 vulnerabilities in minimist. Screenshot below.

โโโฌ [email protected]
โ โโโฌ @firebase/[email protected]
โ โ โโโฌ [email protected]
โ โ โ โโโฌ [email protected]
โ โ โ โ โโโฌ [email protected]
โ โ โ โ โ โโโ [email protected]
โ โ โ โ โโโฌ [email protected]
โ โ โ โ โ โโโ [email protected]
firebase 7.13 is using old versions of minimist .
[email protected] fix that
Thanks @Polatouche! Yes, we replaced grpc with grpc-js, so minimist is not a dependency of firestore any more.
Most helpful comment
Hi @google-oss-bot ๐
What info do you need more?