Skip to content

Commit

Permalink
fix(deps): update dependency mongodb to v3.6.11
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot authored and renovate[bot] committed Aug 7, 2021
1 parent 1264b79 commit 7b3d365
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion plugins/mongodb/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
},
"dependencies": {
"@rafterjs/logger-plugin": "^0.8.38",
"mongodb": "3.6.10"
"mongodb": "3.6.11"
},
"devDependencies": {
"@rafterjs/babel-preset-rafter": "^0.8.38",
Expand Down
8 changes: 4 additions & 4 deletions plugins/mongodb/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -60,10 +60,10 @@ memory-pager@^1.0.2:
resolved "https://registry.yarnpkg.com/memory-pager/-/memory-pager-1.5.0.tgz#d8751655d22d384682741c972f2c3d6dfa3e66b5"
integrity sha512-ZS4Bp4r/Zoeq6+NLJpP+0Zzm0pR8whtGPf1XExKLJBAczGMnSi3It14OiNCStjQjM6NU1okjQGSxgEZN8eBYKg==

mongodb@3.6.10:
version "3.6.10"
resolved "https://registry.yarnpkg.com/mongodb/-/mongodb-3.6.10.tgz#f10e990113c86b195c8af0599b9b3a90748b6ee4"
integrity sha512-fvIBQBF7KwCJnDZUnFFy4WqEFP8ibdXeFANnylW19+vOwdjOAvqIzPdsNCEMT6VKTHnYu4K64AWRih0mkFms6Q==
mongodb@3.6.11:
version "3.6.11"
resolved "https://registry.yarnpkg.com/mongodb/-/mongodb-3.6.11.tgz#8a59a0491a92b00a8c925f72ed9d9a5b054aebb2"
integrity sha512-4Y4lTFHDHZZdgMaHmojtNAlqkvddX2QQBEN0K//GzxhGwlI9tZ9R0vhbjr1Decw+TF7qK0ZLjQT292XgHRRQgw==
dependencies:
bl "^2.2.1"
bson "^1.1.4"
Expand Down

0 comments on commit 7b3d365

Please sign in to comment.