From 1c5203e1f3c685335f06b351cc48f66f697a6e2e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 19 Dec 2024 16:47:17 +0000 Subject: [PATCH] chore(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 | 15 +++++++-------- package.json | 2 +- 2 files changed, 8 insertions(+), 9 deletions(-) diff --git a/package-lock.json b/package-lock.json index 010fb58..3dae996 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "climate-tokenization-engine", - "version": "1.3.22", + "version": "1.3.23", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "climate-tokenization-engine", - "version": "1.3.22", + "version": "1.3.23", "license": "Apache-2.0", "dependencies": { "@chia-carbon/core-registry-config": "^1.0.4", @@ -18,7 +18,7 @@ "dotenv": "^16.4.5", "express": "^4.21.2", "express-form-data": "^2.0.23", - "express-joi-validation": "^5.0.1", + "express-joi-validation": "^6.0.0", "http-proxy-middleware": "^2.0.7", "joi": "^17.12.1", "js-yaml": "^4.1.0", @@ -2914,12 +2914,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 6243c37..8b40c96 100644 --- a/package.json +++ b/package.json @@ -41,7 +41,7 @@ "dotenv": "^16.4.5", "express": "^4.21.2", "express-form-data": "^2.0.23", - "express-joi-validation": "^5.0.1", + "express-joi-validation": "^6.0.0", "http-proxy-middleware": "^2.0.7", "joi": "^17.12.1", "js-yaml": "^4.1.0",