Skip to content

Commit 1e5acbc

Browse files
committed
3.41.2
1 parent 02192ac commit 1e5acbc

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{ "name": "validator",
22
"description": "String validation and sanitization",
3-
"version": "3.41.1",
3+
"version": "3.41.2",
44
"homepage": "http://github.com/chriso/validator.js",
55
"keywords": [
66
"validator", "validation", "validate", "sanitization",

validator.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333

3434
'use strict';
3535

36-
validator = { version: '3.41.1' };
36+
validator = { version: '3.41.2' };
3737

3838
var emailUser = /^((([a-z]|\d|[!#\$%&'\*\+\-\/=\?\^_`{\|}~])+(\.([a-z]|\d|[!#\$%&'\*\+\-\/=\?\^_`{\|}~])+)*)|((\x22)((((\x20|\x09)*(\x0d\x0a))?(\x20|\x09)+)?(([\x01-\x08\x0b\x0c\x0e-\x1f\x7f]|\x21|[\x23-\x5b]|[\x5d-\x7e])|(\\[\x01-\x09\x0b\x0c\x0d-\x7f])))*(((\x20|\x09)*(\x0d\x0a))?(\x20|\x09)+)?(\x22)))$/i;
3939

0 commit comments

Comments
 (0)