Update dependency mongoose to v8.3.4

This commit is contained in:
renovate[bot]
2024-05-06 19:43:29 +00:00
parent 4d2bdb693e
commit e2524e47f3
2 changed files with 12 additions and 12 deletions

22
package-lock.json generated
View File

@@ -20,7 +20,7 @@
"date-fns-tz": "2.0.1",
"googleapis": "128.0.0",
"ics": "3.7.2",
"mongoose": "8.3.3",
"mongoose": "8.3.4",
"next": "^14.0.1",
"next-auth": "4.24.7",
"next-axiom": "^1.1.0",
@@ -11008,9 +11008,9 @@
}
},
"node_modules/mongoose": {
"version": "8.3.3",
"resolved": "https://registry.npmjs.org/mongoose/-/mongoose-8.3.3.tgz",
"integrity": "sha512-3kSk0db9DM2tLttCdS6WNRqewPleamFEa4Vz/Qldc0dB4Zow/FiZxb9GExHTJjBZQ9T2xiGleQ3GzRrES3hhsA==",
"version": "8.3.4",
"resolved": "https://registry.npmjs.org/mongoose/-/mongoose-8.3.4.tgz",
"integrity": "sha512-ckBaBzKgtWgCalW/LPkcBsR3wKCOYEJ9jLFPmYCYV7TLStpETY757ELx8/1stL11+6HxLLVffawBffXzd0Y7YA==",
"dependencies": {
"bson": "^6.5.0",
"kareem": "2.6.3",
@@ -11018,7 +11018,7 @@
"mpath": "0.9.0",
"mquery": "5.0.0",
"ms": "2.1.3",
"sift": "16.0.1"
"sift": "17.1.3"
},
"engines": {
"node": ">=16.20.1"
@@ -11037,9 +11037,9 @@
}
},
"node_modules/mongoose/node_modules/bson": {
"version": "6.6.0",
"resolved": "https://registry.npmjs.org/bson/-/bson-6.6.0.tgz",
"integrity": "sha512-BVINv2SgcMjL4oYbBuCQTpE3/VKOSxrOA8Cj/wQP7izSzlBGVomdm+TcUd0Pzy0ytLSSDweCKQ6X3f5veM5LQA==",
"version": "6.7.0",
"resolved": "https://registry.npmjs.org/bson/-/bson-6.7.0.tgz",
"integrity": "sha512-w2IquM5mYzYZv6rs3uN2DZTOBe2a0zXLj53TGDqwF4l6Sz/XsISrisXOJihArF9+BZ6Cq/GjVht7Sjfmri7ytQ==",
"engines": {
"node": ">=16.20.1"
}
@@ -13300,9 +13300,9 @@
}
},
"node_modules/sift": {
"version": "16.0.1",
"resolved": "https://registry.npmjs.org/sift/-/sift-16.0.1.tgz",
"integrity": "sha512-Wv6BjQ5zbhW7VFefWusVP33T/EM0vYikCaQ2qR8yULbsilAT8/wQaXvuQ3ptGLpoKx+lihJE3y2UTgKDyyNHZQ=="
"version": "17.1.3",
"resolved": "https://registry.npmjs.org/sift/-/sift-17.1.3.tgz",
"integrity": "sha512-Rtlj66/b0ICeFzYTuNvX/EF1igRbbnGSvEyT79McoZa/DeGhMyC5pWKOEsZKnpkqtSeovd5FL/bjHWC3CIIvCQ=="
},
"node_modules/siginfo": {
"version": "2.0.0",

View File

@@ -23,7 +23,7 @@
"date-fns-tz": "2.0.1",
"googleapis": "128.0.0",
"ics": "3.7.2",
"mongoose": "8.3.3",
"mongoose": "8.3.4",
"next": "^14.0.1",
"next-auth": "4.24.7",
"next-axiom": "^1.1.0",