From 8f9136f542f98c15a2eea127649f8cb22e8b6f39 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 26 Jul 2026 16:14:18 +0000 Subject: [PATCH] chore(deps): bump joi from 17.13.3 to 17.13.4 Bumps [joi](https://github.com/hapijs/joi) from 17.13.3 to 17.13.4. - [Commits](https://github.com/hapijs/joi/compare/v17.13.3...v17.13.4) --- updated-dependencies: - dependency-name: joi dependency-version: 17.13.4 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) 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",