Bump validator from 3.43.0 to 13.7.0

Bumps [validator](https://github.com/validatorjs/validator.js) from 3.43.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/commits/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 17:37:50 +00:00
committed by GitHub
parent 7cfeec5404
commit e6b891253a
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@@ -3074,9 +3074,9 @@
}
},
"validator": {
"version": "3.43.0",
"resolved": "https://registry.npmjs.org/validator/-/validator-3.43.0.tgz",
"integrity": "sha1-lkZLmS1BloM9l6GUv0Cxn/VLrgU="
"version": "13.7.0",
"resolved": "https://registry.npmjs.org/validator/-/validator-13.7.0.tgz",
"integrity": "sha512-nYXQLCBkpJ8X6ltALua9dRrZDHVYxjJ1wgskNt1lH9fzGjs3tgojGSCBjmEPwkWS1y29+DrizMTW19Pr9uB2nw=="
},
"vary": {
"version": "1.1.1",

View File

@@ -35,7 +35,7 @@
"node-twitter": "0.5.2",
"snyk": "^1.38.1",
"superagent": "^2.0.0",
"validator": "^3.27.0"
"validator": "^13.7.0"
},
"snyk": true
}