From afb3d158e3ee3035927f0286a69e144d01408546 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 17 Dec 2024 14:09:23 +0000 Subject: [PATCH] build(deps): bump express-joi-validation from 5.0.1 to 6.0.0 Bumps [express-joi-validation](https://github.com/evanshortiss/express-joi-validation) from 5.0.1 to 6.0.0. - [Release notes](https://github.com/evanshortiss/express-joi-validation/releases) - [Changelog](https://github.com/evanshortiss/express-joi-validation/blob/master/CHANGELOG.md) - [Commits](https://github.com/evanshortiss/express-joi-validation/compare/5.0.1...6.0.0) --- updated-dependencies: - dependency-name: express-joi-validation dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package-lock.json | 11 +++++------ package.json | 2 +- 2 files changed, 6 insertions(+), 7 deletions(-) diff --git a/package-lock.json b/package-lock.json index 2f1dd10d..71f6dd43 100644 --- a/package-lock.json +++ b/package-lock.json @@ -15,7 +15,7 @@ "csvtojson": "^2.0.10", "dotenv": "^16.4.5", "express": "^4.21.1", - "express-joi-validation": "^5.0.1", + "express-joi-validation": "^6.0.0", "joi": "^17.13.3", "js-yaml": "^4.1.0", "lodash": "^4.17.21", @@ -6504,12 +6504,11 @@ } }, "node_modules/express-joi-validation": { - "version": "5.0.1", - "resolved": "https://registry.npmjs.org/express-joi-validation/-/express-joi-validation-5.0.1.tgz", - "integrity": "sha512-BztcU64addcAdxys2j42pZVSnJjEyFaLxNko7YSYDUuEBtKq2XnhzYZuy9ex9Q+Fdhef+NwLXhX1djwZmShCLg==", - "license": "MIT", + "version": "6.0.0", + "resolved": "https://registry.npmjs.org/express-joi-validation/-/express-joi-validation-6.0.0.tgz", + "integrity": "sha512-n0ViD0F+x0XFFvlTgfCkYCkfQcqL1Xy/TXKBAuAHeTAmuOaHyLGaNrapXo1BqiWQfmmuIuSYK93QNyuRyKI7AA==", "engines": { - "node": ">=10.0.0" + "node": ">=18.0.0" }, "peerDependencies": { "joi": "17" diff --git a/package.json b/package.json index 16a90e95..208e3678 100644 --- a/package.json +++ b/package.json @@ -45,7 +45,7 @@ "csvtojson": "^2.0.10", "dotenv": "^16.4.5", "express": "^4.21.1", - "express-joi-validation": "^5.0.1", + "express-joi-validation": "^6.0.0", "joi": "^17.13.3", "js-yaml": "^4.1.0", "lodash": "^4.17.21",