From 85973cdf08ba6d64d0c8b1efa0ead01dcdbf64be Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 13 Jan 2021 18:53:30 +0000 Subject: [PATCH] Bump jquery-validation from 1.19.2 to 1.19.3 in /WebCore 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] --- WebCore/package-lock.json | 6 +++--- WebCore/package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/WebCore/package-lock.json b/WebCore/package-lock.json index 6b3dc1a..51ae140 100644 --- a/WebCore/package-lock.json +++ b/WebCore/package-lock.json @@ -5473,9 +5473,9 @@ "integrity": "sha1-XAgV08xvkP9fqvWyaKbiO0ypBPo=" }, "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==" }, "jqvmap-novulnerability": { "version": "1.5.1", diff --git a/WebCore/package.json b/WebCore/package.json index 7e9a82d..6b74c2a 100644 --- a/WebCore/package.json +++ b/WebCore/package.json @@ -90,7 +90,7 @@ "jquery-mapael": "^2.2.0", "jquery-mousewheel": "^3.1.13", "jquery-ui-dist": "^1.12.1", - "jquery-validation": "^1.19.1", + "jquery-validation": "^1.19.3", "jqvmap-novulnerability": "^1.5.1", "jsgrid": "^1.5.3", "jszip": "^3.3.0",