Skip to content

Commit

Permalink
fix: functions/package.json, functions/package-lock.json & functions/…
Browse files Browse the repository at this point in the history
….snyk to reduce vulnerabilities

The following vulnerabilities are fixed with a Snyk patch:
- https://snyk.io/vuln/SNYK-JS-LODASH-567746
  • Loading branch information
snyk-bot authored and UlisesGascon committed Apr 30, 2020
1 parent f30cbc6 commit 97fe16b
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions functions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,19 @@
"shell": "firebase experimental:functions:shell",
"start": "npm run shell",
"deploy": "firebase deploy --only functions",
"logs": "firebase functions:log"
"logs": "firebase functions:log",
"snyk-protect": "snyk protect",
"prepare": "npm run snyk-protect"
},
"dependencies": {
"firebase-admin": "~5.8.1",
"firebase-functions": "^0.8.1"
"firebase-functions": "^0.8.1",
"snyk": "^1.316.1"
},
"devDependencies": {
"eslint": "^4.12.0",
"eslint-plugin-promise": "^3.6.0"
},
"private": true
"private": true,
"snyk": true
}

0 comments on commit 97fe16b

Please sign in to comment.