diff --git a/package-lock.json b/package-lock.json index eaf0a6e..3580ea6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -22,7 +22,7 @@ "express": "^5.2.1", "fs": "^0.0.1-security", "js-cookie": "^3.0.8", - "mongoose": "^9.9.3", + "mongoose": "^9.9.4", "next": "^16.3.3", "next-auth": "^4.24.15", "nodemon": "^3.1.14", @@ -7702,9 +7702,9 @@ } }, "node_modules/mongoose": { - "version": "9.9.3", - "resolved": "https://registry.npmjs.org/mongoose/-/mongoose-9.9.3.tgz", - "integrity": "sha512-9dQaKct05LNgVkunDzFPZsGGBhinobl3Qc5B5KYJkLNG5lBLgqESUEItl1EUIkVaCwZJGBgTuvJiFAjjIATCiw==", + "version": "9.9.4", + "resolved": "https://registry.npmjs.org/mongoose/-/mongoose-9.9.4.tgz", + "integrity": "sha512-Gc7buf0ExrOZ3t8MD8tVzTek7Qr5d+tEwj4GRFmHCtTZvpaDb38EVsXgCkYacPL9ICAftgS+FGe+dQHLRLHhcw==", "license": "MIT", "dependencies": { "@standard-schema/spec": "^1.1.0", diff --git a/package.json b/package.json index e9b19fa..2c3b0e7 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,7 @@ "express": "^5.2.1", "fs": "^0.0.1-security", "js-cookie": "^3.0.8", - "mongoose": "^9.9.3", + "mongoose": "^9.9.4", "next": "^16.3.3", "next-auth": "^4.24.15", "nodemon": "^3.1.14",