Skip to content

Commit

Permalink
Update dependency mongodb to ^3.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Sep 2, 2020
1 parent 6872048 commit f4dd950
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@
"memoize-one": "^5.1.1",
"mocha": "^7.2.0",
"mocha-junit-reporter": "^1.23.3",
"mongodb": "^3.5.7",
"mongodb": "^3.6.0",
"p-is-promise": "^3.0.0",
"pino-colada": "^1.6.1",
"prettier": "^1.19.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/mongo-join-builder/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"cuid": "^2.1.8"
},
"devDependencies": {
"mongodb": "^3.5.7",
"mongodb": "^3.6.0",
"mongodb-memory-server-core": "^6.5.2"
},
"repository": "https://github.com/keystonejs/keystone/tree/master/packages/mongo-join-builder"
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -18486,10 +18486,10 @@ mongodb@^3.5.4:
optionalDependencies:
saslprep "^1.0.0"

mongodb@^3.5.7:
version "3.5.7"
resolved "https://registry.yarnpkg.com/mongodb/-/mongodb-3.5.7.tgz#6dcfff3bdbf67a53263dcca1647c265eea1d065d"
integrity sha512-lMtleRT+vIgY/JhhTn1nyGwnSMmJkJELp+4ZbrjctrnBxuLbj6rmLuJFz8W2xUzUqWmqoyVxJLYuC58ZKpcTYQ==
mongodb@^3.6.0:
version "3.6.0"
resolved "https://registry.yarnpkg.com/mongodb/-/mongodb-3.6.0.tgz#babd7172ec717e2ed3f85e079b3f1aa29dce4724"
integrity sha512-/XWWub1mHZVoqEsUppE0GV7u9kanLvHxho6EvBxQbShXTKYF9trhZC2NzbulRGeG7xMJHD8IOWRcdKx5LPjAjQ==
dependencies:
bl "^2.2.0"
bson "^1.1.4"
Expand Down

0 comments on commit f4dd950

Please sign in to comment.