From 022fee6b6ecb36f8e59f5d4166b8ba3f8f693ff6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 13 Jan 2021 18:53:42 +0000 Subject: [PATCH] Bump jquery-validation from 1.19.1 to 1.19.3 in /frontend Bumps [jquery-validation](https://github.com/jquery-validation/jquery-validation) from 1.19.1 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.1...1.19.3) Signed-off-by: dependabot[bot] --- frontend/package-lock.json | 6 +++--- frontend/package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/frontend/package-lock.json b/frontend/package-lock.json index 82862ff..e9f67f9 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -5956,9 +5956,9 @@ "integrity": "sha512-XwIBPqcMn57FxfT+Go5pzySnm4KWkT1Tv7gjrpT1srtf8Weynl6R273VJ5GjkRb51IzMp5nbaPjJXMWeju2MKg==" }, "jquery-validation": { - "version": "1.19.1", - "resolved": "https://registry.npmjs.org/jquery-validation/-/jquery-validation-1.19.1.tgz", - "integrity": "sha512-QNnrZBqSltWUEJx+shOY5WtfrIb0gWmDjFfQP8rZKqMMSfpRSwEkSqhfHPvDfkObD8Hnv5KHSYI8yg73sVFdqA==" + "version": "1.19.3", + "resolved": "https://registry.npmjs.org/jquery-validation/-/jquery-validation-1.19.3.tgz", + "integrity": "sha512-iXxCS5W7STthSTMFX/NDZfWHBLbJ1behVK3eAgHXAV8/0vRa9M4tiqHvJMr39VGWHMGdlkhrtrkBuaL2UlE8yw==" }, "js-base64": { "version": "2.5.2", diff --git a/frontend/package.json b/frontend/package.json index c2e9808..c9e646a 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -72,7 +72,7 @@ "core-js": "^3.6.5", "cssnano": "^4.1.10", "jquery": "^3.4.1", - "jquery-validation": "^1.19.1", + "jquery-validation": "^1.19.3", "perfect-scrollbar": "^1.5.0", "popper.js": "^1.16.0", "sweetalert2": "^9.15.2"