From 0835707d94430ec3bfa906cd7b0c9c5379c395fa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 18 Jun 2020 14:59:41 +0000 Subject: [PATCH] Bump jquery from 3.1.0 to 3.5.1 in /client Bumps [jquery](https://github.com/jquery/jquery) from 3.1.0 to 3.5.1. - [Release notes](https://github.com/jquery/jquery/releases) - [Commits](https://github.com/jquery/jquery/compare/3.1.0...3.5.1) Signed-off-by: dependabot[bot] --- client/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/package.json b/client/package.json index d2614e9..0490c09 100644 --- a/client/package.json +++ b/client/package.json @@ -27,7 +27,7 @@ "devDependencies": { "angular-mocks": "1.5.8", "jasmine": "2.4.1", - "jquery": "3.1.0", + "jquery": "3.5.1", "jscs": "3.0.7", "jshint": "2.9.2", "karma": "1.1.2",