From eb4e0df8e2c687b4c37662c7532ca61859bbedcf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 2 Nov 2019 22:25:03 +0000 Subject: [PATCH] Bump jquery from 1.12.4 to 3.4.1 in /client Bumps [jquery](https://github.com/jquery/jquery) from 1.12.4 to 3.4.1. - [Release notes](https://github.com/jquery/jquery/releases) - [Commits](https://github.com/jquery/jquery/compare/1.12.4...3.4.1) 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 0b702018..92dddfdf 100644 --- a/client/package.json +++ b/client/package.json @@ -13,7 +13,7 @@ "classnames": "^2.2.6", "elasticsearch": "^15.4.1", "filepond": "^4.3.5", - "jquery": "^1.9.1", + "jquery": "^3.4.1", "lunr": "^2.3.6", "prop-types": "^15.7.2", "react": "^16.8.3",