diff --git a/package-lock.json b/package-lock.json index e4d5da65..2804ff0c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -17,7 +17,7 @@ "express-promise-router": "^4.1.1", "express-query-boolean": "^2.0.0", "file-type": "^16.5.4", - "joi": "^18.0.1", + "joi": "^18.0.2", "lodash": "^4.17.21", "moment": "^2.30.1", "moment-range": "^4.0.2", @@ -9709,9 +9709,9 @@ } }, "node_modules/joi": { - "version": "18.0.1", - "resolved": "https://registry.npmjs.org/joi/-/joi-18.0.1.tgz", - "integrity": "sha512-IiQpRyypSnLisQf3PwuN2eIHAsAIGZIrLZkd4zdvIar2bDyhM91ubRjy8a3eYablXsh9BeI/c7dmPYHca5qtoA==", + "version": "18.0.2", + "resolved": "https://registry.npmjs.org/joi/-/joi-18.0.2.tgz", + "integrity": "sha512-RuCOQMIt78LWnktPoeBL0GErkNaJPTBGcYuyaBvUOQSpcpcLfWrHPPihYdOGbV5pam9VTWbeoF7TsGiHugcjGA==", "license": "BSD-3-Clause", "dependencies": { "@hapi/address": "^5.1.1", diff --git a/package.json b/package.json index 0d31b854..ebb08990 100644 --- a/package.json +++ b/package.json @@ -46,7 +46,7 @@ "express-promise-router": "^4.1.1", "express-query-boolean": "^2.0.0", "file-type": "^16.5.4", - "joi": "^18.0.1", + "joi": "^18.0.2", "lodash": "^4.17.21", "moment": "^2.30.1", "moment-range": "^4.0.2",