From bafc111b4f43d0019067dc9124d5bce9489a0a9d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 13 Jan 2021 18:24:59 +0000 Subject: [PATCH] Bump jquery-validation from 1.19.1 to 1.19.3 in /OdeToFood/OdeToFood Bumps [jquery-validation](https://github.com/jquery-validation/jquery-validation) from 1.19.1 to 1.19.3. - [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.3) 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..5f32bca 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.3", + "resolved": "https://registry.npmjs.org/jquery-validation/-/jquery-validation-1.19.3.tgz", + "integrity": "sha512-iXxCS5W7STthSTMFX/NDZfWHBLbJ1behVK3eAgHXAV8/0vRa9M4tiqHvJMr39VGWHMGdlkhrtrkBuaL2UlE8yw==" }, "jquery-validation-unobtrusive": { "version": "3.2.11", diff --git a/OdeToFood/OdeToFood/package.json b/OdeToFood/OdeToFood/package.json index f9c5284..a59b574 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.3", "jquery-validation-unobtrusive": "3.2.11", "@fortawesome/fontawesome-free": "5.10.2" }