From 83f06e526418ade3eb02ea0cee29a14d7fa9d24e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 30 Apr 2020 13:26:40 +0000 Subject: [PATCH] Bump jquery from 3.4.0 to 3.5.0 in /source-code 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] --- source-code/package-lock.json | 6 +++--- source-code/package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/source-code/package-lock.json b/source-code/package-lock.json index 24699e0..8da46a7 100644 --- a/source-code/package-lock.json +++ b/source-code/package-lock.json @@ -4099,9 +4099,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-sha3": { "version": "0.6.1", diff --git a/source-code/package.json b/source-code/package.json index e1de79d..06d6f38 100644 --- a/source-code/package.json +++ b/source-code/package.json @@ -9,7 +9,7 @@ "bootstrap-social": "^5.1.1", "browserify": "^16.5.0", "font-awesome": "^4.7.0", - "jquery": "^3.4.0", + "jquery": "^3.5.0", "popper.js": "^1.12.9", "watchify": "^3.11.1", "web3": "^1.2.1"