Skip to content

Commit 0f31f60

Browse files
chore(deps): update dependency mongoose to v6.6.4 (#4625)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 8cbf918 commit 0f31f60

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

examples/mongoose-example/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"@graphql-mesh/cli": "0.78.28",
1111
"@graphql-mesh/mongoose": "0.11.18",
1212
"graphql": "16.6.0",
13-
"mongoose": "6.6.3"
13+
"mongoose": "6.6.4"
1414
},
1515
"devDependencies": {
1616
"jest": "29.1.2"

packages/handlers/mongoose/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"mongoose": "*"
3030
},
3131
"devDependencies": {
32-
"mongoose": "6.6.3"
32+
"mongoose": "6.6.4"
3333
},
3434
"dependencies": {
3535
"@graphql-mesh/types": "0.84.7",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14633,10 +14633,10 @@ [email protected]:
1463314633
optionalDependencies:
1463414634
saslprep "^1.0.3"
1463514635

14636-
14637-
version "6.6.3"
14638-
resolved "https://registry.yarnpkg.com/mongoose/-/mongoose-6.6.3.tgz#9c6ab3bc12a00fa41213e54ba2c898254bdaefe3"
14639-
integrity sha512-2Ye018PNBBXJd717qhfjBGo7k8HQb/pKziO9d5wY14iZSUI7hxqL7bwNDg+poeBwnlhBYLncZkips15Blfgxbw==
14636+
14637+
version "6.6.4"
14638+
resolved "https://registry.yarnpkg.com/mongoose/-/mongoose-6.6.4.tgz#de65b470e66a5df222ea43b051f59230325a362a"
14639+
integrity sha512-gkH17ZFdwUHIadWXIjNfZ3y/Wa7WlWu54SeieHMnpDuk8QNaA9RezmFN+s4CvghfvdfVIgifsv/jviqUMFFdnw==
1464014640
dependencies:
1464114641
bson "^4.6.5"
1464214642
kareem "2.4.1"

0 commit comments

Comments
 (0)