diff --git a/restapi/package-lock.json b/restapi/package-lock.json index 81aae2553..4cc08c2bb 100644 --- a/restapi/package-lock.json +++ b/restapi/package-lock.json @@ -1067,9 +1067,9 @@ } }, "@types/mongodb": { - "version": "3.6.8", - "resolved": "https://registry.npmjs.org/@types/mongodb/-/mongodb-3.6.8.tgz", - "integrity": "sha512-8qNbL5/GFrljXc/QijcuQcUMYZ1iWNcqnJ6tneROwbfU0LsAjQ9bmq3aHi5lWXM4cyBPd2F/n9INAk/pZZttHw==", + "version": "3.6.10", + "resolved": "https://registry.npmjs.org/@types/mongodb/-/mongodb-3.6.10.tgz", + "integrity": "sha512-BkwAHFiZSSWdTIqbUVGmgvIsiXXjqAketeK7Izy7oSs6G3N8Bn993tK9eq6QEovQDx6OQ2FGP2KWDDxBzdlJ6Q==", "requires": { "@types/bson": "*", "@types/node": "*" @@ -4511,9 +4511,9 @@ } }, "mongoose": { - "version": "5.11.18", - "resolved": "https://registry.npmjs.org/mongoose/-/mongoose-5.11.18.tgz", - "integrity": "sha512-RsrPR9nhkXZbO3ml0DcmdbfeMvFNhgFrP81S6o1P+lFnDTNEKYnGNRCIL+ojD69wj7H5jJaAdZ0SJ5IlKxCHqw==", + "version": "5.12.0", + "resolved": "https://registry.npmjs.org/mongoose/-/mongoose-5.12.0.tgz", + "integrity": "sha512-s0Qpgf5lOk3AXtKnE+FA0HZhFKa2hesGVcTmx1wfTQ+7Q7ph0E79B6KUp1ZQERQyCwuE8WQ4wWllEhd7VPkxOg==", "requires": { "@types/mongodb": "^3.5.27", "bson": "^1.1.4", diff --git a/restapi/package.json b/restapi/package.json index 2ff7c6412..fdfbc54b3 100644 --- a/restapi/package.json +++ b/restapi/package.json @@ -19,7 +19,7 @@ "cors": "^2.8.5", "express": "^4.17.1", "express-prom-bundle": "^6.3.1", - "mongoose": "^5.11.18", + "mongoose": "^5.12.0", "prom-client": "^13.0.0" }, "devDependencies": {