Update dependency mongoose to v7.4.1

This commit is contained in:
renovate[bot]
2023-07-24 17:24:36 +00:00
parent 0fd3834e03
commit 56e2bb5c1c
2 changed files with 8 additions and 8 deletions

14
package-lock.json generated
View File

@@ -16,7 +16,7 @@
"date-fns-tz": "2.0.0", "date-fns-tz": "2.0.0",
"googleapis": "118.0.0", "googleapis": "118.0.0",
"ics": "3.2.0", "ics": "3.2.0",
"mongoose": "7.4.0", "mongoose": "7.4.1",
"next": "^13.3.1", "next": "^13.3.1",
"next-auth": "4.22.3", "next-auth": "4.22.3",
"next-axiom": "0.18.0", "next-axiom": "0.18.0",
@@ -9055,9 +9055,9 @@
} }
}, },
"node_modules/mongoose": { "node_modules/mongoose": {
"version": "7.4.0", "version": "7.4.1",
"resolved": "https://registry.npmjs.org/mongoose/-/mongoose-7.4.0.tgz", "resolved": "https://registry.npmjs.org/mongoose/-/mongoose-7.4.1.tgz",
"integrity": "sha512-oHE1eqodfKzugXRlQxpo+msIea7jPcRoayDuEMr50+bYwM/juA5f+1stjkWlXcg6vo1PdJFVA6DGaKOPLuG5mA==", "integrity": "sha512-o3E5KHHiHdaiwCJG3+9r70sncRKki71Ktf/TfXdW6myu+53rtZ56uLl5ylkQiCf60V3COJuOeekcxXVsjQ7cBA==",
"dependencies": { "dependencies": {
"bson": "^5.4.0", "bson": "^5.4.0",
"kareem": "2.5.1", "kareem": "2.5.1",
@@ -18873,9 +18873,9 @@
} }
}, },
"mongoose": { "mongoose": {
"version": "7.4.0", "version": "7.4.1",
"resolved": "https://registry.npmjs.org/mongoose/-/mongoose-7.4.0.tgz", "resolved": "https://registry.npmjs.org/mongoose/-/mongoose-7.4.1.tgz",
"integrity": "sha512-oHE1eqodfKzugXRlQxpo+msIea7jPcRoayDuEMr50+bYwM/juA5f+1stjkWlXcg6vo1PdJFVA6DGaKOPLuG5mA==", "integrity": "sha512-o3E5KHHiHdaiwCJG3+9r70sncRKki71Ktf/TfXdW6myu+53rtZ56uLl5ylkQiCf60V3COJuOeekcxXVsjQ7cBA==",
"requires": { "requires": {
"bson": "^5.4.0", "bson": "^5.4.0",
"kareem": "2.5.1", "kareem": "2.5.1",

View File

@@ -19,7 +19,7 @@
"date-fns-tz": "2.0.0", "date-fns-tz": "2.0.0",
"googleapis": "118.0.0", "googleapis": "118.0.0",
"ics": "3.2.0", "ics": "3.2.0",
"mongoose": "7.4.0", "mongoose": "7.4.1",
"next": "^13.3.1", "next": "^13.3.1",
"next-auth": "4.22.3", "next-auth": "4.22.3",
"next-axiom": "0.18.0", "next-axiom": "0.18.0",