Skip to content

Commit

Permalink
chore(deps): bump validator from 12.0.0 to 13.7.0 (heroku#1879)
Browse files Browse the repository at this point in the history
Bumps [validator](https://github.com/validatorjs/validator.js) from 12.0.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](validatorjs/validator.js@12.0.0...13.7.0)

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

Signed-off-by: dependabot[bot] <[email protected]>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Aug 1, 2022
1 parent 57eec5e commit 7402dc5
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 12 deletions.
2 changes: 1 addition & 1 deletion packages/ci-v5/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"lodash.flatten": "^4.4.0",
"shell-escape": "^0.2.0",
"temp": "^0.8.3",
"validator": "^12.0.0"
"validator": "^13.7.0"
},
"devDependencies": {
"@oclif/dev-cli": "^1.21.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/ci/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"tmp": "^0.0.33",
"tslib": "^1.9.3",
"uuid": "^8.3.0",
"validator": "^10.11.0",
"validator": "^13.7.0",
"ws": "^6.2.1"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/pipelines/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"lodash.keyby": "^4.6.0",
"lodash.sortby": "^4.7.0",
"node-fetch": "^2.6.1",
"validator": "^10.11.0"
"validator": "^13.7.0"
},
"devDependencies": {
"@oclif/dev-cli": "^1",
Expand Down
13 changes: 4 additions & 9 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -10280,15 +10280,10 @@ validate-npm-package-name@^3.0.0:
dependencies:
builtins "^1.0.3"

validator@^10.11.0:
version "10.11.0"
resolved "https://registry.yarnpkg.com/validator/-/validator-10.11.0.tgz#003108ea6e9a9874d31ccc9e5006856ccd76b228"
integrity sha512-X/p3UZerAIsbBfN/IwahhYaBbY68EN/UQBWHtsbXGT5bfrH/p4NQzUCG1kF/rtKaNpnJ7jAu6NGTdSNtyNIXMw==

validator@^12.0.0:
version "12.0.0"
resolved "https://registry.yarnpkg.com/validator/-/validator-12.0.0.tgz#fb33221f5320abe2422cda2f517dc3838064e813"
integrity sha512-r5zA1cQBEOgYlesRmSEwc9LkbfNLTtji+vWyaHzRZUxCTHdsX3bd+sdHfs5tGZ2W6ILGGsxWxCNwT/h3IY/3ng==
validator@^13.7.0:
version "13.7.0"
resolved "https://registry.yarnpkg.com/validator/-/validator-13.7.0.tgz#4f9658ba13ba8f3d82ee881d3516489ea85c0857"
integrity sha512-nYXQLCBkpJ8X6ltALua9dRrZDHVYxjJ1wgskNt1lH9fzGjs3tgojGSCBjmEPwkWS1y29+DrizMTW19Pr9uB2nw==

[email protected]:
version "1.10.0"
Expand Down

0 comments on commit 7402dc5

Please sign in to comment.