diff --git a/package-lock.json b/package-lock.json index 01ca20a..2e48acd 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.7.2", + "mongoose": "^9.7.3", "next": "^16.2.10", "next-auth": "^4.24.14", "nodemon": "^3.1.14", @@ -1759,6 +1759,12 @@ "resolved": "https://registry.npmjs.org/@socket.io/component-emitter/-/component-emitter-3.1.0.tgz", "integrity": "sha512-+9jVqKhRSpsc591z5vX+X5Yyw+he/HCB4iQ/RYxw35CEPaY1gnsNE43nf9n9AaYjAQrTiI/mOwKUKdUs9vf7Xg==" }, + "node_modules/@standard-schema/spec": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/@standard-schema/spec/-/spec-1.1.0.tgz", + "integrity": "sha512-l2aFy5jALhniG5HgqrD6jXLi/rUWrKvqN/qJx6yoJsgKhblVd+iqqU4RCXavm/jPityDo5TCvKMnpjKnOriy0w==", + "license": "MIT" + }, "node_modules/@swc/helpers": { "version": "0.5.15", "resolved": "https://registry.npmjs.org/@swc/helpers/-/helpers-0.5.15.tgz", @@ -7611,11 +7617,12 @@ } }, "node_modules/mongoose": { - "version": "9.7.2", - "resolved": "https://registry.npmjs.org/mongoose/-/mongoose-9.7.2.tgz", - "integrity": "sha512-VxxS3tjOGRIvhBMd84RR7L1WbDdm08Qq6V88VMq6jP6aE1Q+NlbTZDBtye2NAyO48i5kBFxM2oxfX0CPKNwCMg==", + "version": "9.7.3", + "resolved": "https://registry.npmjs.org/mongoose/-/mongoose-9.7.3.tgz", + "integrity": "sha512-9DsD4sq0tL9IKyfttZ6qn74KXBcD4lxDTzGXoAeOLMnDFFp1gqc5oc4s2BiMPbetJrLwvVylfyR4cqLst2pasQ==", "license": "MIT", "dependencies": { + "@standard-schema/spec": "^1.1.0", "kareem": "3.3.0", "mongodb": "~7.2", "mpath": "0.9.0", diff --git a/package.json b/package.json index 52974a7..ab21ddf 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.7.2", + "mongoose": "^9.7.3", "next": "^16.2.10", "next-auth": "^4.24.14", "nodemon": "^3.1.14",