From 81e346a7c9ef32ce09a01db14b7f3baedfe8cac5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 29 Apr 2020 23:30:45 +0000 Subject: [PATCH] build(deps): bump jquery from 3.4.1 to 3.5.0 in /tourmap/static Bumps [jquery](https://github.com/jquery/jquery) from 3.4.1 to 3.5.0. - [Release notes](https://github.com/jquery/jquery/releases) - [Commits](https://github.com/jquery/jquery/compare/3.4.1...3.5.0) Signed-off-by: dependabot[bot] --- tourmap/static/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tourmap/static/package.json b/tourmap/static/package.json index a4a023a..c848cdc 100644 --- a/tourmap/static/package.json +++ b/tourmap/static/package.json @@ -1,7 +1,7 @@ { "dependencies": { "bootstrap": "~3.4.1", - "jquery": "~3.4.1", + "jquery": "~3.5.0", "leaflet": "~1.3.1", "leaflet.markercluster": "~1.3.0" }