Skip to content

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Oct 28, 2025

Bumps validator from 13.7.0 to 13.15.20.

Release notes

Sourced from validator's releases.

13.15.20

Fixes, New Locales and Enhancements

New Contributors

Full Changelog: validatorjs/validator.js@13.15.15...13.15.20

13.15.15

Fixes, New Locales and Enhancements

... (truncated)

Changelog

Sourced from validator's changelog.

13.15.20

Fixes, New Locales and Enhancements

13.15.15

Fixes, New Locales and Enhancements

13.15.0

New Features / Validators

... (truncated)

Commits

Dependabot compatibility score

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 rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will 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 version will 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 dependency will 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.

Bumps [validator](https://github.com/validatorjs/validator.js) from 13.7.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](validatorjs/validator.js@13.7.0...13.15.20)

---
updated-dependencies:
- dependency-name: validator
  dependency-version: 13.15.20
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Oct 28, 2025
@fossabot
Copy link

fossabot bot commented Oct 28, 2025

fossabot is Thinking

@fossabot
Copy link

fossabot bot commented Oct 28, 2025

✓ Safe to upgrade

I recommend merging this upgrade because it resolves a high-severity URL validation bypass vulnerability (CVE-2025-56200) that could lead to XSS and Open Redirect attacks. The package is only used as a version resolution override in package.json to enforce security updates on transitive dependencies and is not directly imported or used by any application code. While the upgrade includes a breaking change to isEmail validation (rejecting non-breaking spaces in user parts), this does not affect the application since validator functions are never called in the codebase. The security fix significantly improves the safety of the dependency tree with zero compatibility risk.

What we checked

  • validator is only listed in resolutions section to enforce security updates on transitive dependencies, not used directly by the application [1]
  • Security fix for CVE-2025-56200: URL validation bypass vulnerability in isURL function that could lead to XSS and Open Redirect attacks [2]
  • Breaking change in isEmail validation (rejecting non-breaking spaces) does not impact application as validator is never imported or used in codebase [3]

Dependency Usage

The validator package is currently unused in the Conductor UI application codebase. It exists only as a version resolution override in the package configuration to enforce security updates on transitive dependencies introduced by other packages in the dependency tree, but is not directly imported or utilized by any application code to provide validation functionality.

Changes

The validator package upgrade patches CVE-2025-56200 by improving protocol detection in isURL, and introduces a breaking change where isEmail now rejects non-breaking spaces in the user part. This update also adds 33 new features including support for UUID v7, new locale support across multiple validators, and 15 bug fixes addressing issues in isEmail, isPort, isDate, and other validators across various locales.

  • #2237 isEmail do not allow non-breaking space in user part @​jeremy21212121 (v13.11.0, changelog)
  • #2608 isURL: improve protocol detection. Resolves CVE-2025-56200 @​theofidry (v13.15.20, changelog)
  • #2556 isMobilePhone: add ar-QA locale @​WardKhaddour (v13.15.20, changelog)
View 203 more changes
References (3)

[1]: validator is only listed in resolutions section to enforce security updates on transitive dependencies, not used directly by the application

"validator": "^13.7.0",

[2]: Security fix for CVE-2025-56200: URL validation bypass vulnerability in isURL function that could lead to XSS and Open Redirect attacks (source link)

[3]: Breaking change in isEmail validation (rejecting non-breaking spaces) does not impact application as validator is never imported or used in codebase (source link)


fossabot analyzed this PR using dependency research.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant