Skip to content

Commit

Permalink
Merge pull request intuit#4 from abisalehalliprasan/master
Browse files Browse the repository at this point in the history
Updating dependencies to latest - security vulnerability removed
  • Loading branch information
rociomontes committed Mar 27, 2019
2 parents 8d1d5c9 + 5c53e97 commit 86dd8a7
Showing 1 changed file with 25 additions and 26 deletions.
51 changes: 25 additions & 26 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,30 +6,29 @@
"start": "node ./bin/www"
},
"dependencies": {
"body-parser": "~1.13.1",
"cookie-parser": "~1.3.5",
"debug": "~2.2.0",
"express": "~4.13.0",
"jade": "~1.11.0",
"morgan": "~1.6.1",
"serve-favicon": "~2.3.0",
"node-quickbooks": "1.0.18",
"quickbase": "0.3.2",
"request" : "2.58.0",
"uuid": "*",
"node-uuid": "*",
"request-debug": "0.2.0",
"moment": "2.10.3",
"underscore": "1.6.0",
"express-session": "1.11.3",
"express-router": "0.0.1",
"mongoose": "4.0.6",
"passport-intuit": "0.2.0",
"passport": "0.2.2",
"properties-reader": "0.0.10",
"mocha" : "2.2.5",
"superagent" : "1.2.0",
"chai" : "*"

"body-parser": "~1.18.3",
"cookie-parser": "~1.4.4",
"debug": "~4.1.1",
"express": "~4.16.4",
"jade": "~1.11.0",
"morgan": "~1.9.1",
"serve-favicon": "~2.5.0",
"node-quickbooks": "2.0.29",
"quickbase": "2.10.2",
"request": "2.88.0",
"uuid": "*",
"node-uuid": "*",
"request-debug": "0.2.0",
"moment": "2.24.0",
"underscore": "1.9.1",
"express-session": "1.15.6",
"express-router": "0.0.1",
"mongoose": "5.4.20",
"passport-intuit": "0.2.0",
"passport": "0.4.0",
"properties-reader": "0.0.16",
"mocha": "6.0.2",
"superagent": "4.1.0",
"chai": "*"
}
}
}

0 comments on commit 86dd8a7

Please sign in to comment.