Bump validator from 10.11.0 to 13.7.0 in /cyphernodeconf_docker

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

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

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2021-11-03 18:27:53 +00:00
committed by GitHub
parent f3419edf9d
commit c750588be7
2 changed files with 4 additions and 4 deletions

View File

@@ -5303,9 +5303,9 @@
}
},
"validator": {
"version": "10.11.0",
"resolved": "https://registry.npmjs.org/validator/-/validator-10.11.0.tgz",
"integrity": "sha512-X/p3UZerAIsbBfN/IwahhYaBbY68EN/UQBWHtsbXGT5bfrH/p4NQzUCG1kF/rtKaNpnJ7jAu6NGTdSNtyNIXMw=="
"version": "13.7.0",
"resolved": "https://registry.npmjs.org/validator/-/validator-13.7.0.tgz",
"integrity": "sha512-nYXQLCBkpJ8X6ltALua9dRrZDHVYxjJ1wgskNt1lH9fzGjs3tgojGSCBjmEPwkWS1y29+DrizMTW19Pr9uB2nw=="
},
"verror": {
"version": "1.10.0",

View File

@@ -25,7 +25,7 @@
"lunicode": "^2.0.1",
"parse5": "^5.1.0",
"tmp": "^0.1.0",
"validator": "^10.11.0",
"validator": "^13.7.0",
"wrap-ansi": "^5.1.0"
},
"devDependencies": {