Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/Chen-Zhe/photo-grid.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKL1RL <justin.burket@gmail.com>2020-12-17 21:16:49 +0300
committerKL1RL <justin.burket@gmail.com>2020-12-17 21:16:49 +0300
commite62a1c0e5dd9038422b370d4103433ffaca6b721 (patch)
tree611c7d54f7bf8fab90564f28b29b05381a451f02
parentc15ebde8032b2cf3c068174f713b8df6f28e3623 (diff)
Updated version of jQuery to 3.5.1-min. Fixes for CVE-2020-11023
-rw-r--r--layouts/partials/scripts.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/partials/scripts.html b/layouts/partials/scripts.html
index fb7c927..99ac263 100644
--- a/layouts/partials/scripts.html
+++ b/layouts/partials/scripts.html
@@ -1,2 +1,2 @@
- <script src="https://ajax.aspnetcdn.com/ajax/jQuery/jquery-3.4.1.min.js"></script>
+ <script src="https://ajax.aspnetcdn.com/ajax/jQuery/jquery-3.5.1.min.js"></script>
<script src="{{ "js/main.js" | absURL }}"></script>