joinflux / firebase-remote-config

MIT License
7 stars 9 forks source link

firebase-remote-config uses an unsecured version of firebase #7

Open mic345 opened 2 years ago

mic345 commented 2 years ago

Describe the bug Package.json requires an older version of firebase which includes an unsecured version of node-fetch. Best if you upgrade to 9.6.x https://firebase.google.com/support/release-notes/js#version_8101_-_january_28_2022

To Reproduce Steps to reproduce the behavior:

  1. Run yarn audit

Expected behavior A clear and concise description of what you expected to happen.

Screenshots

1855801932-Screen-Shot

gugahoi commented 2 years ago

Thanks for reporting @mic345. Will look into updating this and publishing a new version.