From 7b0e4e943647eab705b1c62103d2d2b32f6ede00 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 3 Jun 2022 22:37:37 +0000 Subject: [PATCH] Bump jquery-validation from 1.19.1 to 1.19.4 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] --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 02f2ab3..351850a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -5606,9 +5606,9 @@ "integrity": "sha1-vLQEXI3QU5wTS8FIjN0+dop6nlE=" }, "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==" }, "jquery.avgrund": { "version": "1.3.3", diff --git a/package.json b/package.json index d901848..67ecc5c 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ "font-awesome": "4.7.0", "jquery": "^3.5.0", "jquery-ui": "^1.12.1", - "jquery-validation": "1.19.1", + "jquery-validation": "1.19.4", "jquery.avgrund": "1.3.3", "jquery.easing": "^1.4.1", "jquery.repeater": "1.2.1",