Skip to content

Commit

Permalink
Merge pull request #4337 from strapi/fix/mongoose-breaks-populate
Browse files Browse the repository at this point in the history
Lock mongoose version to be 5.7.4
  • Loading branch information
alexandrebodin committed Oct 23, 2019
2 parents ed3fc1a + 0e7712e commit 8be0795
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/strapi-hook-mongoose/package.json
Expand Up @@ -16,7 +16,7 @@
"main": "./lib",
"dependencies": {
"lodash": "^4.17.11",
"mongoose": "^5.5.9",
"mongoose": "5.7.4",
"mongoose-float": "^1.0.4",
"mongoose-long": "^0.2.1",
"pluralize": "^7.0.0",
Expand Down
2 changes: 1 addition & 1 deletion yarn.lock
Expand Up @@ -12155,7 +12155,7 @@ mongoose-long@^0.2.1:
resolved "https://registry.yarnpkg.com/mongoose-long/-/mongoose-long-0.2.1.tgz#2d4f560430338bfbe7129e31a543c497a2d6a4db"
integrity sha512-cbzEW5rShz8MxoTMFUidf13KObGkauA4ILeR3XcIdI7VLzMXwwXy///gLAbN2fD6vYy2ZAMDnCopQrCkNH9VNQ==

mongoose@^5.5.13, mongoose@^5.5.9:
mongoose@5.7.4, mongoose@^5.5.13:
version "5.7.4"
resolved "https://registry.yarnpkg.com/mongoose/-/mongoose-5.7.4.tgz#b6a77a9217dace917ab028fa5dc72f400f2faf4b"
integrity sha512-IgqQS5HIaZ8tG2cib6QllfIw2Wc/A0QVOsdKLsSqRolqJFWOjI0se3vsKXLNkbEcuJ1xziW3e/jPhBs65678Hg==
Expand Down

0 comments on commit 8be0795

Please sign in to comment.