Browse Source

Dependabot alert: Updating to jquery 3.6.4 to fix potential vulnerability

Jorrit Rouwe 2 years ago
parent
commit
36550529d3
3 changed files with 2 additions and 2 deletions
  1. 1 1
      Jolt/Core/Profiler.cpp
  2. 0 1
      WebIncludes/jquery-3.2.1.min.js
  3. 1 0
      WebIncludes/jquery-3.6.4.min.js

+ 1 - 1
Jolt/Core/Profiler.cpp

@@ -191,7 +191,7 @@ void Profiler::DumpList(const char *inTag, const Aggregators &inAggregators)
 	<head>
 		<title>Profile List</title>
 		<link rel="stylesheet" href="WebIncludes/semantic.min.css">
-		<script type="text/javascript" src="WebIncludes/jquery-3.2.1.min.js"></script>
+		<script type="text/javascript" src="WebIncludes/jquery-3.6.4.min.js"></script>
 		<script type="text/javascript" src="WebIncludes/semantic.min.js"></script>
 		<script type="text/javascript" src="WebIncludes/tablesort.js"></script>
 		<script type="text/javascript">$(document).ready(function() { $('table').tablesort({ compare: function(a, b) { return isNaN(a) || isNaN(b)? a.localeCompare(b) : Number(a) - Number(b); } }); });</script>

File diff suppressed because it is too large
+ 0 - 1
WebIncludes/jquery-3.2.1.min.js


File diff suppressed because it is too large
+ 1 - 0
WebIncludes/jquery-3.6.4.min.js


Some files were not shown because too many files changed in this diff