From 61ec39139658465393d32ab04d37d22e9a85ff81 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 30 Apr 2020 01:04:15 +0000 Subject: [PATCH] Bump jquery in /teamanagement/static/teamanagement/plugins/tablesaw Bumps [jquery](https://github.com/jquery/jquery) from 2.2.4 to 3.5.0. - [Release notes](https://github.com/jquery/jquery/releases) - [Commits](https://github.com/jquery/jquery/compare/2.2.4...3.5.0) Signed-off-by: dependabot[bot] --- .../static/teamanagement/plugins/tablesaw/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/teamanagement/static/teamanagement/plugins/tablesaw/package.json b/teamanagement/static/teamanagement/plugins/tablesaw/package.json index 14ed73c..736faaa 100644 --- a/teamanagement/static/teamanagement/plugins/tablesaw/package.json +++ b/teamanagement/static/teamanagement/plugins/tablesaw/package.json @@ -23,7 +23,7 @@ "test": "./node_modules/.bin/grunt travis" }, "dependencies": { - "jquery": "^2.1.4", + "jquery": "^3.5.0", "respond.js": "^1.4.2", "shoestring": "^1.0.3" },