diff --git a/package-lock.json b/package-lock.json index d4cf8491..ced7fc68 100644 --- a/package-lock.json +++ b/package-lock.json @@ -36,7 +36,7 @@ "lodash": "^4.17.21", "lusca": "^1.7.0", "method-override": "^3.0.0", - "mongoose": "^8.12.0", + "mongoose": "^8.12.1", "morgan": "^1.10.0", "multer": "^1.4.5-lts.1", "nodemailer": "^6.10.0", @@ -18205,12 +18205,12 @@ } }, "node_modules/mongoose": { - "version": "8.12.0", - "resolved": "https://registry.npmjs.org/mongoose/-/mongoose-8.12.0.tgz", - "integrity": "sha512-FXZIngJBTt/gvb6uHZHiROy3Mk3EOjNpD0m+GBRfG+twuEntnMjfxwcA94YbYIulf9LkBozt7H8w2OJpqHdUxA==", + "version": "8.12.1", + "resolved": "https://registry.npmjs.org/mongoose/-/mongoose-8.12.1.tgz", + "integrity": "sha512-UW22y8QFVYmrb36hm8cGncfn4ARc/XsYWQwRTaj0gxtQk1rDuhzDO1eBantS+hTTatfAIS96LlRCJrcNHvW5+Q==", "license": "MIT", "dependencies": { - "bson": "^6.10.1", + "bson": "^6.10.3", "kareem": "2.6.3", "mongodb": "~6.14.0", "mpath": "0.9.0", diff --git a/package.json b/package.json index 44365e80..9f182d34 100644 --- a/package.json +++ b/package.json @@ -72,7 +72,7 @@ "lodash": "^4.17.21", "lusca": "^1.7.0", "method-override": "^3.0.0", - "mongoose": "^8.12.0", + "mongoose": "^8.12.1", "morgan": "^1.10.0", "multer": "^1.4.5-lts.1", "nodemailer": "^6.10.0",