fix cve again

This commit is contained in:
Ruidy 2021-03-24 10:33:14 +00:00
parent 0531ee0d39
commit 0b5a0a991c
4 changed files with 2 additions and 3042 deletions

View file

@ -2,5 +2,5 @@ image:
file: .gitpod.Dockerfile
tasks:
- init: npm install && npm run build
command: npm run start
- init: yarn install && yarn build
command: yarn start

View file

@ -1,8 +0,0 @@
const functions = require('firebase-functions');
// // Create and Deploy Your First Cloud Functions
// // https://firebase.google.com/docs/functions/write-firebase-functions
//
// exports.helloWorld = functions.https.onRequest((request, response) => {
// response.send("Hello from Firebase!");
// });

File diff suppressed because it is too large Load diff

View file

@ -1,25 +0,0 @@
{
"name": "functions",
"description": "Cloud Functions for Firebase",
"scripts": {
"lint": "eslint .",
"serve": "firebase emulators:start --only functions",
"shell": "firebase functions:shell",
"start": "npm run shell",
"deploy": "firebase deploy --only functions",
"logs": "firebase functions:log"
},
"engines": {
"node": "8"
},
"dependencies": {
"firebase-admin": "^8.10.0",
"firebase-functions": "^3.6.0"
},
"devDependencies": {
"eslint": "^5.12.0",
"eslint-plugin-promise": "^4.0.1",
"firebase-functions-test": "^0.2.0"
},
"private": true
}