Skip to content

Commit

Permalink
Bump mongodb driver to 2.2.24
Browse files Browse the repository at this point in the history
Fixes #8449
  • Loading branch information
laosb authored and Ben Newman committed Mar 8, 2017
1 parent 2d0fa64 commit 72b5b33
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/npm-mongo/package.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@

Package.describe({
summary: "Wrapper around the mongo npm package",
version: '2.2.16_1',
version: '2.2.24',
documentation: null
});

Npm.depends({
mongodb: "2.2.16"
mongodb: "2.2.24"
});

Package.onUse(function (api) {
Expand Down

0 comments on commit 72b5b33

Please sign in to comment.