Bumps validator from 13.15.15 to 13.15.20.
Sourced from validator's releases.
Full Changelog: validatorjs/validator.js@13.15.15...13.15.20
Sourced from validator's changelog.
Release notes
13.15.20
Fixes, New Locales and Enhancements
isMobilePhone: add ar-QA locale @WardKhaddour
isAlpha/isAlphanuneric: add Indic locales (ta-IN, te-IN, kn-IN, ml-IN, gu-IN, pa-IN, or-IN) @avadootharajesh
isBase64: improve padding regex @KrayzeeKev
isVAT: improve FR locale @iamAmer
isURL: improve protocol detection. Resolves CVE-2025-56200 @theofidry
New Contributors
@stoneLeaf made their first contribution in validatorjs/validator.js#2563
@WardKhaddour made their first contribution in validatorjs/validator.js#2556
@avadootharajesh made their first contribution in validatorjs/validator.js#2576
@KrayzeeKev made their first contribution in validatorjs/validator.js#2574
@iamAmer made their first contribution in validatorjs/validator.js#2584
@camillobruni made their first contribution in validatorjs/validator.js#2581
@theofidry made their first contribution in validatorjs/validator.js#2608
Changelog
13.15.20
Fixes, New Locales and Enhancements
isMobilePhone: add ar-QA locale @WardKhaddour
isAlpha/isAlphanuneric: add Indic locales (ta-IN, te-IN, kn-IN, ml-IN, gu-IN, pa-IN, or-IN) @avadootharajesh
isBase64: improve padding regex @KrayzeeKev
isVAT: improve FR locale @iamAmer
isURL: improve protocol detection. Resolves CVE-2025-56200 @theofidry
Commits
30d4fe0 13.15.20
cbef508 fix(isURL): improve protocol detection. Resolves CVE-2025-56200 (#2608)
6f436be Fix typo in validators.test.js (#2581)
3c85708 Fix: correct French VAT (FR) validation regex and add tests (#2584)
eee525c #2491 #2573 Simplify isBase64 to prevent stack overflow (#2574)
abcc8ec feat(isAlpha, isAlphanumeric): add support for Indic locales (ta-IN, te-IN, k...
72573b3 Add Qatar phone number validation (#2556)
243f6c5 docs(isMACAddress): improve ambiguous option description (#2563)
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
You can disable automated security fix PRs for this repo from the Security Alerts page.