Skip to content

Commit

Permalink
chore(deps): update dependency mongoose to v8.3.5 (#6977)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed May 15, 2024
1 parent 8f2349c commit 939abc8
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion examples/mongoose-example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"@graphql-mesh/cli": "0.90.5",
"@graphql-mesh/mongoose": "0.98.4",
"graphql": "16.8.1",
"mongoose": "8.3.4"
"mongoose": "8.3.5"
},
"devDependencies": {
"jest": "29.7.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/legacy/handlers/mongoose/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"graphql-compose-pagination": "^8.3.0"
},
"devDependencies": {
"mongoose": "8.3.4"
"mongoose": "8.3.5"
},
"publishConfig": {
"access": "public",
Expand Down
12 changes: 6 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4978,7 +4978,7 @@ __metadata:
graphql-compose-connection: "npm:^8.2.1"
graphql-compose-mongoose: "npm:^10.0.0"
graphql-compose-pagination: "npm:^8.3.0"
mongoose: "npm:8.3.4"
mongoose: "npm:8.3.5"
peerDependencies:
"@graphql-mesh/types": ^0.98.4
"@graphql-mesh/utils": ^0.98.4
Expand Down Expand Up @@ -25555,13 +25555,13 @@ __metadata:
"@graphql-mesh/mongoose": "npm:0.98.4"
graphql: "npm:16.8.1"
jest: "npm:29.7.0"
mongoose: "npm:8.3.4"
mongoose: "npm:8.3.5"
languageName: unknown
linkType: soft

"mongoose@npm:8.3.4":
version: 8.3.4
resolution: "mongoose@npm:8.3.4"
"mongoose@npm:8.3.5":
version: 8.3.5
resolution: "mongoose@npm:8.3.5"
dependencies:
bson: "npm:^6.5.0"
kareem: "npm:2.6.3"
Expand All @@ -25570,7 +25570,7 @@ __metadata:
mquery: "npm:5.0.0"
ms: "npm:2.1.3"
sift: "npm:17.1.3"
checksum: 10c0/e1aec328dcf358090a999cd16b5e96f2e8ec20e4c7199e36ee2999e06eff84cb9a359edad4333ae29b5b960bc21a482516bd5f7e506eff8450ec3786ef3cb4fe
checksum: 10c0/3b6eee352410ab4e5bda59ad14febc75469d44a38b4b4fb35689171e8f267ea1e08d5cb4c5e8c7d74c145bb77f6bcd3353bf37418340895e45e3a4cadcb1a297
languageName: node
linkType: hard

Expand Down

0 comments on commit 939abc8

Please sign in to comment.