From 1ba09358058e3db6e81b36a1d4e17eef792fa957 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 22 Oct 2019 12:58:00 +0000 Subject: [PATCH] Bump jquery from 3.1.1 to 3.4.1 in /web-ui Bumps [jquery](https://github.com/jquery/jquery) from 3.1.1 to 3.4.1. - [Release notes](https://github.com/jquery/jquery/releases) - [Commits](https://github.com/jquery/jquery/compare/3.1.1...3.4.1) Signed-off-by: dependabot[bot] --- web-ui/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web-ui/package.json b/web-ui/package.json index e1f971dec..78a79a7d7 100644 --- a/web-ui/package.json +++ b/web-ui/package.json @@ -63,7 +63,7 @@ "imagemin-pngquant": "5.0.0", "imagemin-svgo": "5.2.0", "isomorphic-fetch": "2.2.1", - "jquery": "3.1.1", + "jquery": "3.4.1", "jquery-file-upload": "4.0.5", "jquery-ui": "1.12.1", "json-loader": "0.5.4",