From 88c3549475733c5b13933767639440010f6b59d7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 6 Jul 2022 00:48:09 +0000 Subject: [PATCH] Bump jquery-validation from 1.19.1 to 1.19.5 in /frontend Bumps [jquery-validation](https://github.com/jquery-validation/jquery-validation) from 1.19.1 to 1.19.5. - [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.5) --- updated-dependencies: - dependency-name: jquery-validation dependency-type: direct:production ... 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..dd5cee0 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.5", + "resolved": "https://registry.npmjs.org/jquery-validation/-/jquery-validation-1.19.5.tgz", + "integrity": "sha512-X2SmnPq1mRiDecVYL8edWx+yTBZDyC8ohWXFhXdtqFHgU9Wd4KHkvcbCoIZ0JaSaumzS8s2gXSkP8F7ivg/8ZQ==" }, "js-base64": { "version": "2.5.2", diff --git a/frontend/package.json b/frontend/package.json index c2e9808..ef14d1e 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.5", "perfect-scrollbar": "^1.5.0", "popper.js": "^1.16.0", "sweetalert2": "^9.15.2"