From 5833bd4bf30fe676cdd4da949c10835cdacc9687 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 16 Sep 2026 20:05:03 +0000 Subject: [PATCH] chore(deps): bump joi from 18.2.5 to 18.2.9 Bumps [joi](https://github.com/hapijs/joi) from 18.2.5 to 18.2.9. - [Commits](https://github.com/hapijs/joi/compare/v18.2.5...v18.2.9) --- updated-dependencies: - dependency-name: joi dependency-version: 18.2.9 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index c10c904d..728ac16c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14,7 +14,7 @@ "basic-ftp": "^6.2.1", "fs-extra": "^11.2.0", "ignore": "^7.0.7", - "joi": "^18.2.5", + "joi": "^18.2.9", "jsonc-parser": "^3.3.1", "lodash.debounce": "^4.0.8", "lru-cache": "^11.5.2", @@ -7364,9 +7364,9 @@ } }, "node_modules/joi": { - "version": "18.2.5", - "resolved": "https://registry.npmjs.org/joi/-/joi-18.2.5.tgz", - "integrity": "sha512-+gEA7rLfaNWx9JzawWPrPetSZwT16NUqHtECDgjyAJreXcs4TM7tx2Pa+VVJJK0YHM83ybrVdaT6UekHH50FJQ==", + "version": "18.2.9", + "resolved": "https://registry.npmjs.org/joi/-/joi-18.2.9.tgz", + "integrity": "sha512-2mD929bUVKUhOLQQEVhlf6EZ0Mlo0DeRb5MO7cViR9AXLtBauuccEtB1py9Ocxpo/P7ucnh442iY/iOwrh3IQw==", "license": "BSD-3-Clause", "dependencies": { "@hapi/address": "^5.1.1", @@ -15470,9 +15470,9 @@ } }, "joi": { - "version": "18.2.5", - "resolved": "https://registry.npmjs.org/joi/-/joi-18.2.5.tgz", - "integrity": "sha512-+gEA7rLfaNWx9JzawWPrPetSZwT16NUqHtECDgjyAJreXcs4TM7tx2Pa+VVJJK0YHM83ybrVdaT6UekHH50FJQ==", + "version": "18.2.9", + "resolved": "https://registry.npmjs.org/joi/-/joi-18.2.9.tgz", + "integrity": "sha512-2mD929bUVKUhOLQQEVhlf6EZ0Mlo0DeRb5MO7cViR9AXLtBauuccEtB1py9Ocxpo/P7ucnh442iY/iOwrh3IQw==", "requires": { "@hapi/address": "^5.1.1", "@hapi/formula": "^3.0.2", diff --git a/package.json b/package.json index 0a818678..61a93ce2 100644 --- a/package.json +++ b/package.json @@ -1025,7 +1025,7 @@ "basic-ftp": "^6.2.1", "fs-extra": "^11.2.0", "ignore": "^7.0.7", - "joi": "^18.2.5", + "joi": "^18.2.9", "jsonc-parser": "^3.3.1", "lodash.debounce": "^4.0.8", "lru-cache": "^11.5.2",