From 4622d565ef7c54e4e2a2846a6636264c88ebad33 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 30 Oct 2019 07:16:03 +0000 Subject: [PATCH] Bump jquery from 2.2.4 to 3.4.1 in /frontend 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] --- frontend/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/package.json b/frontend/package.json index 3d4e43e..bfeef61 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -16,7 +16,7 @@ "angular-sanitize": "^1.6.6", "angular-touch": "^1.6.6", "bootstrap": "^3.3.5", - "jquery": "^2.1.4", + "jquery": "^3.4.1", "q": "^1.4.1", "reflect-metadata": "0.1.1", "systemjs": "0.18.17"