Skip to content

Commit

Permalink
fix(dependencies): update mongoose@4.9.9
Browse files Browse the repository at this point in the history
  • Loading branch information
dsevillamartin committed May 14, 2017
1 parent 5489e09 commit 610dfcb
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"version": "1.0.0",
"description": "A Gitlab repo monitor bot for Discord",
"main": "lib/index.js",
"private": true,
"scripts": {
"start": "node lib/index.js",
"lint": "eslint .",
Expand Down Expand Up @@ -30,7 +31,7 @@
"jsondiffpatch": "^0.2.4",
"moment": "^2.18.1",
"moment-duration-format": "^1.3.0",
"mongoose": "^4.9.7",
"mongoose": "^4.9.9",
"snekfetch": "^3.1.6",
"snyk": "^1.30.0",
"winston": "^2.3.1"
Expand Down
6 changes: 3 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1907,9 +1907,9 @@ mongodb@2.2.26:
mongodb-core "2.1.10"
readable-stream "2.2.7"

mongoose@^4.9.7:
version "4.9.7"
resolved "https://registry.yarnpkg.com/mongoose/-/mongoose-4.9.7.tgz#eb86528cff7e7b78a27e084b59e5131641599d0b"
mongoose@^4.9.9:
version "4.9.9"
resolved "https://registry.yarnpkg.com/mongoose/-/mongoose-4.9.9.tgz#8671fbe06c945f55fba7ad03797bc02f19516762"
dependencies:
async "2.1.4"
bson "~1.0.4"
Expand Down

0 comments on commit 610dfcb

Please sign in to comment.