From b36a9a0dc8b1be60455c9f34606d41cba22b84e0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 Oct 2025 02:52:32 +0000 Subject: [PATCH] chore(deps): bump validator and express-validator Bumps [validator](https://github.com/validatorjs/validator.js) to 13.15.20 and updates ancestor dependency [express-validator](https://github.com/express-validator/express-validator). These dependencies need to be updated together. Updates `validator` from 13.12.0 to 13.15.20 - [Release notes](https://github.com/validatorjs/validator.js/releases) - [Changelog](https://github.com/validatorjs/validator.js/blob/master/CHANGELOG.md) - [Commits](https://github.com/validatorjs/validator.js/compare/13.12.0...13.15.20) Updates `express-validator` from 7.2.1 to 7.3.0 - [Release notes](https://github.com/express-validator/express-validator/releases) - [Commits](https://github.com/express-validator/express-validator/compare/v7.2.1...v7.3.0) --- updated-dependencies: - dependency-name: validator dependency-version: 13.15.20 dependency-type: indirect - dependency-name: express-validator dependency-version: 7.3.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- package-lock.json | 16 ++++++++-------- package.json | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/package-lock.json b/package-lock.json index d8fb52f..5f4534d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -29,7 +29,7 @@ "dotenv": "^17.2.2", "express": "^5.1.0", "express-rate-limit": "^8.1.0", - "express-validator": "^7.2.1", + "express-validator": "^7.3.0", "helmet": "^8.1.0", "jsonwebtoken": "^9.0.2", "openai": "^5.23.0", @@ -4484,13 +4484,13 @@ } }, "node_modules/express-validator": { - "version": "7.2.1", - "resolved": "https://registry.npmjs.org/express-validator/-/express-validator-7.2.1.tgz", - "integrity": "sha512-CjNE6aakfpuwGaHQZ3m8ltCG2Qvivd7RHtVMS/6nVxOM7xVGqr4bhflsm4+N5FP5zI7Zxp+Hae+9RE+o8e3ZOQ==", + "version": "7.3.0", + "resolved": "https://registry.npmjs.org/express-validator/-/express-validator-7.3.0.tgz", + "integrity": "sha512-ujK2BX5JUun5NR4JuBo83YSXoDDIpoGz3QxgHTzQcHFevkKnwV1in4K7YNuuXQ1W3a2ObXB/P4OTnTZpUyGWiw==", "license": "MIT", "dependencies": { "lodash": "^4.17.21", - "validator": "~13.12.0" + "validator": "~13.15.15" }, "engines": { "node": ">= 8.0.0" @@ -6788,9 +6788,9 @@ "license": "MIT" }, "node_modules/validator": { - "version": "13.12.0", - "resolved": "https://registry.npmjs.org/validator/-/validator-13.12.0.tgz", - "integrity": "sha512-c1Q0mCiPlgdTVVVIJIrBuxNicYE+t/7oKeI9MWLj3fh/uq2Pxh/3eeWbVZ4OcGW1TUf53At0njHw5SMdA3tmMg==", + "version": "13.15.20", + "resolved": "https://registry.npmjs.org/validator/-/validator-13.15.20.tgz", + "integrity": "sha512-KxPOq3V2LmfQPP4eqf3Mq/zrT0Dqp2Vmx2Bn285LwVahLc+CsxOM0crBHczm8ijlcjZ0Q5Xd6LW3z3odTPnlrw==", "license": "MIT", "engines": { "node": ">= 0.10" diff --git a/package.json b/package.json index 21510cd..c727c48 100644 --- a/package.json +++ b/package.json @@ -49,7 +49,7 @@ "dotenv": "^17.2.2", "express": "^5.1.0", "express-rate-limit": "^8.1.0", - "express-validator": "^7.2.1", + "express-validator": "^7.3.0", "helmet": "^8.1.0", "jsonwebtoken": "^9.0.2", "openai": "^5.23.0",