diff --git a/package-lock.json b/package-lock.json index 66e71c5..e4b13c8 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.5", - "mongoose": "^9.0.2", + "mongoose": "^9.1.1", "next": "^16.1.1", "next-auth": "^4.24.13", "nodemon": "^3.1.11", @@ -7245,9 +7245,9 @@ } }, "node_modules/mongoose": { - "version": "9.0.2", - "resolved": "https://registry.npmjs.org/mongoose/-/mongoose-9.0.2.tgz", - "integrity": "sha512-+GCaqwE+X//yN9eo2M2L/n+mVti9J6vH5iQKbhD+2AArZd5iaZqK/DkmkE4S6/iYYMyVQPTXsRk7jyVOYEtJzA==", + "version": "9.1.1", + "resolved": "https://registry.npmjs.org/mongoose/-/mongoose-9.1.1.tgz", + "integrity": "sha512-/CgKSAmjzgIj4o1FyWZIpQ2rmUQlhalwWd4l/Ht3XUVWscHRHev1TIwKz1ADNC5tHHyOQEaUDkEh0jI91c4Ydw==", "license": "MIT", "dependencies": { "kareem": "3.0.0", diff --git a/package.json b/package.json index de7dc5a..834a80f 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,7 @@ "express": "^5.2.1", "fs": "^0.0.1-security", "js-cookie": "^3.0.5", - "mongoose": "^9.0.2", + "mongoose": "^9.1.1", "next": "^16.1.1", "next-auth": "^4.24.13", "nodemon": "^3.1.11",