chore(deps): bump validator and verdaccio
Bumps validator to 13.15.23 and updates ancestor dependency verdaccio. These dependencies need to be updated together.
Updates validator from 13.15.15 to 13.15.23
Release notes
Sourced from validator's releases.
13.15.23
Fixes, New Locales and Enhancements
Full Changelog: https://github.com/validatorjs/validator.js/compare/13.15.22...13.15.23
13.15.22
Fixes, New Locales and Enhancements
- #2622
isURL: fix regression with hostnames with ports@mbtools- #2616
isLength: improve handling Unicode variation selectors@koral--- Doc fixes and others:
New Contributors
@mbtoolsmade their first contribution in validatorjs/validator.js#2622@koral-- made their first contribution in validatorjs/validator.js#2616Full Changelog: https://github.com/validatorjs/validator.js/compare/13.15.20...13.15.22
13.15.20
Fixes, New Locales and Enhancements
- #2556
isMobilePhone: addar-QAlocale@WardKhaddour- #2576
isAlpha/isAlphanuneric: add Indic locales (ta-IN,te-IN,kn-IN,ml-IN,gu-IN,pa-IN,or-IN)@avadootharajesh- #2574
isBase64: improve padding regex@KrayzeeKev- #2584
isVAT: improveFRlocale@iamAmer- #2608
isURL: improve protocol detection. Resolves CVE-2025-56200@theofidry- Doc fixes and others:
New Contributors
@stoneLeafmade their first contribution in validatorjs/validator.js#2563@WardKhaddourmade their first contribution in validatorjs/validator.js#2556@avadootharajeshmade their first contribution in validatorjs/validator.js#2576@KrayzeeKevmade their first contribution in validatorjs/validator.js#2574@iamAmermade their first contribution in validatorjs/validator.js#2584@camillobrunimade their first contribution in validatorjs/validator.js#2581@theofidrymade their first contribution in validatorjs/validator.js#2608Full Changelog: https://github.com/validatorjs/validator.js/compare/13.15.15...13.15.20
Changelog
Sourced from validator's changelog.
13.15.23
Fixes, New Locales and Enhancements
13.15.22
Fixes, New Locales and Enhancements
- #2622
isURL: fix regression with hostnames with ports@mbtools- #2616
isLength: improve handling Unicode variation selectors@koral--- Doc fixes and others:
13.15.20
Fixes, New Locales and Enhancements
- #2556
isMobilePhone: addar-QAlocale@WardKhaddour- #2576
isAlpha/isAlphanuneric: add Indic locales (ta-IN,te-IN,kn-IN,ml-IN,gu-IN,pa-IN,or-IN)@avadootharajesh- #2574
isBase64: improve padding regex@KrayzeeKev- #2584
isVAT: improveFRlocale@iamAmer- #2608
isURL: improve protocol detection. Resolves CVE-2025-56200@theofidry- Doc fixes and others:
Commits
9113304fix(build): move to trusted publishing (#2631)f2b5c17maintenance: 2511 release (#2627)d457ecafix(isLength): correctly handle Unicode variation selectors (#2616)f2e3633docs: add install instructions to contibution guide (#2621)cf40145fix: URL validation for hostnames with ports (no protocol) (#2622)4af6124maintenance: 2510 release (#2585)30d4fe013.15.20cbef508fix(isURL): improve protocol detection. Resolves CVE-2025-56200 (#2608)6f436beFix typo in validators.test.js (#2581)3c85708Fix: correct French VAT (FR) validation regex and add tests (#2584)- Additional commits viewable in compare view
Maintainer changes
This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for validator since your current version.
Updates verdaccio from 6.2.1 to 6.2.3
Release notes
Sourced from verdaccio's releases.
v6.2.3
What's Changed
- fix(deps): update core verdaccio dependencies (6.x) by
@renovate[bot] in verdaccio/verdaccio#5497
- fix(middleware): dist-tags with scoped packages verdaccio/verdaccio#5495 https://github.com/orgs/verdaccio/discussions/5483
@mbtoolsand@stgbmpi- fix: Docker image not listening on IPv6 (6.x) by
@A1biin verdaccio/verdaccio#5499Full Changelog: https://github.com/verdaccio/verdaccio/compare/v6.2.2...v6.2.3
v6.2.2
What's Changed
- fix(deps): update core verdaccio dependencies (6.x) by
@renovate[bot] in verdaccio/verdaccio#5477- fix(deps): update core verdaccio dependencies (6.x) by
@renovate[bot] in verdaccio/verdaccio#5488- fix(deps): update dependency semver to v7.7.3 (6.x) by
@renovate[bot] in verdaccio/verdaccio#5489- chore(deps): update node.js to v22.21.1 (6.x) by
@renovate[bot] in verdaccio/verdaccio#5491- chore(deps): update babel monorepo to v7.28.5 (6.x) by
@renovate[bot] in verdaccio/verdaccio#5490- fix(deps): update core verdaccio dependencies (6.x) by
@renovate[bot] in verdaccio/verdaccio#5493Full Changelog: https://github.com/verdaccio/verdaccio/compare/v6.2.1...v6.2.2
Changelog
Sourced from verdaccio's changelog.
6.2.3 (2025-11-27)
Bug Fixes
- deps: update core verdaccio dependencies (#5497) (d991c35)
- Docker image not listening on IPv6 (#5499) (6ab28c4)
6.2.2 (2025-11-23)
Bug Fixes
Commits
1d0b245chore(release): 6.2.36ab28c4fix: Docker image not listening on IPv6 (#5499)d991c35fix(deps): update core verdaccio dependencies (#5497)c6b7bb0chore(release): 6.2.2399cb22fix(deps): update core verdaccio dependencies (#5493)1aefda2chore(deps): update babel monorepo to v7.28.5 (#5490)c847dc7chore(deps): update node.js to v22.21.1 (#5491)72923a6fix(deps): update dependency semver to v7.7.3 (#5489)57989f2fix(deps): update core verdaccio dependencies (#5488)26d1675fix(deps): update core verdaccio dependencies (#5477)- See full diff in compare view
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.
📊 Benchmark results
Comparing with beee1443c8bed59aa7d0ae381e4f299f8e8b70d7
- Dependency count: 1,044 (no change)
- Package size: 304 MB ⬆️ 0.00% increase vs. beee1443c8bed59aa7d0ae381e4f299f8e8b70d7
- Number of ts-expect-error directives: 378 (no change)
📊 Benchmark results
Comparing with 6d4de26527d6abc9e6b4b1fb1ecc996c7a014264
- Dependency count: 1,044 (no change)
- Package size: 304 MB ⬆️ 0.00% increase vs. 6d4de26527d6abc9e6b4b1fb1ecc996c7a014264
- Number of ts-expect-error directives: 378 (no change)