Skip to content

Commit

Permalink
Merge 0d4e30c into 3b985ca
Browse files Browse the repository at this point in the history
  • Loading branch information
snyk-bot committed Jul 4, 2019
2 parents 3b985ca + 0d4e30c commit d120c92
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 3 deletions.
18 changes: 18 additions & 0 deletions test/functions/.snyk
@@ -0,0 +1,18 @@
# Snyk (https://snyk.io) policy file, patches or ignores known vulnerabilities.
version: v1.13.5
ignore: {}
# patches apply the minimum changes required to fix a vulnerability
patch:
SNYK-JS-LODASH-450202:
- firebase-functions > lodash:
patched: '2019-07-04T03:11:29.687Z'
- firebase-admin > @google-cloud/storage > async > lodash:
patched: '2019-07-04T03:11:29.687Z'
- firebase-admin > @google-cloud/firestore > google-gax > @grpc/proto-loader > lodash:
patched: '2019-07-04T03:11:29.687Z'
- firebase-admin > @google-cloud/storage > @google-cloud/common > google-auto-auth > async > lodash:
patched: '2019-07-04T03:11:29.687Z'
- firebase-admin > @google-cloud/storage > gcs-resumable-upload > google-auto-auth > async > lodash:
patched: '2019-07-04T03:11:29.687Z'
- firebase-admin > @google-cloud/storage > @google-cloud/common > split-array-stream > async > lodash:
patched: '2019-07-04T03:11:29.687Z'
10 changes: 7 additions & 3 deletions test/functions/package.json
@@ -1,15 +1,19 @@
{
"scripts": {
"deploy": "firebase deploy --only functions"
"deploy": "firebase deploy --only functions",
"snyk-protect": "snyk protect",
"prepublish": "npm run snyk-protect"
},
"dependencies": {
"firebase-admin": "^6.5.0",
"firebase-functions": "^2.1.0"
"firebase-functions": "^2.1.0",
"snyk": "^1.189.0"
},
"engines": {
"node": "8"
},
"devDependencies": {
"firebase-tools": "^6.3.0"
}
},
"snyk": true
}

0 comments on commit d120c92

Please sign in to comment.