From 91331978f31ff1f39c4993c313dd8f5abf1f1f17 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 29 Apr 2020 22:59:05 +0000 Subject: [PATCH] Bump jquery from 3.2.1 to 3.5.0 in /client Bumps [jquery](https://github.com/jquery/jquery) from 3.2.1 to 3.5.0. - [Release notes](https://github.com/jquery/jquery/releases) - [Commits](https://github.com/jquery/jquery/compare/3.2.1...3.5.0) 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 d25beec..90beb5d 100644 --- a/client/package.json +++ b/client/package.json @@ -31,7 +31,7 @@ "d3": "4.10.0", "enhanced-resolve": "3.3.0", "font-awesome": "4.7.0", - "jquery": "3.2.1", + "jquery": "3.5.0", "jspdf": "1.3.3", "openlayers": "4.4.2", "proj4": "2.4.4",