From 88591e13932a5b917a340c1db5fc883cee9b889f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 16 Oct 2019 22:21:10 +0000 Subject: [PATCH] Bump jquery from 2.2.4 to 3.4.1 in /web 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] --- web/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/package.json b/web/package.json index 03c1d38..41e1969 100644 --- a/web/package.json +++ b/web/package.json @@ -61,7 +61,7 @@ "htmlhint": "^0.9.13", "iframe-resizer": "^3.5.4", "jexl": "^1.1.4", - "jquery": "^2.2.4", + "jquery": "^3.4.1", "jquery-jsonview": "https://github.com/pbadenski/jquery-jsonview.git#master", "jquery-nearest": "^1.4.0", "jquery.scrollto": "^2.1.2",