Update dependency mongoose to v8.1.3

This commit is contained in:
renovate[bot]
2024-02-16 22:37:25 +00:00
parent ebb0843289
commit 21f7695d40
2 changed files with 5 additions and 5 deletions

8
package-lock.json generated
View File

@@ -16,7 +16,7 @@
"date-fns-tz": "2.0.0",
"googleapis": "128.0.0",
"ics": "3.7.2",
"mongoose": "8.1.2",
"mongoose": "8.1.3",
"next": "^14.0.1",
"next-auth": "4.24.6",
"next-axiom": "^1.1.0",
@@ -9797,9 +9797,9 @@
}
},
"node_modules/mongoose": {
"version": "8.1.2",
"resolved": "https://registry.npmjs.org/mongoose/-/mongoose-8.1.2.tgz",
"integrity": "sha512-5KMq7k6KmFCIB8/YMKMFsWdsdNkBwuARDRHDRpp5GKC78eT0LwHIaMEKo6gDUg3zBuMoy9OdcM/6f4dkW06C/A==",
"version": "8.1.3",
"resolved": "https://registry.npmjs.org/mongoose/-/mongoose-8.1.3.tgz",
"integrity": "sha512-a5MajZSDJiQgy0iQcR+MIpFe7zehGJI4doJ6Dh1MvnGh8/HNNhr5pn07RPA86KCTjP2vuKdffpFmvXxcHiUOjw==",
"dependencies": {
"bson": "^6.2.0",
"kareem": "2.5.1",

View File

@@ -19,7 +19,7 @@
"date-fns-tz": "2.0.0",
"googleapis": "128.0.0",
"ics": "3.7.2",
"mongoose": "8.1.2",
"mongoose": "8.1.3",
"next": "^14.0.1",
"next-auth": "4.24.6",
"next-axiom": "^1.1.0",