diff --git a/package-lock.json b/package-lock.json index 242fc00..cd1fea8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -4473,9 +4473,9 @@ "integrity": "sha1-FPaENxEx7Qij0ZDpaGN8zVijawk=" }, "validator": { - "version": "11.1.0", - "resolved": "https://registry.npmjs.org/validator/-/validator-11.1.0.tgz", - "integrity": "sha512-qiQ5ktdO7CD6C/5/mYV4jku/7qnqzjrxb3C/Q5wR3vGGinHTgJZN/TdFT3ZX4vXhX2R1PXx42fB1cn5W+uJ4lg==" + "version": "12.1.0", + "resolved": "https://registry.npmjs.org/validator/-/validator-12.1.0.tgz", + "integrity": "sha512-gIC2RBuFRi574Rb9vewGCJ7TCLxHXNx6EKthEgs+Iz0pYa9a9Te1VLG/bGLsAyGWrqR5FfR7tbFUI7FEF2LiGA==" }, "value-equal": { "version": "1.0.1", diff --git a/package.json b/package.json index c96715f..b57a504 100644 --- a/package.json +++ b/package.json @@ -44,7 +44,7 @@ "ra-data-simple-rest": "^2.9.6", "ra-jsonapi-client": "^0.5.0", "validation": "0.0.1", - "validator": "^11.1.0" + "validator": "^12.1.0" }, "devDependencies": { "nodemon": "^1.19.2"