From a7d3f51e2d0888db0b8f347546d4665026930b12 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 30 Apr 2020 01:28:19 +0000 Subject: [PATCH] Bump jquery from 3.3.1 to 3.5.0 in /client Bumps [jquery](https://github.com/jquery/jquery) from 3.3.1 to 3.5.0. - [Release notes](https://github.com/jquery/jquery/releases) - [Commits](https://github.com/jquery/jquery/compare/3.3.1...3.5.0) Signed-off-by: dependabot[bot] --- client/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/package.json b/client/package.json index 8ca868a..bd0dc41 100644 --- a/client/package.json +++ b/client/package.json @@ -33,7 +33,7 @@ }, "dependencies": { "html-loader": "0.5.5", - "jquery": "3.3.1", + "jquery": "3.5.0", "lodash": "4.17.11" } }