From 7903c3a2ffbd8ea3510de0d4a48ae234f4251664 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 11 Jun 2026 20:14:09 +0000 Subject: [PATCH] Bump joi in the npm_and_yarn group across 1 directory Bumps the npm_and_yarn group with 1 update in the / directory: [joi](https://github.com/hapijs/joi). Updates `joi` from 17.13.3 to 18.2.1 - [Commits](https://github.com/hapijs/joi/compare/v17.13.3...v18.2.1) --- updated-dependencies: - dependency-name: joi dependency-version: 18.2.1 dependency-type: direct:production dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 0784313..455cd89 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,7 @@ "dotenv": "^16.3.1", "winston": "^3.10.0", "axios": "^1.4.0", - "joi": "^17.9.2" + "joi": "^18.2.1" }, "devDependencies": { "nodemon": "^3.0.1",