Skip to content
This repository was archived by the owner on Dec 9, 2024. It is now read-only.

Commit a91b678

Browse files
Bump mongodb from 2.2.36 to 3.6.1 in /examples/todo-app/backend (#217)
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>
1 parent b916fac commit a91b678

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/todo-app/backend/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"license": "MIT",
1010
"dependencies": {
1111
"lodash": "^4.17.4",
12-
"mongodb": "^2.2.30",
12+
"mongodb": "^3.6.1",
1313
"uuid": "^2.0.3"
1414
},
1515
"devDependencies": {

0 commit comments

Comments
 (0)