mirror of
https://github.com/tomru/pfadi-bussle.git
synced 2026-03-04 06:57:12 +01:00
Update dependency mongoose to v5.13.13
This commit is contained in:
committed by
Thomas Ruoff
parent
0a5dee8304
commit
bcb5edf56e
20
package-lock.json
generated
20
package-lock.json
generated
@@ -3463,9 +3463,9 @@
|
|||||||
"dev": true
|
"dev": true
|
||||||
},
|
},
|
||||||
"core-util-is": {
|
"core-util-is": {
|
||||||
"version": "1.0.2",
|
"version": "1.0.3",
|
||||||
"resolved": "https://registry.npmjs.org/core-util-is/-/core-util-is-1.0.2.tgz",
|
"resolved": "https://registry.npmjs.org/core-util-is/-/core-util-is-1.0.3.tgz",
|
||||||
"integrity": "sha1-tf1UIgqivFq1eqtxQMlAdUUDwac="
|
"integrity": "sha512-ZQBvi1DcpJ4GDqanjucZ2Hj3wEO5pZDS89BWbkcrvdxksJorwUDDZamX9ldFkp9aw2lmBDLgkObEA4DWNJ9FYQ=="
|
||||||
},
|
},
|
||||||
"cosmiconfig": {
|
"cosmiconfig": {
|
||||||
"version": "7.0.1",
|
"version": "7.0.1",
|
||||||
@@ -8818,9 +8818,9 @@
|
|||||||
"dev": true
|
"dev": true
|
||||||
},
|
},
|
||||||
"mongodb": {
|
"mongodb": {
|
||||||
"version": "3.7.2",
|
"version": "3.7.3",
|
||||||
"resolved": "https://registry.npmjs.org/mongodb/-/mongodb-3.7.2.tgz",
|
"resolved": "https://registry.npmjs.org/mongodb/-/mongodb-3.7.3.tgz",
|
||||||
"integrity": "sha512-/Qi0LmOjzIoV66Y2JQkqmIIfFOy7ZKsXnQNlUXPFXChOw3FCdNqVD5zvci9ybm6pkMe/Nw+Rz9I0Zsk2a+05iQ==",
|
"integrity": "sha512-Psm+g3/wHXhjBEktkxXsFMZvd3nemI0r3IPsE0bU+4//PnvNWKkzhZcEsbPcYiWqe8XqXJJEg4Tgtr7Raw67Yw==",
|
||||||
"requires": {
|
"requires": {
|
||||||
"bl": "^2.2.1",
|
"bl": "^2.2.1",
|
||||||
"bson": "^1.1.4",
|
"bson": "^1.1.4",
|
||||||
@@ -8841,15 +8841,15 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"mongoose": {
|
"mongoose": {
|
||||||
"version": "5.13.11",
|
"version": "5.13.13",
|
||||||
"resolved": "https://registry.npmjs.org/mongoose/-/mongoose-5.13.11.tgz",
|
"resolved": "https://registry.npmjs.org/mongoose/-/mongoose-5.13.13.tgz",
|
||||||
"integrity": "sha512-hVHm864eBpaCr0W6CF7qTmC62dmepnT+A6ZnqKPU9asw7jjYHBcBxPgCnrGBMUACbZtzidO6HmB4J3F1YU2rdg==",
|
"integrity": "sha512-M55tpCr/p5i6vdJ54nm4MG6/7SKV4JqlWnqbx6yCRuAuW05CZ7u+gNuHVPQVF9dZ59ALXjOtPEUl+OXklAa7ng==",
|
||||||
"requires": {
|
"requires": {
|
||||||
"@types/bson": "1.x || 4.0.x",
|
"@types/bson": "1.x || 4.0.x",
|
||||||
"@types/mongodb": "^3.5.27",
|
"@types/mongodb": "^3.5.27",
|
||||||
"bson": "^1.1.4",
|
"bson": "^1.1.4",
|
||||||
"kareem": "2.3.2",
|
"kareem": "2.3.2",
|
||||||
"mongodb": "3.7.2",
|
"mongodb": "3.7.3",
|
||||||
"mongoose-legacy-pluralize": "1.0.2",
|
"mongoose-legacy-pluralize": "1.0.2",
|
||||||
"mpath": "0.8.4",
|
"mpath": "0.8.4",
|
||||||
"mquery": "3.2.5",
|
"mquery": "3.2.5",
|
||||||
|
|||||||
@@ -15,7 +15,7 @@
|
|||||||
"date-fns": "2.25.0",
|
"date-fns": "2.25.0",
|
||||||
"date-fns-tz": "1.1.6",
|
"date-fns-tz": "1.1.6",
|
||||||
"ics": "2.31.0",
|
"ics": "2.31.0",
|
||||||
"mongoose": "5.13.11",
|
"mongoose": "5.13.13",
|
||||||
"next": "12.0.3",
|
"next": "12.0.3",
|
||||||
"next-auth": "^4.0.0-beta.6",
|
"next-auth": "^4.0.0-beta.6",
|
||||||
"next-mdx-remote": "3.0.7",
|
"next-mdx-remote": "3.0.7",
|
||||||
|
|||||||
Reference in New Issue
Block a user