From 59923b350fc8388bcae2f95afbb2adc736ac468e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 May 2020 01:19:36 +0000 Subject: [PATCH] Bump jquery from 3.4.1 to 3.5.0 in /electron 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] --- electron/package-lock.json | 6 +++--- electron/package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/electron/package-lock.json b/electron/package-lock.json index ed77260..a5b6776 100644 --- a/electron/package-lock.json +++ b/electron/package-lock.json @@ -3925,9 +3925,9 @@ "integrity": "sha512-DximWbkke36cnrSfNJv6bgcB2QOMV9PRD2FiowwzCoMsh8RupFLdbNIzWe+cVDWT+NIMNJgGlB1dGxP6kpzGtA==" }, "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==" }, "js-base64": { "version": "2.5.2", diff --git a/electron/package.json b/electron/package.json index 3e3dac5..a8a17c6 100644 --- a/electron/package.json +++ b/electron/package.json @@ -65,7 +65,7 @@ "custom-electron-titlebar": "^3.2.2-hotfix62", "edit-json-file": "^1.4.0", "electron-squirrel-startup": "^1.0.0", - "jquery": "^3.4.1", + "jquery": "^3.5.0", "js-base64": "^2.5.2", "lcu-connector": "^2.1.3", "materialize-css": "^1.0.0-rc.2",