diff --git a/package-lock.json b/package-lock.json index 334190f..d9b38fd 100644 --- a/package-lock.json +++ b/package-lock.json @@ -18,7 +18,7 @@ "axios-retry": "^3.1.2", "ejs": "^3.0.1", "flatted": "^3.2.4", - "joi": "^18.0.1", + "joi": "^18.0.2", "js-yaml": "^3.13.1", "lodash": "^4.17.20", "moment": "^2.30.1", @@ -2873,9 +2873,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 185cf92..0cafa23 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ "axios-retry": "^3.1.2", "ejs": "^3.0.1", "flatted": "^3.2.4", - "joi": "^18.0.1", + "joi": "^18.0.2", "js-yaml": "^3.13.1", "lodash": "^4.17.20", "moment": "^2.30.1",