diff --git a/package-lock.json b/package-lock.json index 6f65c463d6..37283c47b3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -27,7 +27,7 @@ "buffer": "^6.0.3", "classnames": "2.5.1", "copy-webpack-plugin": "^12.0.0", - "joi": "^17.11.0", + "joi": "^17.13.4", "js-cookie": "3.0.5", "lodash": "^4.17.21", "lodash.camelcase": "4.3.0", @@ -18063,9 +18063,9 @@ } }, "node_modules/joi": { - "version": "17.13.3", - "resolved": "https://registry.npmjs.org/joi/-/joi-17.13.3.tgz", - "integrity": "sha512-otDA4ldcIx+ZXsKHWmp0YizCweVRZG96J10b0FevjfuncLO1oX59THoAmHkNubYJ+9gWsYsp5k8v4ib6oDv1fA==", + "version": "17.13.4", + "resolved": "https://registry.npmjs.org/joi/-/joi-17.13.4.tgz", + "integrity": "sha512-1RuuER6kmt8K8I3nIWvPZKi5RQCb568ZPyY4Pwjlua+yo+63ZTmIwxLZH0heBmiKN4uxjvCiarDrjaeH84xicQ==", "license": "BSD-3-Clause", "dependencies": { "@hapi/hoek": "^9.3.0", diff --git a/package.json b/package.json index c1e95fb628..338a58939f 100644 --- a/package.json +++ b/package.json @@ -50,7 +50,7 @@ "buffer": "^6.0.3", "classnames": "2.5.1", "copy-webpack-plugin": "^12.0.0", - "joi": "^17.11.0", + "joi": "^17.13.4", "js-cookie": "3.0.5", "lodash": "^4.17.21", "lodash.camelcase": "4.3.0",