Update dependency mongoose to v7.2.1

This commit is contained in:
renovate[bot]
2023-05-24 22:32:33 +00:00
parent 0a537e695b
commit 8646fec9f3
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.0",
"mongoose": "7.2.1",
"next": "^13.3.1",
"next-auth": "4.22.1",
"next-axiom": "0.17.0",
@@ -9005,9 +9005,9 @@
}
},
"node_modules/mongoose": {
"version": "7.2.0",
"resolved": "https://registry.npmjs.org/mongoose/-/mongoose-7.2.0.tgz",
"integrity": "sha512-sNNsPinfwBiqEZx24kBWZamebORFJ89wr0szw8SFzdy8OZLMxSDKwGUpfa8cLPsCV57z/beGUnaa0ZUGktNmcQ==",
"version": "7.2.1",
"resolved": "https://registry.npmjs.org/mongoose/-/mongoose-7.2.1.tgz",
"integrity": "sha512-c2OOl+ch9NlmPeJw7UjSb2jHNjoOw1XXHyzwygIf4z1GmaBx1OYb8OYqHkYPivvEmfY/vUWZFCgePsDqZgFn2w==",
"dependencies": {
"bson": "^5.3.0",
"kareem": "2.5.1",
@@ -18788,9 +18788,9 @@
}
},
"mongoose": {
"version": "7.2.0",
"resolved": "https://registry.npmjs.org/mongoose/-/mongoose-7.2.0.tgz",
"integrity": "sha512-sNNsPinfwBiqEZx24kBWZamebORFJ89wr0szw8SFzdy8OZLMxSDKwGUpfa8cLPsCV57z/beGUnaa0ZUGktNmcQ==",
"version": "7.2.1",
"resolved": "https://registry.npmjs.org/mongoose/-/mongoose-7.2.1.tgz",
"integrity": "sha512-c2OOl+ch9NlmPeJw7UjSb2jHNjoOw1XXHyzwygIf4z1GmaBx1OYb8OYqHkYPivvEmfY/vUWZFCgePsDqZgFn2w==",
"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.0",
"mongoose": "7.2.1",
"next": "^13.3.1",
"next-auth": "4.22.1",
"next-axiom": "0.17.0",