From b5ed6041b72e7917ecd6a071d5c8bb4af7293488 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 6 Jul 2022 00:22:51 +0000 Subject: [PATCH] Bump jquery-validation from 1.19.1 to 1.19.5 in /OdeToFood/OdeToFood 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] --- OdeToFood/OdeToFood/package-lock.json | 6 +++--- OdeToFood/OdeToFood/package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/OdeToFood/OdeToFood/package-lock.json b/OdeToFood/OdeToFood/package-lock.json index 0a6d3aa..bc89d12 100644 --- a/OdeToFood/OdeToFood/package-lock.json +++ b/OdeToFood/OdeToFood/package-lock.json @@ -51,9 +51,9 @@ "integrity": "sha512-36+AdBzCL+y6qjw5Tx7HgzeGCzC81MDDgaUP8ld2zhx58HdqXGoBd+tHdrBMiyjGQs0Hxs/MLZTu/eHNJJuWPw==" }, "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==" }, "jquery-validation-unobtrusive": { "version": "3.2.11", diff --git a/OdeToFood/OdeToFood/package.json b/OdeToFood/OdeToFood/package.json index f9c5284..5ba1a5d 100644 --- a/OdeToFood/OdeToFood/package.json +++ b/OdeToFood/OdeToFood/package.json @@ -5,7 +5,7 @@ "bootstrap": "3.4.1", "datatables.net-bs": "1.10.19", "jquery": "3.4.1", - "jquery-validation": "1.19.1", + "jquery-validation": "1.19.5", "jquery-validation-unobtrusive": "3.2.11", "@fortawesome/fontawesome-free": "5.10.2" }