Skip to content

Commit 097210e

Browse files
renovate-botrenovate[bot]
authored andcommitted
Update dependency mongoose to v5.10.6
1 parent 803485c commit 097210e

File tree

3 files changed

+29
-29
lines changed

3 files changed

+29
-29
lines changed

realworld/backend/package-lock.json

Lines changed: 14 additions & 14 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

realworld/backend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"jsonwebtoken": "8.5.1",
2828
"method-override": "3.0.0",
2929
"methods": "1.1.2",
30-
"mongoose": "5.9.28",
30+
"mongoose": "5.10.6",
3131
"mongoose-unique-validator": "2.0.3",
3232
"morgan": "1.10.0",
3333
"passport": "0.4.1",

realworld/backend/yarn.lock

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -182,10 +182,10 @@ binary-extensions@^2.0.0:
182182
version "2.0.0"
183183
resolved "https://registry.yarnpkg.com/binary-extensions/-/binary-extensions-2.0.0.tgz#23c0df14f6a88077f5f986c0d167ec03c3d5537c"
184184

185-
bl@^2.2.0:
186-
version "2.2.0"
187-
resolved "https://registry.yarnpkg.com/bl/-/bl-2.2.0.tgz#e1a574cdf528e4053019bb800b041c0ac88da493"
188-
integrity sha512-wbgvOpqopSr7uq6fJrLH8EsvYMJf9gzfo2jCsL2eTy75qXPukA4pCgHamOQkZtY5vmfVtjB+P3LNlMHW5CEZXA==
185+
bl@^2.2.1:
186+
version "2.2.1"
187+
resolved "https://registry.yarnpkg.com/bl/-/bl-2.2.1.tgz#8c11a7b730655c5d56898cdc871224f40fd901d5"
188+
integrity sha512-6Pesp1w0DEX1N550i/uGV/TqucVL4AM/pgThFSN/Qq9si1/DF9aIHs1BxD8V/QU0HoeHO6cQRTAuYnLPKq1e4g==
189189
dependencies:
190190
readable-stream "^2.3.5"
191191
safe-buffer "^5.1.1"
@@ -1418,12 +1418,12 @@ [email protected]:
14181418
resolved "https://registry.yarnpkg.com/mkdirp/-/mkdirp-1.0.4.tgz#3eb5ed62622756d79a5f0e2a221dfebad75c2f7e"
14191419
integrity sha512-vVqVZQyf3WLx2Shd0qJ9xuvqgAyKPLAiqITEtqW0oIUjzo3PePDd6fW9iFz30ef7Ysp/oiWqbhszeGWW2T6Gzw==
14201420

1421-
mongodb@3.5.10:
1422-
version "3.5.10"
1423-
resolved "https://registry.yarnpkg.com/mongodb/-/mongodb-3.5.10.tgz#ed414988d2935b529004cead6dfdd22681258887"
1424-
integrity sha512-p/C48UvTU/dr/PQEDKfb9DsCVDJWXGmdJNFC+u5FPmTQVtog69X6D8vrWHz+sJx1zJnd96sjdh9ueo7bx2ILTw==
1421+
mongodb@3.6.2:
1422+
version "3.6.2"
1423+
resolved "https://registry.yarnpkg.com/mongodb/-/mongodb-3.6.2.tgz#1154a4ac107bf1375112d83a29c5cf97704e96b6"
1424+
integrity sha512-sSZOb04w3HcnrrXC82NEh/YGCmBuRgR+C1hZgmmv4L6dBz4BkRse6Y8/q/neXer9i95fKUBbFi4KgeceXmbsOA==
14251425
dependencies:
1426-
bl "^2.2.0"
1426+
bl "^2.2.1"
14271427
bson "^1.1.4"
14281428
denque "^1.4.1"
14291429
require_optional "^1.0.1"
@@ -1442,14 +1442,14 @@ [email protected]:
14421442
lodash.foreach "^4.1.0"
14431443
lodash.get "^4.0.2"
14441444

1445-
mongoose@5.9.28:
1446-
version "5.9.28"
1447-
resolved "https://registry.yarnpkg.com/mongoose/-/mongoose-5.9.28.tgz#07064fbbc224d7fc4616ce82b7ada0e8df788e9c"
1448-
integrity sha512-A8lNRk4eCQDzk+DagSMYdH94LAYrbTK83LgrUlzqdig3YXvizW3DApJqOWQ5DdhuimvsfiD0Z5NTVzXl/rgi2w==
1445+
mongoose@5.10.6:
1446+
version "5.10.6"
1447+
resolved "https://registry.yarnpkg.com/mongoose/-/mongoose-5.10.6.tgz#36faeb363627e7aac5c209a6d43368a8c6f3354f"
1448+
integrity sha512-p32oja2ydzFMS0K4P7G408Kagju6Qz/LmiAFAcP6BqnIi1McLTd6VZ3+ZQtQmaHM7w8iNupLLambCrsPKNJpYw==
14491449
dependencies:
14501450
bson "^1.1.4"
14511451
kareem "2.3.1"
1452-
mongodb "3.5.10"
1452+
mongodb "3.6.2"
14531453
mongoose-legacy-pluralize "1.0.2"
14541454
mpath "0.7.0"
14551455
mquery "3.2.2"

0 commit comments

Comments
 (0)