From eaebee09a32b0186b5c0ec889746e350448c5d7d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 30 Apr 2020 13:24:19 +0000 Subject: [PATCH] Bump jquery from 2.2.4 to 3.5.0 in /latest/frontend Bumps [jquery](https://github.com/jquery/jquery) from 2.2.4 to 3.5.0. - [Release notes](https://github.com/jquery/jquery/releases) - [Commits](https://github.com/jquery/jquery/compare/2.2.4...3.5.0) Signed-off-by: dependabot[bot] --- latest/frontend/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/latest/frontend/package.json b/latest/frontend/package.json index ed0b29f..d5e9476 100644 --- a/latest/frontend/package.json +++ b/latest/frontend/package.json @@ -37,7 +37,7 @@ "font-awesome": "^4.5.0", "html-loader": "^0.4.3", "html-webpack-plugin": "^2.22.0", - "jquery": "^2.2.4", + "jquery": "^3.5.0", "jsx-loader": "^0.13.2", "less": "^2.7.1", "less-loader": "^2.2.2",