Update dependency mongoose to v6.4.7

This commit is contained in:
renovate[bot]
2022-07-25 22:07:08 +00:00
parent 9f945550fa
commit a64a0ed0b7
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.6",
"googleapis": "105.0.0",
"ics": "2.37.0",
"mongoose": "6.4.6",
"mongoose": "6.4.7",
"next": "12.2.3",
"next-auth": "4.10.2",
"next-axiom": "0.11.0",
@@ -6681,9 +6681,9 @@
}
},
"node_modules/mongoose": {
"version": "6.4.6",
"resolved": "https://registry.npmjs.org/mongoose/-/mongoose-6.4.6.tgz",
"integrity": "sha512-ZAfNCWgXhwev6k/+rMzjHIJ/+wLkundQU/i+aUTqmCgGoYqc+B5e4EC4Y3E1XaLzNXiWID1/vocSM6zs5IAGvA==",
"version": "6.4.7",
"resolved": "https://registry.npmjs.org/mongoose/-/mongoose-6.4.7.tgz",
"integrity": "sha512-NvWxRkhXUt4RXR4kj47c8LApf4EIl2Ewt24ZojQiVbHy4mfqpW7UKUV698p8zIdYQ9EEeEfzDlwd4n7B3NGRnA==",
"dependencies": {
"bson": "^4.6.2",
"kareem": "2.4.1",
@@ -14188,9 +14188,9 @@
}
},
"mongoose": {
"version": "6.4.6",
"resolved": "https://registry.npmjs.org/mongoose/-/mongoose-6.4.6.tgz",
"integrity": "sha512-ZAfNCWgXhwev6k/+rMzjHIJ/+wLkundQU/i+aUTqmCgGoYqc+B5e4EC4Y3E1XaLzNXiWID1/vocSM6zs5IAGvA==",
"version": "6.4.7",
"resolved": "https://registry.npmjs.org/mongoose/-/mongoose-6.4.7.tgz",
"integrity": "sha512-NvWxRkhXUt4RXR4kj47c8LApf4EIl2Ewt24ZojQiVbHy4mfqpW7UKUV698p8zIdYQ9EEeEfzDlwd4n7B3NGRnA==",
"requires": {
"bson": "^4.6.2",
"kareem": "2.4.1",

View File

@@ -18,7 +18,7 @@
"date-fns-tz": "1.3.6",
"googleapis": "105.0.0",
"ics": "2.37.0",
"mongoose": "6.4.6",
"mongoose": "6.4.7",
"next": "12.2.3",
"next-auth": "4.10.2",
"next-axiom": "0.11.0",