From e06fdc7461c6033a657d287f33656004188fe4ca Mon Sep 17 00:00:00 2001
From: Andreas Herten <a.herten@fz-juelich.de>
Date: Sat, 8 May 2021 14:25:54 +0200
Subject: [PATCH] Update CDN JS dependencies

---
 Introduction-to-Pandas--slides.html | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Introduction-to-Pandas--slides.html b/Introduction-to-Pandas--slides.html
index 1403e28..ea860f7 100644
--- a/Introduction-to-Pandas--slides.html
+++ b/Introduction-to-Pandas--slides.html
@@ -12,8 +12,8 @@
 
 <title>Introduction-to-Pandas--slides slides</title>
 
-<script src="https://cdnjs.cloudflare.com/ajax/libs/require.js/2.1.10/require.min.js"></script>
-<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/2.0.3/jquery.min.js"></script>
+<script src="https://cdnjs.cloudflare.com/ajax/libs/require.js/2.3.6/require.min.js" integrity="sha512-c3Nl8+7g4LMSTdrm621y7kf9v3SDPnhxLNhcjFJbKECVnmZHTdo+IRO05sNLTH/D3vA6u1X32ehoLC7WFVdheg==" crossorigin="anonymous"></script>
+<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.6.0/jquery.min.js" integrity="sha512-894YE6QWD5I59HgZOGReFYm4dnWc1Qt5NtvYSaNcOP+u1T9qYdvdihz0PPSiiqn/+/3e7Jo4EaG7TubfWGUrMQ==" crossorigin="anonymous"></script>
 
 <!-- General and theme style sheets -->
 <link rel="stylesheet" href="reveal.js/css/reveal.css">
-- 
GitLab