From b492768ccc4d21bf4c2e022d3e54475fe12ea215 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 29 Apr 2020 23:34:38 +0000 Subject: [PATCH] Bump jquery from 1.6.3 to 3.5.0 in /dashboard_frontend/dynatable Bumps [jquery](https://github.com/jquery/jquery) from 1.6.3 to 3.5.0. - [Release notes](https://github.com/jquery/jquery/releases) - [Commits](https://github.com/jquery/jquery/compare/1.6.3...3.5.0) Signed-off-by: dependabot[bot] --- dashboard_frontend/dynatable/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dashboard_frontend/dynatable/package.json b/dashboard_frontend/dynatable/package.json index 29bffb01..23988b1f 100644 --- a/dashboard_frontend/dynatable/package.json +++ b/dashboard_frontend/dynatable/package.json @@ -22,7 +22,7 @@ } ], "dependencies": { - "jquery": "1.6" + "jquery": "3.5" }, "bugs": { "mail": "support@alfajango.com",