From 819eaa38d4e1ad47b92bce3a6c4de3f42b847a6f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 30 Apr 2020 04:50:10 +0000 Subject: [PATCH] Bump jquery from 1.9.1 to 3.5.0 in /conway_dashboard Bumps [jquery](https://github.com/jquery/jquery) from 1.9.1 to 3.5.0. - [Release notes](https://github.com/jquery/jquery/releases) - [Commits](https://github.com/jquery/jquery/compare/1.9.1...3.5.0) Signed-off-by: dependabot[bot] --- conway_dashboard/package-lock.json | 6 +++--- conway_dashboard/package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/conway_dashboard/package-lock.json b/conway_dashboard/package-lock.json index 7424b76..4182021 100644 --- a/conway_dashboard/package-lock.json +++ b/conway_dashboard/package-lock.json @@ -8986,9 +8986,9 @@ } }, "jquery": { - "version": "1.9.1", - "resolved": "https://registry.npmjs.org/jquery/-/jquery-1.9.1.tgz", - "integrity": "sha1-5M1INfqu+63lNYV2E8D8P/KtrzQ=" + "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/conway_dashboard/package.json b/conway_dashboard/package.json index a29cf54..e5c18f9 100644 --- a/conway_dashboard/package.json +++ b/conway_dashboard/package.json @@ -5,7 +5,7 @@ "dependencies": { "axios": "^0.18.0", "bootstrap": "^4.3.1", - "jquery": "^1.9.1", + "jquery": "^3.5.0", "react": "^16.8.6", "react-bootstrap": "^1.0.0-beta.8", "react-dom": "^16.8.6",