From 27015a32781ca2a6dc141458897498b476f6e6b7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 6 Jul 2022 00:56:48 +0000 Subject: [PATCH] build(deps): bump jquery-validation from 1.19.1 to 1.19.5 in /backend 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] --- backend/package-lock.json | 6 +++--- backend/package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/backend/package-lock.json b/backend/package-lock.json index 22043f18..21ebb29f 100644 --- a/backend/package-lock.json +++ b/backend/package-lock.json @@ -6478,9 +6478,9 @@ "integrity": "sha512-reywdHlYEkPbzWjTpcc1fk9XQ3PLvO5dzEAVqy8zI7NTF22tB1HbeU3iboZTLdkBEPaWAqeI2HtEjsGQ4roZKw==" }, "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-tokens": { "version": "4.0.0", diff --git a/backend/package.json b/backend/package.json index c58ab6f0..77d72171 100644 --- a/backend/package.json +++ b/backend/package.json @@ -45,7 +45,7 @@ "jquery": "^3.5.0", "jquery-confirm": "^3.3.4", "jquery-mask-plugin": "1.14.16", - "jquery-validation": "1.19.1", + "jquery-validation": "1.19.5", "jvectormap-next": "3.1.0", "markdown": "0.5.0", "mini-css-extract-plugin": "0.9.0",