Skip to content

Commit 557944c

Browse files
authored
Merge pull request #8 from juandav/renovate/mongoose-5.x
fix(deps): update dependency mongoose to v5.9.2
2 parents a70cfd2 + 9744259 commit 557944c

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"class-validator": "0.11.0",
3636
"git": "0.1.5",
3737
"is_js": "0.9.0",
38-
"mongoose": "5.9.1",
38+
"mongoose": "5.9.2",
3939
"nestjs-crud-mongoose": "1.1.1",
4040
"reflect-metadata": "0.1.13",
4141
"rimraf": "3.0.2",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5033,10 +5033,10 @@ mongoose-legacy-pluralize@1.0.2:
50335033
resolved "https://registry.yarnpkg.com/mongoose-legacy-pluralize/-/mongoose-legacy-pluralize-1.0.2.tgz#3ba9f91fa507b5186d399fb40854bff18fb563e4"
50345034
integrity sha512-Yo/7qQU4/EyIS8YDFSeenIvXxZN+ld7YdV9LqFVQJzTLye8unujAWPZ4NWKfFA+RNjh+wvTWKY9Z3E5XM6ZZiQ==
50355035

5036-
mongoose@5.9.1:
5037-
version "5.9.1"
5038-
resolved "https://registry.yarnpkg.com/mongoose/-/mongoose-5.9.1.tgz#48a5fafe6bc7b57d6b41b12ebf55fa5f609518d6"
5039-
integrity sha512-qgS31/nZ63vpr8yBg6w8vaV8ITxwrF2ioNW5AakXmqvVBaOsI0xpDd5QBowESy2InDTk+iDaN5SNgSxGG6GntQ==
5036+
mongoose@5.9.2:
5037+
version "5.9.2"
5038+
resolved "https://registry.yarnpkg.com/mongoose/-/mongoose-5.9.2.tgz#57ebad26784c1002f31bcdb4ecec69c9ab7a9a63"
5039+
integrity sha512-Sa1qfqBvUfAgsrXpZjbBoIx8PEDUJSKF5Ous8gnBFI7TPiueSgJjg6GRA7A0teU8AB/vd0h8rl1rD5RQNfWhIw==
50405040
dependencies:
50415041
bson "~1.1.1"
50425042
kareem "2.3.1"

0 commit comments

Comments
 (0)