diff --git a/package-lock.json b/package-lock.json index 96934e49..ddabfd51 100644 --- a/package-lock.json +++ b/package-lock.json @@ -4953,9 +4953,9 @@ } }, "jquery-validation": { - "version": "1.19.2", - "resolved": "https://registry.npmjs.org/jquery-validation/-/jquery-validation-1.19.2.tgz", - "integrity": "sha512-yHaAqOGaAB7+p2u5lpzhhQVt3CBMUw3fHcuCJ7nXmXz0LWLHPN7yOhwnocp5nrn2SmnXR1jpV+whx2j1kLz1tQ==" + "version": "1.19.3", + "resolved": "https://registry.npmjs.org/jquery-validation/-/jquery-validation-1.19.3.tgz", + "integrity": "sha512-iXxCS5W7STthSTMFX/NDZfWHBLbJ1behVK3eAgHXAV8/0vRa9M4tiqHvJMr39VGWHMGdlkhrtrkBuaL2UlE8yw==" }, "js-tokens": { "version": "4.0.0", diff --git a/package.json b/package.json index fa3955df..76612e0b 100644 --- a/package.json +++ b/package.json @@ -23,7 +23,7 @@ "webpack-stream": "^6.1.1" }, "dependencies": { - "jquery-validation": "^1.19.2", + "jquery-validation": "^1.19.3", "locutus": "^2.0.14", "php-date-formatter": "^1.3.6" },