Skip to content

chore(deps): bump validator, express-validator and swagger-jsdoc in /microserviceNodeJs - #110

Open
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/npm_and_yarn/microserviceNodeJs/multi-e310e43153
Open

chore(deps): bump validator, express-validator and swagger-jsdoc in /microserviceNodeJs#110
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/npm_and_yarn/microserviceNodeJs/multi-e310e43153

Conversation

@dependabot

@dependabotdependabotBot commented on behalf of githubDec 2, 2025

Copy link
Copy Markdown
Contributor

Bumps validator to 13.15.23 and updates ancestor dependencies validator, express-validator and swagger-jsdoc. These dependencies need to be updated together.

Updates validator from 10.9.0 to 13.15.23

Release notes

Sourced from validator's releases.

13.15.23

Fixes, New Locales and Enhancements

Full Changelog: validatorjs/validator.js@13.15.22...13.15.23

13.15.22

Fixes, New Locales and Enhancements

New Contributors

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

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

  • isMobilePhone

... (truncated)

Changelog

Sourced from validator's changelog.

13.15.23

Fixes, New Locales and Enhancements

13.15.22

Fixes, New Locales and Enhancements

13.15.20

Fixes, New Locales and Enhancements

13.15.15

Fixes, New Locales and Enhancements

... (truncated)

Commits
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 express-validator from 5.3.0 to 7.3.1

Release notes

Sourced from express-validator's releases.

v7.3.1

v7.3.0

v7.2.1

  • Clone non-primitive replacement values when using #default()/#replace() to avoid object reference reuse (#1316)

v7.2.0

  • Add hide() method (#1304, #1305)
  • Add wildcard values to custom validator's metadata (#1297, #1308)
  • Correctly select properties of primitives (#1245, #1279)

v7.1.0

v7.0.1

  • Fixed checkSchema() warning that known validators are unknown when its value is false - #1223

v7.0.0

🚀 🙌 First major version in almost 4 years! 🚀 🤯 Thanks everybody for having the patience. Hopefully this version brings many improvements to your developer experience!

Breaking changes 💥

  • Minimum supported Node.js version is now 14+
  • Removed deprecated APIs - #993
    • Import paths express-validator/check and express-validator/filter
    • Sanitization-only middlewares (e.g. sanitize(), sanitizeBody(), etc)
    • Deprecated TypeScript types (ValidationParamSchema and ValidationSchema)
  • isObject() validator now assumes options.strict = true by default
  • Validation errors changed shape
    • Field validation errors param property has been renamed to path
    • oneOf() validation errors no longer have a param: '_error' property
  • (TypeScript only) The ValidationError type is now a discriminated union, it might be necessary to use switch or if statements to check that you're dealing with the type that you want to debug/format
  • oneOf() signature changed: from oneOf(chains, message) to oneOf(chains, options: { message, errorType })
  • oneOf() default error structure now groups errors by their... validation group!, instead of in a flat list

Checkout the migration guide for examples on how to work around some of these: https://express-validator.github.io/docs/migration-v6-to-v7

New features ✨

  • Added validation for no unknown fields - #558, #578, #612, #1148, #809, #927, #1204
  • Added globstars (deep wildcard) support - #790, #1137, #1216
  • Added support for multiple custom validators/sanitizers in checkSchema() - #552, #1180
  • Added request-level bail - #1100, #1214
  • Added a ExpressValidator class which allows adding "persistent" custom validators, sanitizers, and options - #1077, #1079, #1209

... (truncated)

Commits

Updates swagger-jsdoc from 3.2.6 to 3.7.0

Release notes

Sourced from swagger-jsdoc's releases.

3.7.0

No changes compared to 3.6.0 except downgrades in dependencies to ensure proper work with Node carbon, i..e LTS of version 8. Thus, this will be the last release with support for Node version 8.

3.6.0

Upgrade dependencies.

v3.5.0

Upgrades dependencies.

v3.4.0

Exposes a few methods related to specification processing to facilitate integrations with bundlers. For webpack support, see https://github.com/Surnet/swagger-jsdoc#webpack-integration

v3.3.0

Upgrading dependencies.

v3.2.9

No release notes provided.

v3.2.8

No release notes provided.

v3.2.7

No release notes provided.

Changelog

Sourced from swagger-jsdoc's changelog.

v3.7.0 (2020/03/22 13:09 +00:00)

v3.6.0 (2020/03/22 12:32 +00:00)

v3.5.0 (2019/12/04 17:38 +00:00)

v3.4.0 (2019/08/08 08:59 +00:00)

v3.3.0 (2019/07/08 09:05 +00:00)

v3.2.9 (2019/04/16 06:42 +00:00)

v3.2.8 (2019/03/22 06:40 +00:00)

v3.2.7 (2019/02/12 14:18 +00:00)

Commits

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) to 13.15.23 and updates ancestor dependencies [validator](https://github.com/validatorjs/validator.js), [express-validator](https://github.com/express-validator/express-validator) and [swagger-jsdoc](https://github.com/Surnet/swagger-jsdoc). These dependencies need to be updated together.
Updates `validator` from 10.9.0 to 13.15.23
- [Release notes](https://github.com/validatorjs/validator.js/releases)
- [Changelog](https://github.com/validatorjs/validator.js/blob/master/CHANGELOG.md)
- [Commits](validatorjs/validator.js@10.9.0...13.15.23)
Updates `express-validator` from 5.3.0 to 7.3.1
- [Release notes](https://github.com/express-validator/express-validator/releases)
- [Commits](express-validator/express-validator@v5.3.0...v7.3.1)
Updates `swagger-jsdoc` from 3.2.6 to 3.7.0
- [Release notes](https://github.com/Surnet/swagger-jsdoc/releases)
- [Changelog](https://github.com/Surnet/swagger-jsdoc/blob/master/CHANGELOG.md)
- [Commits](Surnet/swagger-jsdoc@v3.2.6...v3.7.0)
---
updated-dependencies:
- dependency-name: validator
dependency-version: 13.15.23
dependency-type: indirect
- dependency-name: express-validator
dependency-version: 7.3.1
dependency-type: direct:production
- dependency-name: swagger-jsdoc
dependency-version: 3.7.0
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
@dependabotdependabotBot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Dec 2, 2025
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependenciesPull requests that update a dependency filejavascriptPull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants