Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Bug 526476 - Warning when starting server: "DeprecationWarning: `ensu…
…reIndex()` is deprecated in Mongoose >= 4.12.0, use `createIndex()` instead"
  • Loading branch information
squarti committed Oct 26, 2017
1 parent 6fe36d3 commit 9ce014d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/orionode/package.json
Expand Up @@ -12,7 +12,7 @@
"bluebird": "^3.3.3",
"body-parser": "^1.15.0",
"compression": "^1.6.0",
"connect-mongo": "^1.1.0",
"connect-mongo": "^2.0.0",
"cookie-parser": "^1.4.1",
"diff": "^3.1.0",
"express": "^4.13.3",
Expand Down

0 comments on commit 9ce014d

Please sign in to comment.