Skip to content

Commit

Permalink
fix(deps): update dependency validator to ^13.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored May 11, 2024
1 parent 71e2728 commit f3e11f4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nick-mazuk/lib",
"version": "0.8.254",
"version": "0.8.255",
"description": "",
"scripts": {
"eslint": "eslint '**/*.{js,ts,tsx}' --quiet --fix",
Expand Down Expand Up @@ -34,14 +34,14 @@
"@types/jest": "^29.5.0",
"@types/node": "^18.15.10",
"@types/react": "^18.0.30",
"@types/validator": "^13.7.14",
"@types/validator": "^13.11.10",
"eslint": "^7.32.0",
"jest": "^29.5.0",
"prettier": "^2.8.7",
"typescript": "^5.0.2"
},
"dependencies": {
"crypto-es": "^1.2.7",
"validator": "^13.9.0"
"validator": "^13.12.0"
}
}

0 comments on commit f3e11f4

Please sign in to comment.