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

github.com/calintat/minimal.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Manoogian III <jm3@jm3.net>2019-06-10 23:17:17 +0300
committerCalin Tataru <calintat@gmail.com>2019-08-05 10:44:42 +0300
commit03b7fcf486e997e4b23fbf58b49e0702e07cbb80 (patch)
tree716eeac7bdc8b9062cf770d3886e6159f04e7bac
parentb4997be49e14be22b82c46d8aba77521f7a4a1d2 (diff)
upgrade jquery to latest - fixes security vuln
-rw-r--r--layouts/partials/js.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/partials/js.html b/layouts/partials/js.html
index bde40f8..356b8e4 100644
--- a/layouts/partials/js.html
+++ b/layouts/partials/js.html
@@ -13,7 +13,7 @@
{{ range .Site.Params.js }} <script src="{{ . | absURL }}"></script> {{ end }}
<!-- jquery -->
-<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script>
+<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.4.1/jquery.min.js"></script>
<!-- bootstrap -->
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js" integrity="sha384-Tc5IQib027qvyjSMfHjOMaLkfuWVxZxUPnCJA7l2mCWNIpG9mGCD8wGNIcPD7Txa" crossorigin="anonymous"></script>