From 1e02a9c2a74f8ea8bb38756a5f9fe02fe8ea1fea Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 27 Jun 2025 19:33:27 +0000 Subject: [PATCH] Bump validator in the npm_and_yarn group across 1 directory Bumps the npm_and_yarn group with 1 update in the / directory: [validator](https://github.com/validatorjs/validator.js). Updates `validator` from 3.43.0 to 13.15.15 - [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/commits/13.15.15) --- updated-dependencies: - dependency-name: validator dependency-version: 13.15.15 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 fb85ada..c1a254e 100644 --- a/package.json +++ b/package.json @@ -30,6 +30,6 @@ }, "dependencies": { "lodash": "^4.17.0", - "validator": "^3.33.0" + "validator": "^13.15.15" } }