From ca3759fb68ad0386631c2d56648b98beac23a9c5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Jan 2021 12:45:34 +0000 Subject: [PATCH] fix(deps): bump jquery-validation from 1.19.2 to 1.19.3 (#568) Bumps [jquery-validation](https://github.com/jquery-validation/jquery-validation) from 1.19.2 to 1.19.3. - [Release notes](https://github.com/jquery-validation/jquery-validation/releases) - [Changelog](https://github.com/jquery-validation/jquery-validation/blob/master/changelog.md) - [Commits](https://github.com/jquery-validation/jquery-validation/compare/1.19.2...1.19.3) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Kieran --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) 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" },