From 76993f48a0e6988d1ef4141a92401062b983edcb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 9 Nov 2019 09:43:21 +0000 Subject: [PATCH] Bump jquery from 3.3.1 to 3.4.1 in /src/ui Bumps [jquery](https://github.com/jquery/jquery) from 3.3.1 to 3.4.1. - [Release notes](https://github.com/jquery/jquery/releases) - [Commits](https://github.com/jquery/jquery/compare/3.3.1...3.4.1) Signed-off-by: dependabot[bot] --- src/ui/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ui/package.json b/src/ui/package.json index 3a133b9..6023f48 100644 --- a/src/ui/package.json +++ b/src/ui/package.json @@ -30,7 +30,7 @@ "bootstrap": "4.1.1", "client-oauth2": "4.2.1", "font-awesome": "4.7.0", - "jquery": "3.3.1", + "jquery": "3.4.1", "jwt-decode": "2.2.0", "popper.js": "1.14.3", "typescript": "2.9.2",