Skip to content

Commit

Permalink
Bump mongodb from 3.6.4 to 3.6.5
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Mar 17, 2021
1 parent 4dde1d0 commit 3212d3d
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion packages/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"compression": "^1.7.4",
"dotenv": "^8.2.0",
"express": "^4.17.1",
"mongodb": "^3.6.4",
"mongodb": "^3.6.5",
"restify": "^8.5.1"
},
"files": [
Expand Down
2 changes: 1 addition & 1 deletion packages/headwatcher/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"@types/mongodb": "^3.6.10",
"compression": "^1.7.4",
"dotenv": "^8.2.0",
"mongodb": "^3.6.4"
"mongodb": "^3.6.5"
},
"devDependencies": {
"@types/node": "^12.20.6"
Expand Down
2 changes: 1 addition & 1 deletion packages/sequencer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"@types/mongodb": "^3.6.10",
"compression": "^1.7.4",
"dotenv": "^8.2.0",
"mongodb": "^3.6.4"
"mongodb": "^3.6.5"
},
"devDependencies": {
"@types/node": "^12.20.6"
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5800,10 +5800,10 @@ moment@^2.19.3:
resolved "https://registry.yarnpkg.com/moment/-/moment-2.29.1.tgz#b2be769fa31940be9eeea6469c075e35006fa3d3"
integrity sha512-kHmoybcPV8Sqy59DwNDY3Jefr64lK/by/da0ViFcuA4DH0vQg5Q6Ze5VimxkfQNSC+Mls/Kx53s7TjP1RhFEDQ==

mongodb@^3.6.4:
version "3.6.4"
resolved "https://registry.yarnpkg.com/mongodb/-/mongodb-3.6.4.tgz#ca59fd65b06831308262372ef9df6b78f9da97be"
integrity sha512-Y+Ki9iXE9jI+n9bVtbTOOdK0B95d6wVGSucwtBkvQ+HIvVdTCfpVRp01FDC24uhC/Q2WXQ8Lpq3/zwtB5Op9Qw==
mongodb@^3.6.5:
version "3.6.5"
resolved "https://registry.yarnpkg.com/mongodb/-/mongodb-3.6.5.tgz#c27d786fd4d3c83dc19302483707d12a9d2aee5f"
integrity sha512-mQlYKw1iGbvJJejcPuyTaytq0xxlYbIoVDm2FODR+OHxyEiMR021vc32bTvamgBjCswsD54XIRwhg3yBaWqJjg==
dependencies:
bl "^2.2.1"
bson "^1.1.4"
Expand Down

0 comments on commit 3212d3d

Please sign in to comment.