From 2304995b7faed90dfa571f82da0d40dcaa1b6b41 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 Oct 2025 02:51:20 +0000 Subject: [PATCH] Bump validator from 13.12.0 to 13.15.20 Bumps [validator](https://github.com/validatorjs/validator.js) 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) --- updated-dependencies: - dependency-name: validator dependency-version: 13.15.20 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- npm-shrinkwrap.json | 9 +++++---- package.json | 2 +- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index 2bbf18b18..5190d164e 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -73,7 +73,7 @@ "twit": "2.2.11", "undersign": "git+https://github.com/moll/js-undersign", "uuid": "10.0.0", - "validator": "13.12.0" + "validator": "13.15.20" }, "devDependencies": { "@eslint/js": "^9.25.1", @@ -15806,9 +15806,10 @@ } }, "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 317a4799b..fe6596a2e 100644 --- a/package.json +++ b/package.json @@ -82,7 +82,7 @@ "twit": "2.2.11", "undersign": "git+https://github.com/moll/js-undersign", "uuid": "10.0.0", - "validator": "13.12.0" + "validator": "13.15.20" }, "devDependencies": { "@eslint/js": "^9.25.1",