Skip to content

Commit

Permalink
Update dependency mongoose to ^5.10.15
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Nov 16, 2020
1 parent 84e1d17 commit cce5fc6
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion packages/adapter-mongoose/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"@keystonejs/keystone": "^17.1.1",
"@keystonejs/utils": "^5.4.3",
"cuid": "^2.1.8",
"mongoose": "^5.10.14",
"mongoose": "^5.10.15",
"p-settle": "^4.1.1"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/fields-location-google/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"@keystonejs/adapter-prisma": "^1.0.8",
"@keystonejs/fields": "^20.1.0",
"google-maps-react": "^2.0.6",
"mongoose": "^5.10.14",
"mongoose": "^5.10.15",
"node-fetch": "^2.6.1",
"react": "^16.14.0",
"react-toast-notifications": "^2.4.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/fields/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
"lodash.groupby": "^4.6.0",
"lodash.isequal": "^4.5.0",
"luxon": "^1.25.0",
"mongoose": "^5.10.14",
"mongoose": "^5.10.15",
"p-settle": "^4.1.1",
"prop-types": "^15.7.2",
"react": "^16.14.0",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -17364,10 +17364,10 @@ [email protected]:
resolved "https://registry.yarnpkg.com/mongoose-legacy-pluralize/-/mongoose-legacy-pluralize-1.0.2.tgz#3ba9f91fa507b5186d399fb40854bff18fb563e4"
integrity sha512-Yo/7qQU4/EyIS8YDFSeenIvXxZN+ld7YdV9LqFVQJzTLye8unujAWPZ4NWKfFA+RNjh+wvTWKY9Z3E5XM6ZZiQ==

mongoose@^5.10.14:
version "5.10.14"
resolved "https://registry.yarnpkg.com/mongoose/-/mongoose-5.10.14.tgz#2f245ea578c008939599356ff6a8ba7e7643f987"
integrity sha512-lG7TCyjGjVPM4R1HWCyWZbdK7hC4MdWRG7P95hDENXSvaLkGLiP7WZbGT83KzLY8+400x1p6C53UALD3MqpsCA==
mongoose@^5.10.15:
version "5.10.15"
resolved "https://registry.yarnpkg.com/mongoose/-/mongoose-5.10.15.tgz#5e559467890e0883d2a1ff0470a7467a1b47e52d"
integrity sha512-3QUWCpMRdFCPIBZkjG/B2OkfMY2WLkR+hv335o4T2mn3ta9kx8qVvXeUDojp3OHMxBZVUyCA+hDyyP4/aKmHuA==
dependencies:
bson "^1.1.4"
kareem "2.3.1"
Expand Down

0 comments on commit cce5fc6

Please sign in to comment.