Skip to content

Commit 71bde88

Browse files
committed
Downgrade validator lib
Date validation is brokein in certain circumstances and upstream has no released a fix yet (validatorjs/validator.js#2256)
1 parent 3d35e72 commit 71bde88

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "redux-router-querystring",
3-
"version": "0.1.0",
3+
"version": "0.1.1",
44
"description": "Redux middleware and reducer that handle synchronization between query strings and state.",
55
"main": "dist/index.js",
66
"scripts": {
@@ -30,7 +30,7 @@
3030
"lodash": "^4.17.21",
3131
"moment": "^2.30.1",
3232
"qs": "^6.12.0",
33-
"validator": "^13.11.0"
33+
"validator": "~13.9.0"
3434
},
3535
"devDependencies": {
3636
"@babel/cli": "^7.24.1",

0 commit comments

Comments
 (0)