Skip to content
This repository was archived by the owner on Dec 15, 2022. It is now read-only.
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
35 changes: 35 additions & 0 deletions .snyk
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
# Snyk (https://snyk.io) policy file, patches or ignores known vulnerabilities.
version: v1.7.1
ignore: {}
# patches apply the minimum changes required to fix a vulnerability
patch:
'npm:debug:20170905':
- fh-mbaas-api > debug:
patched: '2017-10-11T14:40:09.331Z'
- fh-mbaas-api > fh-mbaas-express > body-parser > debug:
patched: '2017-10-11T14:40:09.331Z'
- fh-mbaas-api > fh-mbaas-express > express > debug:
patched: '2017-10-11T14:40:09.331Z'
- fh-mbaas-api > fh-mbaas-express > express > send > debug:
patched: '2017-10-11T14:40:09.331Z'
- fh-mbaas-api > fh-mbaas-express > express > serve-static > send > debug:
patched: '2017-10-11T14:40:09.331Z'
- fh-mbaas-api > fh-sync > debug:
patched: '2017-10-11T14:40:09.331Z'
'npm:ms:20170412':
- fh-mbaas-api > debug > ms:
patched: '2017-10-11T14:40:09.331Z'
- fh-mbaas-api > fh-mbaas-express > express > serve-static > send > ms:
patched: '2017-10-11T14:40:09.331Z'
- fh-mbaas-api > fh-mbaas-express > body-parser > debug > ms:
patched: '2017-10-11T14:40:09.331Z'
- fh-mbaas-api > fh-mbaas-express > express > debug > ms:
patched: '2017-10-11T14:40:09.331Z'
- fh-mbaas-api > fh-mbaas-express > express > send > debug > ms:
patched: '2017-10-11T14:40:09.331Z'
- fh-mbaas-api > fh-mbaas-express > express > serve-static > send > debug > ms:
patched: '2017-10-11T14:40:09.331Z'
- fh-mbaas-api > fh-mbaas-express > express > send > ms:
patched: '2017-10-11T14:40:09.331Z'
- fh-mbaas-api > fh-sync > debug > ms:
patched: '2017-10-11T14:40:09.331Z'
14 changes: 9 additions & 5 deletions package.json
100755 → 100644
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,12 @@
"name": "helloworld-cloud",
"version": "0.2.0",
"dependencies": {
"body-parser": "~1.0.2",
"body-parser": "~1.17.1",
"cors": "~2.8.3",
"express": "~4.15.3",
"express": "~4.16.0",
"fh-mbaas-api": "~8.0.2",
"request": "2.81.0"
"request": "2.81.0",
"snyk": "^1.42.6"
},
"devDependencies": {
"grunt": "~0.4.0",
Expand Down Expand Up @@ -39,7 +40,10 @@
"analysis": "grunt analysis",
"debug": "grunt debug",
"serve": "grunt serve",
"start": "node application.js"
"start": "node application.js",
"snyk-protect": "snyk protect",
"prepublish": "npm run snyk-protect"
},
"license": "Apache-2.0"
"license": "Apache-2.0",
"snyk": true
}