Skip to content

Commit

Permalink
fix: package.json to reduce vulnerabilities
Browse files Browse the repository at this point in the history
The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/npm:mime:20170907

Latest report for feedhenry/fh-gridfs:
https://snyk.io/test/github/feedhenry/fh-gridfs
  • Loading branch information
snyk-bot committed Oct 11, 2017
1 parent ce8bcc6 commit 5d6d3e1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@
"version": "sed -i.bak \"s/sonar.projectVersion=.*/sonar.projectVersion=${npm_package_version}/\" sonar-project.properties && rm sonar-project.properties.bak && git add sonar-project.properties"
},
"main": "lib/gridFileManager.js",
"repository" : {
"type" : "git",
"url" : "git@github.com:feedhenry/fh-gridfs.git"
"repository": {
"type": "git",
"url": "git@github.com:feedhenry/fh-gridfs.git"
},
"bugs": {
"url": "https://github.com/feedhenry/fh-gridfs/issues"
Expand All @@ -24,7 +24,7 @@
"base64-stream": "0.1.2",
"gridfs-stream": "0.4.0",
"lodash": "2.1.0",
"mime": "1.2.11",
"mime": "1.4.1",
"mongodb": "2.1.18",
"rimraf": "2.2.2",
"usage": "^0.7.1"
Expand Down

0 comments on commit 5d6d3e1

Please sign in to comment.