build(deps): Bump validator from 13.15.15 to 13.15.20 in /server (#1402)

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

---
updated-dependencies:
- dependency-name: validator
  dependency-version: 13.15.20
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2025-10-31 12:53:41 +01:00
committed by GitHub
parent d385a1c238
commit f5000e8c40
2 changed files with 5 additions and 5 deletions
+4 -4
View File
@@ -36,7 +36,7 @@
"serve-static": "^1.16.2",
"sharp": "^0.33.5",
"uuid": "^9.0.1",
"validator": "^13.15.15",
"validator": "^13.15.20",
"winston": "^3.17.0",
"zxcvbn": "^4.4.2"
},
@@ -10912,9 +10912,9 @@
}
},
"node_modules/validator": {
"version": "13.15.15",
"resolved": "https://registry.npmjs.org/validator/-/validator-13.15.15.tgz",
"integrity": "sha512-BgWVbCI72aIQy937xbawcs+hrVaN/CZ2UwutgaJ36hGqRrLNM+f5LUT/YPRbo8IV/ASeFzXszezV+y2+rq3l8A==",
"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"
+1 -1
View File
@@ -71,7 +71,7 @@
"serve-static": "^1.16.2",
"sharp": "^0.33.5",
"uuid": "^9.0.1",
"validator": "^13.15.15",
"validator": "^13.15.20",
"winston": "^3.17.0",
"zxcvbn": "^4.4.2"
},