From ae7d5daf1cb0a44038e421c8c12c9a89736fc7e7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 30 Apr 2020 00:56:10 +0000 Subject: [PATCH] Bump jquery from 3.4.1 to 3.5.0 in /OdeToFood/OdeToFood Bumps [jquery](https://github.com/jquery/jquery) from 3.4.1 to 3.5.0. - [Release notes](https://github.com/jquery/jquery/releases) - [Commits](https://github.com/jquery/jquery/compare/3.4.1...3.5.0) 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..b46001d 100644 --- a/OdeToFood/OdeToFood/package-lock.json +++ b/OdeToFood/OdeToFood/package-lock.json @@ -46,9 +46,9 @@ } }, "jquery": { - "version": "3.4.1", - "resolved": "https://registry.npmjs.org/jquery/-/jquery-3.4.1.tgz", - "integrity": "sha512-36+AdBzCL+y6qjw5Tx7HgzeGCzC81MDDgaUP8ld2zhx58HdqXGoBd+tHdrBMiyjGQs0Hxs/MLZTu/eHNJJuWPw==" + "version": "3.5.0", + "resolved": "https://registry.npmjs.org/jquery/-/jquery-3.5.0.tgz", + "integrity": "sha512-Xb7SVYMvygPxbFMpTFQiHh1J7HClEaThguL15N/Gg37Lri/qKyhRGZYzHRyLH8Stq3Aow0LsHO2O2ci86fCrNQ==" }, "jquery-validation": { "version": "1.19.1", diff --git a/OdeToFood/OdeToFood/package.json b/OdeToFood/OdeToFood/package.json index f9c5284..277b072 100644 --- a/OdeToFood/OdeToFood/package.json +++ b/OdeToFood/OdeToFood/package.json @@ -4,7 +4,7 @@ "dependencies": { "bootstrap": "3.4.1", "datatables.net-bs": "1.10.19", - "jquery": "3.4.1", + "jquery": "3.5.0", "jquery-validation": "1.19.1", "jquery-validation-unobtrusive": "3.2.11", "@fortawesome/fontawesome-free": "5.10.2"