From 254ced8284320737f130cd525291639ad7ba5131 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 29 Apr 2020 23:06:28 +0000 Subject: [PATCH] Bump jquery in /submission-system/docker/frontend/topcoder-app 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] --- submission-system/docker/frontend/topcoder-app/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/submission-system/docker/frontend/topcoder-app/package.json b/submission-system/docker/frontend/topcoder-app/package.json index 70fe41f..26566b3 100644 --- a/submission-system/docker/frontend/topcoder-app/package.json +++ b/submission-system/docker/frontend/topcoder-app/package.json @@ -16,7 +16,7 @@ "chai": "^3.5.0", "eslint": "^1.10.3", "eslint-plugin-react": "^3.15.0", - "jquery": "^2.2.0", + "jquery": "^3.5.0", "karma": "^0.13.19", "karma-chai": "^0.1.0", "karma-chai-sinon": "^0.1.5",