Skip to content

Commit de90904

Browse files
Merge pull request #164 from samuelterra22/dependabot/npm_and_yarn/mongodb-3.6.2
Bump mongodb from 3.6.1 to 3.6.2
2 parents 0c67d08 + e22b639 commit de90904

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"ioredis": "^4.17.3",
2727
"jsonwebtoken": "^8.5.1",
2828
"mime": "^2.4.6",
29-
"mongodb": "^3.6.1",
29+
"mongodb": "^3.6.2",
3030
"multer": "^1.4.2",
3131
"nodemailer": "^6.4.11",
3232
"pg": "^8.3.3",

yarn.lock

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1997,7 +1997,7 @@ bindings@^1.5.0:
19971997
dependencies:
19981998
file-uri-to-path "1.0.0"
19991999

2000-
bl@^2.2.0:
2000+
bl@^2.2.1:
20012001
version "2.2.1"
20022002
resolved "https://registry.yarnpkg.com/bl/-/bl-2.2.1.tgz#8c11a7b730655c5d56898cdc871224f40fd901d5"
20032003
integrity sha512-6Pesp1w0DEX1N550i/uGV/TqucVL4AM/pgThFSN/Qq9si1/DF9aIHs1BxD8V/QU0HoeHO6cQRTAuYnLPKq1e4g==
@@ -4990,12 +4990,12 @@ mkdirp@^0.5.1:
49904990
dependencies:
49914991
minimist "^1.2.5"
49924992

4993-
mongodb@^3.6.1:
4994-
version "3.6.1"
4995-
resolved "https://registry.yarnpkg.com/mongodb/-/mongodb-3.6.1.tgz#2c5cc2a81456ba183e8c432d80e78732cc72dabd"
4996-
integrity sha512-uH76Zzr5wPptnjEKJRQnwTsomtFOU/kQEU8a9hKHr2M7y9qVk7Q4Pkv0EQVp88742z9+RwvsdTw6dRjDZCNu1g==
4993+
mongodb@^3.6.2:
4994+
version "3.6.2"
4995+
resolved "https://registry.yarnpkg.com/mongodb/-/mongodb-3.6.2.tgz#1154a4ac107bf1375112d83a29c5cf97704e96b6"
4996+
integrity sha512-sSZOb04w3HcnrrXC82NEh/YGCmBuRgR+C1hZgmmv4L6dBz4BkRse6Y8/q/neXer9i95fKUBbFi4KgeceXmbsOA==
49974997
dependencies:
4998-
bl "^2.2.0"
4998+
bl "^2.2.1"
49994999
bson "^1.1.4"
50005000
denque "^1.4.1"
50015001
require_optional "^1.0.1"

0 commit comments

Comments
 (0)