From 9afbed81d9fd645875d8409f4403dbc24579f706 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 29 Apr 2020 23:16:38 +0000 Subject: [PATCH] Bump jquery from 2.2.4 to 3.5.0 in /static/js/nprogress-master 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/js/nprogress-master/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/js/nprogress-master/package.json b/static/js/nprogress-master/package.json index 28f7471..9da5f7c 100644 --- a/static/js/nprogress-master/package.json +++ b/static/js/nprogress-master/package.json @@ -14,7 +14,7 @@ "license": "MIT", "devDependencies": { "chai": "~1.6.1", - "jquery": "^2.1.1", + "jquery": "^3.5.0", "jsdom": "^5.4.3", "mocha": "^2.2.4", "mocha-jsdom": "^0.3.0"