From 57d42b2a61741b49462d686ee36e977cdc6f26db Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 20 Jun 2020 06:26:50 +0000 Subject: [PATCH] Bump jquery from 2.2.4 to 3.5.1 in /themes/portal/static Bumps [jquery](https://github.com/jquery/jquery) from 2.2.4 to 3.5.1. - [Release notes](https://github.com/jquery/jquery/releases) - [Commits](https://github.com/jquery/jquery/compare/2.2.4...3.5.1) Signed-off-by: dependabot[bot] --- themes/portal/static/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themes/portal/static/package.json b/themes/portal/static/package.json index 8acec61..83d9d2c 100644 --- a/themes/portal/static/package.json +++ b/themes/portal/static/package.json @@ -15,7 +15,7 @@ "ionicons": "^5.0.1", "select2": "^4.0.13", "store-js": "^2.0.4", - "jquery": "^2.2.4", + "jquery": "^3.5.1", "jquery-ui-dist": "^1.12.1", "inputmask": "^5.0.3", "bootstrap": "^3.4.1",