From 3189a944d78a7c9d1eb2972b9fc1ec5a9035b206 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2020 05:26:48 +0000 Subject: [PATCH] build(deps): bump jquery from 3.4.1 to 3.5.0 in /website/client 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-preview[bot] --- website/client/package-lock.json | 6 +++--- website/client/package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/website/client/package-lock.json b/website/client/package-lock.json index 52a8ff0b3a..efda0e18e4 100644 --- a/website/client/package-lock.json +++ b/website/client/package-lock.json @@ -13291,9 +13291,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==" }, "js-message": { "version": "1.0.5", diff --git a/website/client/package.json b/website/client/package.json index ce0860786a..f1cec6c04b 100644 --- a/website/client/package.json +++ b/website/client/package.json @@ -40,7 +40,7 @@ "hellojs": "^1.18.4", "inspectpack": "^4.4.0", "intro.js": "^2.9.3", - "jquery": "^3.4.1", + "jquery": "^3.5.0", "lodash": "^4.17.15", "moment": "^2.24.0", "nconf": "^0.10.0",