From 5018aebee446e27fa7b09e6d5705d01a39b76bb2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Dec 2025 19:22:05 +0000 Subject: [PATCH] chore(deps): bump validator from 13.12.0 to 13.15.22 in /client Bumps [validator](https://github.com/validatorjs/validator.js) from 13.12.0 to 13.15.22. - [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.22) --- updated-dependencies: - dependency-name: validator dependency-version: 13.15.22 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- client/package.json | 2 +- client/yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/client/package.json b/client/package.json index 9e8c55064..d63a4f489 100644 --- a/client/package.json +++ b/client/package.json @@ -31,7 +31,7 @@ "react-hook-form": "^7.44.3", "react-router-dom": "^5.1.2", "tailwindcss": "^4.1.10", - "validator": "^13.7.0", + "validator": "^13.15.22", "vite": "^6.4.1", "vite-plugin-svgr": "^4.3.0" }, diff --git a/client/yarn.lock b/client/yarn.lock index e6c000ae2..f0624610f 100644 --- a/client/yarn.lock +++ b/client/yarn.lock @@ -5576,10 +5576,10 @@ url-parse@^1.5.3: querystringify "^2.1.1" requires-port "^1.0.0" -validator@^13.7.0: - version "13.12.0" - resolved "https://registry.yarnpkg.com/validator/-/validator-13.12.0.tgz#7d78e76ba85504da3fee4fd1922b385914d4b35f" - integrity sha512-c1Q0mCiPlgdTVVVIJIrBuxNicYE+t/7oKeI9MWLj3fh/uq2Pxh/3eeWbVZ4OcGW1TUf53At0njHw5SMdA3tmMg== +validator@^13.15.22: + version "13.15.22" + resolved "https://registry.yarnpkg.com/validator/-/validator-13.15.22.tgz#5f847cf4a799107e5716fc87e5cf2a337a71eb14" + integrity sha512-uT/YQjiyLJP7HSrv/dPZqK9L28xf8hsNca01HSz1dfmI0DgMfjopp1rO/z13NeGF1tVystF0Ejx3y4rUKPw+bQ== value-equal@^1.0.1: version "1.0.1"