Closed
Description
[REQUIRED] Describe your environment
- Operating System version: macOS Catalina 10.15.4
- Browser version: 76.0.1
- Firebase SDK version: 7.20.0
- Firebase Product: firestore (auth, database, storage, etc)
[REQUIRED] Describe the problem
There is a known security vulnerability with Node-Fetch that has been fixed in version 2.6.1+
https://www.npmjs.com/advisories/1556
Steps to reproduce:
Create a new project using yarn init
.
Add firebase via yarn add firebase
.
Run yarn audit
Note the security vulnerability on downstream dependency node-fetch.
Relevant Code:
As this is a downstream dependency issue, I dont have any relevant code to provide.