From bc7681795c6437735224d672b7e1db726a5f6845 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 29 Oct 2019 20:36:43 +0000 Subject: [PATCH] Bump jquery from 2.2.4 to 3.4.1 in /react Bumps [jquery](https://github.com/jquery/jquery) from 2.2.4 to 3.4.1. - [Release notes](https://github.com/jquery/jquery/releases) - [Commits](https://github.com/jquery/jquery/compare/2.2.4...3.4.1) Signed-off-by: dependabot[bot] --- react/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/react/package.json b/react/package.json index 2f1dd80..6e6739b 100644 --- a/react/package.json +++ b/react/package.json @@ -27,7 +27,7 @@ "html-loader": "^0.4.5", "html-webpack-plugin": "^2.28.0", "imports-loader": "^0.6.5", - "jquery": "^2.1.4", + "jquery": "^3.4.1", "less": "^2.7.2", "less-loader": "^4.0.2", "node-sass": "^4.5.2",