From 1e1b685f7d7cc3ad62622fc4d9750f2516f2e713 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 13 Jan 2021 18:24:14 +0000 Subject: [PATCH] Bump jquery-validation from 1.17.0 to 1.19.3 Bumps [jquery-validation](https://github.com/jquery-validation/jquery-validation) from 1.17.0 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.17.0...1.19.3) Signed-off-by: dependabot[bot] --- package-lock.json | 9 +++------ package.json | 2 +- 2 files changed, 4 insertions(+), 7 deletions(-) diff --git a/package-lock.json b/package-lock.json index 2ada4f7..8aea988 100644 --- a/package-lock.json +++ b/package-lock.json @@ -5440,12 +5440,9 @@ "integrity": "sha1-vLQEXI3QU5wTS8FIjN0+dop6nlE=" }, "jquery-validation": { - "version": "1.17.0", - "resolved": "https://registry.npmjs.org/jquery-validation/-/jquery-validation-1.17.0.tgz", - "integrity": "sha512-XddiAwhGdWhcIJ+W3ri3KG8uTPMua4TPYuUIC8/E7lOyqdScG5xHuy9YishlKc0c/lIQai77EX7hxMdTSYCEjA==", - "requires": { - "jquery": "^1.7 || ^2.0 || ^3.1" - } + "version": "1.19.3", + "resolved": "https://registry.npmjs.org/jquery-validation/-/jquery-validation-1.19.3.tgz", + "integrity": "sha512-iXxCS5W7STthSTMFX/NDZfWHBLbJ1behVK3eAgHXAV8/0vRa9M4tiqHvJMr39VGWHMGdlkhrtrkBuaL2UlE8yw==" }, "jquery.scrollto": { "version": "2.1.2", diff --git a/package.json b/package.json index 59db4ad..1183b28 100644 --- a/package.json +++ b/package.json @@ -31,7 +31,7 @@ "highlightjs-line-numbers.js": "^1.1.0", "hoek": "^4.2.1", "jquery": "^3.3.1", - "jquery-validation": "^1.17.0", + "jquery-validation": "^1.19.3", "jquery.scrollto": "^2.1.2", "js-base64": "^2.4.5", "lodash": "^4.17.13",