Update dependency mongoose to v6.6.4

This commit is contained in:
renovate[bot]
2022-10-03 19:08:16 +00:00
parent 902373f8de
commit 3f9f090782
2 changed files with 8 additions and 8 deletions

14
package-lock.json generated
View File

@@ -16,7 +16,7 @@
"date-fns-tz": "1.3.7",
"googleapis": "107.0.0",
"ics": "2.40.0",
"mongoose": "6.6.3",
"mongoose": "6.6.4",
"next": "12.3.1",
"next-auth": "4.12.2",
"next-axiom": "0.14.0",
@@ -7035,9 +7035,9 @@
}
},
"node_modules/mongoose": {
"version": "6.6.3",
"resolved": "https://registry.npmjs.org/mongoose/-/mongoose-6.6.3.tgz",
"integrity": "sha512-2Ye018PNBBXJd717qhfjBGo7k8HQb/pKziO9d5wY14iZSUI7hxqL7bwNDg+poeBwnlhBYLncZkips15Blfgxbw==",
"version": "6.6.4",
"resolved": "https://registry.npmjs.org/mongoose/-/mongoose-6.6.4.tgz",
"integrity": "sha512-gkH17ZFdwUHIadWXIjNfZ3y/Wa7WlWu54SeieHMnpDuk8QNaA9RezmFN+s4CvghfvdfVIgifsv/jviqUMFFdnw==",
"dependencies": {
"bson": "^4.6.5",
"kareem": "2.4.1",
@@ -14957,9 +14957,9 @@
}
},
"mongoose": {
"version": "6.6.3",
"resolved": "https://registry.npmjs.org/mongoose/-/mongoose-6.6.3.tgz",
"integrity": "sha512-2Ye018PNBBXJd717qhfjBGo7k8HQb/pKziO9d5wY14iZSUI7hxqL7bwNDg+poeBwnlhBYLncZkips15Blfgxbw==",
"version": "6.6.4",
"resolved": "https://registry.npmjs.org/mongoose/-/mongoose-6.6.4.tgz",
"integrity": "sha512-gkH17ZFdwUHIadWXIjNfZ3y/Wa7WlWu54SeieHMnpDuk8QNaA9RezmFN+s4CvghfvdfVIgifsv/jviqUMFFdnw==",
"requires": {
"bson": "^4.6.5",
"kareem": "2.4.1",

View File

@@ -19,7 +19,7 @@
"date-fns-tz": "1.3.7",
"googleapis": "107.0.0",
"ics": "2.40.0",
"mongoose": "6.6.3",
"mongoose": "6.6.4",
"next": "12.3.1",
"next-auth": "4.12.2",
"next-axiom": "0.14.0",