From 2bfc19814dde2308dc11529c5fb706708068b1a4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 29 Apr 2020 23:01:12 +0000 Subject: [PATCH] Bump jquery from 3.4.1 to 3.5.0 in /site/app Bumps [jquery](https://github.com/jquery/jquery) from 3.4.1 to 3.5.0. - [Release notes](https://github.com/jquery/jquery/releases) - [Commits](https://github.com/jquery/jquery/compare/3.4.1...3.5.0) Signed-off-by: dependabot[bot] --- site/app/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/app/package.json b/site/app/package.json index 852c3e9..316737b 100644 --- a/site/app/package.json +++ b/site/app/package.json @@ -21,7 +21,7 @@ "url": "https://github.com/BioGRID/IMS/issues" }, "dependencies": { - "jquery": "~3.4.1", + "jquery": "~3.5.0", "bootstrap": "~3.4.1", "font-awesome": "~4.5.0", "datatables.net": "~1.10.11",