Skip to content
This repository has been archived by the owner on Apr 13, 2022. It is now read-only.

Commit

Permalink
Browse files Browse the repository at this point in the history
chore(functions): support NodeJS LTS v14. fix audit issues
- update firebase scripts
- from: 6 vulnerabilities found - Severity: 6 High
- to: 0 vulnerabilities found

Closes #17140
  • Loading branch information
Splaktar authored and gkalpak committed Jun 7, 2021
1 parent c140d89 commit c3769a6
Show file tree
Hide file tree
Showing 4 changed files with 813 additions and 653 deletions.
8 changes: 4 additions & 4 deletions scripts/code.angularjs.org-firebase/functions/package.json
Expand Up @@ -2,12 +2,12 @@
"name": "functions-firebase-code.angularjs.org",
"description": "Cloud Functions to serve files from gcs to code.angularjs.org",
"engines": {
"node": "12"
"node": "14"
},
"dependencies": {
"@google-cloud/storage": "^5.7.4",
"firebase-admin": "^9.4.2",
"firebase-functions": "^3.13.1"
"@google-cloud/storage": "^5.8.5",
"firebase-admin": "^9.9.0",
"firebase-functions": "^3.14.1"
},
"private": true
}

0 comments on commit c3769a6

Please sign in to comment.