From 1ff07334a3aff0819013e464b759a857e656668b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 30 Oct 2019 11:10:08 +0000 Subject: [PATCH] Bump jquery from 2.2.0 to 3.4.1 in /kubedock/frontend/static Bumps [jquery](https://github.com/jquery/jquery) from 2.2.0 to 3.4.1. - [Release notes](https://github.com/jquery/jquery/releases) - [Commits](https://github.com/jquery/jquery/compare/2.2.0...3.4.1) Signed-off-by: dependabot[bot] --- kubedock/frontend/static/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kubedock/frontend/static/package.json b/kubedock/frontend/static/package.json index 1e906aa3c..f929fe446 100644 --- a/kubedock/frontend/static/package.json +++ b/kubedock/frontend/static/package.json @@ -27,7 +27,7 @@ "bootstrap": "3.2.0", "bootstrap-3-typeahead": "4.0.1", "bootstrap-select": "1.11.0", - "jquery": "2.2.0", + "jquery": "3.4.1", "jquery-ui": "1.12.0", "js-yaml": "3.6.1", "moment-timezone": "0.5.5",