Skip to content

Commit

Permalink
Update dependency mongodb to ^3.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Sep 4, 2020
1 parent c3488c5 commit ef27e4c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 16 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.1",
"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.1",
"mongodb-memory-server-core": "^6.6.7"
},
"repository": "https://github.com/keystonejs/keystone/tree/master/packages/mongo-join-builder"
Expand Down
15 changes: 1 addition & 14 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -18303,20 +18303,7 @@ [email protected]:
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==
dependencies:
bl "^2.2.0"
bson "^1.1.4"
denque "^1.4.1"
require_optional "^1.0.1"
safe-buffer "^5.1.2"
optionalDependencies:
saslprep "^1.0.0"

mongodb@^3.5.9:
mongodb@^3.5.9, mongodb@^3.6.1:
version "3.6.1"
resolved "https://registry.yarnpkg.com/mongodb/-/mongodb-3.6.1.tgz#2c5cc2a81456ba183e8c432d80e78732cc72dabd"
integrity sha512-uH76Zzr5wPptnjEKJRQnwTsomtFOU/kQEU8a9hKHr2M7y9qVk7Q4Pkv0EQVp88742z9+RwvsdTw6dRjDZCNu1g==
Expand Down

0 comments on commit ef27e4c

Please sign in to comment.