Skip to content

Commit

Permalink
Updates mongodb driver to 3.5.4
Browse files Browse the repository at this point in the history
  • Loading branch information
filipenevola committed Mar 6, 2020
1 parent 34f8807 commit 71ae51a
Show file tree
Hide file tree
Showing 2 changed files with 100 additions and 8 deletions.
104 changes: 98 additions & 6 deletions packages/npm-mongo/.npm/package/npm-shrinkwrap.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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: "3.3.0",
version: "3.6.0-rc193.0",
documentation: null
});

Npm.depends({
mongodb: "3.2.7"
mongodb: "3.5.4"
});

Package.onUse(function (api) {
Expand Down

0 comments on commit 71ae51a

Please sign in to comment.