Skip to content

Commit f48c8d4

Browse files
authored
Version increased, moment vulnerability fixed
1 parent b78c94c commit f48c8d4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-native-form-validator",
3-
"version": "0.1.3",
3+
"version": "0.2.0",
44
"description": "React native library to validate form fields",
55
"main": "index.js",
66
"scripts": {
@@ -24,7 +24,7 @@
2424
},
2525
"homepage": "https://github.com/perscrew/react-native-form-validator#readme",
2626
"dependencies": {
27-
"moment": "2.x.x",
27+
"moment": "^2.11.2",
2828
"prop-types" : "15.6.0"
2929
},
3030
"devDependencies": {

0 commit comments

Comments
 (0)