From 6fb58526433912faef591fcac5dd014ad63d0900 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B6ren=20Weber?= Date: Sun, 25 Jul 2021 22:33:18 +0200 Subject: [PATCH] maintenance: upgrade jquery to 3.6.0 #30 Because of a jquery security vulnerability, we are upgrading to the latest version 3.6.0 https://blog.jquery.com/2020/04/10/jquery-3-5-0-released/ Depending on the site content, there may be issues with self-closing tags that are allowed to have content like `div` or `span`. See https://jquery.com/upgrade-guide/3.5/ --- layouts/partials/header.html | 2 +- static/js/jquery-3.3.1.min.js | 2 -- static/js/jquery.min.js | 2 ++ 3 files changed, 3 insertions(+), 3 deletions(-) delete mode 100644 static/js/jquery-3.3.1.min.js create mode 100644 static/js/jquery.min.js diff --git a/layouts/partials/header.html b/layouts/partials/header.html index 8ee0334bc0..719b9e64aa 100644 --- a/layouts/partials/header.html +++ b/layouts/partials/header.html @@ -26,7 +26,7 @@ {{- end }} - +