From 0b3c2a2c2db1139b975313d7723240847605f45a Mon Sep 17 00:00:00 2001
From: Nicolas Dubois <nicdub@gmx.ch>
Date: Wed, 10 Nov 2021 17:15:35 +0100
Subject: [PATCH] =?UTF-8?q?[FIX](security)=E2=86=92=20jquery=203.3.1=20=20?=
 =?UTF-8?q?=E2=86=92=203.6.0?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 Formulaire/templates/head.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Formulaire/templates/head.php b/Formulaire/templates/head.php
index a7d7aea..eb11c70 100644
--- a/Formulaire/templates/head.php
+++ b/Formulaire/templates/head.php
@@ -5,7 +5,7 @@
 <link rel="stylesheet" href="./assets/epfl2018/css/vendors.min.css">
 <link rel="stylesheet" href="./assets/epfl2018/css/base.css">
 <link rel="icon" type="image/png" href="./assets/img/favicon.png" />
-<script src="https://code.jquery.com/jquery-3.3.1.min.js"></script>
+<script src="https://code.jquery.com/jquery-3.6.0.min.js"></script>
 <script src="./assets/epfl2018/js/vendors.min.js"></script>
 <script src="./assets/epfl2018/js/vendors.bundle.js"></script>
 <script src="https://code.jquery.com/jquery-1.12.4.js"></script>
-- 
GitLab