Skip to content

Instantly share code, notes, and snippets.

@imaxxs
Last active August 8, 2022 04:37
Show Gist options
  • Select an option

  • Save imaxxs/eec0d6cbc8bc2a71d43113efad35a966 to your computer and use it in GitHub Desktop.

Select an option

Save imaxxs/eec0d6cbc8bc2a71d43113efad35a966 to your computer and use it in GitHub Desktop.
➜ drive git:(main) ✗ npm install firebase-functions@latest firebase-admin@latest --save
added 203 packages, removed 2 packages, and audited 1624 packages in 12s
120 packages are looking for funding
run `npm fund` for details
53 vulnerabilities (12 moderate, 38 high, 3 critical)
To address issues that do not require attention, run:
npm audit fix
Some issues need review, and may require choosing
a different dependency.
Run `npm audit` for details.
➜ drive git:(main) ✗ npm install -g firebase-tools
npm WARN deprecated har-validator@5.1.3: this library is no longer supported
npm WARN deprecated debug@4.1.1: Debug versions >=3.2.0 <3.2.7 || >=4 <4.3.1 have a low-severity ReDos regression when used in a Node.js environment. It is recommended you upgrade to 3.2.7 or 4.3.1. (https://github.com/visionmedia/debug/issues/797)
npm WARN deprecated uuid@3.4.0: Please upgrade to version 7 or higher. Older versions may use Math.random() in certain circumstances, which is known to be problematic. See https://v8.dev/blog/math-random for details.
npm WARN deprecated request@2.88.2: request has been deprecated, see https://github.com/request/request/issues/3142
added 1 package, changed 697 packages, and audited 699 packages in 36s
39 packages are looking for funding
run `npm fund` for details
21 vulnerabilities (14 moderate, 7 high)
To address issues that do not require attention, run:
npm audit fix
To address all issues (including breaking changes), run:
npm audit fix --force
Run `npm audit` for details.
➜ drive git:(main) ✗ firebase init
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment