Update dependency mongoose to v7.2.2

This commit is contained in:
renovate[bot]
2023-05-30 15:22:50 +00:00
parent 9f47010425
commit 06c206c230
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",
"googleapis": "118.0.0",
"ics": "3.1.0",
"mongoose": "7.2.1",
"mongoose": "7.2.2",
"next": "^13.3.1",
"next-auth": "4.22.1",
"next-axiom": "0.17.0",
@@ -9005,9 +9005,9 @@
}
},
"node_modules/mongoose": {
"version": "7.2.1",
"resolved": "https://registry.npmjs.org/mongoose/-/mongoose-7.2.1.tgz",
"integrity": "sha512-c2OOl+ch9NlmPeJw7UjSb2jHNjoOw1XXHyzwygIf4z1GmaBx1OYb8OYqHkYPivvEmfY/vUWZFCgePsDqZgFn2w==",
"version": "7.2.2",
"resolved": "https://registry.npmjs.org/mongoose/-/mongoose-7.2.2.tgz",
"integrity": "sha512-JPBMTF+oYfLGVFWbHSZ/H+f1GajNanGLYH6c/P0nE3bNJfwGhX573vieGR0kNlNhj3cZk8WCPrnVsTNeUmFUag==",
"dependencies": {
"bson": "^5.3.0",
"kareem": "2.5.1",
@@ -18788,9 +18788,9 @@
}
},
"mongoose": {
"version": "7.2.1",
"resolved": "https://registry.npmjs.org/mongoose/-/mongoose-7.2.1.tgz",
"integrity": "sha512-c2OOl+ch9NlmPeJw7UjSb2jHNjoOw1XXHyzwygIf4z1GmaBx1OYb8OYqHkYPivvEmfY/vUWZFCgePsDqZgFn2w==",
"version": "7.2.2",
"resolved": "https://registry.npmjs.org/mongoose/-/mongoose-7.2.2.tgz",
"integrity": "sha512-JPBMTF+oYfLGVFWbHSZ/H+f1GajNanGLYH6c/P0nE3bNJfwGhX573vieGR0kNlNhj3cZk8WCPrnVsTNeUmFUag==",
"requires": {
"bson": "^5.3.0",
"kareem": "2.5.1",

View File

@@ -19,7 +19,7 @@
"date-fns-tz": "2.0.0",
"googleapis": "118.0.0",
"ics": "3.1.0",
"mongoose": "7.2.1",
"mongoose": "7.2.2",
"next": "^13.3.1",
"next-auth": "4.22.1",
"next-axiom": "0.17.0",