From 12f7c7e35eaf2a439aedbd7070cfe62f34bd23dc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 3 Jun 2022 22:37:06 +0000 Subject: [PATCH] Bump jquery-validation from 1.19.1 to 1.19.4 in /frontend Bumps [jquery-validation](https://github.com/jquery-validation/jquery-validation) from 1.19.1 to 1.19.4. - [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.4) --- 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..2f569e4 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.4", + "resolved": "https://registry.npmjs.org/jquery-validation/-/jquery-validation-1.19.4.tgz", + "integrity": "sha512-PcwKcATCR+JL77m9kkWd84NAHAunJP9iasF6IbMxUgl73xDAimxjt5oYFmYHDXBmTZM4rpkXxMNR/jGI5TlSjA==" }, "js-base64": { "version": "2.5.2", diff --git a/frontend/package.json b/frontend/package.json index c2e9808..8e2742f 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.4", "perfect-scrollbar": "^1.5.0", "popper.js": "^1.16.0", "sweetalert2": "^9.15.2"