From d99e949d07fa5c44114e35e50acb66911cd14f45 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 31 Oct 2025 12:57:38 +0100 Subject: [PATCH] build(deps): Bump validator from 13.15.15 to 13.15.20 in /client (#1403) Bumps [validator](https://github.com/validatorjs/validator.js) from 13.15.15 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.15.15...13.15.20) --- updated-dependencies: - dependency-name: validator dependency-version: 13.15.20 dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- client/package-lock.json | 8 ++++---- client/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/client/package-lock.json b/client/package-lock.json index 4890f051..3a1397dc 100644 --- a/client/package-lock.json +++ b/client/package-lock.json @@ -84,7 +84,7 @@ "sass-embedded": "^1.91.0", "semantic-ui-react": "^2.1.5", "socket.io-client": "^2.5.0", - "validator": "^13.15.15", + "validator": "^13.15.20", "vite": "^6.4.1", "vite-plugin-commonjs": "^0.10.4", "vite-plugin-node-polyfills": "^0.23.0", @@ -16661,9 +16661,9 @@ } }, "node_modules/validator": { - "version": "13.15.15", - "resolved": "https://registry.npmjs.org/validator/-/validator-13.15.15.tgz", - "integrity": "sha512-BgWVbCI72aIQy937xbawcs+hrVaN/CZ2UwutgaJ36hGqRrLNM+f5LUT/YPRbo8IV/ASeFzXszezV+y2+rq3l8A==", + "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/client/package.json b/client/package.json index 731232a3..be4136e8 100644 --- a/client/package.json +++ b/client/package.json @@ -155,7 +155,7 @@ "sass-embedded": "^1.91.0", "semantic-ui-react": "^2.1.5", "socket.io-client": "^2.5.0", - "validator": "^13.15.15", + "validator": "^13.15.20", "vite": "^6.4.1", "vite-plugin-commonjs": "^0.10.4", "vite-plugin-node-polyfills": "^0.23.0",