diff --git a/package-lock.json b/package-lock.json index 9d875c4..b37f01b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -20,7 +20,7 @@ "kth-node-api-key-strategy": "^3.0.0", "kth-node-configuration": "^2.2.0", "kth-node-express-routing": "^2.3.1", - "mongoose": "^8.24.1", + "mongoose": "^8.24.2", "passport": "^0.7.0", "swagger-ui-dist": "^5.32.8" }, @@ -4044,9 +4044,6 @@ "arm64" ], "dev": true, - "libc": [ - "glibc" - ], "license": "MIT", "optional": true, "os": [ @@ -4061,9 +4058,6 @@ "arm64" ], "dev": true, - "libc": [ - "musl" - ], "license": "MIT", "optional": true, "os": [ @@ -4078,9 +4072,6 @@ "loong64" ], "dev": true, - "libc": [ - "glibc" - ], "license": "MIT", "optional": true, "os": [ @@ -4095,9 +4086,6 @@ "loong64" ], "dev": true, - "libc": [ - "musl" - ], "license": "MIT", "optional": true, "os": [ @@ -4112,9 +4100,6 @@ "ppc64" ], "dev": true, - "libc": [ - "glibc" - ], "license": "MIT", "optional": true, "os": [ @@ -4129,9 +4114,6 @@ "riscv64" ], "dev": true, - "libc": [ - "glibc" - ], "license": "MIT", "optional": true, "os": [ @@ -4146,9 +4128,6 @@ "riscv64" ], "dev": true, - "libc": [ - "musl" - ], "license": "MIT", "optional": true, "os": [ @@ -4163,9 +4142,6 @@ "s390x" ], "dev": true, - "libc": [ - "glibc" - ], "license": "MIT", "optional": true, "os": [ @@ -4180,9 +4156,6 @@ "x64" ], "dev": true, - "libc": [ - "glibc" - ], "license": "MIT", "optional": true, "os": [ @@ -4197,9 +4170,6 @@ "x64" ], "dev": true, - "libc": [ - "musl" - ], "license": "MIT", "optional": true, "os": [ @@ -9704,10 +9674,9 @@ } }, "node_modules/mongoose": { - "version": "8.24.1", - "resolved": "https://registry.npmjs.org/mongoose/-/mongoose-8.24.1.tgz", - "integrity": "sha512-UpHBA0l5kHyKJQFjmBaFYQFo5sgz1DK0TRqDkOyBLYbqiIbKKhIvBpHWBXqeo0rgW4kGI1UhhAw+kTQZoj1BdA==", - "license": "MIT", + "version": "8.24.2", + "resolved": "https://registry.npmjs.org/mongoose/-/mongoose-8.24.2.tgz", + "integrity": "sha512-5+H3MSHNJCcr9M+lVplekrZ4/Dyn3N1dOpvgn9gMwvHJhunc4G8SQcBVd/btBQoVdspVNPjx8Pw03YWBv6uTJg==", "dependencies": { "bson": "^6.10.4", "kareem": "2.6.3", @@ -19486,9 +19455,9 @@ } }, "mongoose": { - "version": "8.24.1", - "resolved": "https://registry.npmjs.org/mongoose/-/mongoose-8.24.1.tgz", - "integrity": "sha512-UpHBA0l5kHyKJQFjmBaFYQFo5sgz1DK0TRqDkOyBLYbqiIbKKhIvBpHWBXqeo0rgW4kGI1UhhAw+kTQZoj1BdA==", + "version": "8.24.2", + "resolved": "https://registry.npmjs.org/mongoose/-/mongoose-8.24.2.tgz", + "integrity": "sha512-5+H3MSHNJCcr9M+lVplekrZ4/Dyn3N1dOpvgn9gMwvHJhunc4G8SQcBVd/btBQoVdspVNPjx8Pw03YWBv6uTJg==", "requires": { "bson": "^6.10.4", "kareem": "2.6.3", diff --git a/package.json b/package.json index 16ce4dc..903b448 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ "kth-node-api-key-strategy": "^3.0.0", "kth-node-configuration": "^2.2.0", "kth-node-express-routing": "^2.3.1", - "mongoose": "^8.24.1", + "mongoose": "^8.24.2", "passport": "^0.7.0", "swagger-ui-dist": "^5.32.8" },