Skip to content

Commit

Permalink
Bump mongodb from 2.2.36 to 3.6.1 in /examples/todo-app/backend (#217)
Browse files Browse the repository at this point in the history
Bumps [mongodb](https://github.com/mongodb/node-mongodb-native) from 2.2.36 to 3.6.1.
- [Release notes](https://github.com/mongodb/node-mongodb-native/releases)
- [Changelog](https://github.com/mongodb/node-mongodb-native/blob/master/CHANGES_3.0.0.md)
- [Commits](mongodb/node-mongodb-native@v2.2.36...v3.6.1)

Signed-off-by: dependabot[bot] <[email protected]>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Sep 7, 2020
1 parent b916fac commit a91b678
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/todo-app/backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"license": "MIT",
"dependencies": {
"lodash": "^4.17.4",
"mongodb": "^2.2.30",
"mongodb": "^3.6.1",
"uuid": "^2.0.3"
},
"devDependencies": {
Expand Down

0 comments on commit a91b678

Please sign in to comment.