From 05f54fdbcc28f12d3188155c93d929018ae1a993 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 29 Apr 2020 22:57:22 +0000 Subject: [PATCH] Bump jquery from 2.2.4 to 3.5.0 in /server 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] --- server/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/package.json b/server/package.json index 986eaf9d..9ecb2cd7 100644 --- a/server/package.json +++ b/server/package.json @@ -36,7 +36,7 @@ "escodegen": "^1.8.0", "esprima": "^2.7.2", "fsevents": "^1.0.6", - "jquery": "^2.2.0", + "jquery": "^3.5.0", "minimist": "0.0.8", "ms": "^0.7.1", "nib": "~1.0.2",