From d8e5d43a2071f137110116c591a0765261d21214 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 30 Apr 2020 03:53:35 +0000 Subject: [PATCH] Bump jquery from 3.4.0 to 3.5.0 in /client Bumps [jquery](https://github.com/jquery/jquery) from 3.4.0 to 3.5.0. - [Release notes](https://github.com/jquery/jquery/releases) - [Commits](https://github.com/jquery/jquery/compare/3.4.0...3.5.0) Signed-off-by: dependabot[bot] --- client/package-lock.json | 6 +++--- client/package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/client/package-lock.json b/client/package-lock.json index baad1da..e523bb9 100644 --- a/client/package-lock.json +++ b/client/package-lock.json @@ -8092,9 +8092,9 @@ } }, "jquery": { - "version": "3.4.0", - "resolved": "https://registry.npmjs.org/jquery/-/jquery-3.4.0.tgz", - "integrity": "sha512-ggRCXln9zEqv6OqAGXFEcshF5dSBvCkzj6Gm2gzuR5fWawaX8t7cxKVkkygKODrDAzKdoYw3l/e3pm3vlT4IbQ==" + "version": "3.5.0", + "resolved": "https://registry.npmjs.org/jquery/-/jquery-3.5.0.tgz", + "integrity": "sha512-Xb7SVYMvygPxbFMpTFQiHh1J7HClEaThguL15N/Gg37Lri/qKyhRGZYzHRyLH8Stq3Aow0LsHO2O2ci86fCrNQ==" }, "js-levenshtein": { "version": "1.1.6", diff --git a/client/package.json b/client/package.json index e6ba5a0..f64a4c4 100644 --- a/client/package.json +++ b/client/package.json @@ -19,7 +19,7 @@ "dependencies": { "bootstrap": "3.4.1", "history": "4.6.3", - "jquery": "3.4.0", + "jquery": "3.5.0", "prop-types": "15.7.2", "react": "16.12.0", "react-dom": "16.12.0",