Skip to content

Commit

Permalink
Merge pull request #30 from abdulrahman-khankan/update-validatir
Browse files Browse the repository at this point in the history
feat: update `validator` to resolve security vulnerability
  • Loading branch information
ikr committed Nov 24, 2022
2 parents 0f0a5c6 + 9320eba commit b6e053b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .travis.yml
Expand Up @@ -3,3 +3,8 @@ node_js:
- '4'
- '6'
- '8'
- '10'
- '12'
- '14'
- '16'
- '18'
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -33,6 +33,6 @@
},
"dependencies": {
"moment": "^2.10.6",
"validator": "^8.2.0"
"validator": "^13.7.0"
}
}

0 comments on commit b6e053b

Please sign in to comment.