From 992d682d0bdf12282ee7044aacaa77fb9325d98c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 3 Jun 2022 22:28:17 +0000 Subject: [PATCH] Bump jquery-validation from 1.19.1 to 1.19.4 in /OdeToFood/OdeToFood 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] --- 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..cac200b 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.4", + "resolved": "https://registry.npmjs.org/jquery-validation/-/jquery-validation-1.19.4.tgz", + "integrity": "sha512-PcwKcATCR+JL77m9kkWd84NAHAunJP9iasF6IbMxUgl73xDAimxjt5oYFmYHDXBmTZM4rpkXxMNR/jGI5TlSjA==" }, "jquery-validation-unobtrusive": { "version": "3.2.11", diff --git a/OdeToFood/OdeToFood/package.json b/OdeToFood/OdeToFood/package.json index f9c5284..b7faba8 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.4", "jquery-validation-unobtrusive": "3.2.11", "@fortawesome/fontawesome-free": "5.10.2" }